@charset "UTF-8";
/* BOOTSTRAP CUSTOM VARIABLES
------------------------------------------------------------------------*/
/* VARIABLES
------------------------------------------------------------------------*/
/**
 * @file
 * Global Variables
 */
/* Custom typography settings for prose (See _prose.scss for explanation). */
/* Establish custom spacing variables based on line height to facilitate vertical rhythm */
/* Black/white colour variables */
/* Brand visited & focused styles */
/* Brand border */
/**
 * Specify your site domain here. Used to override detection of off-site links
 * if a link has been created that uses the sites full absolute href. Removes the external
 * link icon.
*/
/* BOOTSTRAP
------------------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .list--fridge-magnets > li > a > .caret, .slat__term > a > .caret, .slat__term .file__content > a > .caret, #user-login .form-submit > .caret,
  .dropup > .btn > .caret,
  .list--fridge-magnets > li.dropup > a > .caret,
  .slat__term.dropup > a > .caret,
  .slat__term .file__content.dropup > a > .caret,
  #user-login .dropup > .form-submit > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Centrale", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.444;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2956a5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1a3668;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.444;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, #views-exposed-form-search-results-page .views-exposed-widgets label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .block-title, .field-name-field-contact-location > .field-label, .fieldset-legend, .h4, .h5, .transcript > h3, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small, .block-title small, .field-name-field-contact-location > .field-label small, .fieldset-legend small,
.h3 .small,
.block-title .small,
.field-name-field-contact-location > .field-label .small,
.fieldset-legend .small, .h4 small,
.h4 .small, .h5 small, .transcript > h3 small,
.h5 .small,
.transcript > h3 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3, .block-title, .field-name-field-contact-location > .field-label, .fieldset-legend {
  margin-top: 26px;
  margin-bottom: 13px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small, .block-title small, .field-name-field-contact-location > .field-label small, .fieldset-legend small,
.h3 .small,
.block-title .small,
.field-name-field-contact-location > .field-label .small,
.fieldset-legend .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5, .transcript > h3,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small, .transcript > h3 small,
.h5 .small,
.transcript > h3 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 55px;
}

h2, .h2 {
  font-size: 41px;
}

h3, .h3, .block-title, .field-name-field-contact-location > .field-label, .fieldset-legend {
  font-size: 31px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5, .transcript > h3 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 13px;
}

.lead, .node__subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead, .node__subtitle {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 77%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #2956a5;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1f417c;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2956a5;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1f417c;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .facetapi-facetapi-links, .current-search-item-facets > ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dt,
dd {
  line-height: 1.444;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.444;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.444;
}

code,
kbd,
pre,
samp {
  font-family: "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.444;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .region-hero > .node__video ~ *, .site__inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .region-hero > .node__video ~ :before, .site__inner:before, .container:after, .region-hero > .node__video ~ :after, .site__inner:after {
  content: " ";
  display: table;
}

.container:after, .region-hero > .node__video ~ :after, .site__inner:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .region-hero > .node__video ~ *, .site__inner {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .region-hero > .node__video ~ *, .site__inner {
    width: 870px;
  }
}

@media (min-width: 1200px) {
  .container, .region-hero > .node__video ~ *, .site__inner {
    width: 1090px;
  }
}

.container-fluid, .site-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .site-wrapper:before, .container-fluid:after, .site-wrapper:after {
  content: " ";
  display: table;
}

.container-fluid:after, .site-wrapper:after {
  clear: both;
}

.row, .site-wrapper__row, .site__row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .site-wrapper__row:before, .site__row:before, .row:after, .site-wrapper__row:after, .site__row:after {
  content: " ";
  display: table;
}

.row:after, .site-wrapper__row:after, .site__row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.444;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.444;
  color: #555555;
}

.form-control, .form-email,
.form-number, .webform-component-select .form-select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.444;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus, .form-email:focus,
.form-number:focus, .webform-component-select .form-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder, .form-email::-moz-placeholder,
.form-number::-moz-placeholder, .webform-component-select .form-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .form-email:-ms-input-placeholder,
.form-number:-ms-input-placeholder, .webform-component-select .form-select:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, .form-email::-webkit-input-placeholder,
.form-number::-webkit-input-placeholder, .webform-component-select .form-select::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand, .form-email::-ms-expand,
.form-number::-ms-expand, .webform-component-select .form-select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-email[disabled],
.form-number[disabled], .webform-component-select .form-select[disabled], .form-control[readonly], .form-email[readonly],
.form-number[readonly], .webform-component-select .form-select[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .form-email,
fieldset[disabled] .form-number,
fieldset[disabled] .webform-component-select .form-select,
.webform-component-select fieldset[disabled] .form-select {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], .form-email[disabled],
.form-number[disabled], .webform-component-select .form-select[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-email,
fieldset[disabled] .form-number,
fieldset[disabled] .webform-component-select .form-select,
.webform-component-select fieldset[disabled] .form-select {
  cursor: not-allowed;
}

textarea.form-control, textarea.form-email,
textarea.form-number, .webform-component-select textarea.form-select {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input.form-email[type="date"],
  input.form-number[type="date"], .webform-component-select input.form-select[type="date"],
  input[type="time"].form-control,
  input.form-email[type="time"],
  input.form-number[type="time"],
  .webform-component-select input.form-select[type="time"],
  input[type="datetime-local"].form-control,
  input.form-email[type="datetime-local"],
  input.form-number[type="datetime-local"],
  .webform-component-select input.form-select[type="datetime-local"],
  input[type="month"].form-control,
  input.form-email[type="month"],
  input.form-number[type="month"],
  .webform-component-select input.form-select[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.form-email[type="date"],
  .input-group-sm > input.form-number[type="date"], .webform-component-select .input-group-sm > input.form-select[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], #user-login .input-group-sm > .input-group-btn > input.form-submit[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.form-email[type="time"],
  .input-group-sm > input.form-number[type="time"],
  .webform-component-select .input-group-sm > input.form-select[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  #user-login .input-group-sm > .input-group-btn > input.form-submit[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.form-email[type="datetime-local"],
  .input-group-sm > input.form-number[type="datetime-local"],
  .webform-component-select .input-group-sm > input.form-select[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  #user-login .input-group-sm > .input-group-btn > input.form-submit[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.form-email[type="month"],
  .input-group-sm > input.form-number[type="month"],
  .webform-component-select .input-group-sm > input.form-select[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  #user-login .input-group-sm > .input-group-btn > input.form-submit[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.form-email[type="date"],
  .input-group-lg > input.form-number[type="date"], .webform-component-select .input-group-lg > input.form-select[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], #user-login .input-group-lg > .input-group-btn > input.form-submit[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.form-email[type="time"],
  .input-group-lg > input.form-number[type="time"],
  .webform-component-select .input-group-lg > input.form-select[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  #user-login .input-group-lg > .input-group-btn > input.form-submit[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.form-email[type="datetime-local"],
  .input-group-lg > input.form-number[type="datetime-local"],
  .webform-component-select .input-group-lg > input.form-select[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  #user-login .input-group-lg > .input-group-btn > input.form-submit[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.form-email[type="month"],
  .input-group-lg > input.form-number[type="month"],
  .webform-component-select .input-group-lg > input.form-select[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  #user-login .input-group-lg > .input-group-btn > input.form-submit[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 54px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 44px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.form-email,
.input-group-lg > .form-control-static.form-number, .webform-component-select .input-group-lg > .form-control-static.form-select,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .list--fridge-magnets.input-group-lg > li.input-group-btn > a.form-control-static, .input-group-lg > .slat__term.input-group-btn > a.form-control-static,
.slat__term .input-group-lg > .file__content.input-group-btn > a.form-control-static, #user-login .input-group-lg > .input-group-btn > .form-control-static.form-submit, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.form-email,
.input-group-sm > .form-control-static.form-number, .webform-component-select .input-group-sm > .form-control-static.form-select,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .list--fridge-magnets.input-group-sm > li.input-group-btn > a.form-control-static, .input-group-sm > .slat__term.input-group-btn > a.form-control-static,
.slat__term .input-group-sm > .file__content.input-group-btn > a.form-control-static, #user-login .input-group-sm > .input-group-btn > .form-control-static.form-submit {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-email,
.input-group-sm > .form-number, .webform-component-select .input-group-sm > .form-select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .list--fridge-magnets.input-group-sm > li.input-group-btn > a, .input-group-sm > .slat__term.input-group-btn > a,
.slat__term .input-group-sm > .file__content.input-group-btn > a, #user-login .input-group-sm > .input-group-btn > .form-submit {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.form-email,
.input-group-sm > select.form-number, .webform-component-select .input-group-sm > select.form-select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, #user-login .input-group-sm > .input-group-btn > select.form-submit {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.form-email,
.input-group-sm > textarea.form-number, .webform-component-select .input-group-sm > textarea.form-select,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, #user-login .input-group-sm > .input-group-btn > textarea.form-submit,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.form-email[multiple],
.input-group-sm > select.form-number[multiple],
.webform-component-select .input-group-sm > select.form-select[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
#user-login .input-group-sm > .input-group-btn > select.form-submit[multiple] {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .form-email,
.form-group-sm .form-number, .form-group-sm .webform-component-select .form-select, .webform-component-select .form-group-sm .form-select {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control, .form-group-sm select.form-email,
.form-group-sm select.form-number, .form-group-sm .webform-component-select select.form-select, .webform-component-select .form-group-sm select.form-select {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control, .form-group-sm textarea.form-email,
.form-group-sm textarea.form-number, .form-group-sm .webform-component-select textarea.form-select, .webform-component-select .form-group-sm textarea.form-select,
.form-group-sm select[multiple].form-control,
.form-group-sm select.form-email[multiple],
.form-group-sm select.form-number[multiple],
.form-group-sm .webform-component-select select.form-select[multiple],
.webform-component-select .form-group-sm select.form-select[multiple] {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-email,
.input-group-lg > .form-number, .webform-component-select .input-group-lg > .form-select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .list--fridge-magnets.input-group-lg > li.input-group-btn > a, .input-group-lg > .slat__term.input-group-btn > a,
.slat__term .input-group-lg > .file__content.input-group-btn > a, #user-login .input-group-lg > .input-group-btn > .form-submit {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.form-email,
.input-group-lg > select.form-number, .webform-component-select .input-group-lg > select.form-select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, #user-login .input-group-lg > .input-group-btn > select.form-submit {
  height: 54px;
  line-height: 54px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.form-email,
.input-group-lg > textarea.form-number, .webform-component-select .input-group-lg > textarea.form-select,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, #user-login .input-group-lg > .input-group-btn > textarea.form-submit,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.form-email[multiple],
.input-group-lg > select.form-number[multiple],
.webform-component-select .input-group-lg > select.form-select[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
#user-login .input-group-lg > .input-group-btn > select.form-submit[multiple] {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .form-email,
.form-group-lg .form-number, .form-group-lg .webform-component-select .form-select, .webform-component-select .form-group-lg .form-select {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control, .form-group-lg select.form-email,
.form-group-lg select.form-number, .form-group-lg .webform-component-select select.form-select, .webform-component-select .form-group-lg select.form-select {
  height: 54px;
  line-height: 54px;
}

.form-group-lg textarea.form-control, .form-group-lg textarea.form-email,
.form-group-lg textarea.form-number, .form-group-lg .webform-component-select textarea.form-select, .webform-component-select .form-group-lg textarea.form-select,
.form-group-lg select[multiple].form-control,
.form-group-lg select.form-email[multiple],
.form-group-lg select.form-number[multiple],
.form-group-lg .webform-component-select select.form-select[multiple],
.webform-component-select .form-group-lg select.form-select[multiple] {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 54px;
  min-height: 50px;
  padding: 11px 16px;
  font-size: 24px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback .form-email,
.has-feedback .form-number, .has-feedback .webform-component-select .form-select, .webform-component-select .has-feedback .form-select {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .form-email + .form-control-feedback, .input-group-lg > .form-number + .form-control-feedback, .webform-component-select .input-group-lg > .form-select + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .list--fridge-magnets.input-group-lg > li.input-group-btn > a + .form-control-feedback, .input-group-lg > .slat__term.input-group-btn > a + .form-control-feedback, .slat__term .input-group-lg > .file__content.input-group-btn > a + .form-control-feedback, #user-login .input-group-lg > .input-group-btn > .form-submit + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .form-email + .form-control-feedback,
.form-group-lg .form-number + .form-control-feedback,
.form-group-lg .webform-component-select .form-select + .form-control-feedback,
.webform-component-select .form-group-lg .form-select + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .form-email + .form-control-feedback, .input-group-sm > .form-number + .form-control-feedback, .webform-component-select .input-group-sm > .form-select + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .list--fridge-magnets.input-group-sm > li.input-group-btn > a + .form-control-feedback, .input-group-sm > .slat__term.input-group-btn > a + .form-control-feedback, .slat__term .input-group-sm > .file__content.input-group-btn > a + .form-control-feedback, #user-login .input-group-sm > .input-group-btn > .form-submit + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .form-email + .form-control-feedback,
.form-group-sm .form-number + .form-control-feedback,
.form-group-sm .webform-component-select .form-select + .form-control-feedback,
.webform-component-select .form-group-sm .form-select + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control, .has-success .form-email,
.has-success .form-number, .has-success .webform-component-select .form-select, .webform-component-select .has-success .form-select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success .form-email:focus,
.has-success .form-number:focus, .has-success .webform-component-select .form-select:focus, .webform-component-select .has-success .form-select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control, .has-warning .form-email,
.has-warning .form-number, .has-warning .webform-component-select .form-select, .webform-component-select .has-warning .form-select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning .form-email:focus,
.has-warning .form-number:focus, .has-warning .webform-component-select .form-select:focus, .webform-component-select .has-warning .form-select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control, .has-error .form-email,
.has-error .form-number, .has-error .webform-component-select .form-select, .webform-component-select .has-error .form-select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error .form-email:focus,
.has-error .form-number:focus, .has-error .webform-component-select .form-select:focus, .webform-component-select .has-error .form-select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback #views-exposed-form-search-results-page .views-exposed-widgets label ~ .form-control-feedback, #views-exposed-form-search-results-page .views-exposed-widgets .has-feedback label ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .form-email,
  .form-inline .form-number, .form-inline .webform-component-select .form-select, .webform-component-select .form-inline .form-select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .form-email,
  .form-inline .input-group .form-number,
  .form-inline .input-group .webform-component-select .form-select,
  .webform-component-select .form-inline .input-group .form-select {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > .form-email,
  .form-inline .input-group > .form-number, .form-inline .webform-component-select .input-group > .form-select, .webform-component-select .form-inline .input-group > .form-select {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn, .list--fridge-magnets > li > a, .slat__term > a,
.slat__term .file__content > a, #user-login .form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.444;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .list--fridge-magnets > li > a:focus, .slat__term > a:focus,
.slat__term .file__content > a:focus, #user-login .form-submit:focus, .btn.focus, .list--fridge-magnets > li > a.focus, .slat__term > a.focus,
.slat__term .file__content > a.focus, #user-login .focus.form-submit, .btn:active:focus, .list--fridge-magnets > li > a:active:focus, .slat__term > a:active:focus,
.slat__term .file__content > a:active:focus, #user-login .form-submit:active:focus, .btn:active.focus, .list--fridge-magnets > li > a:active.focus, .slat__term > a:active.focus,
.slat__term .file__content > a:active.focus, #user-login .form-submit:active.focus, .btn.active:focus, .list--fridge-magnets > li > a.active:focus, .slat__term > a.active:focus,
.slat__term .file__content > a.active:focus, #user-login .active.form-submit:focus, .btn.active.focus, .list--fridge-magnets > li > a.active.focus, .slat__term > a.active.focus,
.slat__term .file__content > a.active.focus, #user-login .active.focus.form-submit {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .list--fridge-magnets > li > a:hover, .slat__term > a:hover,
.slat__term .file__content > a:hover, #user-login .form-submit:hover, .btn:focus, .list--fridge-magnets > li > a:focus, .slat__term > a:focus,
.slat__term .file__content > a:focus, #user-login .form-submit:focus, .btn.focus, .list--fridge-magnets > li > a.focus, .slat__term > a.focus,
.slat__term .file__content > a.focus, #user-login .focus.form-submit {
  color: #333;
  text-decoration: none;
}

.btn:active, .list--fridge-magnets > li > a:active, .slat__term > a:active,
.slat__term .file__content > a:active, #user-login .form-submit:active, .btn.active, .list--fridge-magnets > li > a.active, .slat__term > a.active,
.slat__term .file__content > a.active, #user-login .active.form-submit {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .list--fridge-magnets > li > a.disabled, .slat__term > a.disabled,
.slat__term .file__content > a.disabled, #user-login .disabled.form-submit, .btn[disabled], .list--fridge-magnets > li > a[disabled], .slat__term > a[disabled],
.slat__term .file__content > a[disabled], #user-login .form-submit[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .list--fridge-magnets > li > a,
fieldset[disabled] .slat__term > a,
fieldset[disabled] .slat__term .file__content > a,
.slat__term fieldset[disabled] .file__content > a,
fieldset[disabled] #user-login .form-submit,
#user-login fieldset[disabled] .form-submit {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .list--fridge-magnets > li > a.disabled, .slat__term > a.disabled,
.slat__term .file__content > a.disabled, #user-login a.disabled.form-submit,
fieldset[disabled] a.btn,
fieldset[disabled] .list--fridge-magnets > li > a,
fieldset[disabled] .slat__term > a,
fieldset[disabled] .slat__term .file__content > a,
.slat__term fieldset[disabled] .file__content > a,
fieldset[disabled] #user-login a.form-submit,
#user-login fieldset[disabled] a.form-submit {
  pointer-events: none;
}

.btn-default, .list--fridge-magnets > li > a, .slat__term > a {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .list--fridge-magnets > li > a:focus, .slat__term > a:focus, .btn-default.focus, .list--fridge-magnets > li > a.focus, .slat__term > a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover, .list--fridge-magnets > li > a:hover, .slat__term > a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .list--fridge-magnets > li > a:active, .slat__term > a:active, .btn-default.active, .list--fridge-magnets > li > a.active, .slat__term > a.active,
.open > .btn-default.dropdown-toggle,
.list--fridge-magnets > li.open > a.dropdown-toggle,
.slat__term.open > a.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .list--fridge-magnets > li > a:active:hover, .slat__term > a:active:hover, .btn-default:active:focus, .list--fridge-magnets > li > a:active:focus, .slat__term > a:active:focus, .btn-default:active.focus, .list--fridge-magnets > li > a:active.focus, .slat__term > a:active.focus, .btn-default.active:hover, .list--fridge-magnets > li > a.active:hover, .slat__term > a.active:hover, .btn-default.active:focus, .list--fridge-magnets > li > a.active:focus, .slat__term > a.active:focus, .btn-default.active.focus, .list--fridge-magnets > li > a.active.focus, .slat__term > a.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.list--fridge-magnets > li.open > a.dropdown-toggle:hover,
.slat__term.open > a.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.list--fridge-magnets > li.open > a.dropdown-toggle:focus,
.slat__term.open > a.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.list--fridge-magnets > li.open > a.dropdown-toggle.focus,
.slat__term.open > a.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .list--fridge-magnets > li > a:active, .slat__term > a:active, .btn-default.active, .list--fridge-magnets > li > a.active, .slat__term > a.active,
.open > .btn-default.dropdown-toggle,
.list--fridge-magnets > li.open > a.dropdown-toggle,
.slat__term.open > a.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .list--fridge-magnets > li > a.disabled:hover, .slat__term > a.disabled:hover, .btn-default.disabled:focus, .list--fridge-magnets > li > a.disabled:focus, .slat__term > a.disabled:focus, .btn-default.disabled.focus, .list--fridge-magnets > li > a.disabled.focus, .slat__term > a.disabled.focus, .btn-default[disabled]:hover, .list--fridge-magnets > li > a[disabled]:hover, .slat__term > a[disabled]:hover, .btn-default[disabled]:focus, .list--fridge-magnets > li > a[disabled]:focus, .slat__term > a[disabled]:focus, .btn-default[disabled].focus, .list--fridge-magnets > li > a[disabled].focus, .slat__term > a[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .list--fridge-magnets > li > a:hover,
fieldset[disabled] .slat__term > a:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .list--fridge-magnets > li > a:focus,
fieldset[disabled] .slat__term > a:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .list--fridge-magnets > li > a.focus,
fieldset[disabled] .slat__term > a.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge, .list--fridge-magnets > li > a .badge, .slat__term > a .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .btn-glow,
.slat__term .file__content > a, #user-login .form-submit {
  color: #fff;
  background-color: #2956a5;
  border-color: #244b91;
}

.btn-primary:focus, .btn-glow:focus,
.slat__term .file__content > a:focus, #user-login .form-submit:focus, .btn-primary.focus, .focus.btn-glow,
.slat__term .file__content > a.focus, #user-login .focus.form-submit {
  color: #fff;
  background-color: #1f417c;
  border-color: #0b162a;
}

.btn-primary:hover, .btn-glow:hover,
.slat__term .file__content > a:hover, #user-login .form-submit:hover {
  color: #fff;
  background-color: #1f417c;
  border-color: #183260;
}

.btn-primary:active, .btn-glow:active,
.slat__term .file__content > a:active, #user-login .form-submit:active, .btn-primary.active, .active.btn-glow,
.slat__term .file__content > a.active, #user-login .active.form-submit,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.btn-glow,
.slat__term .file__content.open > a.dropdown-toggle,
#user-login .open > .dropdown-toggle.form-submit {
  color: #fff;
  background-color: #1f417c;
  border-color: #183260;
}

.btn-primary:active:hover, .btn-glow:active:hover, .slat__term .file__content > a:active:hover, #user-login .form-submit:active:hover, .btn-primary:active:focus, .btn-glow:active:focus,
.slat__term .file__content > a:active:focus, #user-login .form-submit:active:focus, .btn-primary:active.focus, .btn-glow:active.focus,
.slat__term .file__content > a:active.focus, #user-login .form-submit:active.focus, .btn-primary.active:hover, .active.btn-glow:hover, .slat__term .file__content > a.active:hover, #user-login .active.form-submit:hover, .btn-primary.active:focus, .active.btn-glow:focus,
.slat__term .file__content > a.active:focus, #user-login .active.form-submit:focus, .btn-primary.active.focus, .active.focus.btn-glow,
.slat__term .file__content > a.active.focus, #user-login .active.focus.form-submit,
.open > .btn-primary.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-glow:hover,
.slat__term .file__content.open > a.dropdown-toggle:hover,
#user-login .open > .dropdown-toggle.form-submit:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-glow:focus,
.slat__term .file__content.open > a.dropdown-toggle:focus,
#user-login .open > .dropdown-toggle.form-submit:focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.btn-glow,
.slat__term .file__content.open > a.dropdown-toggle.focus,
#user-login .open > .dropdown-toggle.focus.form-submit {
  color: #fff;
  background-color: #183260;
  border-color: #0b162a;
}

.btn-primary:active, .btn-glow:active,
.slat__term .file__content > a:active, #user-login .form-submit:active, .btn-primary.active, .active.btn-glow,
.slat__term .file__content > a.active, #user-login .active.form-submit,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.btn-glow,
.slat__term .file__content.open > a.dropdown-toggle,
#user-login .open > .dropdown-toggle.form-submit {
  background-image: none;
}

.btn-primary.disabled:hover, .disabled.btn-glow:hover, .slat__term .file__content > a.disabled:hover, #user-login .disabled.form-submit:hover, .btn-primary.disabled:focus, .disabled.btn-glow:focus, .slat__term .file__content > a.disabled:focus, #user-login .disabled.form-submit:focus, .btn-primary.disabled.focus, .disabled.focus.btn-glow, .slat__term .file__content > a.disabled.focus, #user-login .disabled.focus.form-submit, .btn-primary[disabled]:hover, .btn-glow[disabled]:hover, .slat__term .file__content > a[disabled]:hover, #user-login .form-submit[disabled]:hover, .btn-primary[disabled]:focus, .btn-glow[disabled]:focus, .slat__term .file__content > a[disabled]:focus, #user-login .form-submit[disabled]:focus, .btn-primary[disabled].focus, .btn-glow[disabled].focus, .slat__term .file__content > a[disabled].focus, #user-login .form-submit[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-glow:hover,
fieldset[disabled] .slat__term .file__content > a:hover,
.slat__term fieldset[disabled] .file__content > a:hover,
fieldset[disabled] #user-login .form-submit:hover,
#user-login fieldset[disabled] .form-submit:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-glow:focus,
fieldset[disabled] .slat__term .file__content > a:focus,
.slat__term fieldset[disabled] .file__content > a:focus,
fieldset[disabled] #user-login .form-submit:focus,
#user-login fieldset[disabled] .form-submit:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .focus.btn-glow,
fieldset[disabled] .slat__term .file__content > a.focus,
.slat__term fieldset[disabled] .file__content > a.focus,
fieldset[disabled] #user-login .focus.form-submit,
#user-login fieldset[disabled] .focus.form-submit {
  background-color: #2956a5;
  border-color: #244b91;
}

.btn-primary .badge, .btn-glow .badge, .slat__term .file__content > a .badge, #user-login .form-submit .badge {
  color: #2956a5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00823b;
  border-color: #00692f;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #004f24;
  border-color: black;
}

.btn-success:hover {
  color: #fff;
  background-color: #004f24;
  border-color: #002b14;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #004f24;
  border-color: #002b14;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #002b14;
  border-color: black;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00823b;
  border-color: #00692f;
}

.btn-success .badge {
  color: #00823b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning, form.workbench-moderation-moderate-form .form-submit {
  color: #fff;
  background-color: #ec971f;
  border-color: #df8a13;
}

.btn-warning:focus, form.workbench-moderation-moderate-form .form-submit:focus, .btn-warning.focus, form.workbench-moderation-moderate-form .focus.form-submit {
  color: #fff;
  background-color: #c77c11;
  border-color: #694109;
}

.btn-warning:hover, form.workbench-moderation-moderate-form .form-submit:hover {
  color: #fff;
  background-color: #c77c11;
  border-color: #a6670e;
}

.btn-warning:active, form.workbench-moderation-moderate-form .form-submit:active, .btn-warning.active, form.workbench-moderation-moderate-form .active.form-submit,
.open > .btn-warning.dropdown-toggle,
form.workbench-moderation-moderate-form .open > .dropdown-toggle.form-submit {
  color: #fff;
  background-color: #c77c11;
  border-color: #a6670e;
}

.btn-warning:active:hover, form.workbench-moderation-moderate-form .form-submit:active:hover, .btn-warning:active:focus, form.workbench-moderation-moderate-form .form-submit:active:focus, .btn-warning:active.focus, form.workbench-moderation-moderate-form .form-submit:active.focus, .btn-warning.active:hover, form.workbench-moderation-moderate-form .active.form-submit:hover, .btn-warning.active:focus, form.workbench-moderation-moderate-form .active.form-submit:focus, .btn-warning.active.focus, form.workbench-moderation-moderate-form .active.focus.form-submit,
.open > .btn-warning.dropdown-toggle:hover,
form.workbench-moderation-moderate-form .open > .dropdown-toggle.form-submit:hover,
.open > .btn-warning.dropdown-toggle:focus,
form.workbench-moderation-moderate-form .open > .dropdown-toggle.form-submit:focus,
.open > .btn-warning.dropdown-toggle.focus,
form.workbench-moderation-moderate-form .open > .dropdown-toggle.focus.form-submit {
  color: #fff;
  background-color: #a6670e;
  border-color: #694109;
}

.btn-warning:active, form.workbench-moderation-moderate-form .form-submit:active, .btn-warning.active, form.workbench-moderation-moderate-form .active.form-submit,
.open > .btn-warning.dropdown-toggle,
form.workbench-moderation-moderate-form .open > .dropdown-toggle.form-submit {
  background-image: none;
}

.btn-warning.disabled:hover, form.workbench-moderation-moderate-form .disabled.form-submit:hover, .btn-warning.disabled:focus, form.workbench-moderation-moderate-form .disabled.form-submit:focus, .btn-warning.disabled.focus, form.workbench-moderation-moderate-form .disabled.focus.form-submit, .btn-warning[disabled]:hover, form.workbench-moderation-moderate-form .form-submit[disabled]:hover, .btn-warning[disabled]:focus, form.workbench-moderation-moderate-form .form-submit[disabled]:focus, .btn-warning[disabled].focus, form.workbench-moderation-moderate-form .form-submit[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] form.workbench-moderation-moderate-form .form-submit:hover,
form.workbench-moderation-moderate-form fieldset[disabled] .form-submit:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] form.workbench-moderation-moderate-form .form-submit:focus,
form.workbench-moderation-moderate-form fieldset[disabled] .form-submit:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] form.workbench-moderation-moderate-form .focus.form-submit,
form.workbench-moderation-moderate-form fieldset[disabled] .focus.form-submit {
  background-color: #ec971f;
  border-color: #df8a13;
}

.btn-warning .badge, form.workbench-moderation-moderate-form .form-submit .badge {
  color: #ec971f;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #2956a5;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #1a3668;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .webform-submit {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control, .input-group .form-email,
.input-group .form-number, .input-group .webform-component-select .form-select, .webform-component-select .input-group .form-select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-email:focus,
.input-group .form-number:focus, .input-group .webform-component-select .form-select:focus, .webform-component-select .input-group .form-select:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .form-email,
.input-group .form-number, .input-group .webform-component-select .form-select, .webform-component-select .input-group .form-select {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .form-email:not(:first-child):not(:last-child),
.input-group .form-number:not(:first-child):not(:last-child),
.input-group .webform-component-select .form-select:not(:first-child):not(:last-child),
.webform-component-select .input-group .form-select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm, .webform-component-select .input-group-sm > .input-group-addon.form-select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .list--fridge-magnets.input-group-sm > li.input-group-btn > a.input-group-addon, .input-group-sm > .slat__term.input-group-btn > a.input-group-addon,
.slat__term .input-group-sm > .file__content.input-group-btn > a.input-group-addon, #user-login .input-group-sm > .input-group-btn > .input-group-addon.form-submit {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg, .webform-component-select .input-group-lg > .input-group-addon.form-select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .list--fridge-magnets.input-group-lg > li.input-group-btn > a.input-group-addon, .input-group-lg > .slat__term.input-group-btn > a.input-group-addon,
.slat__term .input-group-lg > .file__content.input-group-btn > a.input-group-addon, #user-login .input-group-lg > .input-group-btn > .input-group-addon.form-submit {
  padding: 10px 16px;
  font-size: 24px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .form-email:first-child,
.input-group .form-number:first-child, .input-group .webform-component-select .form-select:first-child, .webform-component-select .input-group .form-select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.list--fridge-magnets > li.input-group-btn:first-child > a,
.slat__term.input-group-btn:first-child > a,
.slat__term .file__content.input-group-btn:first-child > a,
#user-login .input-group-btn:first-child > .form-submit,
.input-group-btn:first-child > .btn-group > .btn,
.list--fridge-magnets.input-group-btn:first-child > li.btn-group > a,
.input-group-btn:first-child > .slat__term.btn-group > a,
.slat__term .input-group-btn:first-child > .file__content.btn-group > a,
#user-login .input-group-btn:first-child > .btn-group > .form-submit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.list--fridge-magnets > li.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.slat__term.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.slat__term .file__content.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
#user-login .input-group-btn:last-child > .form-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.list--fridge-magnets.input-group-btn:last-child > li.btn-group:not(:last-child) > a,
.input-group-btn:last-child > .slat__term.btn-group:not(:last-child) > a,
.slat__term .input-group-btn:last-child > .file__content.btn-group:not(:last-child) > a,
#user-login .input-group-btn:last-child > .btn-group:not(:last-child) > .form-submit {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .form-email:last-child,
.input-group .form-number:last-child, .input-group .webform-component-select .form-select:last-child, .webform-component-select .input-group .form-select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.list--fridge-magnets > li.input-group-btn:last-child > a,
.slat__term.input-group-btn:last-child > a,
.slat__term .file__content.input-group-btn:last-child > a,
#user-login .input-group-btn:last-child > .form-submit,
.input-group-btn:last-child > .btn-group > .btn,
.list--fridge-magnets.input-group-btn:last-child > li.btn-group > a,
.input-group-btn:last-child > .slat__term.btn-group > a,
.slat__term .input-group-btn:last-child > .file__content.btn-group > a,
#user-login .input-group-btn:last-child > .btn-group > .form-submit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.list--fridge-magnets > li.input-group-btn:first-child > a:not(:first-child),
.slat__term.input-group-btn:first-child > a:not(:first-child),
.slat__term .file__content.input-group-btn:first-child > a:not(:first-child),
#user-login .input-group-btn:first-child > .form-submit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.list--fridge-magnets.input-group-btn:first-child > li.btn-group:not(:first-child) > a,
.input-group-btn:first-child > .slat__term.btn-group:not(:first-child) > a,
.slat__term .input-group-btn:first-child > .file__content.btn-group:not(:first-child) > a,
#user-login .input-group-btn:first-child > .btn-group:not(:first-child) > .form-submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .list--fridge-magnets > li.input-group-btn > a, .slat__term.input-group-btn > a,
.slat__term .file__content.input-group-btn > a, #user-login .input-group-btn > .form-submit {
  position: relative;
}

.input-group-btn > .btn + .btn, .list--fridge-magnets > li.input-group-btn > a + .btn, .slat__term.input-group-btn > a + .btn, .slat__term .file__content.input-group-btn > a + .btn, #user-login .input-group-btn > .form-submit + .btn, .list--fridge-magnets > li.input-group-btn > .btn + a, .list--fridge-magnets > li.input-group-btn > a + a, #user-login .list--fridge-magnets > li.input-group-btn > .form-submit + a, .slat__term.input-group-btn > .btn + a, .slat__term.input-group-btn > a + a, #user-login .slat__term.input-group-btn > .form-submit + a,
.slat__term .file__content.input-group-btn > .btn + a,
.slat__term .list--fridge-magnets > li.file__content.input-group-btn > a + a,
.slat__term .file__content.input-group-btn > a + a,
#user-login .slat__term .file__content.input-group-btn > .form-submit + a, .slat__term #user-login .file__content.input-group-btn > .form-submit + a, #user-login .input-group-btn > .btn + .form-submit, #user-login .list--fridge-magnets > li.input-group-btn > a + .form-submit, #user-login .slat__term.input-group-btn > a + .form-submit, .slat__term #user-login .file__content.input-group-btn > a + .form-submit, #user-login .slat__term .file__content.input-group-btn > a + .form-submit, #user-login .input-group-btn > .form-submit + .form-submit {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .list--fridge-magnets > li.input-group-btn > a:hover, .slat__term.input-group-btn > a:hover,
.slat__term .file__content.input-group-btn > a:hover, #user-login .input-group-btn > .form-submit:hover, .input-group-btn > .btn:focus, .list--fridge-magnets > li.input-group-btn > a:focus, .slat__term.input-group-btn > a:focus,
.slat__term .file__content.input-group-btn > a:focus, #user-login .input-group-btn > .form-submit:focus, .input-group-btn > .btn:active, .list--fridge-magnets > li.input-group-btn > a:active, .slat__term.input-group-btn > a:active,
.slat__term .file__content.input-group-btn > a:active, #user-login .input-group-btn > .form-submit:active {
  z-index: 2;
}


.input-group-btn:first-child > .btn,
.list--fridge-magnets > li.input-group-btn:first-child > a,
.slat__term.input-group-btn:first-child > a,
.slat__term .file__content.input-group-btn:first-child > a,
#user-login .input-group-btn:first-child > .form-submit,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}


.input-group-btn:last-child > .btn,
.list--fridge-magnets > li.input-group-btn:last-child > a,
.slat__term.input-group-btn:last-child > a,
.slat__term .file__content.input-group-btn:last-child > a,
#user-login .input-group-btn:last-child > .form-submit,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2956a5;
}

.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.444;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2956a5;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.444;
  text-decoration: none;
  color: #2956a5;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #1a3668;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #2956a5;
  border-color: #2956a5;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label, .list--fridge-magnets > li > a .label, .slat__term > a .label, .slat__term .file__content > a .label, #user-login .form-submit .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #2956a5;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1f417c;
}

.label-success {
  background-color: #00823b;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #004f24;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #ec971f;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c77c11;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.alert, div.workbench-info-block {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4, div.workbench-info-block h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link, div.workbench-info-block .alert-link {
  font-weight: bold;
}

.alert > p, div.workbench-info-block > p,
.alert > ul,
div.workbench-info-block > ul {
  margin-bottom: 0;
}

.alert > p + p, div.workbench-info-block > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning, div.workbench-info-block {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr, div.workbench-info-block hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link, div.workbench-info-block .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.444;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .list--fridge-magnets > li > a + .btn, .modal-footer .slat__term > a + .btn, .modal-footer .slat__term .file__content > a + .btn, .slat__term .modal-footer .file__content > a + .btn, .modal-footer #user-login .form-submit + .btn, #user-login .modal-footer .form-submit + .btn, .modal-footer .list--fridge-magnets > li > .btn + a, .modal-footer .list--fridge-magnets > li > a + a, .modal-footer #user-login .list--fridge-magnets > li > .form-submit + a, #user-login .modal-footer .list--fridge-magnets > li > .form-submit + a, .modal-footer .slat__term > .btn + a, .modal-footer .list--fridge-magnets > li.slat__term > a + a, .modal-footer .slat__term > a + a, .modal-footer #user-login .slat__term > .form-submit + a, #user-login .modal-footer .slat__term > .form-submit + a,
.modal-footer .slat__term .file__content > .btn + a, .slat__term .modal-footer .file__content > .btn + a,
.modal-footer .slat__term .list--fridge-magnets > li.file__content > a + a, .slat__term .modal-footer .list--fridge-magnets > li.file__content > a + a,
.modal-footer .slat__term .file__content > a + a, .slat__term .modal-footer .file__content > a + a,
.modal-footer #user-login .slat__term .file__content > .form-submit + a, .slat__term .modal-footer #user-login .file__content > .form-submit + a, #user-login .modal-footer .slat__term .file__content > .form-submit + a, .slat__term #user-login .modal-footer .file__content > .form-submit + a, .modal-footer #user-login .btn + .form-submit, #user-login .modal-footer .btn + .form-submit, .modal-footer #user-login .list--fridge-magnets > li > a + .form-submit, #user-login .modal-footer .list--fridge-magnets > li > a + .form-submit, .modal-footer #user-login .slat__term > a + .form-submit, #user-login .modal-footer .slat__term > a + .form-submit, .modal-footer .slat__term #user-login .file__content > a + .form-submit, #user-login .modal-footer .slat__term .file__content > a + .form-submit, .slat__term .modal-footer #user-login .file__content > a + .form-submit, #user-login .slat__term .modal-footer .file__content > a + .form-submit, .modal-footer #user-login .form-submit + .form-submit, #user-login .modal-footer .form-submit + .form-submit {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .list--fridge-magnets > li > a + .btn, .modal-footer .btn-group .slat__term > a + .btn, .modal-footer .btn-group .slat__term .file__content > a + .btn, .slat__term .modal-footer .btn-group .file__content > a + .btn, .modal-footer .btn-group #user-login .form-submit + .btn, #user-login .modal-footer .btn-group .form-submit + .btn, .modal-footer .btn-group .list--fridge-magnets > li > .btn + a, .modal-footer .btn-group .list--fridge-magnets > li > a + a, .modal-footer .btn-group #user-login .list--fridge-magnets > li > .form-submit + a, #user-login .modal-footer .btn-group .list--fridge-magnets > li > .form-submit + a, .modal-footer .btn-group .slat__term > .btn + a, .modal-footer .btn-group .list--fridge-magnets > li.slat__term > a + a, .modal-footer .btn-group .slat__term > a + a, .modal-footer .btn-group #user-login .slat__term > .form-submit + a, #user-login .modal-footer .btn-group .slat__term > .form-submit + a,
.modal-footer .btn-group .slat__term .file__content > .btn + a, .slat__term .modal-footer .btn-group .file__content > .btn + a,
.modal-footer .btn-group .slat__term .list--fridge-magnets > li.file__content > a + a, .slat__term .modal-footer .btn-group .list--fridge-magnets > li.file__content > a + a,
.modal-footer .btn-group .slat__term .file__content > a + a, .slat__term .modal-footer .btn-group .file__content > a + a,
.modal-footer .btn-group #user-login .slat__term .file__content > .form-submit + a, .slat__term .modal-footer .btn-group #user-login .file__content > .form-submit + a, #user-login .modal-footer .btn-group .slat__term .file__content > .form-submit + a, .slat__term #user-login .modal-footer .btn-group .file__content > .form-submit + a, .modal-footer .btn-group #user-login .btn + .form-submit, #user-login .modal-footer .btn-group .btn + .form-submit, .modal-footer .btn-group #user-login .list--fridge-magnets > li > a + .form-submit, #user-login .modal-footer .btn-group .list--fridge-magnets > li > a + .form-submit, .modal-footer .btn-group #user-login .slat__term > a + .form-submit, #user-login .modal-footer .btn-group .slat__term > a + .form-submit, .modal-footer .btn-group .slat__term #user-login .file__content > a + .form-submit, #user-login .modal-footer .btn-group .slat__term .file__content > a + .form-submit, .slat__term .modal-footer .btn-group #user-login .file__content > a + .form-submit, #user-login .slat__term .modal-footer .btn-group .file__content > a + .form-submit, .modal-footer .btn-group #user-login .form-submit + .form-submit, #user-login .modal-footer .btn-group .form-submit + .form-submit {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .list--fridge-magnets > li > a, .carousel-caption .slat__term > a,
.carousel-caption .slat__term .file__content > a, .slat__term .carousel-caption .file__content > a, .carousel-caption #user-login .form-submit, #user-login .carousel-caption .form-submit {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right, .pagination--large-arrows > li.next > a, .pagination--large-arrows > li.pagination__next > a, .pagination--large-arrows > li.pager-next > a {
  float: right !important;
}

.pull-left, .pagination--large-arrows > li.previous > a, .pagination--large-arrows > li.pagination__previous > a, .pagination--large-arrows > li.pager-previous > a {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide, .action--close, .action--information, .pagination--text-hide > li > a, .header .search .btn, .header .search .list--fridge-magnets > li > a, .header .search .slat__term > a,
.header .search .slat__term .file__content > a, .slat__term .header .search .file__content > a, .header .search #user-login .form-submit, #user-login .header .search .form-submit {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* BREAKPOINT
------------------------------------------------------------------------*/
/* GENERIC
------------------------------------------------------------------------*/
@font-face {
  font-family: 'Bree';
  src: url("../fonts/breeserif-regular.eot");
  src: url("../fonts/breeserif-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/breeserif-regular.woff2") format("woff2"), url("../fonts/breeserif-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Centrale';
  src: url("../fonts/centralesans-bold.eot");
  src: url("../fonts/centralesans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/centralesans-bold.woff2") format("woff2"), url("../fonts/centralesans-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Centrale';
  src: url("../fonts/centralesans-regular.eot");
  src: url("../fonts/centralesans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/centralesans-regular.woff2") format("woff2"), url("../fonts/centralesans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Centrale';
  src: url("../fonts/centralesans-light.eot");
  src: url("../fonts/centralesans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/centralesans-light.woff2") format("woff2"), url("../fonts/centralesans-light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

/**
 * @file
 * Custom mixins
 */
/* Intrinsic ratios (eg: Used by _responsive-ratio) */
/* Cross browser opacity */
/* Font smoothing */
/* Px to Em https://web-design-weekly.com/snippets/converts-pixels-to-ems-with-sass/ */
/* WebKit-style focus */
/* To handle long words and URLs */
/**
 * @file
 * Map Bootstrap breakpoints to nice mixins.
 */
/**
 * @file
 * OOCSS Helpers & BEM modifiers
 */
/* Useful within Display Suite for removing margin from headings. */
.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin {
  margin: 0 !important;
}

/**
 * https://github.com/twbs/bootstrap/pull/12679
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
*/
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Bootstrap gutter killer */
.no-gutter[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/**
  * See Bootstrap. http://getbootstrap.com/css/#type-lists. Repeated here
  * because it is a common 'helper'.
  * Remove the default list-style and left margin on list items
  * (immediate children only). This only applies to immediate children list
  * items, meaning you will need to add the class for any nested lists as well.
  */
/*.list-unstyled {}*/
/* More link */
.more-link {
  font-size: 18px;
  font-weight: 600;
}

.more-link:focus {
  outline-offset: 0;
}

/* Inline block helper */
.inline-block {
  display: inline-block;
  vertical-align: top;
}

/**
 * Responsive margin top OOCSS spacing helpers.
 * Ideally always use margin above your site building blocks for consistency.
 */
.has-margin-top-base,
* + .has-succeeding-margin-top-base,
div.workbench-info-block,
.field-name-field-contact-location .location,
.field-name-field-contact-location .gmap,
.meta__featured + .field,
.slat--has-top-margin-half {
  margin-top: 0.722em;
}

@media (min-width: 992px) {
  .has-margin-top-base,
  * + .has-succeeding-margin-top-base,
  div.workbench-info-block,
  .field-name-field-contact-location .location,
  .field-name-field-contact-location .gmap,
  .meta__featured + .field,
  .slat--has-top-margin-half {
    margin-top: 1.444em;
  }
}

.has-margin-top-and-half,
.related > .field,
.slat--has-top-margin,
.view-more-link {
  margin-top: 1.444em;
}

@media (min-width: 992px) {
  .has-margin-top-and-half,
  .related > .field,
  .slat--has-top-margin,
  .view-more-link {
    margin-top: 2.166em;
  }
}

.has-margin-top-double,
.field-name-field-last-update-date,
.webform-component-fieldset {
  margin-top: 1.444em;
}

@media (min-width: 992px) {
  .has-margin-top-double,
  .field-name-field-last-update-date,
  .webform-component-fieldset {
    margin-top: 2.888em;
  }
}

.has-margin-top-triple {
  margin-top: 1.444em;
}

@media (min-width: 480px) {
  .has-margin-top-triple {
    margin-top: 2.888em;
  }
}

@media (min-width: 992px) {
  .has-margin-top-triple {
    margin-top: 4.332em;
  }
}

.has-margin-top-half,
#user-login .form-submit,
#user-pass .form-submit,
#user-register-form .form-submit,
#user-register-form .help-block,
form.workbench-moderation-moderate-form,
.view-mode-teaser .field-name-media-description,
.view-mode-teaser .field-name-field-license {
  margin-top: 0.722em;
}

/**
 * Responsive padding top OOCSS spacing helpers.
 * If a border is required above your site building block then use padding instead.
 */
.has-padding-top-base,
.field-name-field-contact-location .location,
.meta__featured + .field {
  padding-top: 0.722em;
}

@media (min-width: 992px) {
  .has-padding-top-base,
  .field-name-field-contact-location .location,
  .meta__featured + .field {
    padding-top: 1.444em;
  }
}

.has-padding-top-and-half {
  padding-top: 1.444em;
}

@media (min-width: 992px) {
  .has-padding-top-and-half {
    padding-top: 2.166em;
  }
}

.has-padding-top-double {
  padding-top: 1.444em;
}

@media (min-width: 992px) {
  .has-padding-top-double {
    padding-top: 2.888em;
  }
}

.has-padding-top-triple {
  padding-top: 1.444em;
}

@media (min-width: 480px) {
  .has-padding-top-triple {
    padding-top: 2.888em;
  }
}

@media (min-width: 992px) {
  .has-padding-top-triple {
    padding-top: 4.332em;
  }
}

.has-padding-top-half {
  padding-top: 0.722em;
}

@media (min-width: 1200px) {
  .has-padding-left-one-col {
    padding-left: span(1 of 12);
  }
}

@media (min-width: 1200px) {
  .has-padding-right-one-col {
    padding-right: span(1 of 12);
  }
}

.has-border-top,
.field-name-field-contact-location .location,
.meta__featured + .field,
.slat--has-border-top {
  border-top: 1px solid #e2e2e2;
}

.has-border-top-large,
.slat--has-border-top-large {
  border-top: 1px solid #e2e2e2;
}

@media (min-width: 480px) {
  .has-border-top-large,
  .slat--has-border-top-large {
    border-top: 4px solid #e2e2e2;
  }
}

.has-border-top-largest {
  border-top: 10px solid #e2e2e2;
}

.has-border-top-largest-dark {
  border-top: 10px solid #555555;
}

.has-border-top-alternate,
.related .field-label,
.slat--has-border-top-alternate {
  position: relative;
  padding-top: 1px;
}

.has-border-top-alternate:before,
.related .field-label:before,
.slat--has-border-top-alternate:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #e2e2e2;
}

.has-no-border-top {
  border-top: none;
}

@media (min-width: 1200px) {
  .text-center-wide-and-up {
    text-align: center;
  }
}

/* Use to offset elements 'right' within main body area. */
.has-offset-right,
.media.media-wysiwyg_half_column,
.media.media-wysiwyg_half_column_linked {
  position: relative;
}

@media (min-width: 1201px) and (max-width: 1259px) {
  .has-offset-right,
  .media.media-wysiwyg_half_column,
  .media.media-wysiwyg_half_column_linked {
    margin-right: -80px !important;
  }
}

@media (min-width: 1360px) {
  .has-offset-right,
  .media.media-wysiwyg_half_column,
  .media.media-wysiwyg_half_column_linked {
    margin-right: -120px !important;
  }
}

/* Use to offset elements 'left' within main body area. */
.has-offset-left {
  position: relative;
}

@media (min-width: 1201px) and (max-width: 1259px) {
  .has-offset-left {
    margin-left: -80px !important;
  }
}

@media (min-width: 1360px) {
  .has-offset-left {
    margin-left: -120px !important;
  }
}

/* Caption */
.caption {
  color: #595959;
  padding: 1.444em 0 0.361em;
  font-size: 85%;
  border-bottom: 1px solid #e2e2e2;
}

@media (min-width: 480px) {
  .caption {
    padding: 28px 0 7px;
  }
}

.caption:empty {
  display: none;
}

.link-down {
  position: relative;
  padding-left: 10px;
}

.link-down:before {
  content: '\2193';
  position: absolute;
  top: -3px;
  left: -1px;
}

/* To handle long words and URLs */
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.field-name-body a[href^="http://"]:after, .field-name-field-related-external-url a[href^="http://"]:after,
.field-name-body a[href^="https://"]:after,
.field-name-field-related-external-url a[href^="https://"]:after,
.field-name-body a[rel*='external']:after,
.field-name-field-related-external-url a[rel*='external']:after, .action--back-to-top.btn:before, .list--fridge-magnets > li > a.action--back-to-top:before, .slat__term > a.action--back-to-top:before,
.slat__term .file__content > a.action--back-to-top:before, #user-login .action--back-to-top.form-submit:before, .action--back-to-top.btn:hover:before, .list--fridge-magnets > li > a.action--back-to-top:hover:before, .slat__term > a.action--back-to-top:hover:before,
.slat__term .file__content > a.action--back-to-top:hover:before, #user-login .action--back-to-top.form-submit:hover:before, .action--back-to-top.btn:active:before, .list--fridge-magnets > li > a.action--back-to-top:active:before, .slat__term > a.action--back-to-top:active:before,
.slat__term .file__content > a.action--back-to-top:active:before, #user-login .action--back-to-top.form-submit:active:before, .action--back-to-contents:before, .action--back-to-contents:hover:before, .action--back-to-contents:active:before, .action--back:before, .action--back:hover:before, .action--back:focus:before, .action--close:before, .action--information:before, .breadcrumb > li:after, .block-facetapi .block-title:before, .facetapi-facetapi-links > li > a:hover > .action--deactivate-facet:before,
.facetapi-date-range > li > a:hover > .action--deactivate-facet:before, .current-search-item-facets > ul > li > a:hover > .action--deactivate-facet:before, .field-name-field-numberofserves .prefix:after, .field-name-field-toiletfacilities:before, .field-name-field-parkingavailable:before, .field-name-field-appropriateforunder5s:before, .field-name-field-pramfriendly:before, .field-name-field-activity-region:before, .icon--close:before, .icon--close-small:before, .icon--menu:before, .icon--search:before, .list--has-arrows > li > a:before, .navigation--primary summary:after, .navigation--social > .menu .menu__link[href*="facebook"]:after, .navigation--social > .menu .menu__link[href*="twitter"]:after, .newsletter h3:before, .theme--default .node__title .title:before, .theme--move .node__title .title:before, .theme--eat .node__title .title:before, .theme--rewards .node__title .title:before, .theme--sleep .node__title .title:before, .pagination > li.pager-first > a:before,
.pagination > li.prev > a:before, .pagination > li.pager-last > a:after,
.pagination > li.next > a:after, .pagination--large-arrows > li.previous > a:after, .pagination--large-arrows > li.pagination__previous > a:after, .pagination--large-arrows > li.pager-previous > a:after, .pagination--large-arrows > li.previous > a:hover:after, .pagination--large-arrows > li.pagination__previous > a:hover:after, .pagination--large-arrows > li.pager-previous > a:hover:after, .pagination--large-arrows > li.next > a:after, .pagination--large-arrows > li.pagination__next > a:after, .pagination--large-arrows > li.pager-next > a:after, .pagination--large-arrows > li.next > a:hover:after, .pagination--large-arrows > li.pagination__next > a:hover:after, .pagination--large-arrows > li.pager-next > a:hover:after, .header .search .btn:after, .header .search .list--fridge-magnets > li > a:after, .header .search .slat__term > a:after,
.header .search .slat__term .file__content > a:after, .slat__term .header .search .file__content > a:after, .header .search #user-login .form-submit:after, #user-login .header .search .form-submit:after, .header .search--small .btn:after, .header .search--small .list--fridge-magnets > li > a:after, .header .search--small .slat__term > a:after,
.header .search--small .slat__term .file__content > a:after, .slat__term .header .search--small .file__content > a:after, .header .search--small #user-login .form-submit:after, #user-login .header .search--small .form-submit:after, .search-form .btn > .glyphicon, .search-form .list--fridge-magnets > li > a > .glyphicon, .search-form .slat__term > a > .glyphicon, .search-form .slat__term .file__content > a > .glyphicon, .slat__term .search-form .file__content > a > .glyphicon, .search-form #user-login .form-submit > .glyphicon, #user-login .search-form .form-submit > .glyphicon, a.slat__link[href^="http://"] .slat__read-more:after, a.slat__link[href^="https://"] .slat__read-more:after, a.slat__link[rel*='external'] .slat__read-more:after, .social-share-facebook:before, .social-share-twitter:before, .social-share-linkedin:before, .social-share-email:before, .toggle .icon--close:before, .transcript > h3 a:after, .transcript > h3 a:hover:after, .transcript.collapsed > h3 a:after, .transcript.collapsed > h3 a:hover:after {
  display: inline-block;
  background-image: url("../images/sprite.svg");
  background-size: 106.875em 116.75em;
}

.lt-ie9 .field-name-body a[href^="http://"]:after, .lt-ie9 .field-name-field-related-external-url a[href^="http://"]:after, .lt-ie9 .field-name-body a[href^="https://"]:after, .lt-ie9 .field-name-field-related-external-url a[href^="https://"]:after, .lt-ie9 .field-name-body a[rel*='external']:after, .lt-ie9 .field-name-field-related-external-url a[rel*='external']:after, .lt-ie9 .action--back-to-top.btn:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:before, .lt-ie9 .slat__term > a.action--back-to-top:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:before, .lt-ie9 #user-login .action--back-to-top.form-submit:before, #user-login .lt-ie9 .action--back-to-top.form-submit:before, .lt-ie9 .action--back-to-top.btn:hover:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:hover:before, .lt-ie9 .slat__term > a.action--back-to-top:hover:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:hover:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:hover:before, .lt-ie9 #user-login .action--back-to-top.form-submit:hover:before, #user-login .lt-ie9 .action--back-to-top.form-submit:hover:before, .lt-ie9 .action--back-to-top.btn:active:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:active:before, .lt-ie9 .slat__term > a.action--back-to-top:active:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:active:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:active:before, .lt-ie9 #user-login .action--back-to-top.form-submit:active:before, #user-login .lt-ie9 .action--back-to-top.form-submit:active:before, .lt-ie9 .action--back-to-contents:before, .lt-ie9 .action--back-to-contents:hover:before, .lt-ie9 .action--back-to-contents:active:before, .lt-ie9 .action--back:before, .lt-ie9 .action--back:hover:before, .lt-ie9 .action--back:focus:before, .lt-ie9 .action--close:before, .lt-ie9 .action--information:before, .lt-ie9 .breadcrumb > li:after, .lt-ie9 .block-facetapi .block-title:before, .lt-ie9 .facetapi-facetapi-links > li > a:hover > .action--deactivate-facet:before, .lt-ie9 .facetapi-date-range > li > a:hover > .action--deactivate-facet:before, .lt-ie9 .current-search-item-facets > ul > li > a:hover > .action--deactivate-facet:before, .lt-ie9 .field-name-field-numberofserves .prefix:after, .lt-ie9 .field-name-field-toiletfacilities:before, .lt-ie9 .field-name-field-parkingavailable:before, .lt-ie9 .field-name-field-appropriateforunder5s:before, .lt-ie9 .field-name-field-pramfriendly:before, .lt-ie9 .field-name-field-activity-region:before, .lt-ie9 .icon--close:before, .lt-ie9 .icon--close-small:before, .lt-ie9 .icon--menu:before, .lt-ie9 .icon--search:before, .lt-ie9 .list--has-arrows > li > a:before, .lt-ie9 .navigation--primary summary:after, .lt-ie9 .navigation--social > .menu .menu__link[href*="facebook"]:after, .lt-ie9 .navigation--social > .menu .menu__link[href*="twitter"]:after, .lt-ie9 .newsletter h3:before, .lt-ie9 .theme--default .node__title .title:before, .lt-ie9 .theme--move .node__title .title:before, .lt-ie9 .theme--eat .node__title .title:before, .lt-ie9 .theme--rewards .node__title .title:before, .lt-ie9 .theme--sleep .node__title .title:before, .lt-ie9 .pagination > li.pager-first > a:before, .lt-ie9 .pagination > li.prev > a:before, .lt-ie9 .pagination > li.pager-last > a:after, .lt-ie9 .pagination > li.next > a:after, .lt-ie9 .pagination--large-arrows > li.previous > a:after, .lt-ie9 .pagination--large-arrows > li.pagination__previous > a:after, .lt-ie9 .pagination--large-arrows > li.pager-previous > a:after, .lt-ie9 .pagination--large-arrows > li.previous > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pagination__previous > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pager-previous > a:hover:after, .lt-ie9 .pagination--large-arrows > li.next > a:after, .lt-ie9 .pagination--large-arrows > li.pagination__next > a:after, .lt-ie9 .pagination--large-arrows > li.pager-next > a:after, .lt-ie9 .pagination--large-arrows > li.next > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pagination__next > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pager-next > a:hover:after, .lt-ie9 .header .search .btn:after, .lt-ie9 .header .search .list--fridge-magnets > li > a:after, .lt-ie9 .header .search .slat__term > a:after,
.lt-ie9 .header .search .slat__term .file__content > a:after, .slat__term .lt-ie9 .header .search .file__content > a:after, .lt-ie9 .header .search #user-login .form-submit:after, #user-login .lt-ie9 .header .search .form-submit:after, .lt-ie9 .header .search--small .btn:after, .lt-ie9 .header .search--small .list--fridge-magnets > li > a:after, .lt-ie9 .header .search--small .slat__term > a:after,
.lt-ie9 .header .search--small .slat__term .file__content > a:after, .slat__term .lt-ie9 .header .search--small .file__content > a:after, .lt-ie9 .header .search--small #user-login .form-submit:after, #user-login .lt-ie9 .header .search--small .form-submit:after, .lt-ie9 .search-form .btn > .glyphicon, .lt-ie9 .search-form .list--fridge-magnets > li > a > .glyphicon, .lt-ie9 .search-form .slat__term > a > .glyphicon, .lt-ie9 .search-form .slat__term .file__content > a > .glyphicon, .slat__term .lt-ie9 .search-form .file__content > a > .glyphicon, .lt-ie9 .search-form #user-login .form-submit > .glyphicon, #user-login .lt-ie9 .search-form .form-submit > .glyphicon, .lt-ie9 a.slat__link[href^="http://"] .slat__read-more:after, .lt-ie9 a.slat__link[href^="https://"] .slat__read-more:after, .lt-ie9 a.slat__link[rel*='external'] .slat__read-more:after, .lt-ie9 .social-share-facebook:before, .lt-ie9 .social-share-twitter:before, .lt-ie9 .social-share-linkedin:before, .lt-ie9 .social-share-email:before, .lt-ie9 .toggle .icon--close:before, .lt-ie9 .transcript > h3 a:after, .lt-ie9 .transcript > h3 a:hover:after, .lt-ie9 .transcript.collapsed > h3 a:after, .lt-ie9 .transcript.collapsed > h3 a:hover:after {
  background-image: url("../images/sprite.png");
}

.field-name-body,
.field-name-field-related-external-url {
  /* Add external link icon to links */
  /*
   * 1. Site domain as defined in _variables.scss. Let's not add an icon
   * if a link has been created using the sites full absolute domain.
  */
}

.field-name-body a[href^="http://"]:after, .field-name-field-related-external-url a[href^="http://"]:after,
.field-name-body a[href^="https://"]:after,
.field-name-field-related-external-url a[href^="https://"]:after,
.field-name-body a[rel*='external']:after,
.field-name-field-related-external-url a[rel*='external']:after {
  content: '';
  width: 0.875em;
  height: 0.75em;
  background-position: -58.75em -68.3125em;
  margin-left: 4px;
  vertical-align: middle;
}

.lt-ie9 .field-name-body a[href^="http://"]:after, .lt-ie9 .field-name-field-related-external-url a[href^="http://"]:after, .lt-ie9 .field-name-body a[href^="https://"]:after, .lt-ie9 .field-name-field-related-external-url a[href^="https://"]:after, .lt-ie9 .field-name-body a[rel*='external']:after, .lt-ie9 .field-name-field-related-external-url a[rel*='external']:after {
  width: 13px;
  height: 11px;
  background-position: -940px -1093px;
}

.field-name-body a[href*='<yourdomain>'], .field-name-field-related-external-url a[href*='<yourdomain>'] {
  /* [1] */
}

.field-name-body a[href*='<yourdomain>']:after, .field-name-field-related-external-url a[href*='<yourdomain>']:after {
  content: '';
}


.is-hidden-without-js {
  display: none;
}

.js
.is-hidden-without-js {
  display: block;
}


.full-width-title {
  width: 100%;
}

/**
 * @file
 * This theme includes exaggerated focus styles inspired by https://www.gov.uk/
 *
 * If your site doesn't require these accessibility features simply comment
 * out the only place where this partial is SASS @imported (scss/global.styles.scss).
 */
p a:focus {
  outline-offset: 0;
}

a:focus {
  background-color: rgba(255, 255, 0, 0.5);
  outline: 3px solid rgba(255, 255, 0, 0.5);
  outline-offset: -3px;
}

.breadcrumb > li > a:focus {
  color: black;
  outline-offset: 0;
}

.btn:focus, .list--fridge-magnets > li > a:focus, .slat__term > a:focus,
.slat__term .file__content > a:focus, #user-login .form-submit:focus {
  outline: 3px solid rgba(255, 255, 0, 0.5);
}

.btn-default > a:focus, .list--fridge-magnets > li > a > a:focus, .slat__term > a > a:focus {
  background-color: transparent;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.logo--secondary .logo__link:focus {
  outline-offset: 0;
}

.logo--secondary .logo__link:focus .logo__brand {
  fill: black;
}

.logo--secondary .logo__link:hover:focus .logo__brand {
  fill: black;
}

.nav > li > a:focus {
  background-color: rgba(255, 255, 0, 0.5);
}

.navigation--secondary .menu__link:focus {
  background-color: rgba(255, 255, 0, 0.5);
  outline-offset: 0;
}

.navigation--quaternary .nav > li > .menu__link:focus {
  background-color: rgba(255, 255, 0, 0.5);
  color: black;
  outline-offset: 0;
}

@media (min-width: 480px) {
  .prose a:focus {
    outline-offset: 0;
  }
}

.contextual-links-wrapper a:focus {
  background-color: transparent;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#admin-menu a:focus {
  background-color: transparent;
  outline: none;
  outline-offset: 0;
}

.facetapi-facetapi-links > li > a:focus,
.facetapi-date-range > li > a:focus {
  outline: none;
  outline-offset: 0;
}

.form-type-radio:focus,
.form-type-checkbox:focus {
  outline: 3px solid rgba(255, 255, 0, 0.5);
  outline-offset: -3px;
}

.form-control:focus, .form-email:focus,
.form-number:focus, .webform-component-select .form-select:focus,
.form-email:focus,
.form-number:focus {
  border-color: transparent;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: 3px solid rgba(255, 255, 0, 0.5);
  outline-offset: -3px;
}

.slat__term > a:focus {
  outline-offset: 0;
}

.slat__link:focus {
  background-color: transparent;
  outline-offset: 0;
}

.transcript > h3 a:focus {
  outline-offset: 0;
}

.promotion--menu .menu__link:hover:focus {
  background-color: rgba(255, 255, 0, 0.5);
}

.promotion--post-it .menu__link:focus {
  background-color: rgba(255, 255, 0, 0.5);
  color: black;
  outline-offset: 0;
}

.navigation--site-map .menu > .menu__item > .menu__link:focus {
  outline-offset: 0;
}

.field-name-body a[href^="http://"]:after, .field-name-field-related-external-url a[href^="http://"]:after,
.field-name-body a[href^="https://"]:after,
.field-name-field-related-external-url a[href^="https://"]:after,
.field-name-body a[rel*='external']:after,
.field-name-field-related-external-url a[rel*='external']:after, .action--back-to-top.btn:before, .list--fridge-magnets > li > a.action--back-to-top:before, .slat__term > a.action--back-to-top:before,
.slat__term .file__content > a.action--back-to-top:before, #user-login .action--back-to-top.form-submit:before, .action--back-to-top.btn:hover:before, .list--fridge-magnets > li > a.action--back-to-top:hover:before, .slat__term > a.action--back-to-top:hover:before,
.slat__term .file__content > a.action--back-to-top:hover:before, #user-login .action--back-to-top.form-submit:hover:before, .action--back-to-top.btn:active:before, .list--fridge-magnets > li > a.action--back-to-top:active:before, .slat__term > a.action--back-to-top:active:before,
.slat__term .file__content > a.action--back-to-top:active:before, #user-login .action--back-to-top.form-submit:active:before, .action--back-to-contents:before, .action--back-to-contents:hover:before, .action--back-to-contents:active:before, .action--back:before, .action--back:hover:before, .action--back:focus:before, .action--close:before, .action--information:before, .breadcrumb > li:after, .block-facetapi .block-title:before, .facetapi-facetapi-links > li > a:hover > .action--deactivate-facet:before,
.facetapi-date-range > li > a:hover > .action--deactivate-facet:before, .current-search-item-facets > ul > li > a:hover > .action--deactivate-facet:before, .field-name-field-numberofserves .prefix:after, .field-name-field-toiletfacilities:before, .field-name-field-parkingavailable:before, .field-name-field-appropriateforunder5s:before, .field-name-field-pramfriendly:before, .field-name-field-activity-region:before, .icon--close:before, .icon--close-small:before, .icon--menu:before, .icon--search:before, .list--has-arrows > li > a:before, .navigation--primary summary:after, .navigation--social > .menu .menu__link[href*="facebook"]:after, .navigation--social > .menu .menu__link[href*="twitter"]:after, .newsletter h3:before, .theme--default .node__title .title:before, .theme--move .node__title .title:before, .theme--eat .node__title .title:before, .theme--rewards .node__title .title:before, .theme--sleep .node__title .title:before, .pagination > li.pager-first > a:before,
.pagination > li.prev > a:before, .pagination > li.pager-last > a:after,
.pagination > li.next > a:after, .pagination--large-arrows > li.previous > a:after, .pagination--large-arrows > li.pagination__previous > a:after, .pagination--large-arrows > li.pager-previous > a:after, .pagination--large-arrows > li.previous > a:hover:after, .pagination--large-arrows > li.pagination__previous > a:hover:after, .pagination--large-arrows > li.pager-previous > a:hover:after, .pagination--large-arrows > li.next > a:after, .pagination--large-arrows > li.pagination__next > a:after, .pagination--large-arrows > li.pager-next > a:after, .pagination--large-arrows > li.next > a:hover:after, .pagination--large-arrows > li.pagination__next > a:hover:after, .pagination--large-arrows > li.pager-next > a:hover:after, .header .search .btn:after, .header .search .list--fridge-magnets > li > a:after, .header .search .slat__term > a:after,
.header .search .slat__term .file__content > a:after, .slat__term .header .search .file__content > a:after, .header .search #user-login .form-submit:after, #user-login .header .search .form-submit:after, .header .search--small .btn:after, .header .search--small .list--fridge-magnets > li > a:after, .header .search--small .slat__term > a:after,
.header .search--small .slat__term .file__content > a:after, .slat__term .header .search--small .file__content > a:after, .header .search--small #user-login .form-submit:after, #user-login .header .search--small .form-submit:after, .search-form .btn > .glyphicon, .search-form .list--fridge-magnets > li > a > .glyphicon, .search-form .slat__term > a > .glyphicon, .search-form .slat__term .file__content > a > .glyphicon, .slat__term .search-form .file__content > a > .glyphicon, .search-form #user-login .form-submit > .glyphicon, #user-login .search-form .form-submit > .glyphicon, a.slat__link[href^="http://"] .slat__read-more:after, a.slat__link[href^="https://"] .slat__read-more:after, a.slat__link[rel*='external'] .slat__read-more:after, .social-share-facebook:before, .social-share-twitter:before, .social-share-linkedin:before, .social-share-email:before, .toggle .icon--close:before, .transcript > h3 a:after, .transcript > h3 a:hover:after, .transcript.collapsed > h3 a:after, .transcript.collapsed > h3 a:hover:after {
  display: inline-block;
  background-image: url("../images/sprite.svg");
  background-size: 106.875em 116.75em;
}

.lt-ie9 .field-name-body a[href^="http://"]:after, .lt-ie9 .field-name-field-related-external-url a[href^="http://"]:after, .lt-ie9 .field-name-body a[href^="https://"]:after, .lt-ie9 .field-name-field-related-external-url a[href^="https://"]:after, .lt-ie9 .field-name-body a[rel*='external']:after, .lt-ie9 .field-name-field-related-external-url a[rel*='external']:after, .lt-ie9 .action--back-to-top.btn:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:before, .lt-ie9 .slat__term > a.action--back-to-top:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:before, .lt-ie9 #user-login .action--back-to-top.form-submit:before, #user-login .lt-ie9 .action--back-to-top.form-submit:before, .lt-ie9 .action--back-to-top.btn:hover:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:hover:before, .lt-ie9 .slat__term > a.action--back-to-top:hover:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:hover:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:hover:before, .lt-ie9 #user-login .action--back-to-top.form-submit:hover:before, #user-login .lt-ie9 .action--back-to-top.form-submit:hover:before, .lt-ie9 .action--back-to-top.btn:active:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:active:before, .lt-ie9 .slat__term > a.action--back-to-top:active:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:active:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:active:before, .lt-ie9 #user-login .action--back-to-top.form-submit:active:before, #user-login .lt-ie9 .action--back-to-top.form-submit:active:before, .lt-ie9 .action--back-to-contents:before, .lt-ie9 .action--back-to-contents:hover:before, .lt-ie9 .action--back-to-contents:active:before, .lt-ie9 .action--back:before, .lt-ie9 .action--back:hover:before, .lt-ie9 .action--back:focus:before, .lt-ie9 .action--close:before, .lt-ie9 .action--information:before, .lt-ie9 .breadcrumb > li:after, .lt-ie9 .block-facetapi .block-title:before, .lt-ie9 .facetapi-facetapi-links > li > a:hover > .action--deactivate-facet:before, .lt-ie9 .facetapi-date-range > li > a:hover > .action--deactivate-facet:before, .lt-ie9 .current-search-item-facets > ul > li > a:hover > .action--deactivate-facet:before, .lt-ie9 .field-name-field-numberofserves .prefix:after, .lt-ie9 .field-name-field-toiletfacilities:before, .lt-ie9 .field-name-field-parkingavailable:before, .lt-ie9 .field-name-field-appropriateforunder5s:before, .lt-ie9 .field-name-field-pramfriendly:before, .lt-ie9 .field-name-field-activity-region:before, .lt-ie9 .icon--close:before, .lt-ie9 .icon--close-small:before, .lt-ie9 .icon--menu:before, .lt-ie9 .icon--search:before, .lt-ie9 .list--has-arrows > li > a:before, .lt-ie9 .navigation--primary summary:after, .lt-ie9 .navigation--social > .menu .menu__link[href*="facebook"]:after, .lt-ie9 .navigation--social > .menu .menu__link[href*="twitter"]:after, .lt-ie9 .newsletter h3:before, .lt-ie9 .theme--default .node__title .title:before, .lt-ie9 .theme--move .node__title .title:before, .lt-ie9 .theme--eat .node__title .title:before, .lt-ie9 .theme--rewards .node__title .title:before, .lt-ie9 .theme--sleep .node__title .title:before, .lt-ie9 .pagination > li.pager-first > a:before, .lt-ie9 .pagination > li.prev > a:before, .lt-ie9 .pagination > li.pager-last > a:after, .lt-ie9 .pagination > li.next > a:after, .lt-ie9 .pagination--large-arrows > li.previous > a:after, .lt-ie9 .pagination--large-arrows > li.pagination__previous > a:after, .lt-ie9 .pagination--large-arrows > li.pager-previous > a:after, .lt-ie9 .pagination--large-arrows > li.previous > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pagination__previous > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pager-previous > a:hover:after, .lt-ie9 .pagination--large-arrows > li.next > a:after, .lt-ie9 .pagination--large-arrows > li.pagination__next > a:after, .lt-ie9 .pagination--large-arrows > li.pager-next > a:after, .lt-ie9 .pagination--large-arrows > li.next > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pagination__next > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pager-next > a:hover:after, .lt-ie9 .header .search .btn:after, .lt-ie9 .header .search .list--fridge-magnets > li > a:after, .lt-ie9 .header .search .slat__term > a:after,
.lt-ie9 .header .search .slat__term .file__content > a:after, .slat__term .lt-ie9 .header .search .file__content > a:after, .lt-ie9 .header .search #user-login .form-submit:after, #user-login .lt-ie9 .header .search .form-submit:after, .lt-ie9 .header .search--small .btn:after, .lt-ie9 .header .search--small .list--fridge-magnets > li > a:after, .lt-ie9 .header .search--small .slat__term > a:after,
.lt-ie9 .header .search--small .slat__term .file__content > a:after, .slat__term .lt-ie9 .header .search--small .file__content > a:after, .lt-ie9 .header .search--small #user-login .form-submit:after, #user-login .lt-ie9 .header .search--small .form-submit:after, .lt-ie9 .search-form .btn > .glyphicon, .lt-ie9 .search-form .list--fridge-magnets > li > a > .glyphicon, .lt-ie9 .search-form .slat__term > a > .glyphicon, .lt-ie9 .search-form .slat__term .file__content > a > .glyphicon, .slat__term .lt-ie9 .search-form .file__content > a > .glyphicon, .lt-ie9 .search-form #user-login .form-submit > .glyphicon, #user-login .lt-ie9 .search-form .form-submit > .glyphicon, .lt-ie9 a.slat__link[href^="http://"] .slat__read-more:after, .lt-ie9 a.slat__link[href^="https://"] .slat__read-more:after, .lt-ie9 a.slat__link[rel*='external'] .slat__read-more:after, .lt-ie9 .social-share-facebook:before, .lt-ie9 .social-share-twitter:before, .lt-ie9 .social-share-linkedin:before, .lt-ie9 .social-share-email:before, .lt-ie9 .toggle .icon--close:before, .lt-ie9 .transcript > h3 a:after, .lt-ie9 .transcript > h3 a:hover:after, .lt-ie9 .transcript.collapsed > h3 a:after, .lt-ie9 .transcript.collapsed > h3 a:hover:after {
  background-image: url("../images/sprite.png");
}

/**
 * @file
 * Custom tweaks to admin elements
 */
.alert, div.workbench-info-block {
  margin-top: 1.444em;
  margin-bottom: 0;
  border-radius: 0;
}

.alert .close, div.workbench-info-block .close {
  line-height: 0.8em;
}

.tabs--primary {
  margin-top: 1.444em;
  font-family: "Courier New", monospace;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tabs--primary > li > a {
  border-radius: 0;
  color: #ec971f;
}

.tabs--primary > li > a:focus {
  color: white;
  background-color: #ec971f;
  outline: 3px solid #ec971f;
}

.tabs--primary > li.active > a {
  background-color: #ec971f;
}

.tabs--primary > li.active > a:hover {
  background-color: #ec971f;
}

.tabs--primary > li.active > a:focus {
  color: white;
  background-color: #ec971f;
  outline: 3px solid #ec971f;
}

.contextual-links {
  font-family: "Courier New", monospace;
}

#user-login,
#user-pass,
#user-register-form {
  margin-top: 1.444em;
}

#user-login .form-item.error,
#user-pass .form-item.error,
#user-register-form .form-item.error {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-left-color: #df3034;
  border-left-width: 5px;
  border-left-style: solid;
  background-color: #fef7f7;
}

@media (min-width: 992px) {
  #user-login .form-item.error,
  #user-pass .form-item.error,
  #user-register-form .form-item.error {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    border-left-width: 3px;
  }
}

#user-login .form-control, #user-login .form-email,
#user-login .form-number, #user-login .webform-component-select .form-select, .webform-component-select #user-login .form-select,
#user-pass .form-control,
#user-pass .form-email,
#user-pass .form-number,
#user-pass .webform-component-select .form-select,
.webform-component-select #user-pass .form-select,
#user-register-form .form-control,
#user-register-form .form-email,
#user-register-form .form-number,
#user-register-form .webform-component-select .form-select,
.webform-component-select #user-register-form .form-select {
  width: auto;
}

@media (min-width: 992px) {
  .view-media-collection-single-item .file div.contextual-links-wrapper {
    right: 100px;
  }
}

div.workbench-info-block {
  margin-bottom: 1.444em;
  color: #ae894a;
  border-radius: 0;
  font-size: inherit;
}

div.workbench-info-block em {
  font-style: normal;
  color: #66512c;
}

div.workbench-info-block a {
  color: #66512c;
  text-decoration: underline;
}

form.workbench-moderation-moderate-form {
  display: block;
}

form.workbench-moderation-moderate-form .form-submit {
  margin: 0 0 0 10px;
  vertical-align: top;
  padding: 8px 14px;
}

form.workbench-moderation-moderate-form select {
  height: 40px;
}

form.workbench-moderation-moderate-form div {
  display: inline-block;
}

form.workbench-moderation-moderate-form .form-type-select:after, form.workbench-moderation-moderate-form .webform-component-select:after {
  bottom: 17px;
}

/* Override Bootstrap collapsed classes for Drupal default advanced search fieldset */
html.js #search-form fieldset.collapsed {
  height: auto;
  margin-top: 40px;
}

html.js #search-form fieldset.collapsed .panel-collapse {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

/* BASE
------------------------------------------------------------------------*/
/**
 * @file
 * Override and extend table styles
 */
.table-responsive {
  border-top: 1px solid #DDDDDD;
  border-right: 2px solid #333333;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 1.444em;
  margin-top: 0.722em;
}

@media (min-width: 480px) {
  .table-responsive {
    border-right: 1px solid #DDDDDD;
  }
}

.table-responsive table {
  border-bottom: 0;
  border-right: 0;
  margin-bottom: 0;
}

table {
  font-size: 16px;
}

table ul,
table ol {
  padding-left: 15px;
}

.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  background-color: #eeeeee;
  font-weight: 700;
  color: #111212;
}

.table > tbody > tr > th {
  background-color: #eeeeee;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 15px 20px;
  line-height: 26px;
}

.table-responsive .table > thead > tr > th, .table-responsive
.table > thead > tr > td, .table-responsive
.table > tbody > tr > th, .table-responsive
.table > tbody > tr > td, .table-responsive
.table > tfoot > tr > th, .table-responsive
.table > tfoot > tr > td {
  border-left: 1px solid #DDDDDD;
}

.table-responsive .table > thead > tr > th:first-child, .table-responsive
.table > thead > tr > td:first-child, .table-responsive
.table > tbody > tr > th:first-child, .table-responsive
.table > tbody > tr > td:first-child, .table-responsive
.table > tfoot > tr > th:first-child, .table-responsive
.table > tfoot > tr > td:first-child {
  border-left: 0;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(255, 255, 0, 0.3);
}

.table-bare caption {
  padding-left: 0;
}

.table-bare.table {
  border-top: none;
}

.table-bare.table > thead > tr > th,
.table-bare.table > thead > tr > td,
.table-bare.table > tbody > tr > th,
.table-bare.table > tbody > tr > td,
.table-bare.table > tfoot > tr > th,
.table-bare.table > tfoot > tr > td {
  padding: 15px 20px 15px 0;
}

.table-responsive .table-bare.table > thead > tr > th, .table-responsive
.table-bare.table > thead > tr > td, .table-responsive
.table-bare.table > tbody > tr > th, .table-responsive
.table-bare.table > tbody > tr > td, .table-responsive
.table-bare.table > tfoot > tr > th, .table-responsive
.table-bare.table > tfoot > tr > td {
  border-left: none;
}

.table-bare.table > thead > tr > th {
  border-bottom: none;
  background-color: transparent;
}

.table-bare.table > tbody > tr > th {
  background-color: transparent;
}

.table-bare.table > thead > tr > th,
.table-bare.table > thead > tr > td,
.table-bare.table > tbody > tr > th,
.table-bare.table > tbody > tr > td,
.table-bare.table > tfoot > tr > th,
.table-bare.table > tfoot > tr > td {
  border-top: none;
}

.table-data > thead > tr > th,
.table-data > tbody > tr > th {
  background-color: transparent;
}

caption {
  padding-left: 8px;
  padding-right: 8px;
}

.goals > input[value="default"] + label {
  background-color: #2956a5;
}

.goals > input[value="default"]:checked + label {
  color: #2956a5;
}

.goals > input[value="default"]:checked + label svg {
  fill: #2956a5;
}

.goals__category[data-theme="default"] ol > li {
  border-color: #2956a5;
  color: #2956a5;
}

.theme--default .pager-load-more li > a,
.theme--default .views-exposed-widgets > .views-submit-button > .btn,
.theme--default .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a,
.theme--default .views-exposed-widgets > .slat__term.views-submit-button > a,
.theme--default .slat__term .views-exposed-widgets > .file__content.views-submit-button > a,
.slat__term .theme--default .views-exposed-widgets > .file__content.views-submit-button > a,
.theme--default #user-login .views-exposed-widgets > .views-submit-button > .form-submit,
#user-login .theme--default .views-exposed-widgets > .views-submit-button > .form-submit {
  background-color: #2956a5;
  border-color: #2956a5;
}

.theme--default .pager-load-more li > a:hover, .theme--default .pager-load-more li > a:focus,
.theme--default .views-exposed-widgets > .views-submit-button > .btn:hover,
.theme--default .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:hover,
.theme--default .views-exposed-widgets > .slat__term.views-submit-button > a:hover,
.theme--default .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.slat__term .theme--default .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.theme--default #user-login .views-exposed-widgets > .views-submit-button > .form-submit:hover,
#user-login .theme--default .views-exposed-widgets > .views-submit-button > .form-submit:hover,
.theme--default .views-exposed-widgets > .views-submit-button > .btn:focus,
.theme--default .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:focus,
.theme--default .views-exposed-widgets > .slat__term.views-submit-button > a:focus,
.theme--default .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.slat__term .theme--default .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.theme--default #user-login .views-exposed-widgets > .views-submit-button > .form-submit:focus,
#user-login .theme--default .views-exposed-widgets > .views-submit-button > .form-submit:focus {
  background-color: #1f417c;
  border-color: #1f417c;
}

.theme--default .navigation--primary details[data-theme="default"] > summary {
  background-color: rgba(0, 0, 0, 0.2);
}

.theme--default .node__footer .btn-primary, .theme--default .node__footer .btn-glow,
.theme--default .node__footer .slat__term .file__content > a, .slat__term .theme--default .node__footer .file__content > a, .theme--default .node__footer #user-login .form-submit, #user-login .theme--default .node__footer .form-submit,
.theme--default .back .btn,
.theme--default .back .list--fridge-magnets > li > a,
.theme--default .back .slat__term > a,
.theme--default .back .slat__term .file__content > a,
.slat__term .theme--default .back .file__content > a,
.theme--default .back #user-login .form-submit,
#user-login .theme--default .back .form-submit {
  border-color: #2956a5;
}

.theme--default .node__footer .btn-primary:hover, .theme--default .node__footer .btn-glow:hover,
.theme--default .node__footer .slat__term .file__content > a:hover, .slat__term .theme--default .node__footer .file__content > a:hover, .theme--default .node__footer #user-login .form-submit:hover, #user-login .theme--default .node__footer .form-submit:hover, .theme--default .node__footer .btn-primary:focus, .theme--default .node__footer .btn-glow:focus,
.theme--default .node__footer .slat__term .file__content > a:focus, .slat__term .theme--default .node__footer .file__content > a:focus, .theme--default .node__footer #user-login .form-submit:focus, #user-login .theme--default .node__footer .form-submit:focus,
.theme--default .back .btn:hover,
.theme--default .back .list--fridge-magnets > li > a:hover,
.theme--default .back .slat__term > a:hover,
.theme--default .back .slat__term .file__content > a:hover,
.slat__term .theme--default .back .file__content > a:hover,
.theme--default .back #user-login .form-submit:hover,
#user-login .theme--default .back .form-submit:hover,
.theme--default .back .btn:focus,
.theme--default .back .list--fridge-magnets > li > a:focus,
.theme--default .back .slat__term > a:focus,
.theme--default .back .slat__term .file__content > a:focus,
.slat__term .theme--default .back .file__content > a:focus,
.theme--default .back #user-login .form-submit:focus,
#user-login .theme--default .back .form-submit:focus {
  border-color: #1f417c;
}


.theme--default .back .btn,
.theme--default .back .list--fridge-magnets > li > a,
.theme--default .back .slat__term > a,
.theme--default .back .slat__term .file__content > a,
.slat__term .theme--default .back .file__content > a,
.theme--default .back #user-login .form-submit,
#user-login .theme--default .back .form-submit {
  background-color: #2956a5;
}


.theme--default .back .btn:hover,
.theme--default .back .list--fridge-magnets > li > a:hover,
.theme--default .back .slat__term > a:hover,
.theme--default .back .slat__term .file__content > a:hover,
.slat__term .theme--default .back .file__content > a:hover,
.theme--default .back #user-login .form-submit:hover,
#user-login .theme--default .back .form-submit:hover,
.theme--default .back .btn:focus,
.theme--default .back .list--fridge-magnets > li > a:focus,
.theme--default .back .slat__term > a:focus,
.theme--default .back .slat__term .file__content > a:focus,
.slat__term .theme--default .back .file__content > a:focus,
.theme--default .back #user-login .form-submit:focus,
#user-login .theme--default .back .form-submit:focus {
  background-color: #1f417c;
}

.theme--default .node__footer .btn-primary, .theme--default .node__footer .btn-glow,
.theme--default .node__footer .slat__term .file__content > a, .slat__term .theme--default .node__footer .file__content > a, .theme--default .node__footer #user-login .form-submit, #user-login .theme--default .node__footer .form-submit {
  color: #2956a5;
}

.theme--default .node__footer .btn-primary:hover, .theme--default .node__footer .btn-glow:hover,
.theme--default .node__footer .slat__term .file__content > a:hover, .slat__term .theme--default .node__footer .file__content > a:hover, .theme--default .node__footer #user-login .form-submit:hover, #user-login .theme--default .node__footer .form-submit:hover, .theme--default .node__footer .btn-primary:focus, .theme--default .node__footer .btn-glow:focus,
.theme--default .node__footer .slat__term .file__content > a:focus, .slat__term .theme--default .node__footer .file__content > a:focus, .theme--default .node__footer #user-login .form-submit:focus, #user-login .theme--default .node__footer .form-submit:focus {
  color: #1f417c;
  background-color: transparent;
}

.theme--default .slat__link .slat__title {
  color: #2956a5;
}

.theme--default a.slat__link:hover .slat__title,
.theme--default .slat__link:visited .slat__title,
.theme--default a.slat__link:focus .slat__title {
  color: #152b53;
}

.theme--default .views-exposed-widgets .form-select {
  border-color: #2956a5;
  color: #2956a5;
  background-color: white;
  background-image: url("../images/form-select--default.svg");
}

.theme--default .node__aside > h5 > a {
  color: #2956a5;
}

.goals > input[value="move"] + label {
  background-color: #1070e5;
}

.goals > input[value="move"]:checked + label {
  color: #1070e5;
}

.goals > input[value="move"]:checked + label svg {
  fill: #1070e5;
}

.goals__category[data-theme="move"] ol > li {
  border-color: #1070e5;
  color: #1070e5;
}

.theme--move .pager-load-more li > a,
.theme--move .views-exposed-widgets > .views-submit-button > .btn,
.theme--move .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a,
.theme--move .views-exposed-widgets > .slat__term.views-submit-button > a,
.theme--move .slat__term .views-exposed-widgets > .file__content.views-submit-button > a,
.slat__term .theme--move .views-exposed-widgets > .file__content.views-submit-button > a,
.theme--move #user-login .views-exposed-widgets > .views-submit-button > .form-submit,
#user-login .theme--move .views-exposed-widgets > .views-submit-button > .form-submit {
  background-color: #1070e5;
  border-color: #1070e5;
}

.theme--move .pager-load-more li > a:hover, .theme--move .pager-load-more li > a:focus,
.theme--move .views-exposed-widgets > .views-submit-button > .btn:hover,
.theme--move .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:hover,
.theme--move .views-exposed-widgets > .slat__term.views-submit-button > a:hover,
.theme--move .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.slat__term .theme--move .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.theme--move #user-login .views-exposed-widgets > .views-submit-button > .form-submit:hover,
#user-login .theme--move .views-exposed-widgets > .views-submit-button > .form-submit:hover,
.theme--move .views-exposed-widgets > .views-submit-button > .btn:focus,
.theme--move .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:focus,
.theme--move .views-exposed-widgets > .slat__term.views-submit-button > a:focus,
.theme--move .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.slat__term .theme--move .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.theme--move #user-login .views-exposed-widgets > .views-submit-button > .form-submit:focus,
#user-login .theme--move .views-exposed-widgets > .views-submit-button > .form-submit:focus {
  background-color: #0d59b5;
  border-color: #0d59b5;
}

.theme--move .navigation--primary details[data-theme="move"] > summary {
  background-color: rgba(0, 0, 0, 0.2);
}

.theme--move .node__footer .btn-primary, .theme--move .node__footer .btn-glow,
.theme--move .node__footer .slat__term .file__content > a, .slat__term .theme--move .node__footer .file__content > a, .theme--move .node__footer #user-login .form-submit, #user-login .theme--move .node__footer .form-submit,
.theme--move .back .btn,
.theme--move .back .list--fridge-magnets > li > a,
.theme--move .back .slat__term > a,
.theme--move .back .slat__term .file__content > a,
.slat__term .theme--move .back .file__content > a,
.theme--move .back #user-login .form-submit,
#user-login .theme--move .back .form-submit {
  border-color: #1070e5;
}

.theme--move .node__footer .btn-primary:hover, .theme--move .node__footer .btn-glow:hover,
.theme--move .node__footer .slat__term .file__content > a:hover, .slat__term .theme--move .node__footer .file__content > a:hover, .theme--move .node__footer #user-login .form-submit:hover, #user-login .theme--move .node__footer .form-submit:hover, .theme--move .node__footer .btn-primary:focus, .theme--move .node__footer .btn-glow:focus,
.theme--move .node__footer .slat__term .file__content > a:focus, .slat__term .theme--move .node__footer .file__content > a:focus, .theme--move .node__footer #user-login .form-submit:focus, #user-login .theme--move .node__footer .form-submit:focus,
.theme--move .back .btn:hover,
.theme--move .back .list--fridge-magnets > li > a:hover,
.theme--move .back .slat__term > a:hover,
.theme--move .back .slat__term .file__content > a:hover,
.slat__term .theme--move .back .file__content > a:hover,
.theme--move .back #user-login .form-submit:hover,
#user-login .theme--move .back .form-submit:hover,
.theme--move .back .btn:focus,
.theme--move .back .list--fridge-magnets > li > a:focus,
.theme--move .back .slat__term > a:focus,
.theme--move .back .slat__term .file__content > a:focus,
.slat__term .theme--move .back .file__content > a:focus,
.theme--move .back #user-login .form-submit:focus,
#user-login .theme--move .back .form-submit:focus {
  border-color: #0d59b5;
}


.theme--move .back .btn,
.theme--move .back .list--fridge-magnets > li > a,
.theme--move .back .slat__term > a,
.theme--move .back .slat__term .file__content > a,
.slat__term .theme--move .back .file__content > a,
.theme--move .back #user-login .form-submit,
#user-login .theme--move .back .form-submit {
  background-color: #1070e5;
}


.theme--move .back .btn:hover,
.theme--move .back .list--fridge-magnets > li > a:hover,
.theme--move .back .slat__term > a:hover,
.theme--move .back .slat__term .file__content > a:hover,
.slat__term .theme--move .back .file__content > a:hover,
.theme--move .back #user-login .form-submit:hover,
#user-login .theme--move .back .form-submit:hover,
.theme--move .back .btn:focus,
.theme--move .back .list--fridge-magnets > li > a:focus,
.theme--move .back .slat__term > a:focus,
.theme--move .back .slat__term .file__content > a:focus,
.slat__term .theme--move .back .file__content > a:focus,
.theme--move .back #user-login .form-submit:focus,
#user-login .theme--move .back .form-submit:focus {
  background-color: #0d59b5;
}

.theme--move .node__footer .btn-primary, .theme--move .node__footer .btn-glow,
.theme--move .node__footer .slat__term .file__content > a, .slat__term .theme--move .node__footer .file__content > a, .theme--move .node__footer #user-login .form-submit, #user-login .theme--move .node__footer .form-submit {
  color: #1070e5;
}

.theme--move .node__footer .btn-primary:hover, .theme--move .node__footer .btn-glow:hover,
.theme--move .node__footer .slat__term .file__content > a:hover, .slat__term .theme--move .node__footer .file__content > a:hover, .theme--move .node__footer #user-login .form-submit:hover, #user-login .theme--move .node__footer .form-submit:hover, .theme--move .node__footer .btn-primary:focus, .theme--move .node__footer .btn-glow:focus,
.theme--move .node__footer .slat__term .file__content > a:focus, .slat__term .theme--move .node__footer .file__content > a:focus, .theme--move .node__footer #user-login .form-submit:focus, #user-login .theme--move .node__footer .form-submit:focus {
  color: #0d59b5;
  background-color: transparent;
}

.theme--move .slat__link .slat__title {
  color: #1070e5;
}

.theme--move a.slat__link:hover .slat__title,
.theme--move .slat__link:visited .slat__title,
.theme--move a.slat__link:focus .slat__title {
  color: #094186;
}

.theme--move .views-exposed-widgets .form-select {
  border-color: #1070e5;
  color: #1070e5;
  background-color: white;
  background-image: url("../images/form-select--move.svg");
}

.theme--move .node__aside > h5 > a {
  color: #1070e5;
}

.goals > input[value="eat"] + label {
  background-color: #158415;
}

.goals > input[value="eat"]:checked + label {
  color: #158415;
}

.goals > input[value="eat"]:checked + label svg {
  fill: #158415;
}

.goals__category[data-theme="eat"] ol > li {
  border-color: #158415;
  color: #158415;
}

.theme--eat .pager-load-more li > a,
.theme--eat .views-exposed-widgets > .views-submit-button > .btn,
.theme--eat .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a,
.theme--eat .views-exposed-widgets > .slat__term.views-submit-button > a,
.theme--eat .slat__term .views-exposed-widgets > .file__content.views-submit-button > a,
.slat__term .theme--eat .views-exposed-widgets > .file__content.views-submit-button > a,
.theme--eat #user-login .views-exposed-widgets > .views-submit-button > .form-submit,
#user-login .theme--eat .views-exposed-widgets > .views-submit-button > .form-submit {
  background-color: #158415;
  border-color: #158415;
}

.theme--eat .pager-load-more li > a:hover, .theme--eat .pager-load-more li > a:focus,
.theme--eat .views-exposed-widgets > .views-submit-button > .btn:hover,
.theme--eat .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:hover,
.theme--eat .views-exposed-widgets > .slat__term.views-submit-button > a:hover,
.theme--eat .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.slat__term .theme--eat .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.theme--eat #user-login .views-exposed-widgets > .views-submit-button > .form-submit:hover,
#user-login .theme--eat .views-exposed-widgets > .views-submit-button > .form-submit:hover,
.theme--eat .views-exposed-widgets > .views-submit-button > .btn:focus,
.theme--eat .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:focus,
.theme--eat .views-exposed-widgets > .slat__term.views-submit-button > a:focus,
.theme--eat .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.slat__term .theme--eat .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.theme--eat #user-login .views-exposed-widgets > .views-submit-button > .form-submit:focus,
#user-login .theme--eat .views-exposed-widgets > .views-submit-button > .form-submit:focus {
  background-color: #0e580e;
  border-color: #0e580e;
}

.theme--eat .navigation--primary details[data-theme="eat"] > summary {
  background-color: rgba(0, 0, 0, 0.2);
}

.theme--eat .node__footer .btn-primary, .theme--eat .node__footer .btn-glow,
.theme--eat .node__footer .slat__term .file__content > a, .slat__term .theme--eat .node__footer .file__content > a, .theme--eat .node__footer #user-login .form-submit, #user-login .theme--eat .node__footer .form-submit,
.theme--eat .back .btn,
.theme--eat .back .list--fridge-magnets > li > a,
.theme--eat .back .slat__term > a,
.theme--eat .back .slat__term .file__content > a,
.slat__term .theme--eat .back .file__content > a,
.theme--eat .back #user-login .form-submit,
#user-login .theme--eat .back .form-submit {
  border-color: #158415;
}

.theme--eat .node__footer .btn-primary:hover, .theme--eat .node__footer .btn-glow:hover,
.theme--eat .node__footer .slat__term .file__content > a:hover, .slat__term .theme--eat .node__footer .file__content > a:hover, .theme--eat .node__footer #user-login .form-submit:hover, #user-login .theme--eat .node__footer .form-submit:hover, .theme--eat .node__footer .btn-primary:focus, .theme--eat .node__footer .btn-glow:focus,
.theme--eat .node__footer .slat__term .file__content > a:focus, .slat__term .theme--eat .node__footer .file__content > a:focus, .theme--eat .node__footer #user-login .form-submit:focus, #user-login .theme--eat .node__footer .form-submit:focus,
.theme--eat .back .btn:hover,
.theme--eat .back .list--fridge-magnets > li > a:hover,
.theme--eat .back .slat__term > a:hover,
.theme--eat .back .slat__term .file__content > a:hover,
.slat__term .theme--eat .back .file__content > a:hover,
.theme--eat .back #user-login .form-submit:hover,
#user-login .theme--eat .back .form-submit:hover,
.theme--eat .back .btn:focus,
.theme--eat .back .list--fridge-magnets > li > a:focus,
.theme--eat .back .slat__term > a:focus,
.theme--eat .back .slat__term .file__content > a:focus,
.slat__term .theme--eat .back .file__content > a:focus,
.theme--eat .back #user-login .form-submit:focus,
#user-login .theme--eat .back .form-submit:focus {
  border-color: #0e580e;
}


.theme--eat .back .btn,
.theme--eat .back .list--fridge-magnets > li > a,
.theme--eat .back .slat__term > a,
.theme--eat .back .slat__term .file__content > a,
.slat__term .theme--eat .back .file__content > a,
.theme--eat .back #user-login .form-submit,
#user-login .theme--eat .back .form-submit {
  background-color: #158415;
}


.theme--eat .back .btn:hover,
.theme--eat .back .list--fridge-magnets > li > a:hover,
.theme--eat .back .slat__term > a:hover,
.theme--eat .back .slat__term .file__content > a:hover,
.slat__term .theme--eat .back .file__content > a:hover,
.theme--eat .back #user-login .form-submit:hover,
#user-login .theme--eat .back .form-submit:hover,
.theme--eat .back .btn:focus,
.theme--eat .back .list--fridge-magnets > li > a:focus,
.theme--eat .back .slat__term > a:focus,
.theme--eat .back .slat__term .file__content > a:focus,
.slat__term .theme--eat .back .file__content > a:focus,
.theme--eat .back #user-login .form-submit:focus,
#user-login .theme--eat .back .form-submit:focus {
  background-color: #0e580e;
}

.theme--eat .node__footer .btn-primary, .theme--eat .node__footer .btn-glow,
.theme--eat .node__footer .slat__term .file__content > a, .slat__term .theme--eat .node__footer .file__content > a, .theme--eat .node__footer #user-login .form-submit, #user-login .theme--eat .node__footer .form-submit {
  color: #158415;
}

.theme--eat .node__footer .btn-primary:hover, .theme--eat .node__footer .btn-glow:hover,
.theme--eat .node__footer .slat__term .file__content > a:hover, .slat__term .theme--eat .node__footer .file__content > a:hover, .theme--eat .node__footer #user-login .form-submit:hover, #user-login .theme--eat .node__footer .form-submit:hover, .theme--eat .node__footer .btn-primary:focus, .theme--eat .node__footer .btn-glow:focus,
.theme--eat .node__footer .slat__term .file__content > a:focus, .slat__term .theme--eat .node__footer .file__content > a:focus, .theme--eat .node__footer #user-login .form-submit:focus, #user-login .theme--eat .node__footer .form-submit:focus {
  color: #0e580e;
  background-color: transparent;
}

.theme--eat .slat__link .slat__title {
  color: #158415;
}

.theme--eat a.slat__link:hover .slat__title,
.theme--eat .slat__link:visited .slat__title,
.theme--eat a.slat__link:focus .slat__title {
  color: #072c07;
}

.theme--eat .views-exposed-widgets .form-select {
  border-color: #158415;
  color: #158415;
  background-color: #d3f8d3;
  background-image: url("../images/form-select--eat.svg");
}

.theme--eat .node__aside > h5 > a {
  color: #158415;
}

.goals > input[value="rewards"] + label {
  background-color: #e1348b;
}

.goals > input[value="rewards"]:checked + label {
  color: #e1348b;
}

.goals > input[value="rewards"]:checked + label svg {
  fill: #e1348b;
}

.goals__category[data-theme="rewards"] ol > li {
  border-color: #e1348b;
  color: #e1348b;
}

.theme--rewards .pager-load-more li > a,
.theme--rewards .views-exposed-widgets > .views-submit-button > .btn,
.theme--rewards .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a,
.theme--rewards .views-exposed-widgets > .slat__term.views-submit-button > a,
.theme--rewards .slat__term .views-exposed-widgets > .file__content.views-submit-button > a,
.slat__term .theme--rewards .views-exposed-widgets > .file__content.views-submit-button > a,
.theme--rewards #user-login .views-exposed-widgets > .views-submit-button > .form-submit,
#user-login .theme--rewards .views-exposed-widgets > .views-submit-button > .form-submit {
  background-color: #e1348b;
  border-color: #e1348b;
}

.theme--rewards .pager-load-more li > a:hover, .theme--rewards .pager-load-more li > a:focus,
.theme--rewards .views-exposed-widgets > .views-submit-button > .btn:hover,
.theme--rewards .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:hover,
.theme--rewards .views-exposed-widgets > .slat__term.views-submit-button > a:hover,
.theme--rewards .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.slat__term .theme--rewards .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.theme--rewards #user-login .views-exposed-widgets > .views-submit-button > .form-submit:hover,
#user-login .theme--rewards .views-exposed-widgets > .views-submit-button > .form-submit:hover,
.theme--rewards .views-exposed-widgets > .views-submit-button > .btn:focus,
.theme--rewards .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:focus,
.theme--rewards .views-exposed-widgets > .slat__term.views-submit-button > a:focus,
.theme--rewards .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.slat__term .theme--rewards .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.theme--rewards #user-login .views-exposed-widgets > .views-submit-button > .form-submit:focus,
#user-login .theme--rewards .views-exposed-widgets > .views-submit-button > .form-submit:focus {
  background-color: #c51d71;
  border-color: #c51d71;
}

.theme--rewards .navigation--primary details[data-theme="rewards"] > summary {
  background-color: rgba(0, 0, 0, 0.2);
}

.theme--rewards .node__footer .btn-primary, .theme--rewards .node__footer .btn-glow,
.theme--rewards .node__footer .slat__term .file__content > a, .slat__term .theme--rewards .node__footer .file__content > a, .theme--rewards .node__footer #user-login .form-submit, #user-login .theme--rewards .node__footer .form-submit,
.theme--rewards .back .btn,
.theme--rewards .back .list--fridge-magnets > li > a,
.theme--rewards .back .slat__term > a,
.theme--rewards .back .slat__term .file__content > a,
.slat__term .theme--rewards .back .file__content > a,
.theme--rewards .back #user-login .form-submit,
#user-login .theme--rewards .back .form-submit {
  border-color: #e1348b;
}

.theme--rewards .node__footer .btn-primary:hover, .theme--rewards .node__footer .btn-glow:hover,
.theme--rewards .node__footer .slat__term .file__content > a:hover, .slat__term .theme--rewards .node__footer .file__content > a:hover, .theme--rewards .node__footer #user-login .form-submit:hover, #user-login .theme--rewards .node__footer .form-submit:hover, .theme--rewards .node__footer .btn-primary:focus, .theme--rewards .node__footer .btn-glow:focus,
.theme--rewards .node__footer .slat__term .file__content > a:focus, .slat__term .theme--rewards .node__footer .file__content > a:focus, .theme--rewards .node__footer #user-login .form-submit:focus, #user-login .theme--rewards .node__footer .form-submit:focus,
.theme--rewards .back .btn:hover,
.theme--rewards .back .list--fridge-magnets > li > a:hover,
.theme--rewards .back .slat__term > a:hover,
.theme--rewards .back .slat__term .file__content > a:hover,
.slat__term .theme--rewards .back .file__content > a:hover,
.theme--rewards .back #user-login .form-submit:hover,
#user-login .theme--rewards .back .form-submit:hover,
.theme--rewards .back .btn:focus,
.theme--rewards .back .list--fridge-magnets > li > a:focus,
.theme--rewards .back .slat__term > a:focus,
.theme--rewards .back .slat__term .file__content > a:focus,
.slat__term .theme--rewards .back .file__content > a:focus,
.theme--rewards .back #user-login .form-submit:focus,
#user-login .theme--rewards .back .form-submit:focus {
  border-color: #c51d71;
}


.theme--rewards .back .btn,
.theme--rewards .back .list--fridge-magnets > li > a,
.theme--rewards .back .slat__term > a,
.theme--rewards .back .slat__term .file__content > a,
.slat__term .theme--rewards .back .file__content > a,
.theme--rewards .back #user-login .form-submit,
#user-login .theme--rewards .back .form-submit {
  background-color: #e1348b;
}


.theme--rewards .back .btn:hover,
.theme--rewards .back .list--fridge-magnets > li > a:hover,
.theme--rewards .back .slat__term > a:hover,
.theme--rewards .back .slat__term .file__content > a:hover,
.slat__term .theme--rewards .back .file__content > a:hover,
.theme--rewards .back #user-login .form-submit:hover,
#user-login .theme--rewards .back .form-submit:hover,
.theme--rewards .back .btn:focus,
.theme--rewards .back .list--fridge-magnets > li > a:focus,
.theme--rewards .back .slat__term > a:focus,
.theme--rewards .back .slat__term .file__content > a:focus,
.slat__term .theme--rewards .back .file__content > a:focus,
.theme--rewards .back #user-login .form-submit:focus,
#user-login .theme--rewards .back .form-submit:focus {
  background-color: #c51d71;
}

.theme--rewards .node__footer .btn-primary, .theme--rewards .node__footer .btn-glow,
.theme--rewards .node__footer .slat__term .file__content > a, .slat__term .theme--rewards .node__footer .file__content > a, .theme--rewards .node__footer #user-login .form-submit, #user-login .theme--rewards .node__footer .form-submit {
  color: #e1348b;
}

.theme--rewards .node__footer .btn-primary:hover, .theme--rewards .node__footer .btn-glow:hover,
.theme--rewards .node__footer .slat__term .file__content > a:hover, .slat__term .theme--rewards .node__footer .file__content > a:hover, .theme--rewards .node__footer #user-login .form-submit:hover, #user-login .theme--rewards .node__footer .form-submit:hover, .theme--rewards .node__footer .btn-primary:focus, .theme--rewards .node__footer .btn-glow:focus,
.theme--rewards .node__footer .slat__term .file__content > a:focus, .slat__term .theme--rewards .node__footer .file__content > a:focus, .theme--rewards .node__footer #user-login .form-submit:focus, #user-login .theme--rewards .node__footer .form-submit:focus {
  color: #c51d71;
  background-color: transparent;
}

.theme--rewards .slat__link .slat__title {
  color: #e1348b;
}

.theme--rewards a.slat__link:hover .slat__title,
.theme--rewards .slat__link:visited .slat__title,
.theme--rewards a.slat__link:focus .slat__title {
  color: #981758;
}

.theme--rewards .views-exposed-widgets .form-select {
  border-color: #e1348b;
  color: #e1348b;
  background-color: white;
  background-image: url("../images/form-select--rewards.svg");
}

.theme--rewards .node__aside > h5 > a {
  color: #e1348b;
}

.goals > input[value="sleep"] + label {
  background-color: #f15a28;
}

.goals > input[value="sleep"]:checked + label {
  color: #f15a28;
}

.goals > input[value="sleep"]:checked + label svg {
  fill: #f15a28;
}

.goals__category[data-theme="sleep"] ol > li {
  border-color: #f15a28;
  color: #f15a28;
}

.theme--sleep .pager-load-more li > a,
.theme--sleep .views-exposed-widgets > .views-submit-button > .btn,
.theme--sleep .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a,
.theme--sleep .views-exposed-widgets > .slat__term.views-submit-button > a,
.theme--sleep .slat__term .views-exposed-widgets > .file__content.views-submit-button > a,
.slat__term .theme--sleep .views-exposed-widgets > .file__content.views-submit-button > a,
.theme--sleep #user-login .views-exposed-widgets > .views-submit-button > .form-submit,
#user-login .theme--sleep .views-exposed-widgets > .views-submit-button > .form-submit {
  background-color: #f15a28;
  border-color: #f15a28;
}

.theme--sleep .pager-load-more li > a:hover, .theme--sleep .pager-load-more li > a:focus,
.theme--sleep .views-exposed-widgets > .views-submit-button > .btn:hover,
.theme--sleep .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:hover,
.theme--sleep .views-exposed-widgets > .slat__term.views-submit-button > a:hover,
.theme--sleep .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.slat__term .theme--sleep .views-exposed-widgets > .file__content.views-submit-button > a:hover,
.theme--sleep #user-login .views-exposed-widgets > .views-submit-button > .form-submit:hover,
#user-login .theme--sleep .views-exposed-widgets > .views-submit-button > .form-submit:hover,
.theme--sleep .views-exposed-widgets > .views-submit-button > .btn:focus,
.theme--sleep .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:focus,
.theme--sleep .views-exposed-widgets > .slat__term.views-submit-button > a:focus,
.theme--sleep .slat__term .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.slat__term .theme--sleep .views-exposed-widgets > .file__content.views-submit-button > a:focus,
.theme--sleep #user-login .views-exposed-widgets > .views-submit-button > .form-submit:focus,
#user-login .theme--sleep .views-exposed-widgets > .views-submit-button > .form-submit:focus {
  background-color: #d8400e;
  border-color: #d8400e;
}

.theme--sleep .navigation--primary details[data-theme="sleep"] > summary {
  background-color: rgba(0, 0, 0, 0.2);
}

.theme--sleep .node__footer .btn-primary, .theme--sleep .node__footer .btn-glow,
.theme--sleep .node__footer .slat__term .file__content > a, .slat__term .theme--sleep .node__footer .file__content > a, .theme--sleep .node__footer #user-login .form-submit, #user-login .theme--sleep .node__footer .form-submit,
.theme--sleep .back .btn,
.theme--sleep .back .list--fridge-magnets > li > a,
.theme--sleep .back .slat__term > a,
.theme--sleep .back .slat__term .file__content > a,
.slat__term .theme--sleep .back .file__content > a,
.theme--sleep .back #user-login .form-submit,
#user-login .theme--sleep .back .form-submit {
  border-color: #f15a28;
}

.theme--sleep .node__footer .btn-primary:hover, .theme--sleep .node__footer .btn-glow:hover,
.theme--sleep .node__footer .slat__term .file__content > a:hover, .slat__term .theme--sleep .node__footer .file__content > a:hover, .theme--sleep .node__footer #user-login .form-submit:hover, #user-login .theme--sleep .node__footer .form-submit:hover, .theme--sleep .node__footer .btn-primary:focus, .theme--sleep .node__footer .btn-glow:focus,
.theme--sleep .node__footer .slat__term .file__content > a:focus, .slat__term .theme--sleep .node__footer .file__content > a:focus, .theme--sleep .node__footer #user-login .form-submit:focus, #user-login .theme--sleep .node__footer .form-submit:focus,
.theme--sleep .back .btn:hover,
.theme--sleep .back .list--fridge-magnets > li > a:hover,
.theme--sleep .back .slat__term > a:hover,
.theme--sleep .back .slat__term .file__content > a:hover,
.slat__term .theme--sleep .back .file__content > a:hover,
.theme--sleep .back #user-login .form-submit:hover,
#user-login .theme--sleep .back .form-submit:hover,
.theme--sleep .back .btn:focus,
.theme--sleep .back .list--fridge-magnets > li > a:focus,
.theme--sleep .back .slat__term > a:focus,
.theme--sleep .back .slat__term .file__content > a:focus,
.slat__term .theme--sleep .back .file__content > a:focus,
.theme--sleep .back #user-login .form-submit:focus,
#user-login .theme--sleep .back .form-submit:focus {
  border-color: #d8400e;
}


.theme--sleep .back .btn,
.theme--sleep .back .list--fridge-magnets > li > a,
.theme--sleep .back .slat__term > a,
.theme--sleep .back .slat__term .file__content > a,
.slat__term .theme--sleep .back .file__content > a,
.theme--sleep .back #user-login .form-submit,
#user-login .theme--sleep .back .form-submit {
  background-color: #f15a28;
}


.theme--sleep .back .btn:hover,
.theme--sleep .back .list--fridge-magnets > li > a:hover,
.theme--sleep .back .slat__term > a:hover,
.theme--sleep .back .slat__term .file__content > a:hover,
.slat__term .theme--sleep .back .file__content > a:hover,
.theme--sleep .back #user-login .form-submit:hover,
#user-login .theme--sleep .back .form-submit:hover,
.theme--sleep .back .btn:focus,
.theme--sleep .back .list--fridge-magnets > li > a:focus,
.theme--sleep .back .slat__term > a:focus,
.theme--sleep .back .slat__term .file__content > a:focus,
.slat__term .theme--sleep .back .file__content > a:focus,
.theme--sleep .back #user-login .form-submit:focus,
#user-login .theme--sleep .back .form-submit:focus {
  background-color: #d8400e;
}

.theme--sleep .node__footer .btn-primary, .theme--sleep .node__footer .btn-glow,
.theme--sleep .node__footer .slat__term .file__content > a, .slat__term .theme--sleep .node__footer .file__content > a, .theme--sleep .node__footer #user-login .form-submit, #user-login .theme--sleep .node__footer .form-submit {
  color: #f15a28;
}

.theme--sleep .node__footer .btn-primary:hover, .theme--sleep .node__footer .btn-glow:hover,
.theme--sleep .node__footer .slat__term .file__content > a:hover, .slat__term .theme--sleep .node__footer .file__content > a:hover, .theme--sleep .node__footer #user-login .form-submit:hover, #user-login .theme--sleep .node__footer .form-submit:hover, .theme--sleep .node__footer .btn-primary:focus, .theme--sleep .node__footer .btn-glow:focus,
.theme--sleep .node__footer .slat__term .file__content > a:focus, .slat__term .theme--sleep .node__footer .file__content > a:focus, .theme--sleep .node__footer #user-login .form-submit:focus, #user-login .theme--sleep .node__footer .form-submit:focus {
  color: #d8400e;
  background-color: transparent;
}

.theme--sleep .slat__link .slat__title {
  color: #f15a28;
}

.theme--sleep a.slat__link:hover .slat__title,
.theme--sleep .slat__link:visited .slat__title,
.theme--sleep a.slat__link:focus .slat__title {
  color: #a8320b;
}

.theme--sleep .views-exposed-widgets .form-select {
  border-color: #f15a28;
  color: #f15a28;
  background-color: white;
  background-image: url("../images/form-select--sleep.svg");
}

.theme--sleep .node__aside > h5 > a {
  color: #f15a28;
}

[data-theme="recipe"] > .slat__link .slat__classification .lbl,
[data-theme="recipe"] > .slat__link:link .slat__title {
  color: #158415;
}

[data-theme="recipe"] > .slat__link .slat__classification svg {
  fill: #158415;
}

[data-theme="recipe"] > .slat__link:hover .slat__title, [data-theme="recipe"] > .slat__link:hover .slat__classification .lbl, [data-theme="recipe"] > .slat__link:visited .slat__title, [data-theme="recipe"] > .slat__link:visited .slat__classification .lbl, [data-theme="recipe"] > .slat__link:focus .slat__title, [data-theme="recipe"] > .slat__link:focus .slat__classification .lbl {
  color: #072c07;
}

[data-theme="recipe"] > .slat__link:hover .slat__classification svg, [data-theme="recipe"] > .slat__link:visited .slat__classification svg, [data-theme="recipe"] > .slat__link:focus .slat__classification svg {
  fill: #072c07;
}

[data-theme="article"] > .slat__link .slat__classification .lbl,
[data-theme="article"] > .slat__link:link .slat__title {
  color: #158415;
}

[data-theme="article"] > .slat__link .slat__classification svg {
  fill: #158415;
}

[data-theme="article"] > .slat__link:hover .slat__title, [data-theme="article"] > .slat__link:hover .slat__classification .lbl, [data-theme="article"] > .slat__link:visited .slat__title, [data-theme="article"] > .slat__link:visited .slat__classification .lbl, [data-theme="article"] > .slat__link:focus .slat__title, [data-theme="article"] > .slat__link:focus .slat__classification .lbl {
  color: #072c07;
}

[data-theme="article"] > .slat__link:hover .slat__classification svg, [data-theme="article"] > .slat__link:visited .slat__classification svg, [data-theme="article"] > .slat__link:focus .slat__classification svg {
  fill: #072c07;
}

[data-theme="activity"] > .slat__link .slat__classification .lbl,
[data-theme="activity"] > .slat__link:link .slat__title {
  color: #1070e5;
}

[data-theme="activity"] > .slat__link .slat__classification svg {
  fill: #1070e5;
}

[data-theme="activity"] > .slat__link:hover .slat__title, [data-theme="activity"] > .slat__link:hover .slat__classification .lbl, [data-theme="activity"] > .slat__link:visited .slat__title, [data-theme="activity"] > .slat__link:visited .slat__classification .lbl, [data-theme="activity"] > .slat__link:focus .slat__title, [data-theme="activity"] > .slat__link:focus .slat__classification .lbl {
  color: #094186;
}

[data-theme="activity"] > .slat__link:hover .slat__classification svg, [data-theme="activity"] > .slat__link:visited .slat__classification svg, [data-theme="activity"] > .slat__link:focus .slat__classification svg {
  fill: #094186;
}

[data-theme="reward"] > .slat__link .slat__classification .lbl,
[data-theme="reward"] > .slat__link:link .slat__title {
  color: #e1348b;
}

[data-theme="reward"] > .slat__link .slat__classification svg {
  fill: #e1348b;
}

[data-theme="reward"] > .slat__link:hover .slat__title, [data-theme="reward"] > .slat__link:hover .slat__classification .lbl, [data-theme="reward"] > .slat__link:visited .slat__title, [data-theme="reward"] > .slat__link:visited .slat__classification .lbl, [data-theme="reward"] > .slat__link:focus .slat__title, [data-theme="reward"] > .slat__link:focus .slat__classification .lbl {
  color: #981758;
}

[data-theme="reward"] > .slat__link:hover .slat__classification svg, [data-theme="reward"] > .slat__link:visited .slat__classification svg, [data-theme="reward"] > .slat__link:focus .slat__classification svg {
  fill: #981758;
}

[data-theme="rewards_article"] > .slat__link .slat__classification .lbl,
[data-theme="rewards_article"] > .slat__link:link .slat__title {
  color: #e1348b;
}

[data-theme="rewards_article"] > .slat__link .slat__classification svg {
  fill: #e1348b;
}

[data-theme="rewards_article"] > .slat__link:hover .slat__title, [data-theme="rewards_article"] > .slat__link:hover .slat__classification .lbl, [data-theme="rewards_article"] > .slat__link:visited .slat__title, [data-theme="rewards_article"] > .slat__link:visited .slat__classification .lbl, [data-theme="rewards_article"] > .slat__link:focus .slat__title, [data-theme="rewards_article"] > .slat__link:focus .slat__classification .lbl {
  color: #981758;
}

[data-theme="rewards_article"] > .slat__link:hover .slat__classification svg, [data-theme="rewards_article"] > .slat__link:visited .slat__classification svg, [data-theme="rewards_article"] > .slat__link:focus .slat__classification svg {
  fill: #981758;
}

[data-theme="Playground / Park"] > .slat__link .slat__classification .lbl,
[data-theme="Playground / Park"] > .slat__link:link .slat__title {
  color: #1070e5;
}

[data-theme="Playground / Park"] > .slat__link .slat__classification svg {
  fill: #1070e5;
}

[data-theme="Playground / Park"] > .slat__link:hover .slat__title, [data-theme="Playground / Park"] > .slat__link:hover .slat__classification .lbl, [data-theme="Playground / Park"] > .slat__link:visited .slat__title, [data-theme="Playground / Park"] > .slat__link:visited .slat__classification .lbl, [data-theme="Playground / Park"] > .slat__link:focus .slat__title, [data-theme="Playground / Park"] > .slat__link:focus .slat__classification .lbl {
  color: #094186;
}

[data-theme="Playground / Park"] > .slat__link:hover .slat__classification svg, [data-theme="Playground / Park"] > .slat__link:visited .slat__classification svg, [data-theme="Playground / Park"] > .slat__link:focus .slat__classification svg {
  fill: #094186;
}

[data-theme="Games"] > .slat__link .slat__classification .lbl,
[data-theme="Games"] > .slat__link:link .slat__title {
  color: #1070e5;
}

[data-theme="Games"] > .slat__link .slat__classification svg {
  fill: #1070e5;
}

[data-theme="Games"] > .slat__link:hover .slat__title, [data-theme="Games"] > .slat__link:hover .slat__classification .lbl, [data-theme="Games"] > .slat__link:visited .slat__title, [data-theme="Games"] > .slat__link:visited .slat__classification .lbl, [data-theme="Games"] > .slat__link:focus .slat__title, [data-theme="Games"] > .slat__link:focus .slat__classification .lbl {
  color: #094186;
}

[data-theme="Games"] > .slat__link:hover .slat__classification svg, [data-theme="Games"] > .slat__link:visited .slat__classification svg, [data-theme="Games"] > .slat__link:focus .slat__classification svg {
  fill: #094186;
}

[data-theme="Swimming"] > .slat__link .slat__classification .lbl,
[data-theme="Swimming"] > .slat__link:link .slat__title {
  color: #1070e5;
}

[data-theme="Swimming"] > .slat__link .slat__classification svg {
  fill: #1070e5;
}

[data-theme="Swimming"] > .slat__link:hover .slat__title, [data-theme="Swimming"] > .slat__link:hover .slat__classification .lbl, [data-theme="Swimming"] > .slat__link:visited .slat__title, [data-theme="Swimming"] > .slat__link:visited .slat__classification .lbl, [data-theme="Swimming"] > .slat__link:focus .slat__title, [data-theme="Swimming"] > .slat__link:focus .slat__classification .lbl {
  color: #094186;
}

[data-theme="Swimming"] > .slat__link:hover .slat__classification svg, [data-theme="Swimming"] > .slat__link:visited .slat__classification svg, [data-theme="Swimming"] > .slat__link:focus .slat__classification svg {
  fill: #094186;
}

[data-theme="Walks"] > .slat__link .slat__classification .lbl,
[data-theme="Walks"] > .slat__link:link .slat__title {
  color: #1070e5;
}

[data-theme="Walks"] > .slat__link .slat__classification svg {
  fill: #1070e5;
}

[data-theme="Walks"] > .slat__link:hover .slat__title, [data-theme="Walks"] > .slat__link:hover .slat__classification .lbl, [data-theme="Walks"] > .slat__link:visited .slat__title, [data-theme="Walks"] > .slat__link:visited .slat__classification .lbl, [data-theme="Walks"] > .slat__link:focus .slat__title, [data-theme="Walks"] > .slat__link:focus .slat__classification .lbl {
  color: #094186;
}

[data-theme="Walks"] > .slat__link:hover .slat__classification svg, [data-theme="Walks"] > .slat__link:visited .slat__classification svg, [data-theme="Walks"] > .slat__link:focus .slat__classification svg {
  fill: #094186;
}

.slat[data-theme="rewards_article"] .slat__title {
  color: #e1348b;
}

/**
 * @file
 * Global typography
 */
body {
  font-size: 18px;
  line-height: 1.444;
}

h1, .h1,
h2, .h2,
h3, .h3, .block-title, .field-name-field-contact-location > .field-label, .fieldset-legend,
h4, .h4,
h5, .h5, .transcript > h3,
h6, .h6 {
  font-family: "Bree", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  color: #2b2f3d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 > a:focus, .h1 > a:focus,
h2 > a:focus, .h2 > a:focus,
h3 > a:focus, .h3 > a:focus, .block-title > a:focus, .field-name-field-contact-location > .field-label > a:focus, .fieldset-legend > a:focus,
h4 > a:focus, .h4 > a:focus,
h5 > a:focus, .h5 > a:focus, .transcript > h3 > a:focus,
h6 > a:focus, .h6 > a:focus {
  outline-offset: 0;
}

h1, .h1 {
  font-size: 55px;
}

h2, .h2 {
  font-size: 41px;
}

h3, .h3, .block-title, .field-name-field-contact-location > .field-label, .fieldset-legend {
  font-size: 31px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5, .transcript > h3 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

h1, .h1,
h2, .h2,
h3, .h3, .block-title, .field-name-field-contact-location > .field-label, .fieldset-legend {
  margin-top: 26px;
  margin-bottom: 13px;
}

h4, .h4,
h5, .h5, .transcript > h3,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

@media (max-width: 480px) {
  h1, .h1 {
    font-size: 31px;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 41px;
  }
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 24px;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 31px;
  }
}

@media (max-width: 480px) {
  h3, .h3, .block-title, .field-name-field-contact-location > .field-label, .fieldset-legend {
    font-size: 24px;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  h3, .h3, .block-title, .field-name-field-contact-location > .field-label, .fieldset-legend {
    font-size: 24px;
  }
}

h5, .h5, .transcript > h3 {
  font-weight: 700;
}

/* Special title for WYSIWYG Elements demo page (/section/wysiwyg-elements) */
.special__title {
  background-color: rgba(255, 255, 0, 0.3);
  border-bottom: 1px solid #e2e2e2;
  padding: 13px;
}

p {
  margin: 0 0 13px;
}

p:last-child {
  margin: 0;
}

hr {
  border-top: 1px solid #e2e2e2;
}

.lead, .node__subtitle {
  font-weight: 400;
  margin-bottom: 26px;
  font-size: 20px;
}

@media (min-width: 480px) {
  .lead, .node__subtitle {
    font-size: 27px;
  }
}

blockquote {
  border-left: 10px solid #CCCCCC;
  font-size: 24px;
  line-height: 1.444;
}

blockquote.featured {
  color: white;
  background-color: #333333;
  border-left: none;
}

@media (min-width: 1200px) {
  blockquote.featured {
    width: 400px;
  }
}

blockquote.featured cite,
blockquote.featured a {
  color: white;
}

blockquote footer {
  font-size: 70%;
}

blockquote cite {
  font-style: normal;
}

.blockquote-reverse {
  border-right: 10px solid #CCCCCC;
}

::selection {
  background: rgba(255, 255, 0, 0.3);
}

pre {
  border-radius: 0;
}

/* Legal style nested ordered lists */
ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

/* LAYOUT
------------------------------------------------------------------------*/
.region-content-before {
  padding-left: 15px;
  padding-right: 15px;
}

.region-content-before > .block {
  padding-top: 5vh !important;
}

.region-content-before > .block:first-child {
  padding-top: 5vh;
}

.region-content-before > .block:last-child {
  padding-bottom: 5vh;
}

.region-content-before > .block ~ .block {
  margin-top: 3vh;
}

@media (min-width: 768px) {
  .region-content-before > .block {
    padding-bottom: 8vh !important;
    padding-top: 8vh !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .region-content-before > .block ~ .block {
    margin-top: 0;
  }
}

/**
 * @file
 * BEM block for content.
 */
.content {
  background-color: #f4f4f4;
}

.region-content > .block:first-child,
.region-sidebar > .block:first-child {
  padding-top: 7vh;
}

.region-content > .block:last-child,
.region-sidebar > .block:last-child {
  padding-bottom: 7vh;
}

@media (min-width: 768px) {
  .region-content > .block:first-child,
  .region-sidebar > .block:first-child {
    padding-top: 5vh;
  }
  .region-content > .block:last-child,
  .region-sidebar > .block:last-child {
    padding-bottom: 5vh;
  }
}

@media (min-width: 1200px) {
  .region-content > .block:first-child,
  .region-sidebar > .block:first-child {
    padding-top: 8vh;
  }
  .region-content > .block:last-child,
  .region-sidebar > .block:last-child {
    padding-bottom: 8vh;
  }
}

/**
 * @file
 * BEM block for wrapping the footer regions
 */
.footer-regions-wrapper {
  width: 100%;
  background-color: #2b2f3d;
}

.footer-regions-wrapper > .site ~ .site .region {
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
}

.footer-regions-wrapper__anchor {
  color: white;
}

/**
 * @file
 * BEM block for footer.
 */
@media (min-width: 768px) {
  .region-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75% 25%;
    grid-template-columns: 75% 25%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .region-footer > .navigation--tertiary {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  .region-footer > .navigation--quaternary,
  .region-footer > .navigation--social {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.region-footer > .block:first-child {
  padding-top: 5vh;
}

.region-footer > .block:last-child {
  padding-bottom: 5vh;
}

.region-footer > .block ~ .block {
  margin-top: 5vh;
}

/**
 * @file
 * BEM block for wrapping the header regions
 */
.header-regions-wrapper {
  background-color: #2956a5;
}

.theme--default .header-regions-wrapper {
  background-color: #2956a5;
}

.theme--move .header-regions-wrapper {
  background-color: #1070e5;
}

.theme--eat .header-regions-wrapper {
  background-color: #158415;
}

.theme--rewards .header-regions-wrapper {
  background-color: #e1348b;
}

.theme--sleep .header-regions-wrapper {
  background-color: #f15a28;
}

/**
 * @file
 * BEM block for header.
 */
.region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}

.region-header > .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2vh;
}

@media (min-width: 768px) {
  .region-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .region-header > .block {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
  .region-header > .block ~ .search {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (min-width: 1200px) {
  .region-header > .block ~ .search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/**
 * @file
 * BEM block for help.
 */
.help .region-help {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .help .region-help {
    float: left;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero {
    background-color: #346ccd;
  }
}

.hero .site__inner {
  width: 100%;
}

@media (min-width: 1360px) {
  .hero .site__inner {
    width: 100%;
  }
}

.region-hero {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 1fr auto auto;
  grid-template-rows: auto 1fr auto auto;
  padding-top: 2vh;
}

@media (min-width: 768px) {
  .region-hero {
    padding-top: 0;
  }
}

.region-hero > .node__video ~ * {
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.region-hero > .node__video ~ *:last-child {
  margin-bottom: 6vh;
}

@media (max-width: 767px) {
  .region-hero > .node__video ~ * {
    margin-left: 0;
  }
}

@media (min-width: 1360px) {
  .region-hero > .node__video ~ * {
    width: 1240px;
  }
  .region-hero > .node__video ~ *:last-child {
    margin-bottom: 6vw;
  }
}

.region-hero > .node__title ~ * {
  margin-top: 1.444em;
}

.region-hero h1, .region-hero .node__subtitle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: white;
}

.region-hero > .node__video {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.region-hero > .node__title {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.region-hero > .node__title + .node__title {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.region-hero > .navigation {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media (min-width: 768px) {
  .region-hero > .node__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .region-hero > .node__title h1, .region-hero > .node__title .node__subtitle {
    max-width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .region-hero > .node__title h1, .region-hero > .node__title .node__subtitle {
    max-width: 50%;
  }
}

.post-content {
  background-color: #2956a5;
}

.post-content .block > *:not(.contextual-links-wrapper) {
  color: white;
}

.region-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

.region-post-content > .block:first-child {
  padding-top: 7vh;
}

.region-post-content > .block:last-child {
  padding-bottom: 7vh;
}

.region-post-content > .block ~ .block {
  margin-top: 3vh;
}

@media (min-width: 768px) {
  .region-post-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .region-post-content > .block {
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .region-post-content > .block ~ .block {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .region-post-content > .block:first-child {
    padding-top: 7.5vh;
  }
  .region-post-content > .block:last-child {
    padding-bottom: 7.5vh;
  }
}

/**
 * @file
 * BEM block for post-footer.
 */
.post-footer {
  color: white;
}

.region-post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

.region-post-footer > .block:first-child {
  padding-top: 5vh;
}

.region-post-footer > .block:last-child {
  padding-bottom: 5vh;
}

.region-post-footer > .block ~ .block {
  margin-top: 3vh;
}

@media (min-width: 768px) {
  .region-post-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .region-post-footer > .block {
    padding-bottom: 5vh;
    padding-top: 5vh;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .region-post-footer > .block ~ .block {
    margin-top: 0;
  }
}

/**
 * @file
 * BEM block for post-header.
 */
.post-header .site__inner {
  width: 100%;
}

* + .post-header {
  margin-top: 2vh;
}

.region-post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .region-post-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/**
 * @file
 * BEM block for post-hero.
 */
.post-hero {
  background-color: white;
}

.post-hero .prose {
  padding-top: 2.166em;
  padding-bottom: 2.166em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .post-hero .prose {
    padding-top: 3.61em;
    padding-bottom: 3.61em;
  }
}

/**
 * @file
 * BEM block for pre-content.
 */
.front .pre-content {
  background-color: #2b2f3d;
}

.front .pre-content .block > *:not(.contextual-links-wrapper) {
  color: white;
}

.pre-content + * {
  position: relative;
}

.pre-content + *:before {
  content: '';
  height: 1.5vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.075)), to(transparent));
  background: linear-gradient(rgba(0, 0, 0, 0.075), transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.region-pre-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

.region-pre-content > .block ~ .block {
  margin-top: 3vh;
}

.region-pre-content > .block:first-child {
  padding-top: 4vh;
}

.region-pre-content > .block:last-child {
  padding-bottom: 4vh;
}

@media (min-width: 768px) {
  .region-pre-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .front .region-pre-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .front .region-pre-content > .block {
    padding-top: 8vh;
    padding-bottom: 8vh;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .front .region-pre-content > .block ~ .block {
    margin-top: 0;
  }
}

/**
 * @file
 * BEM block for pre-footer.
 */
.pre-footer {
  background-color: white;
  padding-bottom: 1.444em;
}

@media (min-width: 992px) {
  .pre-footer {
    padding-bottom: 2.888em;
  }
}

.pre-footer .region-pre-footer {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .pre-footer .region-pre-footer {
    float: left;
    width: 100%;
  }
}

/**
 * @file
 * BEM block for pre-header.
 */
.pre-header .region-pre-header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .pre-header .region-pre-header {
    float: left;
    width: 100%;
  }
}

/**
 * @file
 * BEM block for pre-hero.
 */
.pre-hero .region-pre-hero {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .pre-hero .region-pre-hero {
    float: left;
    width: 100%;
  }
}

/**
 * @file
 * BEM block for site wrapper.
 */
/**
 * @file
 * BEM block for site.
 */
@media (min-width: 1360px) {
  .site__inner {
    width: 1240px;
  }
}

.content .site__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .content .site__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site__content,
.site__sidebar {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.site__content {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 70%;
          flex: 3 0 70%;
}

.site__content + .site__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  margin-top: 3vh;
}

@media (min-width: 768px) {
  .site__content + .site__sidebar {
    margin-top: 0;
    padding-left: 5%;
  }
}

/* THEME
------------------------------------------------------------------------*/
/* COMPONENT
------------------------------------------------------------------------*/
/**
 * @file
 * BEM block for Action.
 */
.action--back-to-top.btn, .list--fridge-magnets > li > a.action--back-to-top, .slat__term > a.action--back-to-top,
.slat__term .file__content > a.action--back-to-top, #user-login .action--back-to-top.form-submit {
  position: relative;
  padding: 6px 12px 6px 32px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.action--back-to-top.btn:before, .list--fridge-magnets > li > a.action--back-to-top:before, .slat__term > a.action--back-to-top:before,
.slat__term .file__content > a.action--back-to-top:before, #user-login .action--back-to-top.form-submit:before {
  content: '';
  position: absolute;
  width: 0.75em;
  height: 0.4375em;
  background-position: -30.6875em -39.5625em;
  top: 14px;
  left: 13px;
}

.lt-ie9 .action--back-to-top.btn:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:before, .lt-ie9 .slat__term > a.action--back-to-top:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:before, .lt-ie9 #user-login .action--back-to-top.form-submit:before, #user-login .lt-ie9 .action--back-to-top.form-submit:before {
  width: 11px;
  height: 6px;
  background-position: -491px -633px;
}

.you-are-going-down .action--back-to-top.btn, .you-are-going-down .list--fridge-magnets > li > a.action--back-to-top, .you-are-going-down .slat__term > a.action--back-to-top,
.you-are-going-down .slat__term .file__content > a.action--back-to-top, .slat__term .you-are-going-down .file__content > a.action--back-to-top, .you-are-going-down #user-login .action--back-to-top.form-submit, #user-login .you-are-going-down .action--back-to-top.form-submit,
.no-js .action--back-to-top.btn,
.no-js .list--fridge-magnets > li > a.action--back-to-top,
.no-js .slat__term > a.action--back-to-top,
.no-js .slat__term .file__content > a.action--back-to-top,
.slat__term .no-js .file__content > a.action--back-to-top,
.no-js #user-login .action--back-to-top.form-submit,
#user-login .no-js .action--back-to-top.form-submit {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.action--back-to-top.btn:hover, .list--fridge-magnets > li > a.action--back-to-top:hover, .slat__term > a.action--back-to-top:hover,
.slat__term .file__content > a.action--back-to-top:hover, #user-login .action--back-to-top.form-submit:hover, .action--back-to-top.btn:active, .list--fridge-magnets > li > a.action--back-to-top:active, .slat__term > a.action--back-to-top:active,
.slat__term .file__content > a.action--back-to-top:active, #user-login .action--back-to-top.form-submit:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.action--back-to-top.btn:hover:before, .list--fridge-magnets > li > a.action--back-to-top:hover:before, .slat__term > a.action--back-to-top:hover:before,
.slat__term .file__content > a.action--back-to-top:hover:before, #user-login .action--back-to-top.form-submit:hover:before, .action--back-to-top.btn:active:before, .list--fridge-magnets > li > a.action--back-to-top:active:before, .slat__term > a.action--back-to-top:active:before,
.slat__term .file__content > a.action--back-to-top:active:before, #user-login .action--back-to-top.form-submit:active:before {
  width: 0.75em;
  height: 0.4375em;
  background-position: -32em -40.5625em;
}

.lt-ie9 .action--back-to-top.btn:hover:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:hover:before, .lt-ie9 .slat__term > a.action--back-to-top:hover:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:hover:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:hover:before, .lt-ie9 #user-login .action--back-to-top.form-submit:hover:before, #user-login .lt-ie9 .action--back-to-top.form-submit:hover:before, .lt-ie9 .action--back-to-top.btn:active:before, .lt-ie9 .list--fridge-magnets > li > a.action--back-to-top:active:before, .lt-ie9 .slat__term > a.action--back-to-top:active:before,
.lt-ie9 .slat__term .file__content > a.action--back-to-top:active:before, .slat__term .lt-ie9 .file__content > a.action--back-to-top:active:before, .lt-ie9 #user-login .action--back-to-top.form-submit:active:before, #user-login .lt-ie9 .action--back-to-top.form-submit:active:before {
  width: 11px;
  height: 6px;
  background-position: -512px -649px;
}

.action--back-to-contents {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  margin-bottom: 10px;
  padding: 6px 12px 6px 32px;
  /* Hide if JS is turned off */
}

.action--back-to-contents:before {
  content: '';
  position: absolute;
  width: 0.75em;
  height: 0.4375em;
  background-position: -30.6875em -39.5625em;
  top: 14px;
  left: 13px;
}

.lt-ie9 .action--back-to-contents:before {
  width: 11px;
  height: 6px;
  background-position: -491px -633px;
}

@media (min-width: 1200px) {
  .action--back-to-contents {
    position: fixed;
    bottom: 0;
  }
}

.action--back-to-contents:hover:before, .action--back-to-contents:active:before {
  width: 0.75em;
  height: 0.4375em;
  background-position: -32em -40.5625em;
}

.lt-ie9 .action--back-to-contents:hover:before, .lt-ie9 .action--back-to-contents:active:before {
  width: 11px;
  height: 6px;
  background-position: -512px -649px;
}

@media (min-width: 1200px) {
  .you-are-going-down .action--back-to-contents {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.no-js .action--back-to-contents {
  display: none;
}

@media (min-width: 1200px) {
  .you-are-near-the-bottom .action--back-to-contents {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.action--deactivate-facet {
  position: absolute;
  top: 29%;
  right: 10px;
}

.action--back {
  padding-left: 10px;
}

.action--back:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  width: 0.4375em;
  height: 0.75em;
  background-position: -34.625em -42.5625em;
}

.lt-ie9 .action--back:before {
  width: 6px;
  height: 11px;
  background-position: -554px -681px;
}

.action--back:hover:before, .action--back:focus:before {
  width: 0.4375em;
  height: 0.75em;
  background-position: -35.625em -43.875em;
}

.lt-ie9 .action--back:hover:before, .lt-ie9 .action--back:focus:before {
  width: 6px;
  height: 11px;
  background-position: -570px -702px;
}

.action--back:focus {
  outline-offset: 0;
}

.action--back:hover {
  color: #2956a5;
}

.action--back:visited {
  color: #2956a5;
}

.action--back:visited:hover {
  color: #1a3668;
}

.action--close:before {
  content: '';
  position: absolute;
  font-size: 27px;
  width: 0.8125em;
  height: 0.8125em;
  background-position: -44.6875em -54.25em;
  top: 0;
  left: 0;
}

.lt-ie9 .action--close:before {
  width: 12px;
  height: 12px;
  background-position: -715px -868px;
}

.action--close:focus {
  outline-offset: 0;
}

.action--information:before {
  content: '';
  position: absolute;
  font-size: 27px;
  width: 0.8125em;
  height: 0.8125em;
  background-position: -72.3125em -81.6875em;
  top: 0;
  left: 0;
}

.lt-ie9 .action--information:before {
  width: 12px;
  height: 12px;
  background-position: -1157px -1307px;
}

.action--information:focus {
  outline-offset: 0;
}

.action--reset-filters {
  float: right;
  margin-top: 5px;
}

.back + * {
  margin-top: 4vh;
}

.back .btn, .back .list--fridge-magnets > li > a, .back .slat__term > a,
.back .slat__term .file__content > a, .slat__term .back .file__content > a, .back #user-login .form-submit, #user-login .back .form-submit {
  display: inline-block;
  position: relative;
  background-color: #2956a5;
  border-color: #2956a5;
  font-weight: 600;
  font-size: .8em;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .8em 1.2em .9em 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.back .btn svg, .back .list--fridge-magnets > li > a svg, .back .slat__term > a svg, .back .slat__term .file__content > a svg, .slat__term .back .file__content > a svg, .back #user-login .form-submit svg, #user-login .back .form-submit svg {
  fill: white;
  margin-right: .5em;
  max-width: 1em;
  max-height: 1em;
  vertical-align: middle;
  display: inline-block;
}

.bef-select-as-links > .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bef-select-as-links > .form-item > .form-item {
  margin-right: .5em;
}

.bef-select-as-links > .form-item > .form-item > a {
  display: block;
  line-height: 1;
  padding: .6em .7em;
  border-radius: .2em;
  border-color: #2956a5;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #2956a5;
}

.bef-select-as-links > .form-item > .form-item > a.active, .bef-select-as-links > .form-item > .form-item > a:focus, .bef-select-as-links > .form-item > .form-item > a:hover {
  border-color: #2956a5;
  background-color: #2956a5;
  color: white;
}

.theme--default .bef-select-as-links > .form-item > .form-item > a {
  color: #2956a5;
  border-color: #2956a5;
}

.theme--default .bef-select-as-links > .form-item > .form-item > a.active, .theme--default .bef-select-as-links > .form-item > .form-item > a:hover, .theme--default .bef-select-as-links > .form-item > .form-item > a:focus {
  background-color: #2956a5;
  border-color: #2956a5;
  color: white;
}

.theme--move .bef-select-as-links > .form-item > .form-item > a {
  color: #1070e5;
  border-color: #1070e5;
}

.theme--move .bef-select-as-links > .form-item > .form-item > a.active, .theme--move .bef-select-as-links > .form-item > .form-item > a:hover, .theme--move .bef-select-as-links > .form-item > .form-item > a:focus {
  background-color: #1070e5;
  border-color: #1070e5;
  color: white;
}

.theme--eat .bef-select-as-links > .form-item > .form-item > a {
  color: #158415;
  border-color: #158415;
}

.theme--eat .bef-select-as-links > .form-item > .form-item > a.active, .theme--eat .bef-select-as-links > .form-item > .form-item > a:hover, .theme--eat .bef-select-as-links > .form-item > .form-item > a:focus {
  background-color: #158415;
  border-color: #158415;
  color: white;
}

.theme--rewards .bef-select-as-links > .form-item > .form-item > a {
  color: #e1348b;
  border-color: #e1348b;
}

.theme--rewards .bef-select-as-links > .form-item > .form-item > a.active, .theme--rewards .bef-select-as-links > .form-item > .form-item > a:hover, .theme--rewards .bef-select-as-links > .form-item > .form-item > a:focus {
  background-color: #e1348b;
  border-color: #e1348b;
  color: white;
}

.theme--sleep .bef-select-as-links > .form-item > .form-item > a {
  color: #f15a28;
  border-color: #f15a28;
}

.theme--sleep .bef-select-as-links > .form-item > .form-item > a.active, .theme--sleep .bef-select-as-links > .form-item > .form-item > a:hover, .theme--sleep .bef-select-as-links > .form-item > .form-item > a:focus {
  background-color: #f15a28;
  border-color: #f15a28;
  color: white;
}

.block-block > .block-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.block-block > .block-title ~ *:not(.contextual-links-wrapper) {
  margin-top: 2vh;
}

.block-views > .block-title {
  font-size: 8vw;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  color: #2b2f3d;
}

@media (min-width: 768px) {
  .block-views > .block-title {
    font-size: 1.75em;
  }
}

.block-views > .block-title ~ *:not(.contextual-links-wrapper) {
  margin-top: 5vh;
}

/**
 * @file
 * Override Bootstrap breadcrumb styles
 */
.breadcrumb {
  font-size: 16px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.breadcrumb > li {
  color: #BBBBBB;
  position: relative;
  padding: 0 1.444em 0 0;
  margin: 0 0.722em 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

.breadcrumb > li:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -2px;
  width: 0.4375em;
  height: 0.75em;
  background-position: -37.625em -46.5em;
}

.lt-ie9 .breadcrumb > li:after {
  width: 6px;
  height: 11px;
  background-position: -602px -744px;
}

.breadcrumb > li > a {
  text-decoration: underline;
}

.breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
  text-decoration: underline;
}

.breadcrumb > li + li:before {
  display: none;
}

.breadcrumb > li:last-child:after {
  display: none;
}

.breadcrumb > .active {
  color: #777777;
}

.lt-ie9 .breadcrumb > .active:after {
  display: none;
}

/**
 * @file
 * Override Bootstrap button styles
 */
.btn, .list--fridge-magnets > li > a, .slat__term > a,
.slat__term .file__content > a, #user-login .form-submit {
  font-size: 16px;
  text-decoration: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-sm {
  font-size: 14px;
}

.btn-lg, .webform-submit {
  font-size: 24px;
}

.btn-primary:visited, .btn-glow:visited, .slat__term .file__content > a:visited, #user-login .form-submit:visited {
  color: white;
}

.btn-glow,
.slat__term .file__content > a {
  background-color: #e1348b;
  border-color: #e1348b;
  border-radius: 3px;
}

.btn-glow:hover,
.slat__term .file__content > a:hover, .btn-glow:focus,
.slat__term .file__content > a:focus {
  background-color: #c51d71;
  border-color: #c51d71;
}

.btn-default, .list--fridge-magnets > li > a, .slat__term > a {
  border-radius: 3px;
  background-color: transparent;
  border-color: white;
  color: white;
}

.btn-default:hover, .list--fridge-magnets > li > a:hover, .slat__term > a:hover, .btn-default:focus, .list--fridge-magnets > li > a:focus, .slat__term > a:focus {
  background-color: white;
  border-color: white;
}

/**
 * @file
 * BEM block for Call to action.
 */
.call-to-action {
  border: 1px solid #e2e2e2;
  background-color: #fbfbfb;
  padding: 0.722em;
  margin-bottom: 1.611em;
}

@media (min-width: 480px) {
  .call-to-action {
    padding: 1.444em;
    line-height: 1.611;
  }
}

.call-to-action--success,
.call-to-action--primary {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.call-to-action--success p,
.call-to-action--primary p {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.call-to-action--success {
  background-color: #00823b;
}

.call-to-action--primary {
  background-color: #2956a5;
}

.content-stream .view-content {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.js .content-stream .view-content:before {
  content: 'Loading...';
  display: block;
  font-family: "Bree", Georgia, "Times New Roman", Times, serif;
  font-size: 3vh;
  text-align: center;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.js .content-stream .view-content > .masonry-item {
  display: none;
}

.js .content-stream .view-content.masonry-processed > .masonry-item {
  display: block;
}

.js .content-stream .view-content.masonry-processed:before {
  content: none;
}

.content-stream .view-content .node {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

.contentful-entity .field-name-field-defaultimage img,
.contentful-entity.slat img {
  width: 100%;
}

.contentful-entity .slat__link {
  background-color: white;
  border: 1px #DDDDDD solid;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}

.contentful-entity .slat__link .slat__title,
.contentful-entity .slat__link .slat__body {
  padding-left: 3rem;
  padding-right: 3rem;
}

.contentful-entity .slat__link > .slat__title:first-child,
.contentful-entity .slat__link > img + .slat__title {
  margin-top: 3rem;
}

.contentful-entity .slat__link > *:last-child {
  padding-bottom: 3rem;
}

.contentful-entity.view-mode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.contentful-entity.view-mode-full .node__heading {
  margin-top: 4rem;
}

.contentful-entity.view-mode-full .node__heading + * {
  margin-top: 2rem;
}

.contentful-entity.view-mode-full h1 {
  font-size: 8vw;
}

@media (min-width: 768px) {
  .contentful-entity.view-mode-full h1 {
    font-size: 4vw;
  }
}

@media (min-width: 1200px) {
  .contentful-entity.view-mode-full h1 {
    font-size: 50px;
  }
}

.contentful-entity.view-mode-full .group-left {
  background-color: white;
  border: 1px #DDDDDD solid;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.contentful-entity.view-mode-full .group-left > *:not(.field-name-field-defaultimage) {
  padding-left: 4vw;
  padding-right: 4vw;
}

@media (min-width: 1200px) {
  .contentful-entity.view-mode-full .group-left > *:not(.field-name-field-defaultimage) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.contentful-entity.view-mode-full .group-left > *:last-child {
  padding-bottom: 4rem;
}

.contentful-entity.view-mode-full .group-left + .group-right {
  margin-top: 4vh;
}

@media (min-width: 1200px) {
  .contentful-entity.view-mode-full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contentful-entity.view-mode-full .group-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66667%;
            flex: 1 0 66.66667%;
  }
  .contentful-entity.view-mode-full .group-left + .group-right {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    padding-left: 5%;
  }
}

.contentful-entity.view-mode-full * + .node__footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 4rem;
  margin-top: 4rem;
}

.contentful-entity.view-mode-full .node__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .contentful-entity.view-mode-full .node__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contentful-entity__related > h5 {
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
}

.contentful-entity__related > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contentful-entity__related > ul > li ~ li {
  margin-top: 2vh;
}

.contentful-entity__related > * + ul {
  margin-top: 3vh;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .contentful-entity__related ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .contentful-entity__related ul > li {
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 2vh;
  }
  .contentful-entity__related ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}

/**
 * @file
 * BEM block for Control.
 */
.control--responsive-menu {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .control--responsive-menu {
    display: none;
  }
}

.control--fly-out-search {
  position: relative;
  float: left;
  width: 8.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .control--fly-out-search {
    display: none;
  }
}

.control--fly-out-search .toggle--search.active .icon--search {
  display: none;
}

.control--fly-out-search .toggle--search.active .icon--close {
  display: block;
}

.copyright p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

/**
 * @file
 * BEM block for date.
 */
.date,
.field-name-field-last-update-date,
.node__date,
.slat__date {
  color: #777777;
}

/* Override Drupal date.css */
.container-inline-date .date-padding {
  float: none;
}

.container-inline-date > .form-item {
  display: block;
  margin-right: 0;
}

.container-inline-date .form-item .form-item {
  float: none;
}

/**
 * @file
 * BEM block for Element.
 *
 * Used by WYSIWYG templates to position blockquotes etc
 */
.element {
  margin: 0 0 1.444em 0;
}

@media (min-width: 480px) {
  .element {
    margin: 0 0 28px 0;
  }
}

.element.pull-left, .pagination--large-arrows > li.previous > a.element, .pagination--large-arrows > li.pagination__previous > a.element, .pagination--large-arrows > li.pager-previous > a.element, .element.pull-right, .pagination--large-arrows > li.next > a.element, .pagination--large-arrows > li.pagination__next > a.element, .pagination--large-arrows > li.pager-next > a.element {
  width: 100%;
}

@media (min-width: 768px) {
  .element.pull-left, .pagination--large-arrows > li.previous > a.element, .pagination--large-arrows > li.pagination__previous > a.element, .pagination--large-arrows > li.pager-previous > a.element, .element.pull-right, .pagination--large-arrows > li.next > a.element, .pagination--large-arrows > li.pagination__next > a.element, .pagination--large-arrows > li.pager-next > a.element {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .element.pull-left, .pagination--large-arrows > li.previous > a.element, .pagination--large-arrows > li.pagination__previous > a.element, .pagination--large-arrows > li.pager-previous > a.element, .element.pull-right, .pagination--large-arrows > li.next > a.element, .pagination--large-arrows > li.pagination__next > a.element, .pagination--large-arrows > li.pager-next > a.element {
    width: auto;
  }
}

.element.pull-left, .pagination--large-arrows > li.previous > a.element, .pagination--large-arrows > li.pagination__previous > a.element, .pagination--large-arrows > li.pager-previous > a.element {
  margin: 0.25em 0 1.444em 0;
}

@media (min-width: 480px) {
  .element.pull-left, .pagination--large-arrows > li.previous > a.element, .pagination--large-arrows > li.pagination__previous > a.element, .pagination--large-arrows > li.pager-previous > a.element {
    margin: 0.5em 56px 28px 0;
  }
}

.element.pull-right, .pagination--large-arrows > li.next > a.element, .pagination--large-arrows > li.pagination__next > a.element, .pagination--large-arrows > li.pager-next > a.element {
  margin: 0.25em 0 1.444em 0;
}

@media (min-width: 480px) {
  .element.pull-right, .pagination--large-arrows > li.next > a.element, .pagination--large-arrows > li.pagination__next > a.element, .pagination--large-arrows > li.pager-next > a.element {
    margin: 0.5em 0 28px 56px;
  }
}

.element blockquote {
  margin: 0;
}

.element--featured {
  margin: 0.722em 0 1.444em;
}

@media (min-width: 480px) {
  .element--featured {
    margin: 28px 0 28px;
  }
}

/**
 * @file
 * Extend Drupal's Facetapi module
 */
.facetapi-facetapi-links > li > a {
  font-weight: 700;
}

.block-facetapi .block-title {
  position: relative;
}

.block-facetapi .block-title:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 21px;
  width: 0.9375em;
  height: 0.9375em;
  background-position: -70.8125em -80.1875em;
}

.lt-ie9 .block-facetapi .block-title:before {
  width: 14px;
  height: 14px;
  background-position: -1133px -1283px;
}

.site__sidebar-inner .block-facetapi .block-title {
  background-color: #eeeeee;
  border: 1px solid #e2e2e2;
  font-size: 18px;
  padding: 18px 18px 18px 38px;
  margin: 0;
}

.facetapi-facetapi-links,
.facetapi-date-range {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.facetapi-facetapi-links > li,
.facetapi-date-range > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.facetapi-facetapi-links > li > a,
.facetapi-date-range > li > a {
  display: block;
  padding: 10px 38px 10px 18px;
  line-height: 1.3;
}

.facetapi-facetapi-links > li > a:visited,
.facetapi-date-range > li > a:visited {
  color: #2956a5;
}

.facetapi-facetapi-links > li > a:visited:hover,
.facetapi-date-range > li > a:visited:hover {
  color: #1a3668;
}

.facetapi-facetapi-links > li > a:hover > .action--deactivate-facet:before,
.facetapi-date-range > li > a:hover > .action--deactivate-facet:before {
  width: 0.8125em;
  height: 0.8125em;
  background-position: -46.0625em -55.625em;
}

.lt-ie9 .facetapi-facetapi-links > li > a:hover > .action--deactivate-facet:before, .lt-ie9
.facetapi-date-range > li > a:hover > .action--deactivate-facet:before {
  width: 12px;
  height: 12px;
  background-position: -737px -890px;
}

.current-search-item-facets > ul > li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.current-search-item-facets > ul > li > a {
  font-size: 16px;
  display: block;
  position: relative;
  font-weight: 700;
  border: 1px solid #e2e2e2;
  padding: 5px 33px 5px 10px;
}

.current-search-item-facets > ul > li > a > .action--deactivate-facet {
  top: 7px;
}

.current-search-item-facets > ul > li > a:visited {
  color: #2956a5;
}

.current-search-item-facets > ul > li > a:visited:hover {
  color: #1a3668;
}

.current-search-item-facets > ul > li > a:hover > .action--deactivate-facet:before {
  width: 0.8125em;
  height: 0.8125em;
  background-position: -46.0625em -55.625em;
}

.lt-ie9 .current-search-item-facets > ul > li > a:hover > .action--deactivate-facet:before {
  width: 12px;
  height: 12px;
  background-position: -737px -890px;
}

/**
 * @file
 * Extend Drupal's field class
 */
.field .field-label {
  float: none;
  font-weight: normal;
}

.field.field-label-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-group-fieldset {
  margin-top: 0.722em;
}

@media (min-width: 480px) {
  .field-group-fieldset {
    margin-top: 1.444em;
  }
}

/* Responsive images within the main content areas */
.field-name-body img,
.field-name-field-page-banner img {
  max-width: 100%;
  height: auto;
}

.view-mode-teaser .field-name-media-description, .view-mode-teaser
.field-name-field-license {
  font-size: 14px;
}

.view-mode-teaser .field-name-media-description p:only-child, .view-mode-teaser
.field-name-field-license p:only-child {
  margin: 0;
}

@media (min-width: 480px) {
  .field-name-field-related-internal-url,
  .field-name-field-related-external-url,
  .field-name-field-media-document,
  .field-name-field-description {
    line-height: 1.611;
  }
}

.field-name-field-related-internal-url a,
.field-name-field-related-external-url a,
.field-name-field-media-document a,
.field-name-field-description a {
  text-decoration: underline;
}

.field-name-field-related-internal-url a:focus,
.field-name-field-related-external-url a:focus,
.field-name-field-media-document a:focus,
.field-name-field-description a:focus {
  outline-offset: 0;
}

.field-name-field-related-internal-url .field-item,
.field-name-field-related-external-url .field-item {
  margin-bottom: 3px;
}

.field-name-field-media-document {
  /* Reset padding on content div provided by media */
}

.field-name-field-media-document .content {
  padding: 0;
}

.slat .field-type-text-with-summary .lead, .slat .field-type-text-with-summary .node__subtitle {
  font-size: 18px;
}

.field-name-field-last-update-date {
  font-size: 16px;
}

.field-name-field-last-update-date .field-label {
  font-weight: normal;
}

.field-name-field-title-prefix.inline-block,
.field-name-field-first-name.inline-block,
.field-name-field-last-name.inline-block,
.field-name-field-title-postfix.inline-block {
  margin-right: 5px;
}

.field-name-field-credit-text {
  color: #6f6f6f;
  line-height: 1.444;
}

.field-name-field-version-statement a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.lt-ie9 .field-name-custom-location-with-map-link .link-down {
  display: none;
}

.field--clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.meta > .field--clock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.field--clock > .suffix {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-left: .25em;
  display: block;
}

.field--clock > .prefix {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 38px;
  height: 38px;
  margin-right: .5em;
  display: block;
}

.field--clock > .prefix > svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  width: 38px;
  height: 38px;
}

.field--clock > .prefix > svg > * {
  stroke: #158415;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

.field--clock > .label-inline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.field--clock > .clock {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
}

.field-name-vegetarian-icon .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-right: .45em;
}

.field-name-vegetarian-icon .icon svg {
  width: 50%;
  height: auto;
  vertical-align: top;
}

.meta .field-name-vegetarian-icon .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #d3f8d3;
}

.field-name-field-method > .label-above {
  font-weight: 600;
  font-size: 1.2em;
  margin: 0;
}

.field-name-field-method > ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.field-name-field-method > ol > li ~ li {
  margin-top: 1vh;
}

.field-name-field-method > .label-above + ol {
  margin-top: 1vh;
}

.field-name-field-ingredients {
  border: 1px #158415 solid;
  background-color: #158415;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .84em;
}

.contentful-entity.view-mode-full .group-left > .field-name-field-ingredients {
  padding-left: 2rem;
  padding-right: 2rem;
}

.field-name-field-ingredients > .label-above {
  font-weight: 600;
  color: white;
  margin: 0;
}

.field-name-field-ingredients > ul {
  list-style: disc;
  padding: 0 0 0 1.2em;
  margin: 0;
}

.field-name-field-ingredients > ul > li ~ li {
  margin-top: .5vh;
}

.field-name-field-ingredients > .label-above + ul {
  margin-top: 1vh;
}

.view-mode-full .field-name-field-ingredients {
  margin-top: 3vh;
  margin-bottom: 3vh;
  padding: 2rem 3rem;
}

@media (min-width: 768px) {
  .view-mode-full .field-name-field-ingredients {
    max-width: 30%;
    float: left;
    margin-top: 0;
    margin-left: -2vw;
    margin-right: 1.5vw;
    margin-bottom: 1.5vh;
    padding: 2rem 1rem;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  }
}

.field-name-disqus-comment,
.field-name-disqus-hardcoded {
  width: 100%;
}

* + .field-name-disqus-comment, * +
.field-name-disqus-hardcoded {
  margin-top: 2vh;
}

.field-name-field-numberofserves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.meta > .field-name-field-numberofserves {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.field-name-field-numberofserves .prefix {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  border: 3px #158415 solid;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
}

.field-name-field-numberofserves .prefix:after {
  content: '';
  width: 1.3125em;
  height: 1.34375em;
  background-position: -105.3125em -115.125em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.lt-ie9 .field-name-field-numberofserves .prefix:after {
  width: 20px;
  height: 20.5px;
  background-position: -1685px -1842px;
}

.field-name-field-numberofserves > .label-inline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.field-name-field-numberofserves > strong {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-weight: normal;
  margin-left: .25em;
  display: block;
}

.field-name-field-numberofserves > .suffix {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-left: .25em;
  display: block;
}

.field-name-print-button > .btn, .list--fridge-magnets > li.field-name-print-button > a, .slat__term.field-name-print-button > a,
.slat__term .file__content.field-name-print-button > a, #user-login .field-name-print-button > .form-submit {
  border-radius: 4px;
  background-color: transparent;
  border: 2px #2956a5 solid;
}

.field-name-field-toiletfacilities {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-name-field-toiletfacilities:before {
  content: '';
  width: 1.3825em;
  height: 1.45438em;
  background-position: -97.25em -107em;
  margin-right: .35em;
}

.lt-ie9 .field-name-field-toiletfacilities:before {
  width: 21.12px;
  height: 22.27px;
  background-position: -1556px -1712px;
}

.field-name-field-parkingavailable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-name-field-parkingavailable:before {
  content: '';
  width: 1.42063em;
  height: 1.42125em;
  background-position: -83.3125em -92.4375em;
  margin-right: .35em;
}

.lt-ie9 .field-name-field-parkingavailable:before {
  width: 21.73px;
  height: 21.74px;
  background-position: -1333px -1479px;
}

.field-name-field-appropriateforunder5s {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-name-field-appropriateforunder5s:before {
  content: '';
  width: 1.0625em;
  height: 1.465em;
  background-position: -69.1875em -78.125em;
  margin-right: .35em;
}

.lt-ie9 .field-name-field-appropriateforunder5s:before {
  width: 16px;
  height: 22.44px;
  background-position: -1107px -1250px;
}

.field-name-field-pramfriendly {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-name-field-pramfriendly:before {
  content: '';
  width: 1.36em;
  height: 1.48em;
  background-position: -85.3125em -94.4375em;
  margin-right: .35em;
}

.lt-ie9 .field-name-field-pramfriendly:before {
  width: 20.76px;
  height: 22.68px;
  background-position: -1365px -1511px;
}

.field-name-field-activity-region {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-name-field-activity-region:before {
  content: '';
  width: 1.09312em;
  height: 1.47313em;
  background-position: -87.25em -96.5em;
  margin-right: .35em;
}

.lt-ie9 .field-name-field-activity-region:before {
  width: 16.49px;
  height: 22.57px;
  background-position: -1396px -1544px;
}

/**
 * @file
 * Extend Drupal's file class
 */
.file--has-background-icon {
  position: relative;
  padding-left: 58px;
  min-height: 82px;
  /* Custom tweaks per view mode */
}

.file--has-background-icon:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  background-image: url(../images/sprite--file-type-icons.png);
  background-position: 0 -53px;
  background-repeat: no-repeat;
  height: 53px;
  width: 38px;
  background-size: 38px 636px;
}

.file--has-background-icon.view-mode-teaser, .file--has-background-icon.view-mode-wysiwyg {
  min-height: 98px;
}

@media (min-width: 480px) {
  .file--has-background-icon.view-mode-teaser, .file--has-background-icon.view-mode-wysiwyg {
    min-height: 104px;
  }
}

.file--has-background-icon.view-mode-teaser .file__content > a, .file--has-background-icon.view-mode-wysiwyg .file__content > a {
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 480px) {
  .file--has-background-icon.view-mode-teaser .file__content > a, .file--has-background-icon.view-mode-wysiwyg .file__content > a {
    font-size: 24px;
  }
}

.file--has-background-icon.view-mode-teaser .field-name-field-credit-text, .file--has-background-icon.view-mode-wysiwyg .field-name-field-credit-text {
  margin: 5px 0 8px 0;
}

.file--has-background-icon.view-mode-short_teaser {
  padding-left: 23px;
  min-height: 33px;
  line-height: normal;
}

.file--has-background-icon.view-mode-short_teaser:before {
  top: 3px;
  left: 0;
  background-image: url(../images/sprite--file-type-icons-small.png);
  background-position: 0 -18px;
  height: 18px;
  width: 13px;
  background-size: inherit;
}

.file--has-background-icon.view-mode-short_teaser .file__meta {
  font-size: 14px;
}

.file--has-background-icon.view-mode-wysiwyg {
  padding-left: 78px;
  padding-right: 1.444em;
  padding-bottom: 0.722em;
}

.file--has-background-icon.view-mode-wysiwyg:before {
  left: 20px;
}

.file__content {
  display: block;
}

@media (min-width: 480px) {
  .file__content {
    display: inline-block;
  }
}

.file__content > a {
  font-weight: 700;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.file__content > a:focus {
  outline-offset: 0;
}

.file__meta {
  font-size: 16px;
  text-transform: uppercase;
  color: #777777;
  margin-top: 4px;
}

@media (min-width: 480px) {
  .file__meta {
    display: inline-block;
  }
}

.file__meta:before {
  content: '(';
}

.file__meta:after {
  content: ')';
}

.file__meta .field {
  margin-right: 5px;
}

.file__meta .field:last-child {
  margin-right: 0;
}

@media (min-width: 480px) {
  .file-image.view-mode-full {
    margin-top: 1.444em;
  }
}

.file-image.view-mode-full > img {
  max-width: 100%;
  height: auto;
}

.file-video.view-mode-wysiwyg,
.file-audio.view-mode-wysiwyg {
  padding-left: 0.722em;
  padding-right: 0.722em;
  padding-bottom: 0.722em;
}

@media (min-width: 480px) {
  .file-video.view-mode-wysiwyg,
  .file-audio.view-mode-wysiwyg {
    padding-left: 1.444em;
    padding-right: 1.444em;
  }
}

@media (max-width: 480px) {
  .file-audio .responsive-ratio {
    padding-bottom: 37.5%;
  }
}

.file-document.view-mode-full > .meta {
  margin-left: -58px;
}

.file-document.view-mode-full > .field-name-field-description {
  clear: both;
  margin-left: -58px;
  margin-top: 1.444em;
}

.file-document.view-mode-wysiwyg > .file > img,
.file-document.view-mode-wysiwyg > .file > .file-size {
  display: none !important;
}

.file-application-pdf:before {
  background-position: 0 -106px;
}

.file-application-pdf.view-mode-short_teaser:before {
  background-position: 0 -36px;
}

.file-application-msword:before, .file-application-vndopenxmlformats-officedocumentwordprocessingmldocument:before {
  background-position: 0 -212px;
}

.file-application-msword.view-mode-short_teaser:before, .file-application-vndopenxmlformats-officedocumentwordprocessingmldocument.view-mode-short_teaser:before {
  background-position: 0 -72px;
}

.file-application-ms-excel:before, .file-application-vndms-excel:before, .file-application-vndopenxmlformats-officedocumentspreadsheetmlsheet:before {
  background-position: 0 -159px;
}

.file-application-ms-excel.view-mode-short_teaser:before, .file-application-vndms-excel.view-mode-short_teaser:before, .file-application-vndopenxmlformats-officedocumentspreadsheetmlsheet.view-mode-short_teaser:before {
  background-position: 0 -54px;
}

.file-application-ms-powerpoint:before, .file-application-vndms-powerpoint:before, .file-application-vndopenxmlformats-officedocumentpresentationmlpresentation:before {
  background-position: 0 -318px;
}

.file-application-ms-powerpoint.view-mode-short_teaser:before, .file-application-vndms-powerpoint.view-mode-short_teaser:before, .file-application-vndopenxmlformats-officedocumentpresentationmlpresentation.view-mode-short_teaser:before {
  background-position: 0 -108px;
}

.file-video-quicktime:before {
  background-position: 0 -530px;
}

.file-video-quicktime.view-mode-short_teaser:before {
  background-position: 0 -180px;
}

.file-audio-mpeg:before, .file-audio-wav:before {
  background-position: 0 -477px;
}

.file-audio-mpeg.view-mode-short_teaser:before, .file-audio-wav.view-mode-short_teaser:before {
  background-position: 0 -162px;
}

.file-image-jpeg:before, .file-image-png:before, .file-image-gif:before {
  background-position: 0 -371px;
}

.file-image-jpeg.view-mode-short_teaser:before, .file-image-png.view-mode-short_teaser:before, .file-image-gif.view-mode-short_teaser:before {
  background-position: 0 -126px;
}

.file-application-zip:before {
  background-position: 0 0;
}

.file-application-zip.view-mode-short_teaser:before {
  background-position: 0 0;
}

.file-text-html:before {
  background-position: 0 -583px;
}

.file-text-html.view-mode-short_teaser:before {
  background-position: 0 -198px;
}

.file-text-plain:before {
  background-position: 0 -265px;
}

.file-text-plain.view-mode-short_teaser:before {
  background-position: 0 -90px;
}

/**
 * @file
 * Forms
 *
 * Drupal forms are time consuming to inject with nice BEM like classes
 * so we just style them the old fashioned way...
 */
.input-group .form-control:first-child, .input-group .form-email:first-child,
.input-group .form-number:first-child, .input-group .webform-component-select .form-select:first-child, .webform-component-select .input-group .form-select:first-child {
  border-radius: 0;
}

.form-group {
  margin-bottom: 0;
}

.form-control, .form-email,
.form-number, .webform-component-select .form-select {
  height: 50px;
  border-radius: 0;
}

.lt-ie9 .form-control, .lt-ie9 .form-email,
.lt-ie9 .form-number, .lt-ie9 .webform-component-select .form-select, .webform-component-select .lt-ie9 .form-select {
  line-height: 35px;
}

.form-control:hover, .form-email:hover,
.form-number:hover, .webform-component-select .form-select:hover {
  border: 1px solid #555555;
}

.form-actions > .btn, .list--fridge-magnets > li.form-actions > a, .slat__term.form-actions > a,
.slat__term .file__content.form-actions > a, #user-login .form-actions > .form-submit {
  height: 50px;
}

/* Email/Number field not rendered properly.
 * https://www.drupal.org/node/2145515#comment-9753045
 */
.form-radios:before, .form-radios:after,
.form-checkboxes:before,
.form-checkboxes:after {
  content: " ";
  display: table;
}

.form-radios:after,
.form-checkboxes:after {
  clear: both;
}

.form-type-radio,
.form-type-checkbox {
  padding: 0;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

.form-type-radio:hover,
.form-type-checkbox:hover {
  border: 1px solid #555555;
}

.form-type-radio.is-checked,
.form-type-checkbox.is-checked {
  outline: 3px solid #CCCCCC;
  outline-offset: -3px;
}

.radio label,
.checkbox label {
  position: relative;
  width: 100%;
  padding: 20px 20px 20px 54px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 27px;
}

/*.form-type-select {
  position: relative;
  background-color: $white;
  &:after {
    position: absolute;
    bottom: 22px;
    right: 16px;
    content: '';
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3b3a3a;
    .lt-ie10 & {
      display: none;
    }
  }
}*/
.form-select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
}

.lt-ie10 .form-select {
  padding-right: 12px;
}

.form-select::-ms-expand {
  display: none;
}

.description {
  font-size: 14px;
  margin-top: 5px;
  color: #777777;
}

.fieldset-legend {
  padding-bottom: 10px;
}

.form-required {
  color: #d9534f;
}

/**
 * @file
 * BEM block for overriding gmap.
 */
@media (max-width: 480px) {
  .gmap {
    height: 260px !important;
  }
}

/* Hide the location map for IE8 and down as Maps JavaScript API
 * does not support it anyway.
 * https://developers.google.com/maps/documentation/javascript/releases#internet-explorer-8-support-ends
 */
.lt-ie9 .gmap, .lt-ie9
#location-map {
  display: none;
}

.gmap-popup > h4 {
  margin: 0;
}

.gmap-popup > h4 + * {
  margin-top: 1em;
}

.gmap-popup .geo {
  display: none;
}

.goals {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.goals > input {
  position: absolute;
  left: -10000px;
  height: 0;
}

.goals > label {
  width: 100%;
  padding: 0 15px;
  outline: none;
  font-family: "Bree", Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  cursor: pointer;
  height: 12vh;
  line-height: 12vh;
  margin-bottom: 0;
  color: white;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .goals > label {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .goals > label {
    height: 10vh;
    line-height: 10vh;
    padding: 0 6vh;
  }
}

.goals > label svg {
  fill: white;
  vertical-align: middle;
  margin-right: .4em;
  width: auto;
  height: 1.5em;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 38px;
}

.goals > input:checked + label {
  background-color: white;
  color: #333333;
}

.goals > input:checked + label > svg {
  fill: #333333;
}

* + .goals {
  margin-top: 5vh !important;
}

@media (min-width: 768px) {
  .goals {
    max-width: 750px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .goals {
    max-width: 870px;
  }
}

@media (min-width: 1200px) {
  .goals {
    max-width: 1090px;
  }
}

@media (min-width: 1260px) {
  .goals {
    max-width: 1240px;
  }
}

.goals figure {
  text-align: center;
  font-size: .8em;
  color: #777777;
}

.goals figure > * + figcaption {
  margin-top: .8em;
}

.goals__category {
  max-height: 0;
  overflow: hidden;
  width: 100%;
}

input[value="eat"]:checked ~ .goals__category[data-theme="eat"] {
  max-height: inherit;
}

input[value="move"]:checked ~ .goals__category[data-theme="move"] {
  max-height: inherit;
}

input[value="sleep"]:checked ~ .goals__category[data-theme="sleep"] {
  max-height: inherit;
}

.goals__detail {
  width: 100%;
  background-color: white;
  padding: 5vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .goals__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6vh 0;
  }
}

.goals__detail ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .goals__detail ol {
    width: 50%;
    padding-left: 6vh;
    padding-right: 0;
  }
}

.goals__detail ol > li {
  border-top: 1px dashed #333333;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  overflow: hidden;
}

.goals__detail img {
  border-radius: 50%;
  vertical-align: top;
  max-height: 30vh;
  max-width: 30vw;
  width: auto;
  height: auto;
}

@media (min-width: 1200px) {
  .goals__detail img {
    max-height: 40vh;
    max-width: 40vw;
  }
}

.goals__detail ol + figure {
  margin-top: 3vh;
}

@media (min-width: 768px) {
  .goals__detail ol + figure {
    margin-top: 0;
    width: 50%;
  }
}

/**
 * @file
 * BEM block for icon.
 */
.icon--close:before {
  content: '';
  width: 0.8125em;
  height: 0.8125em;
  background-position: -41.9375em -51.5em;
}

.lt-ie9 .icon--close:before {
  width: 12px;
  height: 12px;
  background-position: -671px -824px;
}

.icon--close-small:before {
  content: '';
  width: 0.8125em;
  height: 0.8125em;
  background-position: -44.6875em -54.25em;
}

.lt-ie9 .icon--close-small:before {
  width: 12px;
  height: 12px;
  background-position: -715px -868px;
}

.icon--menu:before {
  content: '';
  width: 0.9375em;
  height: 0.8125em;
  background-position: -79.8125em -89.0625em;
}

.lt-ie9 .icon--menu:before {
  width: 14px;
  height: 12px;
  background-position: -1277px -1425px;
}

.icon--search:before {
  content: '';
  font-size: 20px;
  width: 0.8125em;
  height: 0.8125em;
  background-position: -93.9375em -103.5625em;
}

.lt-ie9 .icon--search:before {
  width: 12px;
  height: 12px;
  background-position: -1503px -1657px;
}

/**
 * @file
 * Override Bootstrap's label styles
 */
.label-default {
  background-color: #999999;
}

/**
 * @file
 * Override Bootstrap's list group item styles
 */
.list-group-item {
  padding: 0.722em;
}

.list-group-item:first-child {
  border-radius: 0;
}

@media (min-width: 480px) {
  .list-group-item {
    padding: 1.444em;
  }
}

/**
 * @file
 * BEM block for Custom list styles
 */
/* Note: This list style requires a nested <a> */
.list--has-arrows > li > a {
  position: relative;
  font-size: 18px;
  display: block;
  padding: 14px 1.444em 14px 18px;
  border-top: 1px solid #e2e2e2;
}

.list--has-arrows > li > a:before {
  content: '';
  position: absolute;
  width: 0.4375em;
  height: 0.75em;
  background-position: -37.625em -46.5em;
  top: 21px;
  left: 0;
}

.lt-ie9 .list--has-arrows > li > a:before {
  width: 6px;
  height: 11px;
  background-position: -602px -744px;
}

.list--basic-links > li {
  position: relative;
  padding: 4px 0;
}

.list--basic-links > li > a {
  display: block;
  text-decoration: underline;
}

.list--basic-links > li > a:focus {
  outline: none;
  outline-offset: 0;
}

.list--fridge-magnets > li {
  float: left;
  display: block;
}

.list--fridge-magnets > li > a {
  float: left;
  display: block;
  margin: 0 2px 2px 0;
}

/**
 * @file
 * BEM block for logo.
 */
.logo__link {
  display: block;
  line-height: 0;
}

.lt-ie9 .logo__link:focus {
  background-color: transparent;
}

.logo__disc {
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
}

a:hover .logo__disc {
  fill: rgba(255, 255, 255, 0.9);
}

.logo--primary {
  display: inline-block;
}

.logo--primary svg {
  fill: white;
  vertical-align: top;
}

.logo--primary .logo__link {
  display: block;
  width: 260px;
  height: 50px;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .header .logo--primary .logo__link {
    width: 100px;
  }
}

.footer-regions-wrapper .logo--primary .logo__link {
  color: white;
}

.logo--primary .logo__brand {
  fill: white;
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .logo--primary .logo__brand .logo__item {
    fill: transparent;
  }
}

.logo--secondary {
  display: block;
}

@media (min-width: 768px) {
  .logo--secondary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
  }
  .logo--secondary svg {
    width: 200px;
    height: 58px;
  }
}

.logo--secondary .svg__primary,
.logo--secondary .svg__secondary {
  fill: white;
}

.logo--secondary .svg__white {
  fill: #2b2f3d;
}

.logo--secondary:hover .svg__primary,
.logo--secondary:hover .svg__secondary {
  fill: #d0daeb;
}

.logo--secondary .logo__link {
  display: block;
  width: 260px;
  height: 30px;
  color: white;
}

@media (min-width: 1200px) {
  .logo--secondary .logo__link {
    float: right;
  }
}

.logo--secondary .logo__link:hover .logo__brand {
  fill: white;
}

.masonry {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .masonry .slat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.masonry__item {
  width: 33.33333%;
}

.masonry-item {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
}

@media (min-width: 768px) {
  .masonry-item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .masonry-item {
    width: 33.33333%;
  }
}

/**
 * @file
 * BEM block for Media.
 *
 * Extend Drupal's media component
 */
.media {
  margin: 0.722em 0;
  /* Reset padding on content div provided by media */
  /* Remove external link icon from custom linked view modes */
  /* Custom half column images are floated right by default (Tablet and up) */
}

@media (min-width: 992px) {
  .media {
    margin: 1.444em 0;
  }
}

.media .content {
  padding: 0;
}

.media .view-mode-wysiwyg_linked > a[href^="http://"]:after,
.media .view-mode-wysiwyg_linked > a[href^="https://"]:after,
.media .view-mode-wysiwyg_linked > a[rel*='external']:after,
.media .view-mode-wysiwyg_half_column_linked > a[href^="http://"]:after,
.media .view-mode-wysiwyg_half_column_linked > a[href^="https://"]:after,
.media .view-mode-wysiwyg_half_column_linked > a[rel*='external']:after {
  content: '';
}

.media.media-wysiwyg_half_column, .media.media-wysiwyg_half_column_linked {
  margin: 0.25em 0 1.444em 0;
}

@media (min-width: 768px) {
  .media.media-wysiwyg_half_column, .media.media-wysiwyg_half_column_linked {
    width: 50%;
    height: auto;
    float: right;
    margin: 0.5em 0 28px 56px;
  }
}

.media.media-wysiwyg_half_column img, .media.media-wysiwyg_half_column_linked img {
  width: 100%;
}

@media (min-width: 480px) {
  .media.media-wysiwyg_half_column img, .media.media-wysiwyg_half_column_linked img {
    width: auto !important;
    height: auto !important;
  }
}

/**
 * @file
 * BEM block for menu.
 */
.menu__link {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * @file
 * BEM block for Meta.
 */
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .84em;
  line-height: 1;
  margin-bottom: 3vh;
}

.remove-meta .node .meta {
  visibility: hidden;
  margin-bottom: 0;
  margin-top: 0;
}

* + .meta {
  margin-top: 2vh;
}

.meta > .field {
  margin-top: 1vh;
  margin-right: 1em;
}

.meta > .field:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.meta > .inline-block,
.meta > .field-label-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.meta__featured {
  /* Select adjacent sibling (.field) in order to add style to illustrate
  the visual separation between the content of meta__featured. */
}

@media (min-width: 480px) {
  .meta__featured .field .field-label {
    width: auto;
    margin-right: inherit;
    margin-top: 0.722em;
  }
}

@media (min-width: 480px) {
  .meta__featured .field:first-child .field-label {
    margin-top: 0;
  }
}

@media (min-width: 480px) {
  .meta__featured .field .field-items {
    width: auto;
    clear: both;
  }
}

.meta__featured .field-items {
  font-size: 20px;
  line-height: 1.444;
}

.meta__featured .field-name-field-event-date .field-items {
  font-weight: 700;
}

.meta__featured .link-down {
  font-size: 16px;
  text-decoration: underline;
  margin-left: 5px;
  white-space: nowrap;
}

/**
 * @file
 * BEM block for Navigation
 */
.navigation--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  max-width: 870px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Bree", Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 768px) {
  .navigation--primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .navigation--primary {
    max-width: 1090px;
  }
}

@media (min-width: 1360px) {
  .navigation--primary {
    max-width: 1240px;
  }
}

.navigation--primary .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 14px;
}

.navigation--primary .menu > li ~ li {
  margin-top: 3vh;
}

@media (min-width: 768px) {
  .navigation--primary .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .navigation--primary .menu > li {
    max-width: 25%;
  }
  .navigation--primary .menu > li ~ li {
    margin-left: 3%;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .navigation--primary .menu {
    font-size: 16px;
  }
}

.navigation--primary .menu a {
  color: white;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.navigation--primary .menu a:hover, .navigation--primary .menu a:focus {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .navigation--primary svg + .menu {
    padding-left: 3%;
  }
}

.navigation--primary details {
  overflow: hidden;
}

.navigation--primary details[open] > summary {
  background-color: rgba(0, 0, 0, 0.2);
}

.navigation--primary details[open] > summary:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 768px) {
  .navigation--primary details[open] {
    height: 28vh;
  }
  .navigation--primary details[open] .navigation__container {
    height: 20vh;
  }
}

@media (min-height: 1000px) {
  .navigation--primary details[open] {
    height: 26vh;
  }
}

.navigation--primary details ~ details {
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
}

@media (min-width: 768px) {
  .navigation--primary details ~ details {
    border-top: none;
    margin-left: 1px;
  }
}

.navigation--primary summary {
  padding: 0.722em 1.444em;
  color: white;
  font-weight: 500;
  cursor: pointer;
  padding: 0 1em;
  height: 8vh;
  font-size: 1.1em;
  line-height: 8vh;
  outline: none;
  text-align: center;
}

.navigation--primary summary::-webkit-details-marker {
  display: none;
}

@media (min-width: 768px) {
  .navigation--primary summary {
    height: 8vh;
    line-height: 8vh;
  }
}

@media (min-height: 1000px) {
  .navigation--primary summary {
    height: 6vh;
    line-height: 6vh;
  }
}

.navigation--primary summary:hover {
  color: rgba(255, 255, 255, 0.8);
}

.navigation--primary summary:hover:after {
  opacity: .8;
}

.navigation--primary summary:after {
  content: '';
  width: 0.675em;
  height: 0.4375em;
  background-position: -40.6875em -50.5em;
  margin-left: .3em;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  vertical-align: middle;
}

.lt-ie9 .navigation--primary summary:after {
  width: 9.8px;
  height: 6px;
  background-position: -651px -808px;
}

.navigation--primary .navigation__container {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0;
  font-family: "Centrale", Helvetica, Arial, sans-serif;
}

.navigation--primary .navigation__container a[title]:after {
  content: attr(title);
  font-weight: normal;
  display: block;
  font-size: .9em;
}

.navigation--primary .navigation__container svg {
  vertical-align: top;
  fill: white;
  width: 60px;
  height: 100%;
  display: none;
}

@media (min-width: 768px) {
  .navigation--primary .navigation__container {
    position: absolute;
    height: 0;
    left: 0;
    overflow: hidden;
  }
  .navigation--primary .navigation__container a {
    position: relative;
  }
  .navigation--primary .navigation__container a:focus {
    background-color: transparent;
    outline: none;
  }
  .navigation--primary .navigation__container a.active:before {
    content: '';
    height: 3px;
    width: 25px;
    background-color: white;
    position: absolute;
    top: -.85em;
    left: 0;
  }
  .navigation--primary .navigation__container svg {
    display: block;
  }
}

.navigation--primary .navigation__stack {
  padding: 4vh 15px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .navigation--primary .navigation__stack {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .navigation--primary .navigation__stack {
    max-width: 1090px;
  }
}

@media (min-width: 1360px) {
  .navigation--primary .navigation__stack {
    max-width: 1240px;
  }
}

.navigation--bolted {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navigation--bolted > li ~ li {
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
}

@media (min-width: 768px) {
  .navigation--bolted {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navigation--bolted > li ~ li {
    margin-left: 1px;
    border-top: none;
  }
}

* + .navigation--bolted {
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
}

@media (min-width: 768px) {
  * + .navigation--bolted {
    border-top: none;
    margin-left: 1px;
  }
}

.navigation--bolted a {
  padding: 0.722em 1.444em;
  color: white;
  font-weight: 500;
  cursor: pointer;
  padding: 0 1em;
  height: 8vh;
  font-size: 1.1em;
  line-height: 8vh;
  outline: none;
  text-align: center;
  text-decoration: none;
  display: block;
  height: 100%;
}

@media (min-width: 768px) {
  .navigation--bolted a {
    height: 8vh;
    line-height: 8vh;
  }
}

@media (min-height: 1000px) {
  .navigation--bolted a {
    height: 6vh;
    line-height: 6vh;
  }
}

.navigation--bolted a:hover, .navigation--bolted a:focus, .navigation--bolted a.active-trail {
  background-color: rgba(0, 0, 0, 0.2);
}

.navigation--banner-links {
  z-index: 100;
  position: relative;
}

.region-hero .navigation--banner-links {
  margin-top: 2.166em;
}

.navigation--banner-links .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 700;
}

@media (min-width: 768px) {
  .navigation--banner-links .menu {
    max-width: 50%;
  }
}

.navigation--banner-links .menu > .menu__item ~ .menu__item {
  margin-left: 0.722em;
}

.navigation--banner-links .menu .menu__link {
  background-color: #f15a28;
  color: white;
  font-size: 15px;
  border-radius: 3px;
  padding: 6px 12px;
  border: 1px #f15a28 solid;
}

.navigation--banner-links .menu .menu__link:hover, .navigation--banner-links .menu .menu__link:focus {
  background-color: #d8400e;
}

.navigation--banner-links .menu .menu__link.is-special {
  background-color: transparent;
  border-color: white;
  color: white;
}

.navigation--banner-links .menu .menu__link.is-special:hover, .navigation--banner-links .menu .menu__link.is-special:focus {
  background-color: white;
  color: #2956a5;
}

/*.navigation--secondary {
  .site__sidebar-inner & {
    padding: 20px 0 0;
  }
  @include respond-to(tablet-large-and-down) {
    display: none;
  }
  > .block-title {
    @extend %has-no-margin-top;
  }
  .menu-block-wrapper {
    > .menu {
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      > .menu__item {
        float: none;
        &.is-expanded {
          .menu__link {
            background-color: transparent;
          }
        }
      }
    }
  }
  .menu {
    .menu {
      .menu__link {
        padding: $spacing-half $spacing-half $spacing-half $spacing-base;
        font-size: 14px;
      }
      .menu {
        .menu__link {
          padding: $spacing-half $spacing-half $spacing-half $spacing-and-half;
        }
        .menu {
          .menu__link {
            padding: $spacing-half $spacing-half $spacing-half $spacing-double;
          }
        }
      }
      .menu__item {
        &.collapsed {
          > .menu__link {
             background-position: right 15px;
          }
        }
        &.is-expanded {
          > .menu__link {
             background-position: right 16px;
          }
        }
      }
    }
  }
  .menu__item {
    &.collapsed {
      > .menu__link {
        position: relative;
        &:after {
          content: '';
          position: absolute;
          @include sprite(arrow--mini-right-grey);
          top: 42%;
          right: 1px;
        }
      }
    }
    &.is-expanded {
      > .menu__link {
        position: relative;
        &:after {
          content: '';
          position: absolute;
          @include sprite(arrow--mini-down-grey);
          top: 47%;
          right: 0;
        }
      }
    }
  }
  .menu__link {
    font-size: 16px;
    background-color: transparent;
    padding: $spacing-half 0;
    color: $text-color;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    @include font-smoothing;
    &:hover,
    &:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    }
    &:hover,
    &:focus,
    &.active {
      text-decoration: none;
      background-color: transparent;
    }
    &.active {
      font-weight: 700;
      color: darken($text-color,10%);
      border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    }
  }
}*/
.navigation--tertiary {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .navigation--tertiary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}

.navigation--tertiary .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  color: white;
}

.navigation--tertiary > .menu {
  font-family: "Bree", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.25em;
}

.navigation--tertiary > .menu + .menu {
  margin-top: 2vh;
}

@media (min-width: 992px) {
  .navigation--tertiary > .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .navigation--tertiary > .menu + .menu {
    padding-left: 20px;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.navigation--tertiary > .menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navigation--tertiary > .menu > li ~ li {
  margin-top: 2vh;
}

@media (min-width: 992px) {
  .navigation--tertiary > .menu > li ~ li {
    padding-left: 20px;
    margin-top: 0;
  }
}

.navigation--tertiary > .menu > li > .menu {
  margin-top: 2vh;
}

.navigation--tertiary > .menu .menu {
  font-family: "Centrale", Helvetica, Arial, sans-serif;
  font-size: .7em;
  font-weight: 200;
}

.navigation--tertiary > .menu .menu > li ~ li {
  margin-top: 2vh;
}

.navigation--tertiary a {
  color: white;
}

.navigation--tertiary a:hover, .navigation--tertiary a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.navigation--tertiary a.active {
  text-decoration: underline;
}

.navigation--tertiary a:hover {
  background-color: transparent;
}

.navigation--quaternary {
  padding-left: 15px;
  padding-right: 15px;
}

.no-picture .navigation--quaternary {
  margin-top: 140px !important;
}

@media (min-width: 992px) {
  .navigation--quaternary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block + .navigation--quaternary {
    padding-left: 20px;
  }
}

.navigation--quaternary .menu__item ~ .menu__item {
  margin-top: 1.5vh;
}

.navigation--quaternary .menu__link {
  color: #CCCCCC;
  padding: 0;
  text-decoration: none;
}

.navigation--quaternary .menu__link:hover, .navigation--quaternary .menu__link:focus, .navigation--quaternary .menu__link.active {
  text-decoration: underline;
  color: white;
}

.navigation--quaternary .menu__link.active {
  text-decoration: underline;
}

.navigation--quaternary .menu__link:hover {
  background-color: transparent;
}

.navigation--social > .block-title {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Centrale", Helvetica, Arial, sans-serif;
}

.navigation--social > .block-title ~ *:not(.contextual-links-wrapper) {
  margin-top: 2vh;
}

.navigation--social > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation--social > .menu .menu__link {
  width: 35px;
  height: 35px;
  text-indent: -5000px;
  padding: 0;
  background-color: #2956a5;
  border-radius: 50%;
  position: relative;
}

.navigation--social > .menu .menu__link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.navigation--social > .menu .menu__link[href*="facebook"]:after {
  width: 1.0625em;
  height: 1.0625em;
  background-position: -67.5625em -76.5em;
}

.lt-ie9 .navigation--social > .menu .menu__link[href*="facebook"]:after {
  width: 16px;
  height: 16px;
  background-position: -1081px -1224px;
}

.navigation--social > .menu .menu__link[href*="twitter"]:after {
  width: 1.0625em;
  height: 1.0625em;
  background-position: -100.875em -110.6875em;
}

.lt-ie9 .navigation--social > .menu .menu__link[href*="twitter"]:after {
  width: 16px;
  height: 16px;
  background-position: -1614px -1771px;
}

.navigation--social > .menu .menu__link:hover, .navigation--social > .menu .menu__link:focus {
  background-color: #1f417c;
}

.navigation--social > .menu > .menu__item ~ .menu__item {
  margin-left: .4em;
}

.navigation--site-map .menu-block-wrapper > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navigation--site-map .menu-block-wrapper > .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navigation--site-map .menu-block-wrapper > .menu > .menu__item ~ .menu__item {
    border-left: 1px rgba(119, 119, 119, 0.5) solid;
    padding-left: 1.444em;
    margin-left: 1.444em;
  }
}

.navigation--site-map .menu-block-wrapper > .menu .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: normal;
}

.navigation--site-map .menu-block-wrapper > .menu .menu .menu__link {
  font-size: 14px;
}

.navigation--site-map .menu-block-wrapper > .menu .menu__link {
  color: #2956a5;
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsletter > .node {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newsletter > .node,
.newsletter .webform-client-form > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsletter .form-item {
  position: relative;
  overflow: hidden;
}

.newsletter .control-label {
  position: absolute;
  left: -10000px;
  height: 0;
}

.newsletter h3 {
  margin: 0;
  position: relative;
  padding-left: 1.8em;
  font-size: 1.5em;
  line-height: 1;
}

.newsletter h3:before {
  content: '';
  width: 2.25em;
  height: 2.25em;
  background-position: -102.5em -112.3125em;
  position: absolute;
  opacity: 0.25;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.6);
          transform: translateY(-50%) scale(0.6);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.lt-ie9 .newsletter h3:before {
  width: 35px;
  height: 35px;
  background-position: -1640px -1797px;
}

.newsletter h3 + * {
  margin-top: .75em;
}

.newsletter .btn, .newsletter .list--fridge-magnets > li > a, .newsletter .slat__term > a,
.newsletter .slat__term .file__content > a, .slat__term .newsletter .file__content > a, .newsletter #user-login .form-submit, #user-login .newsletter .form-submit {
  font-weight: 600;
  font-family: "Centrale", Helvetica, Arial, sans-serif;
  color: #2956a5;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  border: 1px white solid;
  line-height: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .newsletter .btn, .newsletter .list--fridge-magnets > li > a, .newsletter .slat__term > a,
  .newsletter .slat__term .file__content > a, .slat__term .newsletter .file__content > a, .newsletter #user-login .form-submit, #user-login .newsletter .form-submit {
    width: auto;
  }
}

.newsletter .btn:hover, .newsletter .list--fridge-magnets > li > a:hover, .newsletter .slat__term > a:hover,
.newsletter .slat__term .file__content > a:hover, .slat__term .newsletter .file__content > a:hover, .newsletter #user-login .form-submit:hover, #user-login .newsletter .form-submit:hover, .newsletter .btn:focus, .newsletter .list--fridge-magnets > li > a:focus, .newsletter .slat__term > a:focus,
.newsletter .slat__term .file__content > a:focus, .slat__term .newsletter .file__content > a:focus, .newsletter #user-login .form-submit:focus, #user-login .newsletter .form-submit:focus {
  color: white;
  background-color: #2956a5;
  border-color: white;
}

.newsletter .prose {
  font-size: .95em;
}

.newsletter .form-control, .newsletter .form-email,
.newsletter .form-number, .newsletter .webform-component-select .form-select, .webform-component-select .newsletter .form-select {
  font-size: .9em;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: "Centrale", Helvetica, Arial, sans-serif;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  outline: none;
  border: 1px white solid;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.newsletter .form-control:focus, .newsletter .form-email:focus,
.newsletter .form-number:focus, .newsletter .webform-component-select .form-select:focus, .webform-component-select .newsletter .form-select:focus {
  background-color: white;
}

.newsletter .form-control:valid, .newsletter .form-email:valid,
.newsletter .form-number:valid, .newsletter .webform-component-select .form-select:valid, .webform-component-select .newsletter .form-select:valid {
  border-color: #8fd200;
}

.newsletter .webform-component--campaign-monitor {
  position: absolute;
  left: -10000px;
}

.newsletter .webform-confirmation {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

.newsletter .webform-confirmation + .links a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-top: 0.722em;
  color: white;
}

.newsletter--large {
  overflow: hidden;
}

.newsletter--large h3 {
  color: white;
  font-weight: 500;
}

.newsletter--large .group-left + .group-right {
  margin-top: 2vh;
}

.newsletter--large .form-item ~ .form-item,
.newsletter--large .form-item ~ .form-actions {
  margin-top: 1.5vh;
}

.newsletter--large .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .newsletter--large .webform-client-form > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter--large .form-item ~ .form-item,
  .newsletter--large .form-item ~ .form-actions {
    margin-left: 2%;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .newsletter--large .group-left {
    width: 40%;
  }
  .newsletter--large .group-left + .group-right {
    width: 60%;
    padding-left: 5%;
    margin-top: 0;
  }
  .newsletter--large > .node {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/**
 * @file
 * BEM block for Node.
 */
.node__title {
  /*
  .front &.block {
    padding-left: $grid-gutter-width / 2;
    padding-right: $grid-gutter-width / 2;
    
    
    @include respond-to(desktop-and-up){
      padding-left: 0;
      padding-right: 0; 
    }
  }*/
}

.node__title .title {
  margin-top: 0;
}

.hero .node__title .title {
  margin-top: 0.722em;
}

.pre-content .node__title .title {
  margin: 0;
  font-size: 4.5vh;
  font-weight: 500;
}

.front .node__title {
  z-index: 100;
  position: relative;
}

.theme--default .node__title .title {
  color: #2956a5;
}

.theme--default .node__title .title:before {
  content: '';
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: .45em;
  width: 2.50375em;
  height: 2.5625em;
  background-position: -50.1875em -59.75em;
}

.lt-ie9 .theme--default .node__title .title:before {
  width: 39.06px;
  height: 40px;
  background-position: -803px -956px;
}

.theme--move .node__title .title {
  color: #1070e5;
}

.theme--move .node__title .title:before {
  content: '';
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: .45em;
  width: 1.43188em;
  height: 1.4275em;
  background-position: -81.3125em -90.4375em;
}

.lt-ie9 .theme--move .node__title .title:before {
  width: 21.91px;
  height: 21.84px;
  background-position: -1301px -1447px;
}

.theme--eat .node__title .title {
  color: #158415;
}

.theme--eat .node__title .title:before {
  content: '';
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: .45em;
  width: 1.57375em;
  height: 1.61em;
  background-position: -53.3125em -62.875em;
}

.lt-ie9 .theme--eat .node__title .title:before {
  width: 24.18px;
  height: 24.76px;
  background-position: -853px -1006px;
}

.theme--rewards .node__title .title {
  color: #e1348b;
}

.theme--rewards .node__title .title:before {
  content: '';
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: .45em;
  width: 1.43188em;
  height: 1.3725em;
  background-position: -88.9375em -98.5625em;
}

.lt-ie9 .theme--rewards .node__title .title:before {
  width: 21.91px;
  height: 20.96px;
  background-position: -1423px -1577px;
}

.theme--sleep .node__title .title {
  color: #f15a28;
}

.theme--sleep .node__title .title:before {
  content: '';
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: .45em;
  width: 1.32438em;
  height: 1.46375em;
  background-position: -95.3125em -104.9375em;
}

.lt-ie9 .theme--sleep .node__title .title:before {
  width: 20.19px;
  height: 22.42px;
  background-position: -1525px -1679px;
}

.node__subtitle {
  margin-bottom: 0;
  font-family: "Bree", Georgia, "Times New Roman", Times, serif;
  color: #2b2f3d;
  /*
  .front & {
    color: $white;
    @include font-smoothing;
    font-size: 3.75vh;
    line-height: 1.5;
    margin-top: 10vh;
    margin-bottom: 10vh;
    
    mark {
      background-color: transparent;
      color: rgb(252, 197, 81);
      padding: 0;
      display: inline;
    }
    
    @include respond-to(tablet-large-and-up){
      margin-top: 0;
      margin-bottom: 0;
      font-size: 3.25rem;
    }
  }*/
}

.front .node__video {
  z-index: 1;
  display: none;
}

@media (min-width: 768px) {
  .front .node__video {
    display: block;
  }
}

.front .node__video .views-row {
  height: 40vh;
  height: calc(100vw * (9/16));
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .front .node__video .views-row {
    height: 66vh;
    height: calc(100vw * (7/16));
  }
}

@media (min-width: 1260px) {
  .front .node__video .views-row {
    height: calc(100vw * (5.5/16));
  }
}

.front .node__video .file:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(97, 59, 32, 0.75)), to(rgba(97, 59, 32, 0)));
  background: linear-gradient(to right, rgba(97, 59, 32, 0.75), rgba(97, 59, 32, 0));
  z-index: 1;
}

.front .node__video .file-image {
  margin-top: 0 !important;
  height: 100%;
  position: relative;
}

.front .node__video .file-image > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 100%;
}

.node__term {
  font-size: 24px;
  color: #777777;
}

.node-unpublished {
  background-color: transparent;
  border-top: 40px solid #ec971f;
  padding-top: 20px;
  position: relative;
}

.admin-ui-hide .node-unpublished,
.page-node-draft .node-unpublished {
  border-top: none;
  padding-top: 10px;
}

.node-unpublished:before {
  position: absolute;
  content: 'Unpublished';
  font-family: "Courier New", monospace;
  top: -32px;
  left: 10px;
  color: white;
}

.admin-ui-hide .node-unpublished:before,
.page-node-draft .node-unpublished:before {
  content: '';
}

@media (max-width: 480px) {
  .node-promotion.view-mode-teaser {
    margin-top: 1.444em;
  }
}

* + .node__heading {
  margin-top: 4vw;
}

@media (min-width: 1200px) {
  * + .node__heading {
    margin-top: 4rem;
  }
}

.node__heading > .title {
  margin: 0;
}

.node__heading > .title + .node__subtitle {
  margin-top: 1rem;
}

.node__heading + .prose {
  margin-top: 3vh;
}

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

.node__footer > h4 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}

@media (max-width: 767px) {
  .node__footer > h4 ~ .field {
    margin-top: 2vh;
  }
}

@media (min-width: 768px) {
  .node__footer > .field + .field-name-print-button {
    margin-left: 1em;
  }
}

.node__aside > h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.node__aside > h5 + * {
  margin-top: 1em;
}

.node__aside > h5 .geo {
  display: none;
}

/**
 * @file
 * BEM block for Note.
 *
 * Use a callout note to draw attention to important content on the page.
 */
.note {
  background-color: #EBEBEB;
  padding: 1.444em;
  margin: 26px 0;
  border-left: 5px solid #CCCCCC;
}

.prose .note h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.note h4 + p {
  margin-top: 13px;
}

.note p:last-child {
  margin-bottom: 0;
}

.note--primary {
  border-left: 5px solid #2956a5;
}

.note--primary h4 {
  color: #2956a5;
}

.note--success {
  border-left: 5px solid #00823b;
}

.note--success h4 {
  color: #00823b;
}

.note--info {
  border-left: 5px solid #5bc0de;
}

.note--info h4 {
  color: #28a1c5;
}

.note--warning {
  border-left: 5px solid #ec971f;
}

.note--warning h4 {
  color: #ec971f;
}

.note--danger {
  border-left: 5px solid #d9534f;
}

.note--danger h4 {
  color: #d9534f;
}

/**
 * @file
 * Override Drupal / Bootstrap pagination
 */
/* Drupal Pager = Easily one of the most obnoxious theming jobs in Drupal core. */
/* Drupal default full pager */
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  margin: 0;
  font-size: .85em;
}

.pagination > li > a {
  position: relative;
  border-radius: 0;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 10px 15px;
  text-transform: uppercase;
}

.pagination > li > a:hover {
  text-decoration: underline;
}

.pagination > li > a:before, .pagination > li > a:after {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.pagination > li.active > span {
  padding: 9px 14px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li.pager-first > a:before,
.pagination > li.prev > a:before {
  content: '';
  width: 0.625em;
  height: 1.0625em;
  background-position: -18.625em -26.9375em;
  vertical-align: middle;
  margin-right: .45em;
}

.lt-ie9 .pagination > li.pager-first > a:before, .lt-ie9
.pagination > li.prev > a:before {
  width: 9px;
  height: 16px;
  background-position: -298px -431px;
}

.pagination > li.pager-last > a:after,
.pagination > li.next > a:after {
  content: '';
  width: 0.625em;
  height: 1.0625em;
  background-position: -22.4375em -31.8125em;
  vertical-align: middle;
  margin-left: .45em;
}

.lt-ie9 .pagination > li.pager-last > a:after, .lt-ie9
.pagination > li.next > a:after {
  width: 9px;
  height: 16px;
  background-position: -359px -509px;
}

.pagination--large-arrows {
  width: 100%;
}

@media (min-width: 480px) {
  .pagination--large-arrows {
    font-size: 24px;
  }
}

.pagination--large-arrows > li > a {
  position: relative;
  border-radius: 0;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
}

.pagination--large-arrows > li > a:hover {
  text-decoration: underline;
}

.pagination--large-arrows > li.previous > a, .pagination--large-arrows > li.pagination__previous > a, .pagination--large-arrows > li.pager-previous > a {
  padding: 10px 10px 10px 40px;
}

@media (min-width: 480px) {
  .pagination--large-arrows > li.previous > a, .pagination--large-arrows > li.pagination__previous > a, .pagination--large-arrows > li.pager-previous > a {
    padding: 10px 20px 10px 40px;
  }
}

.pagination--large-arrows > li.previous > a:after, .pagination--large-arrows > li.pagination__previous > a:after, .pagination--large-arrows > li.pager-previous > a:after {
  content: '';
  position: absolute;
  width: 1.5625em;
  height: 2.5625em;
  background-position: -0.3125em -0.3125em;
  top: 2px;
  left: 6px;
  font-size: 16px;
}

.lt-ie9 .pagination--large-arrows > li.previous > a:after, .lt-ie9 .pagination--large-arrows > li.pagination__previous > a:after, .lt-ie9 .pagination--large-arrows > li.pager-previous > a:after {
  width: 24px;
  height: 40px;
  background-position: -5px -5px;
}

@media (min-width: 480px) {
  .pagination--large-arrows > li.previous > a:after, .pagination--large-arrows > li.pagination__previous > a:after, .pagination--large-arrows > li.pager-previous > a:after {
    top: 7px;
  }
}

.pagination--large-arrows > li.previous > a:visited, .pagination--large-arrows > li.pagination__previous > a:visited, .pagination--large-arrows > li.pager-previous > a:visited {
  color: #2956a5;
}

.pagination--large-arrows > li.previous > a:visited:hover, .pagination--large-arrows > li.pagination__previous > a:visited:hover, .pagination--large-arrows > li.pager-previous > a:visited:hover {
  color: #1a3668;
}

.pagination--large-arrows > li.previous > a:hover:after, .pagination--large-arrows > li.pagination__previous > a:hover:after, .pagination--large-arrows > li.pager-previous > a:hover:after {
  width: 1.5625em;
  height: 2.5625em;
  background-position: -2.4375em -3.4375em;
}

.lt-ie9 .pagination--large-arrows > li.previous > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pagination__previous > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pager-previous > a:hover:after {
  width: 24px;
  height: 40px;
  background-position: -39px -55px;
}

.pagination--large-arrows > li.next > a, .pagination--large-arrows > li.pagination__next > a, .pagination--large-arrows > li.pager-next > a {
  padding: 10px 40px 10px 10px;
}

@media (min-width: 480px) {
  .pagination--large-arrows > li.next > a, .pagination--large-arrows > li.pagination__next > a, .pagination--large-arrows > li.pager-next > a {
    padding: 10px 40px 10px 20px;
  }
}

.pagination--large-arrows > li.next > a:after, .pagination--large-arrows > li.pagination__next > a:after, .pagination--large-arrows > li.pager-next > a:after {
  content: '';
  position: absolute;
  width: 1.5625em;
  height: 2.5625em;
  background-position: -8.8125em -12.8125em;
  top: 2px;
  right: 6px;
  font-size: 16px;
}

.lt-ie9 .pagination--large-arrows > li.next > a:after, .lt-ie9 .pagination--large-arrows > li.pagination__next > a:after, .lt-ie9 .pagination--large-arrows > li.pager-next > a:after {
  width: 24px;
  height: 40px;
  background-position: -141px -205px;
}

@media (min-width: 480px) {
  .pagination--large-arrows > li.next > a:after, .pagination--large-arrows > li.pagination__next > a:after, .pagination--large-arrows > li.pager-next > a:after {
    top: 7px;
  }
}

.pagination--large-arrows > li.next > a:visited, .pagination--large-arrows > li.pagination__next > a:visited, .pagination--large-arrows > li.pager-next > a:visited {
  color: #2956a5;
}

.pagination--large-arrows > li.next > a:visited:hover, .pagination--large-arrows > li.pagination__next > a:visited:hover, .pagination--large-arrows > li.pager-next > a:visited:hover {
  color: #1a3668;
}

.pagination--large-arrows > li.next > a:hover:after, .pagination--large-arrows > li.pagination__next > a:hover:after, .pagination--large-arrows > li.pager-next > a:hover:after {
  width: 1.5625em;
  height: 2.5625em;
  background-position: -10.9375em -15.9375em;
}

.lt-ie9 .pagination--large-arrows > li.next > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pagination__next > a:hover:after, .lt-ie9 .pagination--large-arrows > li.pager-next > a:hover:after {
  width: 24px;
  height: 40px;
  background-position: -175px -255px;
}

.pagination--text-hide > li > a {
  height: 48px;
}

.pagination--text-hide > li.previous > a {
  padding: 10px 20px 10px 10px;
}

.pagination--text-hide > li.next > a {
  padding: 10px 10px 10px 20px;
  float: none;
}

/* Drupal's default mini pager */
.pager {
  position: relative;
  margin: 0;
}

* + .pager {
  margin-top: 5vh;
}

.pager-load-more li > a {
  background-color: #2956a5;
  border-color: #2956a5;
  color: white;
  border-radius: 3px;
  line-height: 1;
  font-size: .8em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: .7em;
  padding-bottom: .7em;
}

.pager-load-more li > a:hover, .pager-load-more li > a:focus {
  background-color: #1f417c;
  border-color: #1f417c;
}

/**
 * @file
 * BEM block for Promoted content.
 */
.promotion .group-left {
  text-align: center;
}

.promotion--default {
  padding: 0 0 1.444em;
}

.promotion > .block-title {
  font-size: 2.8rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
  .promotion > .block-title {
    font-size: 3.2rem;
  }
}

.promotion--pink {
  background-color: #f8d0e4;
}

.promotion--fullpage {
  width: 100vw;
  max-width: inherit !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fullpage {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  overflow: hidden;
}

.fullpage > .block-title {
  line-height: 1;
}

@media (min-width: 992px) {
  .fullpage {
    height: 120vh;
  }
  .fullpage > .block-title {
    height: 4vh;
  }
  .fullpage > p {
    height: 10vh;
  }
}

.promotion--restricted-copy {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.promotion--restricted-copy > p,
.promotion--restricted-copy .view-header {
  line-height: 1.611;
}

.promotion--restricted-copy > .block-title,
.promotion--restricted-copy > p,
.promotion--restricted-copy .view-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .promotion--restricted-copy > .block-title,
  .promotion--restricted-copy > p,
  .promotion--restricted-copy .view-header {
    max-width: 70vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .promotion--restricted-copy > .block-title,
  .promotion--restricted-copy > p,
  .promotion--restricted-copy .view-header {
    max-width: 50vw;
  }
}

.promotion--restricted-copy > .block-title + .view > .view-header {
  margin-top: -3vh;
}

.node-promotion.view-mode-teaser_alternate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: white;
  border: 1px #DDDDDD solid;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}

.view-header + .view-content .node-promotion.view-mode-teaser_alternate {
  margin-top: 5vh;
}

.node-promotion.view-mode-teaser_alternate .group-right {
  padding: 3rem;
  margin-top: 0;
}

.node-promotion.view-mode-teaser_alternate .group-left + .group-right {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .node-promotion.view-mode-teaser_alternate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .node-promotion.view-mode-teaser_alternate .group-left {
    width: 65%;
  }
  .node-promotion.view-mode-teaser_alternate .group-left + .group-right {
    margin-top: 0;
    width: 35%;
    padding: 4.5rem;
  }
}

/**
 * @file
 * Optimized typographic spacing in roughly 700px wide setting.
 *
 * (Classic node body area - Add .prose via display suite as required)
 * http://www.pearsonified.com/typography/
 */
.prose a {
  text-decoration: underline;
}

.prose a.btn, .prose .list--fridge-magnets > li > a, .prose .slat__term > a,
.prose .slat__term .file__content > a, .slat__term .prose .file__content > a, .prose #user-login a.form-submit, #user-login .prose a.form-submit {
  text-decoration: none;
}

.prose .lead, .prose .node__subtitle {
  margin-bottom: 28px;
  font-size: 18px;
}

@media (min-width: 480px) {
  .prose .lead, .prose .node__subtitle {
    font-size: 27px;
  }
}

@media (min-width: 480px) {
  .prose {
    line-height: 1.611;
  }
  .prose ul,
  .prose ol,
  .prose dt,
  .prose dd {
    line-height: 1.611;
  }
  .prose ul,
  .prose ol {
    margin-bottom: 28px;
  }
  .prose ul ul,
  .prose ul ol,
  .prose ol ul,
  .prose ol ol {
    margin-bottom: 0;
  }
  .prose ul > li,
  .prose ol > li {
    margin-top: 7px;
  }
  .prose dl {
    margin-bottom: 28px;
  }
  .prose dl.dl-horizontal dt {
    margin-top: 0;
  }
  .prose dt {
    margin-top: 14px;
  }
  .prose blockquote {
    padding: 14px 28px;
    margin: 0 0 28px;
  }
  .prose blockquote.featured {
    padding: 28px 28px;
  }
  .prose address {
    margin-bottom: 28px;
  }
  .prose h1, .prose .h1,
  .prose h2, .prose .h2,
  .prose h3, .prose .h3, .prose .block-title, .prose .field-name-field-contact-location > .field-label, .prose .fieldset-legend {
    margin-top: 56px;
    margin-bottom: 14px;
  }
  .prose h4, .prose .h4,
  .prose h5, .prose .h5, .prose .transcript > h3,
  .prose h6, .prose .h6 {
    margin-top: 28px;
    margin-bottom: 14px;
  }
  .prose p {
    margin: 0 0 14px;
  }
}

.prose > *:last-child {
  margin-bottom: 0;
}

.prose p > img {
  margin-top: 14px;
  display: block;
}

/**
 * @file
 * BEM block for Related content.
 */
.related {
  border-top: 1px solid #e2e2e2;
}

.related .field-label {
  font-weight: 700;
  margin: 2.888em 0 0 0;
}

.related .field-label:before {
  top: -12px;
}

.related .field-items {
  margin: 0.361em 0 0 0;
}

/**
 * @file
 * Responsive media (images, videos...)
 */
/**
 * 1. Give the block an initial ratio of 3/2 to prevent reflow:
 * http://andmag.se/2012/10/responsive-images-how-to-prevent-reflow/
 *
 * 2. Stretch the contained media to the dimensions of its container
 */
.responsive-ratio {
  width: 100%;
  padding-bottom: 66.66667%;
  position: relative;
  overflow: hidden;
  /* [1] */
  /* [2] */
}

.responsive-ratio img,
.responsive-ratio object,
.responsive-ratio embed,
.responsive-ratio iframe,
.responsive-ratio video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.responsive-ratio--2-1 {
  padding-bottom: 50%;
}

.responsive-ratio--1-2 {
  padding-bottom: 200%;
}

.responsive-ratio--2-3 {
  padding-bottom: 150%;
}

.responsive-ratio--3-2 {
  padding-bottom: 66.66667%;
}

.responsive-ratio--4-3 {
  padding-bottom: 75%;
}

.responsive-ratio--3-4 {
  padding-bottom: 133.33333%;
}

.responsive-ratio--5-3 {
  padding-bottom: 60%;
}

.responsive-ratio--16-6 {
  padding-bottom: 37.5%;
}

.responsive-ratio--16-9 {
  padding-bottom: 56.25%;
}

.responsive-ratio--7-1 {
  padding-bottom: 14.28571%;
}

/**
 * @file
 * BEM block for Search
 */
.header .search .btn, .header .search .list--fridge-magnets > li > a, .header .search .slat__term > a,
.header .search .slat__term .file__content > a, .slat__term .header .search .file__content > a, .header .search #user-login .form-submit, #user-login .header .search .form-submit {
  position: relative;
  height: 43px;
  width: 43px;
  background-color: white;
  border-radius: 0;
  padding: 0;
  border: 1px solid white;
}

.header .search .btn:after, .header .search .list--fridge-magnets > li > a:after, .header .search .slat__term > a:after,
.header .search .slat__term .file__content > a:after, .slat__term .header .search .file__content > a:after, .header .search #user-login .form-submit:after, #user-login .header .search .form-submit:after {
  content: '';
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1.0625em;
  height: 1.0625em;
  background-position: -92.3125em -101.9375em;
}

.lt-ie9 .header .search .btn:after, .lt-ie9 .header .search .list--fridge-magnets > li > a:after, .lt-ie9 .header .search .slat__term > a:after,
.lt-ie9 .header .search .slat__term .file__content > a:after, .slat__term .lt-ie9 .header .search .file__content > a:after, .lt-ie9 .header .search #user-login .form-submit:after, #user-login .lt-ie9 .header .search .form-submit:after {
  width: 16px;
  height: 16px;
  background-position: -1477px -1631px;
}

.header .search .form-control.form-text, .header .search .form-text.form-email,
.header .search .form-text.form-number, .header .search .webform-component-select .form-text.form-select, .webform-component-select .header .search .form-text.form-select {
  height: 43px;
}

.header .search--small .form-control.form-text, .header .search--small .form-text.form-email,
.header .search--small .form-text.form-number, .header .search--small .webform-component-select .form-text.form-select, .webform-component-select .header .search--small .form-text.form-select {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: .9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.search--small .form-control.form-text::-webkit-input-placeholder, .search--small .form-text.form-email::-webkit-input-placeholder,
.search--small .form-text.form-number::-webkit-input-placeholder, .search--small .webform-component-select .form-text.form-select::-webkit-input-placeholder, .webform-component-select .search--small .form-text.form-select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.search--small .form-control.form-text:-ms-input-placeholder, .search--small .form-text.form-email:-ms-input-placeholder,
.search--small .form-text.form-number:-ms-input-placeholder, .search--small .webform-component-select .form-text.form-select:-ms-input-placeholder, .webform-component-select .search--small .form-text.form-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.search--small .form-control.form-text::-ms-input-placeholder, .search--small .form-text.form-email::-ms-input-placeholder,
.search--small .form-text.form-number::-ms-input-placeholder, .search--small .webform-component-select .form-text.form-select::-ms-input-placeholder, .webform-component-select .search--small .form-text.form-select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.search--small .form-control.form-text::placeholder, .search--small .form-text.form-email::placeholder,
.search--small .form-text.form-number::placeholder, .search--small .webform-component-select .form-text.form-select::placeholder, .webform-component-select .search--small .form-text.form-select::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.search--small .form-control.form-text:-ms-input-placeholder, .search--small .form-text.form-email:-ms-input-placeholder,
.search--small .form-text.form-number:-ms-input-placeholder, .search--small .webform-component-select .form-text.form-select:-ms-input-placeholder, .webform-component-select .search--small .form-text.form-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search--small .form-control.form-text::-ms-input-placeholder, .search--small .form-text.form-email::-ms-input-placeholder,
.search--small .form-text.form-number::-ms-input-placeholder, .search--small .webform-component-select .form-text.form-select::-ms-input-placeholder, .webform-component-select .search--small .form-text.form-select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header .search--small .form-control.form-text:focus, .header .search--small .form-text.form-email:focus,
.header .search--small .form-text.form-number:focus, .header .search--small .webform-component-select .form-text.form-select:focus, .webform-component-select .header .search--small .form-text.form-select:focus {
  outline: none;
  outline-offset: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 255, 255, 0.05);
}

.header .search--small .form-group {
  margin-bottom: 0;
}

.header .search--small .btn:after, .header .search--small .list--fridge-magnets > li > a:after, .header .search--small .slat__term > a:after,
.header .search--small .slat__term .file__content > a:after, .slat__term .header .search--small .file__content > a:after, .header .search--small #user-login .form-submit:after, #user-login .header .search--small .form-submit:after {
  font-size: 20px;
  width: 1.0625em;
  height: 1.0625em;
  background-position: -92.3125em -101.9375em;
}

.lt-ie9 .header .search--small .btn:after, .lt-ie9 .header .search--small .list--fridge-magnets > li > a:after, .lt-ie9 .header .search--small .slat__term > a:after,
.lt-ie9 .header .search--small .slat__term .file__content > a:after, .slat__term .lt-ie9 .header .search--small .file__content > a:after, .lt-ie9 .header .search--small #user-login .form-submit:after, #user-login .lt-ie9 .header .search--small .form-submit:after {
  width: 16px;
  height: 16px;
  background-position: -1477px -1631px;
}

.header .search--small .btn:hover, .header .search--small .list--fridge-magnets > li > a:hover, .header .search--small .slat__term > a:hover,
.header .search--small .slat__term .file__content > a:hover, .slat__term .header .search--small .file__content > a:hover, .header .search--small #user-login .form-submit:hover, #user-login .header .search--small .form-submit:hover {
  background-color: black;
}

.header .search--small .btn:focus, .header .search--small .list--fridge-magnets > li > a:focus, .header .search--small .slat__term > a:focus,
.header .search--small .slat__term .file__content > a:focus, .slat__term .header .search--small .file__content > a:focus, .header .search--small #user-login .form-submit:focus, #user-login .header .search--small .form-submit:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  outline-offset: 0;
}

.mm-menu .search--small h2 {
  color: white;
}

.search__results {
  margin: 0;
}

* + .search__results {
  margin-top: 4vh;
}

@media (min-width: 768px) {
  .search__results > .slat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search__results > .slat ~ .slat {
  margin-top: 2vh;
  padding-top: 2vh;
  border-top: 1px solid #e2e2e2;
}

.search__results > .slat[data-type="Rewards Article"] a, .search__results > .slat[data-type="Rewards Article"]:after {
  color: #e1348b;
}

.search__results > .slat[data-type="Activity"] a, .search__results > .slat[data-type="Activity"]:after {
  color: #1070e5;
}

.search__results > .slat[data-type="Educational Sleep Article"] a, .search__results > .slat[data-type="Educational Sleep Article"]:after {
  color: #f15a28;
}

.search__results > .slat[data-type="Food Article"] a a, .search__results > .slat[data-type="Food Article"] a:after,
.search__results > .slat[data-type="Food tip"] a a,
.search__results > .slat[data-type="Food tip"] a:after, .search__results > .slat[data-type="Recipe"] a, .search__results > .slat[data-type="Recipe"]:after {
  color: #158415;
}

.search__results + * {
  margin-top: 3vh;
}

.search-snippet strong {
  border-bottom: 1px #333333 solid;
}

.search-form {
  border: 1px solid #e2e2e2;
  background-color: #fbfbfb;
  padding: 1.444em;
  margin: 0;
}

.search-form .form-wrapper {
  margin-bottom: 0;
  position: relative;
}

.search-form .btn-primary, .search-form .btn-glow,
.search-form .slat__term .file__content > a, .slat__term .search-form .file__content > a, .search-form #user-login .form-submit, #user-login .search-form .form-submit {
  padding: 0;
  width: 50px;
  font-size: 16px;
  height: 50px;
  margin-top: 0;
}

.search-form .btn > .glyphicon, .search-form .list--fridge-magnets > li > a > .glyphicon, .search-form .slat__term > a > .glyphicon, .search-form .slat__term .file__content > a > .glyphicon, .slat__term .search-form .file__content > a > .glyphicon, .search-form #user-login .form-submit > .glyphicon, #user-login .search-form .form-submit > .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8);
          transform: translateX(-50%) translateY(-50%) scale(1.8);
  width: 0.8125em;
  height: 0.8125em;
  background-position: -93.9375em -103.5625em;
}

.lt-ie9 .search-form .btn > .glyphicon, .lt-ie9 .search-form .list--fridge-magnets > li > a > .glyphicon, .lt-ie9 .search-form .slat__term > a > .glyphicon, .lt-ie9 .search-form .slat__term .file__content > a > .glyphicon, .slat__term .lt-ie9 .search-form .file__content > a > .glyphicon, .lt-ie9 .search-form #user-login .form-submit > .glyphicon, #user-login .lt-ie9 .search-form .form-submit > .glyphicon {
  width: 12px;
  height: 12px;
  background-position: -1503px -1657px;
}

.search-result[data-type]:after {
  content: attr(data-type);
  display: block;
  font-size: 11px;
  margin-top: 1vh;
}

/**
 * @file
 * Accessibility skip link
 */
.skip-link {
  background-color: #222222;
  text-align: center;
}

.skip-link > a {
  display: inline-block;
  outline-offset: 0;
  padding: 0.361em;
}

.skip-link > a:focus {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * @file
 * BEM block for Slats.
 *
 * A common design pattern is a list of repeating content blocks typically
 * containing a headline, a short text blurb and an image.
 * This is commonly called a 'slat'.
 *
 * A 'slat' is kind of like a Drupal 'teaser' (view mode) but the ambiguous name
 * means it is more versatile and can be used outside of the view mode context.
 *
 * Here we establish some base level BEM-style 'slat' behaviour
 * Use these classes to theme elements like teasers eg: via Display Suite.
 * or apply to Drupal Views.
 */
.slat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slat.toggle-carousel {
  cursor: pointer;
}

.slat.toggle-carousel .slat__title {
  color: #2956a5;
}

.slat.toggle-carousel:hover .slat__title, .slat.toggle-carousel:focus .slat__title {
  color: #1a3668;
  text-decoration: underline;
}

.slat.toggle-carousel:focus, .slat.toggle-carousel:active {
  outline: 3px solid rgba(255, 255, 0, 0.5);
  outline-offset: -3px;
}

.slat > .group-left + .group-right {
  margin-top: 2vh;
}

@media (min-width: 992px) {
  .slat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .slat > .group-left {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .slat > .group-left + .group-right {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    padding-left: 5%;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .slat.node-promotion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .slat.node-promotion > .group-left {
    margin-top: 4vh;
  }
  .slat.node-promotion > .group-left + .group-right {
    margin-top: 4vh;
  }
}

.slat__media {
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

.slat__media > a {
  display: block;
}

.slat__title {
  margin: 0;
  font-weight: 500;
}

* + .slat__title,
.slat__title + * {
  margin-top: 2vh;
}

.slat__title a:hover, .slat__title a:focus {
  text-decoration: underline;
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

.slat__title a:visited {
  color: #4c2c92;
}

.slat__title.h5, .transcript > h3.slat__title {
  margin-top: 17.33333px;
  margin-bottom: 8.66667px;
}

@media (max-width: 480px) {
  .slat__title.h5, .transcript > h3.slat__title {
    font-weight: 700;
  }
}

.region-pre-content .slat__title {
  color: white;
}

.slat__body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.7;
}

.slat__body > * {
  overflow: hidden;
  text-overflow: ellipsis;
}

.slat__body .lead, .slat__body .node__subtitle {
  color: #333333;
  font-size: 18px;
}

.slat__body p {
  margin: 0;
}

.slat__body p + * {
  margin-top: 1em;
}

.slat__title--link {
  font-weight: 400;
  text-decoration: underline;
}

.slat__read-more {
  margin-top: 0.722em;
}

.slat__read-more > a:hover, .slat__read-more > a:focus {
  text-decoration: none;
}

.slat__read-more.btn-default > a, .list--fridge-magnets > li > a.slat__read-more > a, .slat__term > a.slat__read-more > a {
  color: #333333;
}

.slat__date {
  font-size: 14px;
}

.slat__term {
  font-size: 14px;
  color: #777777;
}

.slat__term.inline-block {
  margin-right: 1em;
}

* ~ .slat__term.inline-block {
  margin-top: 2vh;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  * ~ .slat__term.inline-block {
    margin-top: 4vh;
  }
}

.slat__term > a,
.slat__term .file__content > a {
  font-size: 15px;
  font-weight: 600;
}

.promotion .slat__term > a {
  color: #2b2f3d;
  border-color: #2b2f3d;
}

.slat__location {
  font-size: 14px;
  color: #777777;
}

.slat--tile {
  border: 1px solid #e2e2e2;
  padding: 0.722em 0.722em 1.444em 0.722em;
}

.slat--tile .slat__media {
  border-bottom: none;
}

.slat__link {
  position: relative;
  width: 100%;
  display: block;
}

.slat__link .slat__title {
  color: #2956a5;
  -webkit-transition: none;
  transition: none;
}

.slat__link .slat__body {
  color: #555d79;
}

.slat__link .slat__date {
  color: #919191;
}

a.slat__link {
  /* Add external link icon to links within the main content areas */
}

a.slat__link:hover, a.slat__link:focus {
  text-decoration: none;
}

a.slat__link:hover .slat__title, a.slat__link:focus .slat__title {
  color: #497ad2;
  text-decoration: underline;
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

a.slat__link:hover .slat__body, a.slat__link:focus .slat__body {
  color: #333333;
}

a.slat__link:hover .slat__date, a.slat__link:focus .slat__date {
  color: #919191;
}

a.slat__link:hover .slat__media, a.slat__link:focus .slat__media {
  border: 1px solid #a2a2a2;
}

a.slat__link:visited .slat__title {
  color: #4c2c92;
}

a.slat__link[href^="http://"] .slat__read-more:after, a.slat__link[href^="https://"] .slat__read-more:after, a.slat__link[rel*='external'] .slat__read-more:after {
  font-size: 16px;
  content: '';
  width: 0.875em;
  height: 0.75em;
  background-position: -61.625em -70.9375em;
  margin-left: 6px;
  vertical-align: middle;
}

.lt-ie9 a.slat__link[href^="http://"] .slat__read-more:after, .lt-ie9 a.slat__link[href^="https://"] .slat__read-more:after, .lt-ie9 a.slat__link[rel*='external'] .slat__read-more:after {
  width: 13px;
  height: 11px;
  background-position: -986px -1135px;
}

.slat--has-background-colour {
  background-color: #eeeeee;
}

.slat--has-background-colour .slat__content {
  padding: 0 1.444em 1.444em;
}

.slat--reversed .group-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.slat--reversed .group-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.slat--reversed > .group-left + .group-right {
  margin-bottom: 2vh;
  margin-top: 0;
}

@media (min-width: 768px) {
  .slat--reversed > .group-left + .group-right {
    padding-left: 0;
    padding-right: 5%;
  }
}

.slat__classification {
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: .82em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* + .slat__classification {
  margin-top: 2vh;
}

.slat__classification .icon {
  max-height: 1.5em;
  max-width: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slat__classification .icon + .lbl {
  margin-left: .5em;
}

.slat__classification svg {
  max-width: 1.5em;
  max-height: 1.5em;
  fill: #2956a5;
  vertical-align: top;
}

.slat__classification > .taxonomy-term {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slat__classification .lbl {
  line-height: .9;
}

.social-share-links {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 0;
}

.social-share-links:before {
  content: 'Share';
  margin-right: .7em;
  font-size: .7em;
  line-height: 1;
}

@media (min-width: 992px) {
  .social-share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.social-share-links > dt {
  text-indent: -5000px;
  position: absolute;
  height: 0;
}

.social-share-links > dd ~ dd {
  margin-left: .2em;
}

.social-share-links > dd > a {
  background-color: black;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-share-links > dd > a > svg {
  width: 100%;
  height: 100%;
  max-height: 55%;
  max-width: 55%;
  fill: white;
}

.social-share-links > dd > a[href*="facebook"] {
  background-color: #507dc1;
}

.social-share-links > dd > a[href*="facebook"]:hover, .social-share-links > dd > a[href*="facebook"]:focus {
  background-color: #3a64a4;
}

.social-share-links > dd > a[href*="twitter"] {
  background-color: #64ccef;
}

.social-share-links > dd > a[href*="twitter"]:hover, .social-share-links > dd > a[href*="twitter"]:focus {
  background-color: #36bdea;
}

.social-share-links > dd > a[href*="pinterest"] {
  background-color: #f15f5f;
}

.social-share-links > dd > a[href*="pinterest"]:hover, .social-share-links > dd > a[href*="pinterest"]:focus {
  background-color: #ed3030;
}

/**
 * @file
 * Override the CSS from the social_share module
 */
.social-share {
  clear: both;
  text-align: center;
  display: none;
  /* Hidden for mobile as smaller devices have built in sharing functionality */
}

@media (min-width: 992px) {
  .social-share {
    display: block;
    clear: none;
    text-align: left;
  }
}

.social-share > a {
  display: block;
  float: left;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  background-color: #eeeeee;
  position: relative;
  color: #333333;
  margin: 0 1px 0 0;
}

@media (min-width: 992px) {
  .social-share > a {
    clear: both;
    margin: 0 0 1px 0;
  }
}

.social-share > a:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 17px;
  left: 28%;
  top: 29%;
}

.social-share > a:hover, .social-share > a:focus {
  color: white;
  background-color: #777777;
  text-decoration: none;
}

.social-share-facebook:before {
  width: 1.0625em;
  height: 1.0625em;
  background-position: -65.9375em -74.875em;
}

.lt-ie9 .social-share-facebook:before {
  width: 16px;
  height: 16px;
  background-position: -1055px -1198px;
}

.social-share-facebook:hover:before, .social-share-facebook:focus:before {
  background-position: -67.5625em -76.5em;
}

.lt-ie9 .social-share-facebook:hover:before, .lt-ie9 .social-share-facebook:focus:before {
  background-position: -1081px -1224px;
}

.social-share-twitter:before {
  width: 1.0625em;
  height: 1.0625em;
  background-position: -99.25em -109.0625em;
}

.lt-ie9 .social-share-twitter:before {
  width: 16px;
  height: 16px;
  background-position: -1588px -1745px;
}

.social-share-twitter:hover:before, .social-share-twitter:focus:before {
  background-position: -100.875em -110.6875em;
}

.lt-ie9 .social-share-twitter:hover:before, .lt-ie9 .social-share-twitter:focus:before {
  background-position: -1614px -1771px;
}

.social-share-linkedin:before {
  width: 1.0625em;
  height: 1.0625em;
  background-position: -75.0625em -84.4375em;
}

.lt-ie9 .social-share-linkedin:before {
  width: 16px;
  height: 16px;
  background-position: -1201px -1351px;
}

.social-share-linkedin:hover:before, .social-share-linkedin:focus:before {
  background-position: -76.6875em -86.0625em;
}

.lt-ie9 .social-share-linkedin:hover:before, .lt-ie9 .social-share-linkedin:focus:before {
  background-position: -1227px -1377px;
}

.social-share-email:before {
  width: 1.0625em;
  height: 1.0625em;
  background-position: -55.5em -65.0625em;
}

.lt-ie9 .social-share-email:before {
  width: 16px;
  height: 16px;
  background-position: -888px -1041px;
}

.social-share-email:hover:before, .social-share-email:focus:before {
  background-position: -57.125em -66.6875em;
}

.lt-ie9 .social-share-email:hover:before, .lt-ie9 .social-share-email:focus:before {
  background-position: -914px -1067px;
}

/**
 * @file
 * BEM block for Toggle.
 */
.toggle {
  float: right;
  clear: both;
  color: white;
  position: relative;
  padding: 8px 12px 5px;
  cursor: pointer;
}

.toggle:hover {
  text-decoration: none;
}

.toggle .icon--close {
  display: none;
}

.toggle .icon--close:before {
  width: 0.8125em;
  height: 0.8125em;
  background-position: -48.8125em -58.375em;
}

.lt-ie9 .toggle .icon--close:before {
  width: 12px;
  height: 12px;
  background-position: -781px -934px;
}

.lt-ie10 .toggle {
  background-color: #555555;
}

.toggle--search {
  margin: 0;
  padding: 10px 11px 2px 12px;
}

/**
 * @file
 * BEM block for Transcript.
 */
.transcript > h3 a {
  display: block;
}

.transcript > h3 a:after {
  content: '';
  width: 0.75em;
  height: 0.4375em;
  background-position: -30.6875em -39.5625em;
  position: absolute;
  margin: 7px 0 0 6px;
}

.lt-ie9 .transcript > h3 a:after {
  width: 11px;
  height: 6px;
  background-position: -491px -633px;
}

.transcript > h3 a:hover:after {
  width: 0.75em;
  height: 0.4375em;
  background-position: -32em -40.5625em;
}

.lt-ie9 .transcript > h3 a:hover:after {
  width: 11px;
  height: 6px;
  background-position: -512px -649px;
}

.transcript.collapsed > h3 a:after {
  width: 0.75em;
  height: 0.4375em;
  background-position: -28.0625em -37.5625em;
  margin: 8px 0 0 6px;
}

.lt-ie9 .transcript.collapsed > h3 a:after {
  width: 11px;
  height: 6px;
  background-position: -449px -601px;
}

.transcript.collapsed > h3 a:hover:after {
  width: 0.75em;
  height: 0.4375em;
  background-position: -29.375em -38.5625em;
}

.lt-ie9 .transcript.collapsed > h3 a:hover:after {
  width: 11px;
  height: 6px;
  background-position: -470px -617px;
}

.transcript .field-group-format-wrapper {
  /* No Javascript fallback for DS collapsible group */
}

.no-js .transcript .field-group-format-wrapper {
  display: block !important;
}

#user-login {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#user-login .form-submit {
  font-weight: 600;
}

/**
 * @file
 * BEM block for View.
 */
.view-mode-short_teaser {
  line-height: 1.1;
}

/* When Drupal's full pager is selected via view configuration,
 * the pager is wrapped via a <div> with the class of .text-center.
 * Due to the requirements of the pager design we require a positioning
 * context in order to absolutely position various pager elements.
 * See _pagination.scss */
.view > .text-center {
  position: relative;
}

.view-display-id-market_finder_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .view-display-id-market_finder_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/**
 * @file
 * BEM block for Views exposed form.
 */
* + .block-views .views-exposed-form {
  margin-top: 3vh;
}

.views-exposed-form .views-exposed-widget {
  width: 100%;
  padding: 0;
  float: none;
}

.views-exposed-form .views-exposed-widget .form-submit {
  padding: 13px 10px 12px;
  font-size: 16px;
  margin-top: 0;
}

@media (min-width: 480px) {
  .views-exposed-form .views-exposed-widget .form-submit {
    padding: 12px 21px 13px;
  }
}

.views-exposed-form .views-exposed-widget.views-submit-button, .views-exposed-form .views-exposed-widget.views-reset-button {
  width: auto;
  padding: 0;
}

.views-exposed-form .views-exposed-widget.views-reset-button {
  margin-left: 0.722em;
}

.views-exposed-form .control-label {
  display: none;
}

.views-exposed-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .views-exposed-widgets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.views-exposed-widgets > .views-exposed-widget ~ .views-exposed-widget {
  margin-top: 2vh;
}

@media (min-width: 768px) {
  .views-exposed-widgets > .views-exposed-widget {
    margin-right: 1em;
  }
  .views-exposed-widgets > .views-exposed-widget:last-child {
    margin-right: 0;
  }
  .views-exposed-widgets > .views-exposed-widget ~ .views-exposed-widget {
    margin-top: 0;
  }
  .views-exposed-widgets > .views-exposed-widget ~ .views-submit-button {
    margin-left: -1em;
  }
}

.views-exposed-widgets .form-text {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.views-exposed-widgets .form-select {
  font-family: "Centrale", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: auto 18%;
}

.views-exposed-widgets > .views-submit-button > .btn, .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a, .views-exposed-widgets > .slat__term.views-submit-button > a,
.slat__term .views-exposed-widgets > .file__content.views-submit-button > a, #user-login .views-exposed-widgets > .views-submit-button > .form-submit {
  border-color: #2956a5;
  background-color: #2956a5;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
  font-weight: 600;
  color: white;
  line-height: 50px;
}

.views-exposed-widgets > .views-submit-button > .btn:focus, .list--fridge-magnets.views-exposed-widgets > li.views-submit-button > a:focus, .views-exposed-widgets > .slat__term.views-submit-button > a:focus,
.slat__term .views-exposed-widgets > .file__content.views-submit-button > a:focus, #user-login .views-exposed-widgets > .views-submit-button > .form-submit:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.views-widget-filter-field_shortdescription_value {
  position: relative;
  background-color: #eeeeee;
  max-width: 250px;
}

.views-widget-filter-field_shortdescription_value > label {
  position: absolute;
  top: 50%;
  left: 12px;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: rgba(51, 51, 51, 0.25);
}

.views-widget-filter-field_shortdescription_value .form-control, .views-widget-filter-field_shortdescription_value .form-email,
.views-widget-filter-field_shortdescription_value .form-number, .views-widget-filter-field_shortdescription_value .webform-component-select .form-select, .webform-component-select .views-widget-filter-field_shortdescription_value .form-select {
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  background-color: #eeeeee;
  color: #333333;
  font-weight: 600;
}

.views-widget-filter-field_shortdescription_value .form-control[value=""], .views-widget-filter-field_shortdescription_value .form-email[value=""],
.views-widget-filter-field_shortdescription_value .form-number[value=""], .views-widget-filter-field_shortdescription_value .webform-component-select .form-select[value=""], .webform-component-select .views-widget-filter-field_shortdescription_value .form-select[value=""] {
  background-color: transparent;
}

.views-widget-filter-field_shortdescription_value .form-control:focus, .views-widget-filter-field_shortdescription_value .form-email:focus,
.views-widget-filter-field_shortdescription_value .form-number:focus, .views-widget-filter-field_shortdescription_value .webform-component-select .form-select:focus, .webform-component-select .views-widget-filter-field_shortdescription_value .form-select:focus {
  background-color: #eeeeee;
  z-index: 100;
  position: relative;
}

/* Search results page search form */
#views-exposed-form-search-results-page {
  background-color: #eeeeee;
  padding: 1.444em;
  margin: 0;
}

#views-exposed-form-search-results-page .views-exposed-form {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

@media (min-width: 480px) {
  #views-exposed-form-search-results-page .views-exposed-form {
    margin: 0;
  }
}

#views-exposed-form-search-results-page .views-exposed-widgets {
  margin: 0;
  position: relative;
  /* Create a positioning context for the submit button */
}

.lt-ie9 #views-exposed-form-search-results-page .views-exposed-widget {
  padding-top: 0;
}

#views-exposed-form-search-results-page .views-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.lt-ie9 #views-exposed-form-search-results-page .views-submit-button .form-submit {
  margin-top: 0;
}

#views-exposed-form-search-results-page .form-control, #views-exposed-form-search-results-page .form-email,
#views-exposed-form-search-results-page .form-number, #views-exposed-form-search-results-page .webform-component-select .form-select, .webform-component-select #views-exposed-form-search-results-page .form-select {
  padding-right: 106px;
}

.exposed-filter--markets {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .exposed-filter--markets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.exposed-filter--markets > .block-title {
  margin: 0;
  font-size: 4.5vh;
  font-weight: 600;
  color: #158415;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .exposed-filter--markets > .block-title ~ form {
    margin-top: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.exposed-filter--markets .form-select {
  background: url("../images/form-select--eat.svg") no-repeat right 15px center;
}

.exposed-filter--markets .views-exposed-widgets {
  margin-bottom: 0;
}

.exposed-filter--markets .views-exposed-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .exposed-filter--markets .views-exposed-widget {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.exposed-filter--markets .views-exposed-widget > label {
  margin: 0 0 .5em 0;
}

@media (min-width: 768px) {
  .exposed-filter--markets .views-exposed-widget > label {
    margin-bottom: 0;
  }
}

.exposed-filter--markets .views-exposed-widget.views-submit-button {
  margin-left: 0;
}

@media (max-width: 991px) {
  .exposed-filter--markets .views-exposed-widget.views-reset-button {
    margin-left: 0;
  }
}

.exposed-filter--markets .form-submit {
  background-color: #158415;
  font-family: "Bree", Georgia, "Times New Roman", Times, serif;
  height: 50px;
  border: 1px solid #158415;
}

.exposed-filter--markets .form-submit:hover, .exposed-filter--markets .form-submit:focus {
  background-color: #126e12;
  color: white;
}

.exposed-filter--markets .views-exposed-widget .form-submit {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  font-size: 18px;
}

/**
 * @file
 * Extend Drupal's Webforms
 *
 */
.webform-client-form a {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .webform-client-form {
    line-height: 1.611;
  }
}

.webform-client-form .webform-component.error {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-left-color: #df3034;
  border-left-width: 5px;
  border-left-style: solid;
  background-color: #fef7f7;
}

@media (min-width: 992px) {
  .webform-client-form .webform-component.error {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    border-left-width: 3px;
  }
}

.webform-submit {
  font-size: 24px;
}

.webform-container-inline .form-control, .webform-container-inline .form-email,
.webform-container-inline .form-number, .webform-container-inline .webform-component-select .form-select, .webform-component-select .webform-container-inline .form-select,
.webform-container-inline .form-email,
.webform-container-inline .form-number {
  display: inline-block;
  width: auto;
}

.webform-container-inline .form-checkboxes,
.webform-container-inline .form-radios {
  display: inline-block;
}

.webform-container-inline div.form-type-checkbox,
.webform-container-inline div.form-type-radio {
  display: inline-block;
  margin-right: 4px;
}

.webform-container-inline div.form-type-checkbox label,
.webform-container-inline div.form-type-radio label {
  display: inline-block;
}

.webform-container-inline div.form-type-select, .webform-container-inline div.webform-component-select {
  display: inline-block;
  margin-right: 5px;
}
