@charset "UTF-8";
/*GLOBAL*/
/*ADMIN*/
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: 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 {
  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"] {
  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;
  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;
    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,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

.sr-only {
  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, .h4, .h5, .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,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  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: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

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: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  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: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  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;
}

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: 20px;
}
.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.428571429;
  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: 15px;
    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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-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: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  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 {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  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 {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.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: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  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, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #398439;
  border-color: #255625;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  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 {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  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: #337ab7;
  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: #23527c;
  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, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

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

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

/*//
// Dropdown menus
// --------------------------------------------------


// Dropdown arrow/caret
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top:   $caret-width-base dashed;
  border-top:   $caret-width-base solid \9; // IE8
  border-right: $caret-width-base solid transparent;
  border-left:  $caret-width-base solid transparent;
}

// The dropdown wrapper (div)
.dropup,
.dropdown {
  position: relative;
}

// Prevent the focus on the dropdown toggle when closing dropdowns
.dropdown-toggle:focus {
  outline: 0;
}

// The dropdown menu (ul)
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: $zindex-dropdown;
  display: none; // none by default, but block on "open" of the menu
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0; // override default ul
  list-style: none;
  font-size: $font-size-base;
  text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
  background-color: $dropdown-bg;
  border: 1px solid $dropdown-fallback-border; // IE8 fallback
  border: 1px solid $dropdown-border;
  border-radius: $border-radius-base;
  @include box-shadow(0 6px 12px rgba(0,0,0,.175));
  background-clip: padding-box;

  // Aligns the dropdown menu to right
  //
  // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
  &.pull-right {
    right: 0;
    left: auto;
  }

  // Dividers (basically an hr) within the dropdown
  .divider {
    @include nav-divider($dropdown-divider-bg);
  }

  // Links within the dropdown menu
  > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: $line-height-base;
    color: $dropdown-link-color;
    white-space: nowrap; // prevent links from randomly breaking onto new lines
  }
}

// Hover/Focus state
.dropdown-menu > li > a {
  &:hover,
  &:focus {
    text-decoration: none;
    color: $dropdown-link-hover-color;
    background-color: $dropdown-link-hover-bg;
  }
}

// Active state
.dropdown-menu > .active > a {
  &,
  &:hover,
  &:focus {
    color: $dropdown-link-active-color;
    text-decoration: none;
    outline: 0;
    background-color: $dropdown-link-active-bg;
  }
}

// Disabled state
//
// Gray out text and ensure the hover/focus state remains gray

.dropdown-menu > .disabled > a {
  &,
  &:hover,
  &:focus {
    color: $dropdown-link-disabled-color;
  }

  // Nuke hover/focus effects
  &:hover,
  &:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none; // Remove CSS gradient
    @include reset-filter;
    cursor: $cursor-disabled;
  }
}

// Open state for the dropdown
.open {
  // Show the menu
  > .dropdown-menu {
    display: block;
  }

  // Remove the outline when :focus is triggered
  > a {
    outline: 0;
  }
}

// Menu positioning
//
// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown
// menu with the parent.
.dropdown-menu-right {
  left: auto; // Reset the default from `.dropdown-menu`
  right: 0;
}
// With v3, we enabled auto-flipping if you have a dropdown within a right
// aligned nav component. To enable the undoing of that, we provide an override
// to restore the default dropdown menu alignment.
//
// This is only for left-aligning a dropdown menu within a `.navbar-right` or
// `.pull-right` nav component.
.dropdown-menu-left {
  left: 0;
  right: auto;
}

// Dropdown section headers
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: $font-size-small;
  line-height: $line-height-base;
  color: $dropdown-header-color;
  white-space: nowrap; // as with > li > a
}

// Backdrop to catch body clicks on mobile, etc.
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: ($zindex-dropdown - 10);
}

// Right aligned dropdowns
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

// Allow for dropdowns to go bottom up (aka, dropup-menu)
//
// Just add .dropup after the standard .dropdown class and you're set, bro.
// TODO: abstract this so that the navbar fixed styles are not placed here?

.dropup,
.navbar-fixed-bottom .dropdown {
  // Reverse the caret
  .caret {
    border-top: 0;
    border-bottom: $caret-width-base dashed;
    border-bottom: $caret-width-base solid \9; // IE8
    content: "";
  }
  // Different positioning for bottom up menu
  .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
}


// Component alignment
//
// Reiterate per navbar.less and the modified component alignment there.

@media (min-width: $grid-float-breakpoint) {
  .navbar-right {
    .dropdown-menu {
      right: 0; left: auto;
    }
    // Necessary for overrides of the default right aligned menu.
    // Will remove come v4 in all likelihood.
    .dropdown-menu-left {
      left: 0; right: auto;
    }
  }
}
*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  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: $nav-link-hover-bg;*/
}
.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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  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: #337ab7;
}

.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;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  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: #23527c;
  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: #337ab7;
  border-color: #337ab7;
  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: 18px;
  line-height: 1.3333333;
}
.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: 12px;
  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: 20px 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: 0;
  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 {
  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: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

.alert-success {
  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 {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #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.428571429;
}

.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 {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.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;
  -o-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;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: 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-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: 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 {
  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 {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  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;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}

body {
  position: relative;
  /* IXIS: This replaces a change made to the normalize section of the CSS */
  min-width: 320px;
}
body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar, body #admin-menu, body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
}
body #admin-menu .dropdown li {
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container, .navbar.container-fluid {
  margin-top: 20px;
}
.navbar.container > .container, .navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}

#toolbar {
  z-index: 1600;
}

.modal {
  z-index: 1620;
}

.modal-dialog {
  z-index: 1630;
}

.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}

.modal-backdrop {
  z-index: 1610;
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}

.page-header {
  margin-top: 0;
}

.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

form#search-block-form {
  margin: 0;
}

.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar #block-search-form .input-group-btn {
  width: auto;
}

.navbar-search .control-group {
  margin-bottom: 0px;
}

ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}

input, textarea, select, .uneditable-input {
  max-width: 100%;
  width: auto;
}

input.error {
  color: #a94442;
  border-color: #ebccd1;
}

fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}

fieldset .panel-body {
  clear: both;
  display: inherit;
}

fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}

.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

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

.form-actions {
  clear: both;
}

.managed-files.table td:first-child {
  width: 100%;
}

div.image-widget-data {
  float: none;
  overflow: hidden;
}

table.sticky-header {
  z-index: 1;
}

.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}

.text-format-wrapper {
  margin-bottom: 15px;
}
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}

.filter-wrapper {
  border-radius: 0 0 4px 4px;
}
.filter-wrapper .panel-body {
  padding: 7px;
}
.filter-wrapper .form-type-select {
  min-width: 30%;
}
.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}

.filter-help {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .filter-help {
    float: right;
  }
}
.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top;
}

.radio:first-child, .checkbox:first-child {
  margin-top: 0;
}
.radio:last-child, .checkbox:last-child {
  margin-bottom: 0;
}

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

.panel-heading {
  display: block;
}

a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}

.error {
  color: #a94442;
}

div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}

.form-group.error,
.form-group.has-error {
  background: none;
}
.form-group.error label, .form-group.error .control-label,
.form-group.has-error label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}
.form-group.error input,
.form-group.error textarea,
.form-group.error select,
.form-group.error .uneditable-input,
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select,
.form-group.has-error .uneditable-input {
  /* IXIS: Confirmed whitespace changes */
  color: #555555;
}
.form-group.error .help-block, .form-group.error .help-inline,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
  color: #777777;
}

.nav-tabs {
  margin-bottom: 10px;
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}

.tabs--secondary {
  margin: 0 0 10px;
}

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}

.form-type-password-confirm {
  position: relative;
}
.form-type-password-confirm label {
  display: block;
}
.form-type-password-confirm label .label {
  float: right;
}
.form-type-password-confirm .password-help {
  padding-left: 0;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  color: #9B9B9B;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form-type-password-confirm .password-help {
    border-left: none;
    left: 0;
    margin-left: 0;
    position: relative;
  }
}
@media (min-width: 992px) {
  .form-type-password-confirm .password-help {
    left: 33.3333333333%;
  }
}
.form-type-password-confirm .progress {
  background: transparent;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0px 0;
}
.form-type-password-confirm .form-type-password {
  clear: left;
}
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
.form-type-password-confirm .help-block {
  clear: both;
}

ul.pagination li > a.progress-disabled {
  float: left;
}

.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
.form-autocomplete .input-group-addon {
  background-color: white;
}

.ajax-progress-bar {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%;
}
.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #777777;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}

.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

.tab-pane > .panel-heading {
  display: none;
}

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}

.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}

.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.6666666667%;
  }
}

.alert a {
  font-weight: bold;
}

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

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

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

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

div.image-style-new,
div.image-style-new div {
  display: block;
}

div.image-style-new div.input-group {
  display: table;
}

td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700;
}

.book-toc > .dropdown-menu {
  overflow: hidden;
}
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}

#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}

fieldset.features-export-component {
  font-size: 12px;
}
html.js #features-export-form fieldset.features-export-component, fieldset.features-export-component {
  margin: 0 0 10px;
}
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}

div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}

fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important;
}
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px;
}

body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem;
  }
}
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032;
}

.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031;
}

body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important;
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important;
}

body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem;
}

#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem;
}

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

/* -- main brand colours -- */
.brand-green {
  color: #54bb5b;
  /*green*/
}

.brand-red {
  color: #f05562;
  /*red*/
}

.brand-yellow {
  color: #ffcd26;
  /*yellow*/
}

.brand-orange {
  color: #f47936;
  /*orange*/
}

.brand-purple {
  color: #83619e;
  /*purple*/
}

.brand-brown {
  color: #735646;
  /*brown*/
}

/* --- brand colour varibles --*/
/*LFHW GREEN*/
/*LFHW GREEN HOVER*/
/*LFHW GREEN HOVER*/
/* --- header backgrounds --- */
/* --- social colors --- */
/* --- links and hovers --- */
/*--- transitions --- */
/*--- breakpoints --- */
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* --- Clear Fix --- */
/*Headings, subheading etc*/
@font-face {
  font-family: 'FuturaBold';
  src: url("../fonts/Futura-Bold/30ECF4_0_0.eot");
  src: url("../fonts/Futura-Bold/30ECF4_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Bold/30ECF4_0_0.woff2") format("woff2"), url("../fonts/Futura-Bold/30ECF4_0_0.woff") format("woff"), url("fonts/Futura-Bold/30ECF4_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FuturaBoldOblique';
  src: url("../fonts/Futura-Bold-Oblique/31FFC7_3_0.eot");
  src: url("../fonts/fFutura-Bold-Oblique/31FFC7_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Bold-Oblique/31FFC7_3_0.woff2") format("woff2"), url("../fonts/Futura-Bold-Oblique/31FFC7_3_0.woff") format("woff"), url("../fonts/Futura-Bold-Oblique/31FFC7_3_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FuturaBook';
  src: url("../fonts/Futura-Book/31FFC7_0_0.eot");
  src: url("../fonts/Futura-Book/31FFC7_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Book/31FFC7_0_0.woff2") format("woff2"), url("../fonts/Futura-Book/31FFC7_0_0.woff") format("woff"), url("../fonts/Futura-Book/31FFC7_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FuturaBookOblique;';
  src: url("../fonts/Futura-Book-Oblique/31FFC7_2_0.eot");
  src: url("../fonts/Futura-Book-Oblique/31FFC7_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Book-Oblique/31FFC7_2_0.woff2") format("woff2"), url("../fonts/Futura-Book-Oblique/31FFC7_2_0.woff") format("woff"), url("../fonts/Futura-Book-Oblique/31FFC7_2_0.ttf") format("truetype");
}
@font-face {
  font-family: 'BrushUp';
  src: url("../fonts/BrushUp/3243D2_1_0.eot");
  src: url("../fonts/BrushUp/3243D2_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/BrushUp/3243D2_1_0.woff2") format("woff2"), url("../fonts/BrushUp/3243D2_1_0.woff") format("woff"), url("../fonts/BrushUp/3243D2_1_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, p, a {
  margin: 0;
  padding: 0;
  border: none;
}

h1, .futuraBold {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}

h1 i, h1 em, .futuraBoldOblique {
  font-family: 'FuturaBoldOblique', "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}

h2 {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
}

h2 i, h2 em, .futuraBoldOblique {
  font-family: 'FuturaBoldOblique', "Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
}

h3, h3 span {
  padding-left: 0%;
  padding-right: 0%;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  color: #2A2C2B;
  letter-spacing: 0.85px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 0;
  clear: both;
}
h3 a, h3 span a {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #2A2C2B;
  letter-spacing: 0.85px;
  line-height: 25px;
  text-transform: uppercase;
}

h4 {
  padding-left: 0%;
  padding-right: 0%;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  color: #43474D;
  letter-spacing: 0.85px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0;
}
h4 a {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #43474D;
  letter-spacing: 0.85px;
  line-height: 25px;
}

p, .futuraBook {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 30px;
}

p i, p em, .futuraBookOblique {
  font-family: 'FuturaBookOblique', "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 30px;
}

p a {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  /* font-size: 20px; */
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-decoration: underline;
  color: #000000;
}
p a:hover {
  color: #54bb5b;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

a {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  /* font-size: 14px; */
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  text-decoration: underline;
  color: #000000;
}
a:hover {
  color: #54bb5b;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.brushUp {
  font-family: 'BrushUp', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
}

h2.block-title {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  background-color: #54bb5b;
  letter-spacing: 0.85px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 12px 7px 7px 15px;
}
h2.block-title a {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 0.85px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

/* --- custom font colour classes for spans ---*/
.green-font {
  color: #54bb5b;
}

/* -- classes need for jQuery stuff -- */
.block {
  display: block;
}

/* -- global layout classes -- */
.node-type-page main {
  padding: 15% 0 5% 0;
}

.main-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.navbar.container {
  width: 100%;
  max-width: 100%;
}

.page-padding {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}
.page-padding:after {
  content: " ";
  display: block;
  clear: both;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

section.col-sm-9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding: 0;
}
@media (min-width: 767px) {
  section.col-sm-9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    padding: 30px 0 0 0;
  }
}

aside.col-sm-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding: 0;
}
@media (min-width: 767px) {
  aside.col-sm-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    padding: 30px 0 0 0;
  }
}

/* --- Global Form Styles --*/
.field-group-div .form-item.form-group:last-child, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-item.form-group:last-child, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-item.form-group:last-child, .page-lent-sign-up .form-item.form-group:last-child {
  margin-bottom: 15px;
}
.field-group-div .form-group, .field-group-div .form-group:last-child, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child, .page-lent-sign-up .form-group, .page-lent-sign-up .form-group:last-child {
  /* --- check box and radio styles only ---*/
  /* --- only used for attachments/uploads in forms ---*/
  /* --- end ---*/
}
.field-group-div .form-group label, .field-group-div .form-group:last-child label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child label, .page-lent-sign-up .form-group label, .page-lent-sign-up .form-group:last-child label {
  display: inherit;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 15px 0;
}
.field-group-div .form-group input, .field-group-div .form-group:last-child input, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group input, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child input, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group input, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child input, .page-lent-sign-up .form-group input, .page-lent-sign-up .form-group:last-child input {
  margin: 0 0 15px 0;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: #C1C1C1 1px solid;
  padding: 10px;
}
.field-group-div .form-group .form-item .control-label, .field-group-div .form-group .form-type-checkbox label, .field-group-div .form-group .form-type-radio label, .field-group-div .form-group .form-type-checkbox label.control-label, .field-group-div .form-group .panel-body .checkbox label, .field-group-div .form-group:last-child .form-item .control-label, .field-group-div .form-group:last-child .form-type-checkbox label, .field-group-div .form-group:last-child .form-type-radio label, .field-group-div .form-group:last-child .form-type-checkbox label.control-label, .field-group-div .form-group:last-child .panel-body .checkbox label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .form-item .control-label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .form-type-checkbox label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .form-type-radio label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .form-type-checkbox label.control-label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .panel-body .checkbox label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .form-item .control-label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .form-type-checkbox label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .form-type-radio label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .form-type-checkbox label.control-label, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .panel-body .checkbox label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .form-item .control-label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .form-type-checkbox label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .form-type-radio label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .form-type-checkbox label.control-label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .panel-body .checkbox label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .form-item .control-label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .form-type-checkbox label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .form-type-radio label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .form-type-checkbox label.control-label, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .panel-body .checkbox label, .page-lent-sign-up .form-group .form-item .control-label, .page-lent-sign-up .form-group .form-type-checkbox label, .page-lent-sign-up .form-group .form-type-radio label, .page-lent-sign-up .form-group .form-type-checkbox label.control-label, .page-lent-sign-up .form-group .panel-body .checkbox label, .page-lent-sign-up .form-group:last-child .form-item .control-label, .page-lent-sign-up .form-group:last-child .form-type-checkbox label, .page-lent-sign-up .form-group:last-child .form-type-radio label, .page-lent-sign-up .form-group:last-child .form-type-checkbox label.control-label, .page-lent-sign-up .form-group:last-child .panel-body .checkbox label {
  display: inherit;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 15px 0;
}
.field-group-div .form-group input.form-checkbox, .field-group-div .form-group input.form-radio, .field-group-div .form-group:last-child input.form-checkbox, .field-group-div .form-group:last-child input.form-radio, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group input.form-checkbox, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group input.form-radio, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child input.form-checkbox, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child input.form-radio, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group input.form-checkbox, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group input.form-radio, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child input.form-checkbox, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child input.form-radio, .page-lent-sign-up .form-group input.form-checkbox, .page-lent-sign-up .form-group input.form-radio, .page-lent-sign-up .form-group:last-child input.form-checkbox, .page-lent-sign-up .form-group:last-child input.form-radio {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: -22px;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: #C1C1C1 1px solid;
  padding: 10px;
}
.field-group-div .form-group .field-type-list-text, .field-group-div .form-group .field-type-image, .field-group-div .form-group .field-multiple-table, .field-group-div .form-group:last-child .field-type-list-text, .field-group-div .form-group:last-child .field-type-image, .field-group-div .form-group:last-child .field-multiple-table, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .field-type-list-text, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .field-type-image, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .field-multiple-table, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .field-type-list-text, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .field-type-image, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .field-multiple-table, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .field-type-list-text, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .field-type-image, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .field-multiple-table, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .field-type-list-text, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .field-type-image, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .field-multiple-table, .page-lent-sign-up .form-group .field-type-list-text, .page-lent-sign-up .form-group .field-type-image, .page-lent-sign-up .form-group .field-multiple-table, .page-lent-sign-up .form-group:last-child .field-type-list-text, .page-lent-sign-up .form-group:last-child .field-type-image, .page-lent-sign-up .form-group:last-child .field-multiple-table {
  margin-bottom: 30px;
}
.field-group-div .form-group .field-type-list-text .form-control, .field-group-div .form-group .field-type-image .form-control, .field-group-div .form-group .field-multiple-table .form-control, .field-group-div .form-group:last-child .field-type-list-text .form-control, .field-group-div .form-group:last-child .field-type-image .form-control, .field-group-div .form-group:last-child .field-multiple-table .form-control, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .field-type-list-text .form-control, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .field-type-image .form-control, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .field-multiple-table .form-control, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .field-type-list-text .form-control, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .field-type-image .form-control, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .field-multiple-table .form-control, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .field-type-list-text .form-control, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .field-type-image .form-control, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .field-multiple-table .form-control, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .field-type-list-text .form-control, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .field-type-image .form-control, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .field-multiple-table .form-control, .page-lent-sign-up .form-group .field-type-list-text .form-control, .page-lent-sign-up .form-group .field-type-image .form-control, .page-lent-sign-up .form-group .field-multiple-table .form-control, .page-lent-sign-up .form-group:last-child .field-type-list-text .form-control, .page-lent-sign-up .form-group:last-child .field-type-image .form-control, .page-lent-sign-up .form-group:last-child .field-multiple-table .form-control {
  color: #000000;
}
.field-group-div .form-group .table-responsive, .field-group-div .form-group:last-child .table-responsive, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .table-responsive, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .table-responsive, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .table-responsive, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .table-responsive, .page-lent-sign-up .form-group .table-responsive, .page-lent-sign-up .form-group:last-child .table-responsive {
  overflow-x: none;
  min-height: none;
  border: none;
}
.field-group-div .form-group .table-responsive thead > tr > th, .field-group-div .form-group:last-child .table-responsive thead > tr > th, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .table-responsive thead > tr > th, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .table-responsive thead > tr > th, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .table-responsive thead > tr > th, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .table-responsive thead > tr > th, .page-lent-sign-up .form-group .table-responsive thead > tr > th, .page-lent-sign-up .form-group:last-child .table-responsive thead > tr > th {
  border: none;
}
.field-group-div .form-group .form-file, .field-group-div .form-group:last-child .form-file, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .form-file, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .form-file, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .form-file, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .form-file, .page-lent-sign-up .form-group .form-file, .page-lent-sign-up .form-group:last-child .form-file {
  width: 70%;
  float: left;
  margin-bottom: 0;
  height: 42px;
  padding: 0px;
  line-height: 42px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 420px) {
  .field-group-div .form-group .form-file, .field-group-div .form-group:last-child .form-file, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .form-file, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .form-file, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .form-file, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .form-file, .page-lent-sign-up .form-group .form-file, .page-lent-sign-up .form-group:last-child .form-file {
    width: 75%;
  }
}
.field-group-div .form-group .input-group-btn, .field-group-div .form-group:last-child .input-group-btn, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .input-group-btn, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .input-group-btn, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .input-group-btn, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .input-group-btn, .page-lent-sign-up .form-group .input-group-btn, .page-lent-sign-up .form-group:last-child .input-group-btn {
  width: 20%;
  height: 42px;
  padding: 0px;
  margin: 0;
  font-size: 0px;
  line-height: 42px;
  color: transparent;
  background-color: #242424;
  border-color: #242424;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (min-width: 420px) {
  .field-group-div .form-group .input-group-btn, .field-group-div .form-group:last-child .input-group-btn, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group .input-group-btn, #mailchimp-signup-subscribe-page-newsletter-signup-form .form-group:last-child .input-group-btn, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group .input-group-btn, #mailchimp-signup-subscribe-page-lent-newsletter-sign-up-form .form-group:last-child .input-group-btn, .page-lent-sign-up .form-group .input-group-btn, .page-lent-sign-up .form-group:last-child .input-group-btn {
    width: 25%;
  }
}

.form-actions {
  margin: 0 0 15px 0;
}

.form-type-select, .required-fields {
  margin-bottom: 46px;
}

.field-group-div fieldset, .field-group-div fieldset.panel {
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.field-group-div fieldset legend.panel-heading, .field-group-div fieldset.panel legend.panel-heading {
  display: none;
}
.field-group-div fieldset .panel-body, .field-group-div fieldset.panel .panel-body {
  padding: 0;
  border: 0;
}
.field-group-div fieldset .panel-body .checkbox label, .field-group-div fieldset.panel .panel-body .checkbox label {
  display: inherit;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 15px 0;
}

/* --- Mail Chimp Form Styles --- */
.mailchimp-signup-subscribe-form-description {
  color: #000000;
  font-family: 'FuturaBold';
  color: #9B9B9B;
  margin: 0 0 14px 0;
  margin: 0 0 30px 0;
}

/* --- Global Footer - Newsletter Field --*/
.footer-item #lfhw-blocks-newsletter-signup-form {
  padding: 24px 0px;
}
.footer-item #lfhw-blocks-newsletter-signup-form .form-item-email {
  width: 75%;
  float: left;
}
.footer-item #lfhw-blocks-newsletter-signup-form .form-item-email .form-control {
  display: block;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -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;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.footer-item #lfhw-blocks-newsletter-signup-form .form-submit {
  width: 25%;
  height: 42px;
  padding: 0px;
  margin: 0;
  font-size: 0px;
  line-height: 42px;
  color: transparent;
  background-color: #242424;
  border-color: #242424;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: left;
  content: "";
  background-image: url("../images/newsletter.svg");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  bottom: 0;
}
.footer-item #lfhw-blocks-newsletter-signup-form .form-submit:hover {
  background-color: #3F3E3E;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-size: 0px;
  color: transparent;
}

/* --- Contact Us Page, User Sign In, Newsletter Page Forms and Lent page Sign Up --*/
.page-contact-us, .page-newsletter, .page-user, .page-lent-signup, .page-about-you {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-contact-us header#page-header, .page-newsletter header#page-header, .page-user header#page-header, .page-lent-signup header#page-header, .page-about-you header#page-header {
  display: none;
}
.page-contact-us main #bottom-container.main-container, .page-newsletter main #bottom-container.main-container, .page-user main #bottom-container.main-container, .page-lent-signup main #bottom-container.main-container, .page-about-you main #bottom-container.main-container {
  display: none;
}
.page-contact-us main .main-container, .page-newsletter main .main-container, .page-user main .main-container, .page-lent-signup main .main-container, .page-about-you main .main-container {
  width: 320px;
  margin: 30px auto;
  padding: 30px 15px;
  background-color: #F7F7F7;
  float: none;
}
@media (min-width: 420px) {
  .page-contact-us main .main-container, .page-newsletter main .main-container, .page-user main .main-container, .page-lent-signup main .main-container, .page-about-you main .main-container {
    margin: 110px auto 30px auto;
  }
}
@media (min-width: 767px) {
  .page-contact-us main .main-container, .page-newsletter main .main-container, .page-user main .main-container, .page-lent-signup main .main-container, .page-about-you main .main-container {
    width: 368px;
    margin: 310px auto 30px auto;
  }
}
.page-contact-us main .main-container h1, .page-newsletter main .main-container h1, .page-user main .main-container h1, .page-lent-signup main .main-container h1, .page-about-you main .main-container h1 {
  text-transform: uppercase;
}
.page-contact-us main .main-container h2, .page-newsletter main .main-container h2, .page-user main .main-container h2, .page-lent-signup main .main-container h2, .page-about-you main .main-container h2 {
  display: none;
}
.page-contact-us main .main-container h3, .page-contact-us main .main-container a, .page-newsletter main .main-container h3, .page-newsletter main .main-container a, .page-user main .main-container h3, .page-user main .main-container a, .page-lent-signup main .main-container h3, .page-lent-signup main .main-container a, .page-about-you main .main-container h3, .page-about-you main .main-container a {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 15px 0;
}
.page-contact-us main .main-container button.form-submit, .page-newsletter main .main-container button.form-submit, .page-user main .main-container button.form-submit, .page-lent-signup main .main-container button.form-submit, .page-about-you main .main-container button.form-submit {
  margin: 0px 0px 15px 0px;
}
.page-contact-us main .main-container #google_recaptcha_user_login, .page-newsletter main .main-container #google_recaptcha_user_login, .page-user main .main-container #google_recaptcha_user_login, .page-lent-signup main .main-container #google_recaptcha_user_login, .page-about-you main .main-container #google_recaptcha_user_login {
  margin: 0 0 30px 0;
}
.page-contact-us main .main-container #google_recaptcha_user_login iframe, .page-newsletter main .main-container #google_recaptcha_user_login iframe, .page-user main .main-container #google_recaptcha_user_login iframe, .page-lent-signup main .main-container #google_recaptcha_user_login iframe, .page-about-you main .main-container #google_recaptcha_user_login iframe {
  width: 80% !important;
}
@media (min-width: 767px) {
  .page-contact-us main .main-container #google_recaptcha_user_login iframe, .page-newsletter main .main-container #google_recaptcha_user_login iframe, .page-user main .main-container #google_recaptcha_user_login iframe, .page-lent-signup main .main-container #google_recaptcha_user_login iframe, .page-about-you main .main-container #google_recaptcha_user_login iframe {
    width: 100% !important;
  }
}
.page-contact-us main .main-container #google_recaptcha_user_login iframe .rc-anchor-normal, .page-newsletter main .main-container #google_recaptcha_user_login iframe .rc-anchor-normal, .page-user main .main-container #google_recaptcha_user_login iframe .rc-anchor-normal, .page-lent-signup main .main-container #google_recaptcha_user_login iframe .rc-anchor-normal, .page-about-you main .main-container #google_recaptcha_user_login iframe .rc-anchor-normal {
  width: 100% !important;
}
.page-contact-us main .main-container #google_recaptcha_user_login iframe .rc-anchor-light, .page-newsletter main .main-container #google_recaptcha_user_login iframe .rc-anchor-light, .page-user main .main-container #google_recaptcha_user_login iframe .rc-anchor-light, .page-lent-signup main .main-container #google_recaptcha_user_login iframe .rc-anchor-light, .page-about-you main .main-container #google_recaptcha_user_login iframe .rc-anchor-light {
  background: transparent !important;
  border: none !important;
}
.page-contact-us main .main-container .form-item, .page-contact-us main .main-container #mailchimp-signup-subscribe-page-newsletter-signup-form, .page-newsletter main .main-container .form-item, .page-newsletter main .main-container #mailchimp-signup-subscribe-page-newsletter-signup-form, .page-user main .main-container .form-item, .page-user main .main-container #mailchimp-signup-subscribe-page-newsletter-signup-form, .page-lent-signup main .main-container .form-item, .page-lent-signup main .main-container #mailchimp-signup-subscribe-page-newsletter-signup-form, .page-about-you main .main-container .form-item, .page-about-you main .main-container #mailchimp-signup-subscribe-page-newsletter-signup-form {
  /*label {display:none;}*/
}
.page-contact-us main .table > thead > tr > th, .page-newsletter main .table > thead > tr > th, .page-user main .table > thead > tr > th, .page-lent-signup main .table > thead > tr > th, .page-about-you main .table > thead > tr > th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px 0px;
  font-size: 16px;
}

.page-newsletter, .page-lent-signup {
  background-image: url("../images/newsletter-bkground.jpg");
}

.page-contact-us {
  background-image: url("../images/contact-us-bkground.jpg");
}

.page-user, .page-about-you {
  background-image: url("../images/signin-bkground.jpg");
}

/* --- search box ---*/
.block-lfhw-search {
  background-image: url("../images/search-bkground.jpg");
  background-position: center center;
  background-size: cover;
  padding: 30px 10%;
  margin: 0 0 30px 0 !important;
  clear: both;
}
.block-lfhw-search:before, .block-lfhw-search:after {
  content: "";
  display: table;
}
.block-lfhw-search:after {
  clear: both;
}
.block-lfhw-search h2.block-title {
  text-align: center;
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.block-lfhw-search #lfhw-search-recipe-search-block-form,
.block-lfhw-search #views-exposed-form-recipes-landing-block-block,
.block-lfhw-search #views-exposed-form-recipes-landing-block-welsh-block,
.block-lfhw-search #lfhw-search-global-search-block-form > div {
  height: auto;
  background: transparent;
}
.block-lfhw-search #views-exposed-form-recipes-landing-block-block div:first-child, .block-lfhw-search #block-lfhw-lent-2017-lent-signup div:first-child,
.block-lfhw-search #views-exposed-form-recipes-landing-block-welsh-block div:first-child, .block-lfhw-search #block-lfhw-lent-2017-lent-signup div:first-child {
  width: 100%;
}
.block-lfhw-search #views-exposed-form-recipes-landing-block-block .views-exposed-widgets, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets,
.block-lfhw-search #views-exposed-form-recipes-landing-block-welsh-block .views-exposed-widgets, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets {
  width: 100%;
}
.block-lfhw-search #views-exposed-form-recipes-landing-block-block .views-exposed-widgets .views-exposed-widget, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets .views-exposed-widget,
.block-lfhw-search #views-exposed-form-recipes-landing-block-welsh-block .views-exposed-widgets .views-exposed-widget, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets .views-exposed-widget {
  width: 80%;
  padding: 0;
}
.block-lfhw-search #views-exposed-form-recipes-landing-block-block .views-exposed-widgets .views-submit-button, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets .views-submit-button,
.block-lfhw-search #views-exposed-form-recipes-landing-block-welsh-block .views-exposed-widgets .views-submit-button, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets .views-submit-button {
  width: 20%;
  float: left;
  margin: 0;
  position: relative;
}
.block-lfhw-search #views-exposed-form-recipes-landing-block-block .views-exposed-widgets label, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets label,
.block-lfhw-search #views-exposed-form-recipes-landing-block-welsh-block .views-exposed-widgets label, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets label {
  display: none;
}
.block-lfhw-search #views-exposed-form-recipes-landing-block-block .views-exposed-widgets #edit-submit-recipes-landing-block,
.block-lfhw-search #views-exposed-form-recipes-landing-block-block .views-exposed-widgets #edit-submit-recipes-landing-block-welsh, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets #edit-submit-recipes-landing-block,
.block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets #edit-submit-recipes-landing-block-welsh,
.block-lfhw-search #views-exposed-form-recipes-landing-block-welsh-block .views-exposed-widgets #edit-submit-recipes-landing-block,
.block-lfhw-search #views-exposed-form-recipes-landing-block-welsh-block .views-exposed-widgets #edit-submit-recipes-landing-block-welsh, .block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets #edit-submit-recipes-landing-block,
.block-lfhw-search #block-lfhw-lent-2017-lent-signup .views-exposed-widgets #edit-submit-recipes-landing-block-welsh {
  /* IXIS: Required change to match desried output */
  width: 100% !important;
}
.block-lfhw-search label {
  display: none;
}
.block-lfhw-search form:before, .block-lfhw-search form:after {
  content: "";
  display: table;
}
.block-lfhw-search form:after {
  clear: both;
}
.block-lfhw-search form .form-item {
  padding: 24px auto;
  width: 80%;
  float: left;
}
.block-lfhw-search form .form-item label {
  display: none;
}
@media (min-width: 420px) {
  .block-lfhw-search form .form-item {
    width: 90%;
  }
}
@media (min-width: 767px) {
  .block-lfhw-search form .form-item {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .block-lfhw-search form .form-item {
    width: 90%;
  }
}
.block-lfhw-search form .form-item:before, .block-lfhw-search form .form-item:after {
  content: "";
  display: table;
}
.block-lfhw-search form .form-item:after {
  clear: both;
}
.block-lfhw-search form .form-item .form-control {
  display: block;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  -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;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.block-lfhw-search form .form-submit {
  width: 20%;
  top: 0;
  height: 42px;
  padding: 0px;
  margin: 0 !important;
  font-size: 0px;
  line-height: 42px;
  color: transparent;
  background-color: #FFFFFF;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none;
  float: left;
  content: "";
  background-image: url(../images/search.svg);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 420px) {
  .block-lfhw-search form .form-submit {
    width: 10%;
  }
}
@media (min-width: 767px) {
  .block-lfhw-search form .form-submit {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .block-lfhw-search form .form-submit {
    width: 10%;
  }
}
.block-lfhw-search form .form-submit:hover {
  background-color: #3F3E3E;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-size: 0px;
  color: transparent;
}

/* --- add a new recipe page --- */
.page-profile-recipe-add #recipe-node-form .group-recipe-details-left, .page-profile-recipe-add #recipe-node-form .group-recipe-details-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
@media (min-width: 767px) {
  .page-profile-recipe-add #recipe-node-form .group-recipe-details-left, .page-profile-recipe-add #recipe-node-form .group-recipe-details-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
.page-profile-recipe-add #recipe-node-form .form-item-language, .page-profile-recipe-add #recipe-node-form .form-item-field-reheatable-und, .page-profile-recipe-add #recipe-node-form .form-item-field-serves-or-makes-und {
  width: 100%;
}
@media (min-width: 767px) {
  .page-profile-recipe-add #recipe-node-form .form-item-language, .page-profile-recipe-add #recipe-node-form .form-item-field-reheatable-und, .page-profile-recipe-add #recipe-node-form .form-item-field-serves-or-makes-und {
    width: 50%;
  }
}
.page-profile-recipe-add #recipe-node-form .form-item-language label, .page-profile-recipe-add #recipe-node-form .form-item-field-reheatable-und label, .page-profile-recipe-add #recipe-node-form .form-item-field-serves-or-makes-und label {
  display: inherit;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 15px 0;
}
.page-profile-recipe-add #recipe-node-form .form-item-language .tabble .vertical-tabs-list, .page-profile-recipe-add #recipe-node-form .form-item-field-reheatable-und .tabble .vertical-tabs-list, .page-profile-recipe-add #recipe-node-form .form-item-field-serves-or-makes-und .tabble .vertical-tabs-list {
  display: inherit;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 15px 0;
}

#views-exposed-form-recipes-landing-block-block,
#views-exposed-form-recipes-landing-block-welsh-block {
  width: 100%;
  width: 100%;
  height: 200px;
  background: url("/sites/all/themes/lfhw/images/newsletter-bkground.jpg") no-repeat center center;
  background-size: cover;
}
#views-exposed-form-recipes-landing-block-block div:first-child,
#views-exposed-form-recipes-landing-block-welsh-block div:first-child {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Lent page sign up field --- */
#block-lfhw-lent-2017-lent-signup {
  background-color: #54bb5b;
  padding: 30px 10%;
  margin: 0 0 30px 0 !important;
  clear: both;
}
#block-lfhw-lent-2017-lent-signup:before, #block-lfhw-lent-2017-lent-signup:after {
  content: "";
  display: table;
}
#block-lfhw-lent-2017-lent-signup:after {
  clear: both;
}
#block-lfhw-lent-2017-lent-signup h2.block-title {
  text-align: center;
  color: #FFFFFF !important;
  background-color: transparent !important;
  margin-bottom: 0;
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form {
  margin: 50px auto 0 auto;
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form:before, #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form:after {
  content: "";
  display: table;
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form:after {
  clear: both;
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item {
  padding: 24px auto;
  width: 80%;
  float: left;
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item label {
  display: none;
}
@media (min-width: 420px) {
  #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item {
    width: 90%;
  }
}
@media (min-width: 767px) {
  #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item {
    width: 90%;
  }
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item:before, #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item:after {
  content: "";
  display: table;
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item:after {
  clear: both;
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form .form-item .form-control {
  display: block;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  -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;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form button#edit-submit--2, #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form #edit-submit {
  position: relative;
  width: 20%;
  top: 0;
  height: 42px;
  padding: 0px;
  margin: 0 !important;
  font-size: 0px;
  line-height: 42px;
  color: transparent;
  background-color: #FFFFFF;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none;
  float: left;
  content: "";
  background-image: url(../images/newsletter-lent2.svg);
  fill: #54bb5b;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 420px) {
  #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form button#edit-submit--2, #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form #edit-submit {
    width: 10%;
  }
}
@media (min-width: 767px) {
  #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form button#edit-submit--2, #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form #edit-submit {
    width: 20%;
  }
}
@media (min-width: 992px) {
  #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form button#edit-submit--2, #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form #edit-submit {
    width: 10%;
  }
}
#block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form button#edit-submit--2:hover, #block-lfhw-lent-2017-lent-signup form#lfhw-lent-2017-signup-form #edit-submit:hover {
  background-color: #3F3E3E;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-size: 0px;
  color: transparent;
}

#user-register-form .lfhw-user-register-form-wrapper #profile-text {
  line-height: 1.1;
  margin: 15px 0;
}
#user-register-form .lfhw-user-register-form-wrapper #edit-profile-profile-info-field-profile-picture-und-0-upload {
  height: 42px;
  padding: 12px 4px;
}

#four-o-four {
  width: 100%;
  max-width: 690px;
  margin: 30px auto;
}
#four-o-four img {
  width: 100%;
}

#comments {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
}

footer.footer {
  padding-bottom: 20px;
}

footer.footer,
footer.footer-bottom {
  display: block;
}

.page-padding {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}
.page-padding:after {
  content: " ";
  display: block;
  clear: both;
}

.footer {
  background-color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
.footer .region-footer {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}
.footer .region-footer:before, .footer .region-footer:after {
  content: "";
  display: table;
}
.footer .region-footer:after {
  clear: both;
}
@media (max-width: 1000px) {
  .footer .region-footer {
    padding: 0;
  }
}
.footer .region-footer #footer-newsletter {
  font-family: 'FuturaBold';
  color: #000000;
  margin: 0 0 14px 0;
  padding: 40px 0 0 0;
  display: none;
}
@media (min-width: 767px) {
  .footer .region-footer #footer-newsletter {
    padding: 0;
  }
}
.footer .region-footer #footer-newsletter h2 {
  margin: 0 0 14px 0;
  padding: 0;
}
.footer .region-footer #footer-newsletter a {
  font-family: 'FuturaBold';
  color: #000000;
  text-decoration: none;
}
.footer .region-footer #footer-newsletter a:hover {
  background: none;
  text-decoration: underline;
  cursor: pointer;
}
.footer .region-footer .nav > li {
  font-family: 'FuturaBold';
  margin: 0 0 7px 0;
}
.footer .region-footer .nav > li a {
  font-family: 'FuturaBold';
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.footer .region-footer .nav > li a:hover {
  background: none;
  cursor: pointer;
}
.footer section.footer-item {
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0 0 15px 0;
  display: inline-block;
  float: none;
  z-index: 3;
}
.footer section.footer-item:before, .footer section.footer-item:after {
  content: "";
  display: table;
}
.footer section.footer-item:after {
  clear: both;
}
@media (min-width: 767px) {
  .footer section.footer-item {
    width: 25%;
    float: left;
  }
}
.footer section.footer-item h2 {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  color: #2A2C2B;
  line-height: 1.1;
  text-transform: capitalize;
  background-color: #FFFFFF;
  padding: 0;
  margin-bottom: 5px;
}
.footer section.footer-item p {
  font-size: 14px;
  background: #FFFFFF;
  margin: 0 0 40px 0;
  font-family: 'FuturaBold';
  color: #000000;
  margin: 0 0 14px 0;
}
.footer section.footer-item a {
  font-size: 14px;
  font-family: 'FuturaBold';
  color: #000000;
  margin: 0 0 14px 0;
  text-decoration: none;
}
.footer section.footer-item a:hover {
  color: #54bb5b;
  transition: all 0.4s ease-in-out;
}
.footer #social-media-links {
  position: relative;
}
.footer #social-media-links ul {
  list-style: none;
  width: 172px;
  height: auto;
  margin: 30px 0;
  padding: 0;
  clear: both;
}
.footer #social-media-links ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer #social-media-links ul li a {
  display: block;
  cursor: pointer;
}

.footer-bottom {
  background-color: #54bb5b;
  padding-top: 20px;
  margin-top: 20px;
}
.footer-bottom .region-footer-bottom {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}
.footer-bottom .region-footer-bottom:before, .footer-bottom .region-footer-bottom:after {
  content: "";
  display: table;
}
.footer-bottom .region-footer-bottom:after {
  clear: both;
}
.footer-bottom .region-footer-bottom #block-block-3 {
  width: 100%;
  padding: 0;
  margin: 0 0 23px 0;
}
.footer-bottom .region-footer-bottom #block-block-3 h2 > a {
  color: #FFFFFF;
  font-size: 22px;
  text-decoration: none;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
}
.footer-bottom .region-footer-bottom #block-block-3 h2 > a:hover, .footer-bottom .region-footer-bottom #block-block-3 h2 > a:focus {
  opacity: 0.8;
}
.footer-bottom .region-footer-bottom #block-block-3 p {
  font-size: 14px;
  color: #FFFFFF;
  margin: 1em 0;
}
.footer-bottom .region-footer-bottom #block-block-3 span.wrap-logo {
  width: 76px;
  height: 30px;
  background-image: url("../images/wrap-logo-footer.png");
  background-size: 100%;
  text-indent: 80px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 12px;
  white-space: nowrap;
}
.footer-bottom .region-footer-bottom #block-block-3 span.zws-logo {
  width: 50px;
  height: 50px;
  background-image: url("../images/zws-logo-footer@2x.png");
  background-size: 100%;
  text-indent: 50px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  top: 16px;
}
.footer-bottom .region-footer-bottom #block-block-3 .footer-logos {
  text-align: center;
}
.footer-bottom .region-footer-bottom #block-block-3 .footer-logos > p img {
  max-height: 50px;
  width: auto;
}
.footer-bottom .region-footer-bottom #block-block-3 .footer-logos > p a:last-child img {
  max-height: 40px;
}
@media (min-width: 767px) {
  .footer-bottom .region-footer-bottom #block-block-3 .footer-logos {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: left;
  }
  .footer-bottom .region-footer-bottom #block-block-3 .footer-logos > h2 {
    flex-grow: 2;
  }
  .footer-bottom .region-footer-bottom #block-block-3 .footer-logos > p {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media (min-width: 992px) {
  .footer-bottom .region-footer-bottom #block-block-3 .footer-logos > p img {
    margin-left: 20px;
  }
}
.footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding: 0 0 14px 0;
  margin: 0 0 15px 0;
}
@media (min-width: 767px) {
  .footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.3333333333%;
    float: right;
    padding-right: 0.8333333333%;
    padding-left: 0.8333333333%;
    float: left;
    padding: 0;
  }
  .footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-logo a {
    display: block;
    width: 60px;
    height: 50px;
  }
  .footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-logo a img {
    width: 60px;
    height: 50px;
    fill: #54bb5b;
  }
}
.footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.6666666667%;
    float: right;
    padding-right: 0.8333333333%;
    padding-left: 0.8333333333%;
    float: left;
  }
}

/*read more / load more etc*/
/* --- 1 - main green button type ---*/
a.main-cta, .main-cta a, .btn-primary, .promo-box-cta a, .main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node span a, .main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node span a, .region #block-views-category-page-grid-block .view .views-row .views-field-view-node span a, .region #block-views-homepage-how-it-helps-block .views-field-view-node span a, .region #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node span a, .region #block-views-homepage-what-to-do-block .views-field-view-node span a, .region #block-views-homepage-why-save-food-block .views-field-view-node span a, .page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node span a, .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node span a, .page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a, .region #block-views-related-recipes-block .view .views-row .views-field-view-node span a, .region #block-views-related-articles-block .view .views-row .views-field-view-node span a, .page-contact-us button.form-submit, .page-newsletter button.form-submit, .page-lent-signup button.form-submit, .page-profile button.form-submit, .page-user button.form-submit, button.field-add-more-submit, .lent-related_link a {
  font-family: 'FuturaBT-Bold', "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  background-color: #54bb5b;
  border-radius: 40px;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2.4px;
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  -webkit-transition: background 500ms;
  /* Safari */
  transition: background 500ms;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
a.main-cta:hover,
.main-cta a:hover,
.btn-primary:hover,
.promo-box-cta a:hover,
.main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node span a:hover,
.main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node span a:hover,
.region #block-views-category-page-grid-block .view .views-row .views-field-view-node span a:hover,
.region #block-views-homepage-how-it-helps-block .views-field-view-node span a:hover,
.region #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node span a:hover,
.region #block-views-homepage-what-to-do-block .views-field-view-node span a:hover,
.region #block-views-homepage-why-save-food-block .views-field-view-node span a:hover,
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node span a:hover,
.page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node span a:hover,
.page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a:hover,
.region #block-views-related-recipes-block .view .views-row .views-field-view-node span a:hover,
.region #block-views-related-articles-block .view .views-row .views-field-view-node span a:hover,
.page-contact-us button.form-submit:hover,
.page-newsletter button.form-submit:hover,
.page-lent-signup button.form-submit:hover,
.page-profile button.form-submit:hover,
.page-user button.form-submit:hover,
button.field-add-more-submit:hover,
.lent-related_link a:hover {
  background: #44964B;
  transition: all 0.4s ease-in-out;
}
a.main-cta:active, a.main-cta:focus,
.main-cta a:active,
.main-cta a:focus,
.btn-primary:active,
.btn-primary:focus,
.promo-box-cta a:active,
.promo-box-cta a:focus,
.main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node span a:active,
.main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node span a:focus,
.main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node span a:active,
.main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node span a:focus,
.region #block-views-category-page-grid-block .view .views-row .views-field-view-node span a:active,
.region #block-views-category-page-grid-block .view .views-row .views-field-view-node span a:focus,
.region #block-views-homepage-how-it-helps-block .views-field-view-node span a:active,
.region #block-views-homepage-how-it-helps-block .views-field-view-node span a:focus,
.region #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node span a:active,
.region #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node span a:focus,
.region #block-views-homepage-what-to-do-block .views-field-view-node span a:active,
.region #block-views-homepage-what-to-do-block .views-field-view-node span a:focus,
.region #block-views-homepage-why-save-food-block .views-field-view-node span a:active,
.region #block-views-homepage-why-save-food-block .views-field-view-node span a:focus,
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node span a:active,
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node span a:focus,
.page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node span a:active,
.page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node span a:focus,
.page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a:active,
.page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a:focus,
.region #block-views-related-recipes-block .view .views-row .views-field-view-node span a:active,
.region #block-views-related-recipes-block .view .views-row .views-field-view-node span a:focus,
.region #block-views-related-articles-block .view .views-row .views-field-view-node span a:active,
.region #block-views-related-articles-block .view .views-row .views-field-view-node span a:focus,
.page-contact-us button.form-submit:active,
.page-contact-us button.form-submit:focus,
.page-newsletter button.form-submit:active,
.page-newsletter button.form-submit:focus,
.page-lent-signup button.form-submit:active,
.page-lent-signup button.form-submit:focus,
.page-profile button.form-submit:active,
.page-profile button.form-submit:focus,
.page-user button.form-submit:active,
.page-user button.form-submit:focus,
button.field-add-more-submit:active,
button.field-add-more-submit:focus,
.lent-related_link a:active,
.lent-related_link a:focus {
  background: #54bb5b;
}
a.main-cta.cta-dropShadow a, a.main-cta .cta-dropShadow,
.main-cta a.cta-dropShadow a,
.main-cta a .cta-dropShadow,
.btn-primary.cta-dropShadow a,
.btn-primary .cta-dropShadow,
.promo-box-cta a.cta-dropShadow a,
.promo-box-cta a .cta-dropShadow,
.main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node span a.cta-dropShadow a,
.main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node span a .cta-dropShadow,
.main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node span a.cta-dropShadow a,
.main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node span a .cta-dropShadow,
.region #block-views-category-page-grid-block .view .views-row .views-field-view-node span a.cta-dropShadow a,
.region #block-views-category-page-grid-block .view .views-row .views-field-view-node span a .cta-dropShadow,
.region #block-views-homepage-how-it-helps-block .views-field-view-node span a.cta-dropShadow a,
.region #block-views-homepage-how-it-helps-block .views-field-view-node span a .cta-dropShadow,
.region #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node span a.cta-dropShadow a,
.region #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node span a .cta-dropShadow,
.region #block-views-homepage-what-to-do-block .views-field-view-node span a.cta-dropShadow a,
.region #block-views-homepage-what-to-do-block .views-field-view-node span a .cta-dropShadow,
.region #block-views-homepage-why-save-food-block .views-field-view-node span a.cta-dropShadow a,
.region #block-views-homepage-why-save-food-block .views-field-view-node span a .cta-dropShadow,
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node span a.cta-dropShadow a,
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node span a .cta-dropShadow,
.page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node span a.cta-dropShadow a,
.page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node span a .cta-dropShadow,
.page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a.cta-dropShadow a,
.page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a .cta-dropShadow,
.region #block-views-related-recipes-block .view .views-row .views-field-view-node span a.cta-dropShadow a,
.region #block-views-related-recipes-block .view .views-row .views-field-view-node span a .cta-dropShadow,
.region #block-views-related-articles-block .view .views-row .views-field-view-node span a.cta-dropShadow a,
.region #block-views-related-articles-block .view .views-row .views-field-view-node span a .cta-dropShadow,
.page-contact-us button.form-submit.cta-dropShadow a,
.page-contact-us button.form-submit .cta-dropShadow,
.page-newsletter button.form-submit.cta-dropShadow a,
.page-newsletter button.form-submit .cta-dropShadow,
.page-lent-signup button.form-submit.cta-dropShadow a,
.page-lent-signup button.form-submit .cta-dropShadow,
.page-profile button.form-submit.cta-dropShadow a,
.page-profile button.form-submit .cta-dropShadow,
.page-user button.form-submit.cta-dropShadow a,
.page-user button.form-submit .cta-dropShadow,
button.field-add-more-submit.cta-dropShadow a,
button.field-add-more-submit .cta-dropShadow,
.lent-related_link a.cta-dropShadow a,
.lent-related_link a .cta-dropShadow {
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
#page-header a.main-cta,
#page-header .main-cta a,
#page-header .btn-primary,
#page-header .promo-box-cta a,
#page-header .main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node span a,
#page-header .main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node span a,
#page-header .region #block-views-category-page-grid-block .view .views-row .views-field-view-node span a,
#page-header .region #block-views-homepage-how-it-helps-block .views-field-view-node span a,
#page-header .region #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node span a,
#page-header .region #block-views-homepage-what-to-do-block .views-field-view-node span a,
#page-header .region #block-views-homepage-why-save-food-block .views-field-view-node span a,
#page-header .page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node span a,
#page-header .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node span a,
#page-header .page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a,
#page-header .region #block-views-related-recipes-block .view .views-row .views-field-view-node span a,
#page-header .region #block-views-related-articles-block .view .views-row .views-field-view-node span a,
#page-header .page-contact-us button.form-submit,
#page-header .page-newsletter button.form-submit,
#page-header .page-lent-signup button.form-submit,
#page-header .page-profile button.form-submit,
#page-header .page-user button.form-submit,
#page-header button.field-add-more-submit,
#page-header .lent-related_link a {
  width: auto;
}
a.main-cta:before, .main-cta a:before, .btn-primary:before, .promo-box-cta a:before, .main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node span a:before, .main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node span a:before, .region #block-views-category-page-grid-block .view .views-row .views-field-view-node span a:before, .region #block-views-homepage-how-it-helps-block .views-field-view-node span a:before, .region #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node span a:before, .region #block-views-homepage-what-to-do-block .views-field-view-node span a:before, .region #block-views-homepage-why-save-food-block .views-field-view-node span a:before, .page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node span a:before, .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node span a:before, .page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a:before, .region #block-views-related-recipes-block .view .views-row .views-field-view-node span a:before, .region #block-views-related-articles-block .view .views-row .views-field-view-node span a:before, .page-contact-us button.form-submit:before, .page-newsletter button.form-submit:before, .page-lent-signup button.form-submit:before, .page-profile button.form-submit:before, .page-user button.form-submit:before, button.field-add-more-submit:before, .lent-related_link a:before {
  display: none;
}

/*--- & green button absolute positioning ---*/
.btn-primary,
.main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node,
.main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node,
.region #block-views-related-articles-block .view .views-row .views-field-view-node,
.region #block-views-category-page-grid-block .view .views-row .views-field-view-node,
.region #block-views-homepage-what-to-do-block .views-field-view-node,
.region #block-views-homepage-why-save-food-block .views-field-view-node,
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node,
.page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node,
.region #block-views-related-recipes-block .view .views-row .views-field-view-node {
  position: relative;
  bottom: 0px;
}
@media (min-width: 420px) {
  .btn-primary,
  .main-container .region .view-cat-page-collections .view-content .item-list ul li .views-field-view-node,
  .main-container .region .view-cat-page-collections .view-content .slick .slick__slide .views-field-view-node,
  .region #block-views-related-articles-block .view .views-row .views-field-view-node,
  .region #block-views-category-page-grid-block .view .views-row .views-field-view-node,
  .region #block-views-homepage-what-to-do-block .views-field-view-node,
  .region #block-views-homepage-why-save-food-block .views-field-view-node,
  .page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node,
  .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node,
  .region #block-views-related-recipes-block .view .views-row .views-field-view-node {
    position: absolute;
  }
}

.region #block-views-category-page-grid-block .view .views-row .views-field-view-node,
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node,
.page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node,
a.main-cta {
  left: 0;
}

/*--- & green button relative positioning ---*/
a.main-cta,
.main-cta a,
.page-contact-us button.form-submit,
.page-newsletter button.form-submit,
.page-lent-signup button.form-submit,
.page-profile button.form-submit,
.page-user button.form-submit,
button.field-add-more-submit,
#page-header a.main-cta,
.node-article .paragraphs-item-copy-single-column .content .field-type-text-long .field-items .field-item p a,
.promo-box-cta a,
#lfhw-portion-pp-form .form-item button,
.lent-related_link a {
  position: relative;
  bottom: 0;
}

/*--- 2 - text and chevron only style sub button ---*/
.page-love-food .main-container #block-views-related-recipes-block .view-related-recipes .view-content .views-row .views-field-view-node span a,
.page-profile .main-container #block-views-other-users-recipes-block .view-other-users-recipes .view-content .views-field-view-node span a,
#block-views-related-articles-block .view-content .view .views-field-view-node span a,
#block-views-related-recipes-block.view-content .view .views-field-view-node span a,
node-article .paragraphs-item-copy-single-column .content .field-type-text-long .field-items .field-item p a,
.help-block a,
.pager__item a,
.sub-cta a,
a.sub-cta {
  font-family: 'FuturaBT-Bold', "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 10px 12px 10px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  width: auto;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color 500ms;
  /* Safari */
  transition: color 500ms;
}
.page-love-food .main-container #block-views-related-recipes-block .view-related-recipes .view-content .views-row .views-field-view-node span a:before,
.page-profile .main-container #block-views-other-users-recipes-block .view-other-users-recipes .view-content .views-field-view-node span a:before,
#block-views-related-articles-block .view-content .view .views-field-view-node span a:before,
#block-views-related-recipes-block.view-content .view .views-field-view-node span a:before,
node-article .paragraphs-item-copy-single-column .content .field-type-text-long .field-items .field-item p a:before,
.help-block a:before,
.pager__item a:before,
.sub-cta a:before,
a.sub-cta:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: color 500ms;
  /* Safari */
  transition: color 500ms;
}
.page-love-food .main-container #block-views-related-recipes-block .view-related-recipes .view-content .views-row .views-field-view-node span a:hover,
.page-profile .main-container #block-views-other-users-recipes-block .view-other-users-recipes .view-content .views-field-view-node span a:hover,
#block-views-related-articles-block .view-content .view .views-field-view-node span a:hover,
#block-views-related-recipes-block.view-content .view .views-field-view-node span a:hover,
node-article .paragraphs-item-copy-single-column .content .field-type-text-long .field-items .field-item p a:hover,
.help-block a:hover,
.pager__item a:hover,
.sub-cta a:hover,
a.sub-cta:hover {
  text-decoration: none;
  color: #54bb5b;
}
.page-love-food .main-container #block-views-related-recipes-block .view-related-recipes .view-content .views-row .views-field-view-node span a:hover:before,
.page-profile .main-container #block-views-other-users-recipes-block .view-other-users-recipes .view-content .views-field-view-node span a:hover:before,
#block-views-related-articles-block .view-content .view .views-field-view-node span a:hover:before,
#block-views-related-recipes-block.view-content .view .views-field-view-node span a:hover:before,
node-article .paragraphs-item-copy-single-column .content .field-type-text-long .field-items .field-item p a:hover:before,
.help-block a:hover:before,
.pager__item a:hover:before,
.sub-cta a:hover:before,
a.sub-cta:hover:before {
  color: #54bb5b;
  transition: all 0.4s ease-in-out;
}

/*--- dark grey button type---*/
.grey-cta,
button.form-submit,
.page-tools-portion-planner-results #block-system-main a {
  font-family: 'FuturaBT-Bold', "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  width: auto;
  height: 42px;
  padding: 0px;
  margin: 0 20px 0 0;
  font-size: 0px;
  line-height: 42px;
  color: #FFFFFF;
  background-color: #242424;
  border-color: #242424;
  border-radius: 4px;
  float: left;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2.4px;
  padding: 8px 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline-block;
  cursor: pointer;
  -webkit-transition: background 500ms;
  /* Safari */
  transition: background 500ms;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .grey-cta,
  button.form-submit,
  .page-tools-portion-planner-results #block-system-main a {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .grey-cta,
  button.form-submit,
  .page-tools-portion-planner-results #block-system-main a {
    padding: 12px 20px;
  }
}
.grey-cta:hover,
button.form-submit:hover,
.page-tools-portion-planner-results #block-system-main a:hover {
  color: #FFFFFF;
  background-color: #3F3E3E;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.grey-cta:active,
button.form-submit:active,
.page-tools-portion-planner-results #block-system-main a:active {
  color: #FFFFFF;
  background-color: #3F3E3E;
}

/*--- pager down button styles only --- */
.pager .pager__item a {
  border: none;
  padding: 0;
  position: relative;
  display: block;
}
.pager .pager__item a:before {
  content: "\f078";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 120%;
  right: 45%;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.pager .pager__item ahover:before {
  color: #54bb5b;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.pager .pager__item a:before, .pager .pager__item a:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --- custom styles for various buttons --- */
.page-profile button.form-submit {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .page-profile button.form-submit {
    width: 50%;
    display: inline-block;
  }
}

.page-profile .image-widget-data .form-control {
  width: 100% !important;
}
.page-profile .image-widget-data .input-group-btn {
  float: none;
}
.page-profile .image-widget-data .input-group-btn button {
  margin: 0;
  background-color: #242424;
}

/*social media, flags etc*/
/* england */
.england {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjUgMTUiIGhlaWdodD0iNzIwIj4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoMjV2MTVoLTI1eiIvPg0KPGcgZmlsbD0iI2NmMTQyYiI+DQo8cGF0aCBkPSJtMTEsMGgzdjE1aC0zeiIvPg0KPHBhdGggZD0ibTAsNmgyNXYzaC0yNXoiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* scotland */
.scotland {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBmaWxsPSIjMDA2NWJkIiBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0ibTAsMGw1LDNtLTUsMGw1LTMiLz4NCjwvc3ZnPg0K");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* wales */
.wales {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MjYuNzU5OCA0OTYuMDYzIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQo8ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KPGcgc3Ryb2tlLXdpZHRoPSIxLjI1Ij4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoODI2Ljc2djI0OC4wMzJoLTgyNi43NnoiLz4NCjxwYXRoIGZpbGw9IiMwMGFiMzkiIGQ9Ik0gMCwyNDguMDMyIEg4MjYuNzYgVjQ5Ni4wNjMgSDAgeiIvPg0KPC9nPg0KPGcgc3Ryb2tlPSIjMDAwIj4NCjxnIHN0cm9rZS13aWR0aD0iMS43MjMiPg0KPHBhdGggZmlsbD0iI2QyMTAzNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTczMC4wMDMsNjkuNTMwNWMtNC45NzUsMzQuODIwNS0uMDMyLDg1LjI1NjUgOC42MDksMTAxLjc1MjUtMTAuNDg0LTMuNzY3LTIyLjE0Ny0xMi42NDEtMjcuOTE3LTI0LjI2NC00LjA4OCwxMi42OTctOC4xNzQsMjUuMzk0LTEyLjI2MiwzOC4wOTEgMjUuOTIxLDUyLjYyOS00MS40ODMsOTQuMDUzLTk3LjU3Nyw5Ni45MjMgMzQuMjQsMTguNTgxIDc5LjA1Myw0MS43MDIgNzkuMDUzLDUzLjg3OC0xMy42Miw1LjEyMy0yMS43NDItOS4zOTMtMzIuNjEzLTE0LjA4OSAxMS42NTUsMzAuMzE4IDQuNDU1LDUyLjc4MS0xLjU2NSw4Mi43MDctNS44OTMsNy4wMDQtLjAwNiwxMS42NTMgMi4zNDgsMTcuNDc5IDUuMzkyLDIuMDg3IDEwLjc4NCw0LjE3NSAxNi4xNzYsNi4yNjIgLjg2OSwuNzgzIDEuNzM5LDEuNTY2IDIuNjA5LDIuMzQ5IDAsMCAxMS4zODcsLjUyMSAxNC41MTksMTYuNDM2LTcuNTc3LTkuMTk4LTE3LjkxMS02LjI2Mi0xNy45MTEtNi4yNjItMS4zMDQsLjg3LTIuNjA5LDEuNzQtMy45MTMsMi42MDktMy4wNDQtMS44MjYtNi4wODgtMy42NTItOS4xMzItNS40NzgtMTAuMDgzLTYuNjk4LTIwLjM0Mi02LjMzNi0zMS4zMDgtMS41NjYtNS41NjYsMy4zNDktMTEuMzA5LDMuMTcxLTE2LjY5OCwuNTIyLTYuMTc1LTYuNzA0LTE5LjU2Ny0uNzgzLTE5LjgyOS0uNzgzLS4yNiwwLTE0LjM0OSw5LjM5Mi0xNC4zNDksOS4zOTIgMCwwLTMuMzkyLS43ODMtMy42NTMtLjc4My0uMjYsMC05LjE0My0uMjA0LTIwLjg3MSw3LjMwNSAzLjA5MS0xNS45NTQgMTQuNjEtMTUuNjUzIDE0LjYxLTE1LjY1My0xLjA2OS0zLjMzMyAxLjM5Mi0yLjc4MyAyLjA4OC00LjE3NSAzLjc5Ni00LjIwOSAxMS44MjctMy40NzggMTcuNzQtNS4yMTctMTEuMzA1LS41MjItMjIuNjExLTEuMDQzLTMzLjkxNi0xLjU2NiAuMTc0LS41MjIgLjM0Ny0xLjA0MyAuNTIxLTEuNTY1LTcuNDE0LS42NDctMTMuMjQxLS45MzktMTcuNDgsNi4wMDEtLjQyNy0xMS42NTQgOS4zNzctMTMuNzgyIDE1LjY1NC0xNi40MzggMi44NC00LjM5NSA5LjAzMi0zLjY3NSAxNC44NzItMy4xMyAwLDAgMzIuMzUxLDEyLjAwMSAzMC4wMDMsMTEuMjE4LTIuMzQ5LS43ODItMzguMDkxLTE2LjE1My0zOC4wOTEtMTYuMTUzLTEuNzY1LTIuNjQ2IC41MjEtNC4xOTcgLjUyMS00LjQ1OCAwLS4yNjEtOS42NC02LjA5OC0xNi40MzcsLjUyMiAxLjMxOS0xMy44NDUgMTcuNzQyLTEwLjE3NSAxNy43NDItMTAuMTc1IC45MzQtNC40OSA1LjM5Ni0zLjg2MyA3LjU2Ni0xLjgyNiA0LjI2MSw0LjE3NSA4LjUyMiw4LjM0OCAxMi43ODMsMTIuNTIzIDQuMDAyLDIuNTIzIDguMDAxLDUuMDQ0IDEyLjAwMyw3LjU2NiAxMS4xMzQsNC45MTIgMjIuOTczLDMuMTIyIDMyLjg3Mi0xMi43ODQtMy4zNzktOC4yMTItMS44MTgtMTEuODM4IDUuNzQxLTE2LjY5OC0xLjk0Ni01LjQ3OS0xLjI0NS0xMS4xMzQgMS4wNDMtMTYuNDM2LTMuMzUyLTQuOTQtNS4zNTQtMTguNzQxLTIuMDg2LTIxLjkxNy03LjQ5Ni0yLjY0Ni0xMC40MzctMTAuMTc1LTEwLjk1OS0xMC4xNzUtNi44NzMsMS40MTItMTIuODMxLS44MjktMTUuNjU0LTMuNjUyLTEwLjYzNSw0LjY5NC0xOS42ODIsMi4xNTQtMjYuNjEyLTMuOTEzLTEyLjIxMSw0LjE2NC0yMy4zNjEsMS4yNzItMjkuMjItMy45MTUtOS4zNTEsMi4yOTQtMjQuMDU5LTQuNDE0LTI2LjYxMy0xMi4wMDEtNS4zNzcsMC0xMC44NzYtNi4wMDgtMTYuNjk4LTUuNDc4LTQuNzg4LDcuODc0LTYuMDQ3LDcuMTAzLTEzLjMwNSwxMy41NjYtNy40MTUsNy43MjMtNC43NzMsMjAuNzM4IDEuMDQ0LDI2Ljg3MyA5LjEzMSwzLjQ3OSAxOC4yNjIsNi45NTggMjcuMzkzLDEwLjQzNyAyMC44NzQsMS4yMDQgMjUuODY3LDEzLjE3MSAyNS41NywyNC43ODUtNy44ODMtMi4zNjMtOC4xNzgtMy42NjgtMTIuMDAzLTMuOTEzLTUuMzkyLTEuOTE0LTEwLjc4NC0zLjgyOC0xNi4xNzYtNS43NDEtMTYuODQ0LDI3LjE3Mi00MC43NDQsNDYuMjI3LTc0Ljg3OCw1NS4wNTEgNi41MjIsMy4wNzQgMTMuMDQ2LDEuOTEzIDE5LjU2OCwyLjg3IDIuMzQ5LDEuMzkyIDQuNjk2LDIuNzgyIDcuMDQ1LDQuMTc1IDEwLjE1LDIuMTMzIDE3LjMwMiw1LjMyNyAxNy4yMTksMTQuODctNi43OTEtNy41NjgtMTMuNDA2LTcuMzc1LTE4Ljc4NS0zLjY1Mi0xMC44MTcsNC41MzctMTcuMDQ2LTUuMzkyLTI1LjU2OS04LjA4OC03LjIyNC01LjIwNi0xNC4yNy0zLjAwMi0yMC42MTEsLjI2LTcuMTIyLTQuNjY4LTE1LjMwMS0yLjI4MS0yMy40ODEtMS4zMDQtMTAuMTkzLDEuMDEzLTIxLjc5NywzLjYxNi0yNi44NzMsOS4zOTItMy4zNTIsMi42NDYtNC42OTYtMS4zMDQtNC45NTctMS4wNDMtMTEuNzI5LTMuNzk2LTE2Ljk1OCw2LjUyMy0xNi45NTgsNi41MjMtMi43OC0xMS45MTkgMy4yNTktMTQuNDg5IDkuNjUzLTE2LjE3Ni00LjM0OC0yLjUyMi04LjY5Ny01LjA0NC0xMy4wNDUtNy41NjYtLjI3LTEuNDg5LTEuMjQ4LTEuNzQzIDEuMzA1LTIuMzQ5LTUuMTI5LTMuMjg1LTEwLjI1Ny0uNzQ5LTE1LjkxNSw0LjQzNSAuNTIzLTEwLjg3IDEzLjkyNy0xNy42ODMgMTkuNTY3LTE0LjA4NyA0LjA2NS0zLjAwNSAxMS40ODMtMy41MzkgMTYuOTU5LDEuMDQzIDYuMTYsNC42NTkgMTUuNDk1LDUuMjYxIDIxLjY1NSwzLjM5Mi0yLjY1OS03LjM1My0xMS4xNC0xMS43MDYtMTUuOTE2LTEyLjAwMi02LjczNC0xLjYzOC0xNC41MjYtMy45ODEtMTIuMjYyLTguMDg4LTQuMTU1LTUuOTE1LTEwLjA3My00LjA2NS0xNi42OTcsLjc4MyAyLjM3Mi0xMy40NTMgMTYuNTY2LTEyLjA4NyAyMC4zNDktOS4xMzIgMS4zNjctNC4xNDIgNS43MzMtNS4xMDkgOS4zOTMtLjc4MyA1Ljc3NSwxLjU0OCA2LjYwOSw1LjU2NiA5LjkxNSw4LjM0OSA2LjQxLDYuNTYyIDE2LjM0OSw5Ljk1IDI0LjUyNCwxMS4yMTkgNy42NDEtNC4zODYgMTYuNjkzLTUuMDY2IDI1LjU2OS01LjIxOCAxLjcwMi03LjQ1NCA2LjU3OS05LjA4NyAxMy4wNDQtOS4xMzEtLjIyLTYuNjQ1IDMuMDg2LTkuNTg0IDkuMzkzLTEyLjUyNCAwLDAtOS45OTEtLjg2OS0xMC42OTctNy4zMDUtMTYuNzYtLjA4NS0yNy44MS0yLjM2OC0yOS4yMjEtMTMuMzA2LTE1LjI2LTQuODAzLTI0Ljg3My0xNi4zMDktMTguNzg1LTI4LjY5OS03LjU4NCwyLjI5My0xMi41MjEsMi40Ny0xOS4wNDYsMC0xMC41ODUsOS4yODgtMjYuOTkxLDIwLjUxNi0zNy4wNDcsMTQuMjc5LTQuNzY0LDQuOTQtMTUuOTE2LDEwLjc2OC0xNi4xNzYsMTAuNzY4LTEuMzIxLDExLjgyLTEwLjQzNywyNi4zNS0xMC40MzcsMjYuMzUtNC41MjgtMTEuMzg3LTEzLjExMi0yMy44MzQtMTIuNTIzLTM1LjA0NS0xNS4yNjMsMTkuODM4LTI0LjE3NywyNS43NC0zNi4yNjUsMzguNjk4LTkuNzkzLDEwLjA2NS0xNC44MjIsMjEuODk1LTE4LjI2NCwzNC45NiA3LjMwMSw0LjE4NSAxNi42OTgsMy40NzkgMjUuMDQ3LDUuMjE5IDIuMjY2LDIuOTY1IDEuNzM5LDEuNzM5IDIuNjA5LDIuNjA5IDguOTA1LC4xNzUgMTUuNDgsNS4wOTYgMTUuMzkzLDE0LjM0OS03Ljk0My04LjIwNi0xNS45MTQtMy4xMy0xNS45MTQtMy4xMy02LjUxOSw1LjQxMy0xNC43ODQsMi45NjktMjIuNjk5LDAtNi44NjQtNy4zMjctMTYuODcyLTExLjUxLTI1LjMwOC01LjIxOC0xMC4xNzQsOC4yODktMTQuNzYzLTQuMzc3LTMwLjUyNSw0LjQzNS0xMS4yMjIsMTAuMjA4LTI2LjgwOSwxMS4xNjItMzEuMDQ4LDQuOTU3IDAsMC03Ljc4NC0zLjA5Mi0xOC43ODQsOC42MSAzLjE0My0xOS4wMyAxNC44NzEtMTcuMjE5IDE0Ljg3MS0xNy4yMTktLjE3My0yLS4zNDctNC4wMDEtLjUyMS02LjAwMS0xLjQ3OS0uNTIzLTIuOTU2LTEuMDQ0LTQuNDM1LTEuNTY2LTcuOTE2LTMuNDk0LTE3Ljc1My0yLjYyMi0yMi4xNzcsMS4wNDMgMy4wMjUtMTIuNDY5IDE0LjYwNy0xMi41NDIgMjMuMjItMTEuMjE4IDEuNTY2LTEuNzM5IDMuMTMtMy40NzkgNC42OTYtNS4yMTgtMy41NzgtMS4zODgtMi43ODgtMy44MjYtMS44MjYtNi4yNjItNC43ODMtNC44LTguMzQ0LTUuNzYtMTQuMzUtLjc4MiAxLjg5NC0xMi4xMjcgMTMuMzktMTEuMzM2IDIxLjM5NC02LjAwMiA0LjMzOS0yLjcxNCAxMy43NDMsMi40MyAxOS44MjksNi4wMDIgMTguNTMyLDYuMjIgMzAuMDgsNy4wMjYgNDguNzg4LTE2Ljk1OSAuMTYtMTEuNDA3IC44NDUtMTUuODMxIDEwLjk1Ny0yMi42OTgtMy44NTEtNi45NjItMS43NjUtMTMuOTI0IDcuODI4LTE3LjIxOS0zLjQwMy0zLjIxNi0uNzcyLTcuOTQ5IDEuNTg2LTEyLjkxLTEzLjc0Ni0uNjE3LTI5LjE2MiwuODEyLTM5LjkzOSw0LjU2LTMuNTU5LDEwLjg3NS04LjE2NCwyMi4yNzMtMTUuOTE0LDI5LjQ4MiAuMTc1LTI4LjMyNi0xNi4xNDgtNDguNDA0LTM2LjAwNC02OS42Ni0yMi43OC0xNC45MjQtMzIuODY5LTQ0Ljk3LTM0LjcwMS01NC43ODktNC4xODgsMTAuOTk3LTcuMDQ0LDEyLjc4NC03LjA0NCwxMy4wNDQtNS4wNjQsNS40OTgtMS42MjIsMTguMDAyLTEyLjA5NiwxOC4yNjQtOS43NzU4LDExLjk2LTIxLjU2MDMsNC45NTctMjEuNTYwMyw0Ljk1NyAxMS4xNTUyLTEuNTU0IDEzLjA1NjQtNi4wNzYgMTUuMTMyMi0xMy41NjctNi45ODc1LTEuNjQ3LS44Nzk4LTcuNDgzIDIuNjA5LTkuNjU0IDIuMTY4MS0uNDE5IDcuNjU0MS0xNC4yODIgMTEuMjE5MS0xMy44MjcgMS40NzgtMTMuNjU0IDIuOTU3LTI3LjMwOSA0LjQzNS00MC45NjItOC45NzQtMy43MjgtMTQuOTc5Mi05LjU1My0xNC4zNDk1LTE5LjU2OC0zLjMxNjMtNC4yNjItNS41ODQ3LTEwLjQ0Mi0xLjA0MzctMTIuNzg0LTEuOTkyOS01LjEzNC00LjMzNDktMTAuNzkyLTExLjc0MDYtMTIuNzg0IDE3LjE2NzgtMi45NzggMTkuMzE5OCw3LjQ4NiAyMy43NDE4LDguMzQ5IDUuMDQ1LDMuMDE4IDguNTE4LDIwLjM1MyAxNC42MTEsMjkuNDgyLTQuNjMtMTQuOTY3LTIuMjc2LTI1LjA0NyAyLjM0OC0zOC4wOTIgLjAxMy03LjA0OS0yLjk0My0xMy45MjEtOS45MTQtMTguMDAzIDE0LjY2Ni0uMzQ4IDIwLjYxMSwxNC44NzIgMjEuMTMyLDE1LjM5NSA5LjI1MywxMi4wNDUtMy4yMzMsMjAuNDE1IC43ODMsMjUuODI4IDIuODctMi4xNzQgNC4zNDQtNy4xNDMgOC42MS02LjUyMiAzLjU3MS0zLjkwNiA2LjI3Mi04LjE2NCA2LjAwMS0xNi45NTkgOC45ODcsNS4xMjYgNi44LDEyLjY5NCAzLjkxMywyMC4wOSAuNTM1LDExLjA2NS0xLjAyNSwxNC4wOTYtOC4zNDgsMTguMDAyLTcuMzM0LDQuMzY1LTguNyw3Ljk3OS03LjgyNywxMy4zMDUgOC45MDUsOS41MTcgMTAuNjk3LDM4Ljg3NSAxMC42OTcsMzguODc1IDguOTY0LDIuNzAxIDEyLjIzNiwxMC40MzMgMTEuNzQsMTYuNjk3IDguNDY4LS43NTYgMTYuMTg0LDUuODAyIDE3LjQ4LDExLjc0MiA1LjAwNS00LjY5OSAxMi4wNjEtLjMyNSAxNi45NTksNC42OTYgMS43MjctMi42MTkgNS4zOTctMy44MzQgOS4zOTMtMi4zNDktLjAwOS00LjYwMyAyLjU3OS03LjQ3OCA2Ljc4Mi0xMS4yMTgtMTAuMTI2LTcuODU3LTEyLjkxMy0yNy4yNjgtMS41NjQtMzcuODMyLTIuMjctMTQuMjI4IDIuMDU4LTI3LjY0OCA5LjM5Mi0yOS4yMi0yLjM3MS0xNS41OTUgNi45NTYtMjAuNTQxIDEwLjY5Ny0yNC4yNjQtMi40NDUtNy4xNTggNS40NjQtMjAuMjY1IDkuOTE0LTIwLjM1LTQuNDUzLTcuNDIgMy44MDEtMjAuOTU2IDEwLjQzNy0yMS45MTYgMC0uMjYxLTQuNDM2LTEwLjQzNi00LjQzNi0xMC40MzYgMCwwLTIxLjI1MSwzLjE5LTI1LjA0NiwyMi42OTgtMi42MTktNC4wNTYtNS4yMTktMTAuMTc1LTUuMjE5LTEwLjE3NSAwLDAtOC40ODYsMjIuNzAxLTguNzQ4LDIyLjE4LTcuMzMtNC40NS00LjAzNS0xNS4zOTYtNC4wMzUtMTUuMzk2LTUuMzE4LTUuODI0LTQuMzQ5LTEzLjIxOS02LjUyNC0xOS44MjktMTkuOTE1LS44NjktMzkuODMtMS43MzktNTkuNzQ2LTIuNjA5IDAsMCA2Ljc4MywxMi41MjQgNi43ODMsMTIuMjYzLTcuMDY5LC4xMzItNDEuNTg5LTI5LjM5Mi00OC4yNjYyLTU0LjUyODcgMTcuNjkzMiwxMy44OTUzIDM2LjU2NjIsMTcuNTc4NSA1Ni42MTYyLDIxLjY1NDgtNS4zMDUsMi42MDg5LTEwLjYxLDUuMjE3OS0xNS45MTYsNy44MjY5IDU0Ljk4Nyw0LjcxMyAxMTEuOTI4LTUuNDc5IDExMS42NjYtNS43NC02LjE1Mi0xMi44Mjg2LTI2LjM1MS0xMi43ODM4LTI2LjM1MS0xMi43ODM4IDAsMi44Njk5IDAsNS43Mzk4IDAsOC42MDk3LTEuODI2LTEuMzA0NC0zLjY1Mi0yLjYwOS01LjQ3OS0zLjkxMzQtLjA4NiwyLjE3NDEtLjE3Myw0LjM0ODQtLjI2LDYuNTIyNS0xLjM5Mi0uOTU2Ni0yLjc4My0xLjkxMzMtNC4xNzUtMi44Njk4LS40MzQsMS44MjYyLS44NywzLjY1MjgtMS4zMDQsNS40Nzg4LTEuMzkyLS45NTctMi43ODMtMS45MTMtNC4xNzUtMi44Ny0uNjA5LDEuNjUyLTEuMjE3LDMuMzA1LTEuODI2LDQuOTU3LTEuNTY2LTEuMjE3LTMuMTMtMi40MzUtNC42OTYtMy42NTIgMCwwLTMuOTE0LS4wMDEtNC4xNzUtLjUyMi0yLjU1NC0xMy4wNDg2LTE0Ljg3Mi0xMy4zMDYyLTE0Ljg3Mi0xMy4zMDYyLTE0LjQ1OC0xLjg2MTItMjUuNzQzLDEuMjE3Ni0zOC42MTMsMS44MjYzIDE4LjkwMS0yMy43MTEyIDQ0Ljg2OS0yMS41MDA1IDY5LjY2MS0yNC4wMDI5IDEuODA3LTEwLjU0MjggMTEuMDc1LTEzLjYyMjggMjEuOTE1LTE1LjEzMjMgMCwwIDUwLjg3NiwyLjYwOSA1MS4xMzcsMi42MDkgNi41NDUtOC42NDA4IDI2Ljg3My0xMi4yNjIzIDI2Ljg3My0xMi4yNjIzIDcuMTMxLTMuNTY1NyAxNS4wNDgtMi4wMjU0IDIxLjM5NC0xMC42OTctMS42NTYsMTEuODQ0My0xLjc0LDE0LjI2MjctMi42MDksMjEuMzk0IDIuMTc1LC4yNjA5IDQuMzQ4LC41MjE2IDYuNTIzLC43ODI2LTUuOTE0LDMuODI2NC0xMy43OTEsOS4yMjQtMTkuNzA2LDEzLjA1MDYtNi41ODQsOS45NzMzLTUuMzEyLDEwLjEyNzYtMi40NzEsMTUuMzg3NiAyLDMuNDc4NyA0LjAwMSw2Ljk1NzUgNi4wMDEsMTAuNDM2MiAxMC4xNDUsMy4xMjUzIDE3LjU0MSw3LjQyODcgMTkuODI5LDE0LjA4ODQtMTAuOTc0LTEuMzE1LTE4Ljk2MiwuNzI3LTE4Ljc4NSw1LjQ3OSAuMjE2LDMuNDk5IDguNTQ3LDUuMDU3IDExLjkzOSw3LjE0NCA2LjMwMSw1LjkwNiA4LjM2OSwxMS4xMDcgOC42NzIsMTguNDI0LTguMDg4LS40MzQtMTguNjQ2LTEyLjUxMy0yNC4yNjQtMS4zMDQtMi42ODEsNS40ODMgLjI4MywxMi45MDggNy4zMDUsMTUuMzkzIDEyLjg3OSwzLjUyOSAxNC4wODgsMjEuMTMzIDEzLjgyNywyMS4xMzMtLjI2LDAtMjguMjkxLTE4LjcwOS0yNi44NzktMS4yNDItLjQ2OCw3LjcxNiAzLjEyMyw5LjQzMiA2LjAwOCwxMS42NzggOC4zOTgsMy4xMDEgMTUuNTYyLDYuNzMxIDE0LjYxLDE1LjY1NC0xMi4wODEtNC4zNTItMTcuODExLS45MzktMTkuMzA2LDYuMDAxIDEuNTY2LDQuNTIyIDMuMTMsOS4wNDQgNC42OTYsMTMuNTY3IDE2LjM0OS0zLjMwNiAzMi43LTYuNjA5IDQ5LjA1LTkuOTE1IDcuMTQ1LTYuNTExIDEwLjM2My0xNy4zNDEgOS42NTItMjguOTU5IC44NTMtMTcuMzA2LTUuMzYzLTMyLjY1IDE2LjY5OC01MS45MiA0NS45OTctMzguMzI5OCA5Mi43OC02OC40MTIgMTQ1LjA2Mi05Ny4zMTYtMTAuNjA1LDE3LjY3NDEtMTguMjM3LDUwLjYwOTEgOS41MTgsNTIuNzA0OCA4LjkwMiwuMTMxOSAxMDYuNTgyLTQwLjk2NDIgMTA2LjU4Mi00MC45NjQyLTMzLjk2MSwyNC43ODU2LTczLjAzMSw1OS4zOS0yNy42NTUsNzQuMzU2NC00MS42MzIsMTIuOTYxLTc2LjE2Miw1NS4wNTktNDUuOTE5LDg4Ljk2OC0yMS42MDItNi4xNTItNDkuOTQ0LDcuNzcxLTU1LjA1LDIzLjQ4MSAyNC41NzMtLjE4MyA0Ni43ODktMS41NDIgNzAuMTgzLDYuNTIyIDAsMCA2NS4yMTYsMTIuOTk0IDY5LjY1OS0xNS42NTMtMzQuODMxLDcuNDg3LTYwLjY1Myw0LjAyNS02MS44MzItMjcuMzk1IC4zMDMtMjYuOTQ0IDQwLjc4Ni00Mi4xMDQgNzUuMjU5LTIxLjkxNiAzLjU2NS03LjMwNSA3LjAxMS0xNC42MTEgMTAuNTc3LTIxLjkxNi0xMi42MSwxLjU2LTIzLjk5NSwzLjY5OC0zNy4wNDUsLjY0OCAyNi41MzEtMjUuMTczIDUxLjQ5MS00OS45NTI2IDc0LjA5NC03Ny44NzQ1eiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTY2NS44NDYsMTkzLjQxN2MuMzUzLDExLjE3NC0zMy4xODEsMTQuMDU5LTM1LjI4NiwxLjU4OC0xLjA3MS02LjM0OSAxNi43NjItMTcuNDY2IDM1LjI4Ni0xLjU4OHoiLz4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0ibTcxNS45NTYsMTE2LjI1MWMwLDAtMi4xMzYsMjUuOTE1LTUuMjY4LDMxLjE4NCIvPg0KPC9nPg0KPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNzI1IiBkPSJtNzAzLjg1MywxMTcuNjc1YzAsLjE0Mi0xMC44MjIsMjkuMTkxLTEwLjgyMiwyOS4xOTEiLz4NCjxnIHN0cm9rZS13aWR0aD0iMS43MjMiPg0KPGcgZmlsbD0ibm9uZSI+DQo8cGF0aCBkPSJtNjgyLjQ3MiwxNjguODM4YzIuMTY3LDEuNjg2IDEwLjUzOSw2LjE1NCAxNi4wNjksMTYuNDk2Ii8+DQo8cGF0aCBkPSJtNjY2LjAyLDE5My40NzJjMCwwIDEwLjIwOCwxOS4zMjMgMi45NDcsMjQuNzMyIi8+DQo8cGF0aCBkPSJtNTUyLjA2MSwyNDMuNDA4YzE1LjM4LTEuODUxIDM3LjQ0OSwzMi4zMjMgNDguNjk4LDM5LjAxNiIvPg0KPHBhdGggZD0ibTY2Ni4xMTgsNDMwLjM3MmMwLDAtNi40MDgsNC42OTgtMi45OSwxMC44MjIiLz4NCjxwYXRoIGQ9Im01NTguNDY5LDQzNi4wNjdjMCwwIDcuNjg4LDIuMTM2IDYuODM1LDguNTQ0Ii8+DQo8cGF0aCBkPSJtNTQyLjk0OCw0MTMuNzEyYzAsMCA1LjU1Myw1LjgzOSAxLjg1MSwxMC42NzkiLz4NCjxwYXRoIGQ9Im01NTEuNzc2LDM5MS4yMTRjMCwwIDcuNDA0LDMuNTU5LTEuNDI0LDkuNjgzIi8+DQo8cGF0aCBkPSJtNDU4Ljc5Myw0MzAuMDg3YzAsMC02LjQwOCw1LjQxMS0xLjcwOCwxMS41MzUiLz4NCjxwYXRoIGQ9Im0zNDkuNTc3LDQzMS42NTRjMCwwIDExLjY3NywuNTY5IDcuNTQ3LDkuMzk3Ii8+DQo8cGF0aCBkPSJtMzQwLjg5MSw0MTIuMDAzYzAsMCAzLjkwMSw3LjIzLTMuNjQ2LDkuMjIzIi8+DQo8cGF0aCBkPSJtMzU1LjU1NywzODcuOTM4YzAsMCAzLjg0Niw3LjY4OS0zLjU2LDguNjg2Ii8+DQo8cGF0aCBkPSJtMzQ3LjE1Niw0MjkuOTQ1YzAsMCAxMS4yNDktOS42ODMgMTYuNTE4LTQuNTU3IDUuMjY4LDUuMTI2IDI3LjYyNC00LjQxMyAyNy42MjQtNC40MTMiLz4NCjxwYXRoIGQ9Im0zOTguOTg4LDQwNi41OTJsLTE4LjUxMSw5LjY4MiIvPg0KPHBhdGggZD0ibTQyNS4wNDYsNDAxLjMyNGMwLDAgMTMuNjY5LDE0LjY2NyAyMy42MzctMy4xMzQiLz4NCjxwYXRoIGQ9Im00MzguMjg5LDM5Mi4wNjdjOS4yNTUsNy40MDQgNS40NjMsMTEuODQxIDM0LjUxMy03LjY2NiIvPg0KPHBhdGggZD0ibTQ0Ny4xMTcsMzc5LjY3OWMwLDAgMjQuNzc2LDIuNTY0IDI1LjkxNSw0LjQxNSAyLjg0OS0yLjk5MSAyNC45NzItMjAuOTExLTIuMjI1LTIzLjQ3My00LjU1NSwxOC42NTQtMjMuMjYzLDE5LjM0My0yMy42OSwxOS4wNTh6Ii8+DQo8cGF0aCBkPSJtMTUyLjQyNyw0MzUuMTE2YzAsMCA5LjEyMywxLjMzNiAzLjc4Miw4LjY3OCIvPg0KPHBhdGggZD0ibTE0OC40MjIsNDE3Ljc1OWMwLDAgNi42NzUsNC4yMjktLjg5LDkuNzkxIi8+DQo8cGF0aCBkPSJtMTU4Ljg4MSwzOTkuMjljMCwwIDMuMTE1LDguMDEtNy4zNDQsNi44OTgiLz4NCjxwYXRoIGQ9Im0xNTIuMjA0LDQyOS4xMDhjMCwwIDEyLjY4NS0xMC40NTkgMTkuMzYtNC4wMDUgNi40NTQsMi4yMjYgMTAuMDEzLDEuNzggMTAuMDEzLDEuNzgiLz4NCjxwYXRoIGQ9Im0yNjYuMzU4LDQyOC40NDFjLS4yMjMsMC0zLjc4Myw3LjU2NS0uNjY3LDExLjM0NyIvPg0KPHBhdGggZD0ibTE1My4zMTgsNDExLjk3NGM4LjAxLS40NDUgOS43MzUsMy4xNzIgMTcuMDIzLDMuMTcyIDguMzk2LC4yNTYgMTYuNTc3LTMuMTcyIDI3LjI1OS02LjA2NSIvPg0KPHBhdGggZD0ibTk5LjAyMjEsMTcxLjIwNWMwLDAgNS4xMTc5LDIuNDQ4IDEwLjAxMzktNS4xMTciLz4NCjxwYXRoIGQ9Im05NS45MDY4LDI2Ny4zMzRjMCwwIDguMjMzMiwyLjQ0OCA2Ljg5ODIsOC42NzkiLz4NCjxwYXRoIGQ9Im0xMjcuNzI3LDE1Ny40MDljMCwwIDAsNC44OTUgMTAuMjM2LTIuNjciLz4NCjxwYXRoIGQ9Im0xMzguODU0LDE4MC41NTJjMCwwLTcuNzg5LDIwLjkxNyAxLjU1NywyNS44MTEiLz4NCjxwYXRoIGQ9Im0xNDguMTk5LDE3NC43NjZjMCwwIDQuMDA1LDguNjc5IDkuNTY5LDMuNzgzIi8+DQo8cGF0aCBkPSJtMTM5Ljc0NCwxMTkuODAzbC02LjQ1NC0xMC40NTggNS43ODYtMi4wMDMiLz4NCjxwYXRoIGQ9Im0yMDQuMDUzLDY2LjYyMDVjMCwwIDYuMjMsNy43ODgxIDYuNDUyLDEyLjIzODUgLjIyMyw0LjQ1MDUtNC42NzIsNy43ODg1LTQuNjcyLDcuNzg4NSIvPg0KPHBhdGggZD0ibTE5OS42MDEsNzYuMTg4OGMwLDAtMS4zMzQsNC42NzI4LTEuNzc5LDcuNzg4MyAwLDIuMjI1Mi03LjEyMiw1LjExODEtNy4xMjIsNS4xMTgxIi8+DQo8cGF0aCBkPSJtMjg0LjgyOCw1My4wNDY2Yy4yMjIsLjIyMjUtLjg5MSw2LjIzMDUtNC4yMjksOS43OTEiLz4NCjxwYXRoIGQ9Im0yMjMuODU3LDY5LjczNTdjMCwwIDEyLjkwNi0zLjMzNzggMTUuNTc2LS40NDUgNi40NTMsLjQ0NDkgMTguNDcsMy4zMzc4IDE4LjQ3LDMuMzM3OCAwLDAgMTEuNTctMS41NTc2IDE1LjM1NC00LjIyNzkiLz4NCjxwYXRoIGQ9Im0yMzAuNzU1LDY4LjYyMzJjLTEuNTU3LDUuMTE3OSAxMC42NzksMjAuMjQ5NCAyMS44MDcsMi4wMDI2Ii8+DQo8L2c+DQo8cGF0aCBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMjM0Ljc2MSw2OC4xNzgxbDEyLjAxNiwyLjIyNTNjMCwwLTguNDU2LDExLjM0ODYtMTIuMDE2LTIuMjI1M3oiLz4NCjxnIGZpbGw9Im5vbmUiPg0KPHBhdGggc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJtMjUxLjAwNCwxMDEuNzc5bDE1LjgsMzAuMjYzIDcuNTY1LTExLjM0OSA0LjAwNiw3Ljc4OCA2LjQ1My0xMS4zNDggMTEuMTI2LDcuMTItNC4yMjgtMTMuNzk2IDkuMzQ1LS42NjdjMCwwLTIuNDQ4LTYuNjc2LTEwLjkwNC04LjAxMSAyLjIyNi0xLjc4MDMgMTAuMDE0LTYuODk4MyAxMC4wMTQtNi44OTgzIDAsMC00LjQ0OS01LjExOC0xMS4zNDgtNS4zNDA2IDIuMjI1LTIuNDQ3NiA1LjM0LTguNDU1OCA1LjExOC04LjQ1NTgtLjIyMiwwLTYuODk5LTEuNTU3Ni02Ljg5OS0xLjU1NzYgMCwwIDE1LjgsNS4xMTc5IDI4LjAzOC0yLjAwMjciLz4NCjxwYXRoIGQ9Im0xOTkuMzYsMTIyLjgzNGwyNC4yNzQtLjM2MWM3LjcyMy0uMTE1IDIwLjQ0Mi0xMC44MTkgMzQuNjg0LTcuNDgxIi8+DQo8cGF0aCBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMjAyLjk0LDEyMi4yNTFjMC0uMjIzIDEuNzgtNC42NzMgMS43OC00LjY3M2wxLjc4LDQuMjI4IDIuMjI2LC4yMjIgNC40NDktMy43ODMgMS43ODEsNC4wMDZoMi4wMDJsMi42Ny01LjM0MSAyLjQ0OCw1LjM0MSA0Ljg5Ni04LjIzMyA0Ljg5Niw2LjAwOCAxLjc3OS03LjM0NCA0LjY3NCw0LjY3MyAyLjIyNC02LjIzIDQuNjc0LDQuMDA1IDIuMjI1LTUuMzQgMi40NDgsNC44OTUiLz4NCjxwYXRoIGQ9Im0zMDQuMTg4LDczLjc0MTFjMCwwLTEyLjQ2My0uNDQ1MS0xMS41NzMtNS4zNDA1IC44OTItNS41NjMgMTMuMTMtOS41Njg0IDEzLjEzLTkuNTY4NCAwLDAgMTYuMjQzLTEwLjQ1ODUgMTguNjkxLTE0LjAxODkiLz4NCjxwYXRoIGQ9Im0zMDcuMDc5LDUyLjYwMTVjMCwwIDQuMDA2LTQuMDA1MyAxMC42ODItMi4wMDI2Ii8+DQo8cGF0aCBkPSJtMjA3LjYxMiwyNzguNjgzYzAsMC0xLjU1Nyw3Ljc4OCA5LjM0NiwyMy4zNjUtMy4xMTUsMTcuMzU2IDEzLjE5NSwzMC45OTYgMTkuNjQ5LDMzLjIyMSIvPg0KPHBhdGggZD0ibTE1MS45MTcsMjQ3LjU0OGMtMTIuMjM4LDYuODk5IDYuOTY0LDUwLjQ5NCA2NS4wNDEsNTQuNzIyIi8+DQo8cGF0aCBkPSJtMTk4LjQ0MiwyODAuNzg5YzAsMCA0LjA1MiwxMi44MDMgLjcxNCwxOC44MTIiLz4NCjxwYXRoIGQ9Im0xODEuNzM0LDI3Ni4yYzAsMC00LjgyOSw5LjM4Mi01Ljk0MiwxMy44MzIiLz4NCjxwYXRoIGQ9Im0xNjQuMjc1LDI2NC41MjdjMCwwLTMuNjE1LDcuNzAzLTguMDY2LDkuOTI5Ii8+DQo8cGF0aCBkPSJtMzcwLjI3NiwyMDYuMzYzYzAsMCAxNS41NzYtLjIyMiAzMS4xNTMtNDIuNTAxIDE1LjM1NC01Ny44NTUgMTM3LjA3My0xMjIuMzg2NSAxMzkuNTIxLTEzNC40MDI3Ii8+DQo8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Im00MTQuNjE4LDEzOC4xMzhjMjIuODY3LTEyLjY5MyA5My40NzYtMzguNTc0OSAxNDAuNTc0LTU3LjU2MTIiLz4NCjxwYXRoIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Im02NTEuNzI4LDQyLjg2MDFjMCwwLTIxNi4xOTMsMTAxLjAxNTktMjE5LjM0LDEwNi4zNjY5IDM2LjUwNS0xMS4wMTYgMTkxLjMzMy0zNi44MiAxOTUuMTEtMzQuNjE3LTkuMTI2LDIuMjAzLTE5Ni45OTgsNDUuMzE1LTIwNS44MSw1NS43MDEgNDYuODg5LTEuNTc0IDE0NS4wNzUsMTUuMTA1IDE2MC40OTQsMzEuMTU0LTMzLjM1OC03LjU1Mi0xMzMuMTE1LTIyLjM0My0xNjMuNjQtMTUuNzM1IDIyLjM0NCw1LjM1MSAxMDcuOTM5LDYwLjczNyAxMDcuOTM5LDY5LjU0OC0xMi45MDItMTIuMjcyLTExNS44MDctNTQuNzU3LTExOS44OTctNTAuNjY1IDIzLjYsMTQuMTYxIDU2Ljk2LDY2LjcxNCA1Ni45NTgsNzkuNjE3LTYuOTIzLTExLjAxNC02Ni40LTc0Ljg5OC02OS44NjEtNzAuODA3IDYuMjk0LDguODEzIDE4Ljc2Niw4NC4yMjIgMTIuMzksODcuNzE3IDAtOS4xMjYtMjMuMDktNzUuMTI5LTI0Ljk3OC03Ny4wMTctNC43MjEsMS4yNTgtMzQuMTUyLDgwLjUyOC0yOC4zMjEsODcuODk5LTMuNzc2LTI2LjQzMyAuNjI4LTgxLjYwNCA3Ljg2Ni03OS40MDItMTIuOTAxLDEuODg4LTU0LjA3OCw1Ni4xOC00OS42NzMsNjQuNjc3IDEuMjU5LTEzLjUzMiAzLjEtMjIuNTA3IDI2LjM4Ni02Ny41MDktMjUuODA1LDEuNTcyLTc5LjMwMiwzNS4yNDYtODguNDMsNDcuMjA0IDcuMjM5LTIxLjM5OCA1Mi41NTUtNTcuNTkgNzIuMzgxLTYwLjEwNyIvPg0KPHBhdGggZD0ibTI0OS4yOCwxMjMuMjEybDEyLjk3NSwuMTYxIi8+DQo8cGF0aCBkPSJtMTk4LjAyNSw5OS41MTkyYzAsMCA4LjcyMiwzLjMzNzggMjYuODEyLTEwLjk4MzUiLz4NCjxwYXRoIGQ9Im0yNTYuMjgsMjY0LjA1NWMtNS4xNjgtNi42NzYgMy44NzYtMTA5LjE4OCAyMy4wNDQtMTM1Ljg5My02LjY3Niw0OC4yNDEgMTUuNTA2LDk3LjU1OCAyMS4xMDUsOTcuMzQzIi8+DQo8cGF0aCBkPSJtMjUzLjI2NCwxMzMuMTE1YzAsMCA5LjA0Niw5LjkwNyAxOS4zODQsOC4xODQiLz4NCjxwYXRoIGQ9Im0yNDMuMTQ0LDE1NS43MjhjMCwwIDQuNTIyLDcuNzUzIDIxLjc1MSw5LjA0NSIvPg0KPHBhdGggZD0ibTIzMy4xODcsMTc2LjExOGMwLDAgMTEuNjc5LDE0LjI4MyAyNy40LDEyLjEzIi8+DQo8cGF0aCBkPSJtMjIyLjY4NCwyMDAuNTIzYzAsMCAzLjIyOSwxMC41NTMgMzQuMjQzLDExLjE5OSIvPg0KPHBhdGggZD0ibTIxMy42MzgsMjMwLjI0NGMwLDAgMTQuNDMsMTIuOTIgNDEuNTY2LDguODI5Ii8+DQo8cGF0aCBkPSJtMjE1LjE0NiwyNjcuNTAxYzAsMCAxOC41MiwxMC4zMzcgNDEuMzQ5LTMuNjYxIi8+DQo8cGF0aCBkPSJtNTI4LjQ5NywyMjcuMDEzYzAsMC0xMi45MjIsMTAuOTg0LS44NjIsMjguNjQzLTQwLjA1OC0uNjQ1LTYxLjU5MiwxNy44NzUtNjMuMzE1LDMwLjM2NS01MS4wNDEtMy42Ni00MS43OCwxMS40MTYtNTguMzY0LDE2LjM2OC0yMi4xODItMTguNTIxLTU0LjcwMi04LjE4My01Mi41NDgsMTAuMzM3LTE0Ljg2MS0yMC44OS0zNy42ODgtMTAuNzY3LTQwLjQ4Ny01LjU5OS0yLjgsNS4xNjktMS43MjMtMjUuNjI4LTEuNzIzLTI1LjYyOCAwLDAtMTQuODYsNi42NzctMjUuMTk5LDE4Ljk1MiAuMjE3LTguMTgzIDAtMjEuNTM2IDAtMjUuODQzLTEyLjQxOCwyLjUxMi0yNC40MDcsMi42NTQtMzcuMjU3LDIuMzY5Ii8+DQo8cGF0aCBkPSJtMjU5Ljk5MiwyNzcuMDljLS4yMTYsMC0yMS4zNzIsMzMuMjY4IDExLjc5NCw0Mi4wOTgiLz4NCjxwYXRoIGQ9Im0zMTAuNzY4LDI5Ni43OWMwLDAtNS4zODUsMi41ODQtNy4zMjMsMi4xNTMtNi40NjEsMS41MDgtNS4xNywxNi41ODQgMy4wMTQsMTUuNzIyIDIuNzk5LTMuMjMgNS44MTUtNy43NTMgNS44MTUtNy43NTMiLz4NCjxwYXRoIGQ9Im0yOTkuMTM3LDMwNS44MzVjMCwwLTIuMzY4LDMuMjMyLTYuMDMtLjIxNS0xLjkzOS0zLjQ0NS04LjgyOSwxNS41MDcgMy4yMzEsMTYuMTUyIDIuMTUzLTUuNiA4LjgzLTcuMTA3IDguODMtNy4xMDciLz4NCjxwYXRoIGQ9Im0yODkuMjMsMzEyLjk0MWMtOS40NzYtLjY0Ni0xNC42NDQsMjAuMjQ1IDMuNjYyLDcuMTEiLz4NCjxwYXRoIGQ9Im0yODIuNTU0LDMxNS45NThjMCwwLTEwLjU1My04LjE4NC0xMC4xMjEsMy4yMy0uMjE3LDcuMTA2IDMuMjI5LDguODI5IDMuMjI5LDguODI5IC40Myw1LjE2OSA0Ljk1NCwxMi40OSA4LjYxNCw1LjgxNSAxLjUwOC02LjQ2MS0xLjA3Ni05LjI2MS0xLjA3Ni05LjI2MSIvPg0KPHBhdGggZD0ibTIyNy4yMDYsMzg4LjMxOGMtLjIxNSwwIDEuNzIzLDE0LjIxNSAxMS42MywzLjQ0NiA2Ljg5MS0xNC40MjggMjguNjQzLTU1LjEzMiAzMy41OTctNjkuMTMxIi8+DQo8cGF0aCBkPSJtMjU3LjM1NywzMTEuNDM1YzAsMC0xNS4yOTEsNC4zMDctOS40NzYsMjIuMzk3IDguODI5LDcuMTA4IDE3LjQ0NCw2LjAzIDE3LjQ0NCw2LjAzIi8+DQo8cGF0aCBkPSJtMjQ2LjE1OCwzNDguMDQ3YzAsMCAxMC4zMzcsNC41MjIgMTMuNzgzLDIuNzk5Ii8+DQo8cGF0aCBkPSJtMjM4LjMwMywzNjUuNzc2YzAsMCA0LjYyNCw4LjExNCAxMS4wODYsNS4zMTMiLz4NCjxwYXRoIGQ9Im0zMjAuNDU5LDMwMS45NTljMCwwIDEuMjkxLDIxLjc1MS01LjE2OSwyOS41MDQtNi40NjIsNy43NTMgMS41MTMsMjMuODU2IDEuNTEzLDIzLjg1NiIvPg0KPHBhdGggZD0ibTMzNi44MjYsMzAwLjg4MmMuMjE1LC40MyA0LjA5MSwzNC42NzMtNC41MjQsNDQuMzY0Ii8+DQo8cGF0aCBkPSJtMzY5Ljc3NiwyOTMuOTkxYzAsMCAxMi42MzYsMjQuNDQ5LS4wNzEsMzYuNTA5Ii8+DQo8cGF0aCBkPSJtNDA1Ljk1NiwzMDEuNTI3YzAsMC03LjMyMywyMS43NTMtMTcuNjYsMjkuMDc0Ii8+DQo8cGF0aCBkPSJtNDQxLjkyMiwzMDIuMzg5YzAsMC0zNC4wMjgsNTguMTQ4IDI4Ljg1OCw1OC4xNDgiLz4NCjxwYXRoIGQ9Im0zOTUuNjE5LDMyMy4wNjNjMC0uMjE1IDM0Ljg0NSwuMDk3IDM3LjIxMyw2LjU1NyIvPg0KPHBhdGggZD0ibTQwNy4wMzMsMzU5LjI0NmMuNDMxLS40MzIgMjQuOTgyLTIuODAxIDI5LjUwNS0xMS42MzEiLz4NCjxwYXRoIGQ9Im00MzYuNTYzLDM3Mi40NThjLjIxNiwwIDE1LjA1LTguOTA1IDEyLjAzNi0xNS4xNTIiLz4NCjxwYXRoIGQ9Im00MzUuMjQ2LDI4NS44MDZjMS43MjIsMjIuNjEzLTI2LjA1OSwzNS41MzUtMzcuMDQzLDMzLjM4MiIvPg0KPHBhdGggZD0ibTQzMy4wOTMsMjk5LjM3NGMwLDAgMTkuMzgzLDkuNDc2IDM1Ljk2NC01LjgxNSIvPg0KPHBhdGggZD0ibTQ2NC41MzUsMjg2LjIzOGMwLDAgNy4zMjMsMTMuMTM2IDE2LjE1MiwxMi4yNzUgMTEuNjI5LTMuNDQ2IDE1LjkzNiwzLjY2MSAxNS45MzYsMy42NjEiLz4NCjxwYXRoIGQ9Im01MTMuNDIyLDI1Ni4wODdjMCwwLS44NjIsMzIuNzM1IDQ1LjIyNSwzOS40MSA1MS40NzIsMTQuMjE1IDc1LjgwNyw2LjY3NyA3OC44MjMsNjQuMzk0LTEuOTM4LDIxLjk2Ny00LjY2OCw0Ni43NzgtMjAuNjA0LDM3LjMwMSIvPg0KPHBhdGggZD0ibTYyMi42MSwzODAuNTY1YzAsMCA3LjYwNyw2LjM5MSAxMi43NzYtMi4wMDciLz4NCjxwYXRoIGQ9Im02MjMuNjE4LDM2My42MjhjMCwwIDkuMzk5LDEuNjk3IDEzLjcwNi03LjM0NyIvPg0KPHBhdGggZD0ibTYyMC45ODIsMzQxLjY4N2MwLDAgMTAuMTY3LDIuNTM0IDEzLjM5Ny00LjE0MyIvPg0KPHBhdGggZD0ibTYyMS4zMTcsMzE0Ljg4YzAsMC03LjcyNywxNS4xMjYtMTAuNTI2LDE2LjYzNCIvPg0KPHBhdGggZD0ibTYwMS4yODksMzA1LjE5YzAsMCAuNDMyLDE2LjE1MS02LjQ2LDIyLjYxMiIvPg0KPHBhdGggZD0ibTU3OS41MzgsMzAxLjMxMmMwLDAtLjIxNSwxMy4zNTMtMTEuMTk5LDIyLjYxMyIvPg0KPHBhdGggZD0ibTUzOS4wNSwzMTkuODM0Yy4yMTUtLjIxNiAxNy42NTktMTkuMzgzIDEzLjEzNy0yNS4xOTgiLz4NCjxwYXRoIGQ9Im01MzMuMjM1LDI4Ni44ODNjMCwwLTIuMjk5LDE4LjQ1My0yMC44MiwyMS4yNTIiLz4NCjxwYXRoIGQ9Im0yNTQuODY2LDI1MC45NzljMCwwIDM1LjY1Ny0yMS4zODEgMzcuNTk1LTM3LjEwMiIvPg0KPHBhdGggZD0ibTI1Ni4wNjUsMjMyLjM5N2MwLS4yMTUgMjIuMzMtNS42OTMgMzEuNTkxLTMwLjI0NCIvPg0KPHBhdGggZD0ibTI1Ni43MSwyMTguODI5YzEuOTQsLjg2MSAyNi4zNjctMTYuNzMyIDI3LjAxNC0yOS42NTMiLz4NCjxwYXRoIGQ9Im0yNTguMjE4LDIwMy4xMDhjNy4xMDctMS45MzggMjAuMTgzLTE3Ljc1MyAyMi43NjctMjYuMTUyIi8+DQo8cGF0aCBkPSJtMjYxLjQ0OSwxODYuMDk0YzAsMCAxMC4xMjItNy4xMDcgMTcuODc1LTE3Ljg3NSIvPg0KPHBhdGggZD0ibTI2NS4zNjksMTY1LjkwNmMuMjE1LDUuODE1IDkuNDM3LTIuMDQ4IDEzLjA5OC03LjAwMiIvPg0KPHBhdGggZD0ibTI4NS4zNTQsMjI3LjY2bDQuMzA4LDUuMzgzIi8+DQo8cGF0aCBkPSJtMjc2LjI0NiwyMzYuMDQ3bDIuODYyLDQuNTM0Ii8+DQo8cGF0aCBkPSJtMjY2LjQwMywyNDQuMjQyYzAsLjIxNSAzLjQ0NSw0Ljk1NCAzLjQ0NSw0Ljk1NCIvPg0KPHBhdGggZD0ibTI2MC4zNzIsMjQ3LjY4OGMwLDAgLjIxNSw2Ljg5MSAzLjY2MSw3LjMyMSIvPg0KPHBhdGggZD0ibTI2MS44NzksMjMwLjI0NGMwLDAgMy44NzcsMTMuMTM3IDcuMzIzLDEwLjk4MiIvPg0KPHBhdGggZD0ibTI3MS43ODYsMjIzLjk5N2MuMjE1LC40MzIgNC4zMDcsMTIuMjc3IDQuMzA3LDEyLjI3NyIvPg0KPHBhdGggZD0ibTI4MC40MDEsMjE2LjAyOWw1LjE2OCwxMC4zMzgiLz4NCjxwYXRoIGQ9Im0yNzQuNTgsMjA2LjExOGMuMjE2LC4yMTUgNS42MDYsNy45NzQgNy4xMTIsNi44OTciLz4NCjxwYXRoIGQ9Im0yNjYuODMzLDIxMy4yM2MwLDAgMy4wMTUsMTEuODQ1IDUuMzgzLDEwLjc2NyIvPg0KPHBhdGggZD0ibTI1Ni41MzksMjIyLjEybDUuNTU2LDguMzM5Ii8+DQo8cGF0aCBkPSJtMjY0LjY4LDE5OS4yMzFjMCwwIDEuOTM4LDEyLjQ5MSAzLjY2LDEyLjA2MSIvPg0KPHBhdGggZD0ibTI3MS44ODQsMTkyLjExM2MwLC4yMTUgNS41MDEsMTAuNTY1IDUuOTMyLDEwLjU2NSIvPg0KPHBhdGggZD0ibTI2MC44MDIsMTkwLjYxNmMuMjE1LDAgNi4wMzEsNi42NzcgNi4wMzEsNi42NzciLz4NCjxwYXRoIGQ9Im0yNjkuNDE3LDE4MC4yNzljLjIxNSwuMjE2IDQuOTU0LDguMTg0IDQuOTU0LDguMTg0Ii8+DQo8cGF0aCBkPSJtMjcxLjc4NiwxNjUuODUxYzAsMCAwLDkuMjU5IDEuOTM4LDkuNDc2Ii8+DQo8cGF0aCBkPSJtMjY3LjI2NCwxNTguNzQzbDQuNzM3LDYuODkxIi8+DQo8L2c+DQo8L2c+DQo8L2c+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ireland */
.ireland {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDYwMCI+DQo8cGF0aCBmaWxsPSIjMDA5YjQ4IiBkPSJtMCwwaDQwMHY2MDBoLTQwMHoiLz4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00MDAsMGg0MDB2NjAwaC00MDB6Ii8+DQo8cGF0aCBmaWxsPSIjZmY3OTAwIiBkPSJtODAwLDBoNDAwdjYwMGgtNDAweiIvPg0KPC9zdmc+DQo=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*slick carousel*/
/* --- responsive image ---*/
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (min-width: 420px) {
  .img-responsive {
    width: auto;
  }
}

/* --- Slick styles overiding core slick css file where needed --- */
.slick {
  position: relative;
  padding: 0 0.8%;
}
.slick .slick__slider .slick__slide {
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin: 0 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.slick .slick__slider .slick__slide:before, .slick .slick__slider .slick__slide:after {
  content: "";
  display: table;
}
.slick .slick__slider .slick__slide:after {
  clear: both;
}
@media (min-width: 767px) {
  .slick .slick__slider .slick__slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    padding: 0 15px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 992px) {
  .slick .slick__slider .slick__slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
.slick .slick__slider .slick__slide .slide__content:before, .slick .slick__slider .slick__slide .slide__content:after {
  content: "";
  display: table;
}
.slick .slick__slider .slick__slide .slide__content:after {
  clear: both;
}
.slick .slick__slider .slick__slide .slide__content .views-field-field-image {
  padding: 0;
  margin: 0 0 15px 0;
}
.slick .slick__slider .slick__slide .slide__content .views-field-title {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.slick .slick__slider .slick__slide .slide__content .views-field-field-summary, .slick .slick__slider .slick__slide .slide__content .views-field-field-introduction {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
  color: #000000;
}
.slick .slick__slider .slick__slide .slide__content .views-field-view-node {
  position: relative;
  padding: 0;
  padding-bottom: 20px;
}
.slick .slick__arrow {
  width: 100%;
  height: 50px;
  margin-top: -25px;
  top: 40%;
  left: 0%;
  position: absolute;
}
@media (min-width: 992px) {
  .slick .slick__arrow {
    top: 28%;
  }
}
@media (min-width: 1400px) {
  .slick .slick__arrow {
    display: none;
  }
}
.slick .slick__arrow button.slick-prev {
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
@media (min-width: 1400px) {
  .slick .slick__arrow button.slick-prev {
    margin: 0;
    display: none;
  }
}
.slick .slick__arrow button.slick-next {
  float: right;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
@media (min-width: 1400px) {
  .slick .slick__arrow button.slick-next {
    margin: 0;
    display: none;
  }
}
.slick .slick__arrow button.slick-next, .slick .slick__arrow button.slick-prev {
  width: 35px;
  height: 50px;
  color: #FFFFFF;
  background-color: #54bb5b;
  border: 0;
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

/*logo, profile icon etc*/
/* --- top links ---*/
#top-links-wrap {
  position: relative;
  padding: 0 0%;
  z-index: 9999;
  /* --- social media top links ---*/
}
@media (min-width: 767px) {
  #top-links-wrap {
    width: 100%;
    position: fixed;
    margin: 0;
    padding: 0 15%;
    background-color: #FFFFFF;
  }
  #top-links-wrap:before, #top-links-wrap:after {
    content: "";
    display: table;
  }
  #top-links-wrap:after {
    clear: both;
  }
}
#top-links-wrap #top-social-links {
  width: 235px;
  position: fixed;
  top: 0;
  left: 15%;
  display: none;
}
@media (min-width: 767px) {
  #top-links-wrap #top-social-links {
    display: block;
  }
}
#top-links-wrap #top-social-links ul {
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 767px) {
  #top-links-wrap #top-social-links ul {
    left: 15%;
    margin: 0;
  }
}
#top-links-wrap #top-social-links ul li#facebook-logo a:hover {
  background-color: #3B5998;
}
#top-links-wrap #top-social-links ul li#twitter-logo a:hover {
  background-color: #55ACEE;
}
#top-links-wrap #top-social-links ul li#rss-logo a:hover {
  background-color: #c4302b;
}
#top-links-wrap #top-social-links ul li#instagram-logo a:hover {
  background-color: #125688;
}
#top-links-wrap #top-social-links ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0;
}
#top-links-wrap #top-social-links ul li:last-child {
  margin: 0 0 0 0;
}
#top-links-wrap #top-social-links ul li a {
  display: block;
  text-decoration: none;
  padding: 6px;
  border: #C1C1C1 1px solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#top-links-wrap #top-social-links ul li a:hover {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#top-links-wrap #top-social-links ul li a img {
  width: 20px;
  height: 20px;
}

/* --- account sign in and site language selector ---*/
#top-links-wrap #top-account-links {
  width: 305px;
  position: relative;
  top: 0;
  right: 0%;
  margin: 0 auto;
  z-index: 99999;
}
@media (min-width: 420px) {
  #top-links-wrap #top-account-links {
    position: fixed;
    right: 5%;
    margin: 0;
  }
}
@media (min-width: 767px) {
  #top-links-wrap #top-account-links {
    right: 1%;
  }
}
@media (min-width: 992px) {
  #top-links-wrap #top-account-links {
    right: 15%;
  }
}
#top-links-wrap #top-account-links ul > li > ul {
  display: none;
  width: 103px;
  padding: 0;
  position: absolute;
  top: 33px;
}
#top-links-wrap #top-account-links ul li > button.active > ul,
#top-links-wrap #top-account-links ul li > a.active > ul {
  display: inline-block !important;
  width: 105px;
}
#top-links-wrap #top-account-links ul > li > ul > li {
  width: 103px;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 9999;
}
#top-links-wrap #top-account-links ul > li > ul > li > a,
#top-links-wrap #top-account-links ul > li > div > section > ul > li > a {
  height: 32px;
  line-height: 32px;
  border: 1px #54bb5b solid;
  padding: 0;
}
#top-links-wrap #top-account-links ul > li > ul > li > a:hover, #top-links-wrap #top-account-links ul > li > ul > li > a:active,
#top-links-wrap #top-account-links ul > li > div > section > ul > li > a:hover,
#top-links-wrap #top-account-links ul > li > div > section > ul > li > a:active {
  border: 1px #54bb5b solid;
  background-color: #FFFFFF;
  color: #54bb5b;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#top-links-wrap #top-account-links ul > li > div.region > #current-site2 > div > ul.language-switcher-locale-url {
  width: 103px;
  padding: 0;
  position: absolute;
  top: 32px;
}
#top-links-wrap #top-account-links ul > li > div.region > #current-site2 > div > ul.language-switcher-locale-url > li {
  width: 103px;
  height: 21px;
  line-height: 32px;
  list-style: none;
  padding: 0;
}
#top-links-wrap #top-account-links ul > li > div.region > #current-site2 > div > ul.language-switcher-locale-url > li:hover > div.region > #current-site2 > ul.language-switcher-locale-url {
  width: 103px;
}
#top-links-wrap #top-account-links ul > li > div.region > #current-site2 > div > ul.language-switcher-locale-url > li:hover > div.region > #current-site2 > ul.language-switcher-locale-url li a {
  width: 100%;
  color: #FFFFFF;
  background-color: #54bb5b;
  border: 1px #54bb5b solid;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  text-transform: uppercase;
  display: block;
}
#top-links-wrap #top-account-links ul > li > div.region > #current-site2 > div > ul.language-switcher-locale-url > li:hover > div.region > #current-site2 > ul.language-switcher-locale-url li a:hover, #top-links-wrap #top-account-links ul > li > div.region > #current-site2 > div > ul.language-switcher-locale-url > li:hover > div.region > #current-site2 > ul.language-switcher-locale-url li a:active {
  border: 1px #54bb5b solid;
  background-color: #FFFFFF;
  color: #54bb5b;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#top-links-wrap #top-account-links ul {
  width: 320px;
  height: 32px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 420px) {
  #top-links-wrap #top-account-links ul {
    margin: 0;
    display: block;
  }
}
#top-links-wrap #top-account-links ul li {
  width: 103px;
  height: 32px;
  line-height: 32px;
  font-size: 11px;
  list-style: none;
  display: inline-block;
  margin: 0 0.25px 0 0;
  padding: 0;
  text-transform: uppercase;
}
#top-links-wrap #top-account-links ul li button,
#top-links-wrap #top-account-links ul li a {
  width: 100%;
  color: #FFFFFF;
  background-color: #54bb5b;
  border: 1px #54bb5b solid;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  text-transform: uppercase;
  display: block;
}
#top-links-wrap #top-account-links ul li button:focus,
#top-links-wrap #top-account-links ul li a:focus {
  outline: none;
}
#top-links-wrap #top-account-links ul li button:hover,
#top-links-wrap #top-account-links ul li a:hover {
  background-color: #FFFFFF;
  color: #54bb5b;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

#top-links-wrap #top-account-links #current-site .region-navigation,
#top-account-links2 #current-site .region-navigation {
  display: none;
}
#top-links-wrap #top-account-links #current-site:hover .region-navigation,
#top-account-links2 #current-site:hover .region-navigation {
  display: block;
}
#top-links-wrap #top-account-links #choosesite ul,
#top-account-links2 #choosesite ul {
  display: none;
}
#top-links-wrap #top-account-links #choosesite:hover ul,
#top-account-links2 #choosesite:hover ul {
  display: block;
}

/*LFHW LOGO*/
header#menu_top-bar {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 130px;
  /*padding-left: span(1);*/
  padding-right: 0%;
  background: #FFFFFF;
  position: relative;
  z-index: 9997;
  margin: 0;
  border-radius: 0;
  border: none;
  min-height: auto;
  -webkit-transition: background 500ms;
  /* Safari */
  transition: background 500ms;
  padding-top: 0px;
}
header#menu_top-bar:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  header#menu_top-bar {
    height: auto;
    padding-top: 0px;
    position: fixed;
  }
}
header#menu_top-bar.onScroll {
  background: #FFFFFF;
}
body.menuOpen header#menu_top-bar {
  background: #FFFFFF;
}
header#menu_top-bar #header-search-box {
  width: 250px;
  height: 35px;
  position: relative;
  bottom: 0%;
  right: 0%;
  margin: 20px auto;
}
header#menu_top-bar #header-search-box:before, header#menu_top-bar #header-search-box:after {
  content: "";
  display: table;
}
header#menu_top-bar #header-search-box:after {
  clear: both;
}
@media (min-width: 420px) {
  header#menu_top-bar #header-search-box {
    position: absolute;
    top: 50%;
    right: 25%;
    margin-right: -125px;
    margin-top: -17.5px;
  }
}
header#menu_top-bar #header-search-box .form-item {
  width: 60%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #54bb5b 2px solid;
  float: left;
  margin-right: 2%;
}
header#menu_top-bar #header-search-box .form-item input.form-control {
  border: none;
}
header#menu_top-bar #header-search-box .form-item input.form-control:focus {
  outline: 0;
}
header#menu_top-bar #header-search-box button {
  position: relative;
  width: 30%;
  float: left;
  color: #54bb5b;
  background-color: transparent;
  border: none;
}
header#menu_top-bar #header-search-box button:focus {
  outline: none;
}

#menu_top-bar_logo {
  width: 65px;
  min-height: 61px;
  margin: 20px auto;
  position: relative;
  left: 0;
  right: 0;
}
#menu_top-bar_logo:before, #menu_top-bar_logo:after {
  content: "";
  display: table;
}
#menu_top-bar_logo:after {
  clear: both;
}
@media (min-width: 767px) {
  #menu_top-bar_logo {
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 70px;
    background-color: #54bb5b;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
  }
  #menu_top-bar_logo:hover {
    background-color: #FFFFFF;
    fill: #54bb5b;
  }
  .onScroll #menu_top-bar_logo {
    background-color: #FFFFFF;
    width: 66px;
    height: 66px;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
#menu_top-bar_logo a {
  top: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 767px) {
  #menu_top-bar_logo a {
    top: 40px;
    top: 32px;
  }
  .onScroll #menu_top-bar_logo a {
    top: 0;
  }
}
#menu_top-bar_logo .lfhw-svg {
  fill: #54bb5b;
}
@media (min-width: 767px) {
  #menu_top-bar_logo .lfhw-svg {
    width: 125px;
    fill: #FFFFFF;
  }
}
.onScroll #menu_top-bar_logo .lfhw-svg {
  fill: #54bb5b;
}
@media (min-width: 767px) {
  .onScroll #menu_top-bar_logo .lfhw-svg {
    width: 52px;
  }
}
#menu_top-bar_logo:hover .lfhw-svg {
  fill: #54bb5b;
}
.onScroll #menu_top-bar_logo:hover .lfhw-svg {
  fill: #44964B;
}

.region-logo {
  height: 10px;
}

.hidden-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#navbar a.lfhw-logo {
  width: 65px;
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
}

div#menu_top-bar_ctas {
  display: none;
  position: absolute;
  right: 0;
  top: 36px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding-right: 0.8333333333%;
  padding-left: 0.8333333333%;
  padding-right: 0%;
  padding-left: 0%;
}
div#menu_top-bar_ctas:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 767px) {
  div#menu_top-bar_ctas {
    top: 36px;
  }
}
@media (min-width: 767px) {
  div#menu_top-bar_ctas {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: right;
    padding-right: 0.8333333333%;
    padding-left: 0.8333333333%;
    padding-right: 0%;
    padding-left: 0%;
  }
}
div#menu_top-bar_ctas ul {
  list-style: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-right: 0%;
  padding-left: 0%;
}
div#menu_top-bar_ctas ul li {
  width: 33%;
  float: right;
  padding-right: 0%;
  padding-left: 0%;
  text-align: center;
  display: none;
}
div#menu_top-bar_ctas ul li a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 25px 0;
  color: #54bb5b;
}
div#menu_top-bar_ctas ul li a:hover {
  color: #54bb5b;
}
.onScroll div#menu_top-bar_ctas ul li a {
  color: #9B9B9B;
}
.onScroll div#menu_top-bar_ctas ul li a:hover {
  color: #54bb5b;
}
body.menuOpen div#menu_top-bar_ctas ul li a {
  color: #54bb5b;
}
div#menu_top-bar_ctas ul li a i {
  font-size: 1.3em;
  -webkit-transition: color 500ms;
  /* Safari */
  transition: color 500ms;
}
div#menu_top-bar_ctas ul li:nth-child(3) {
  display: block;
}
@media (min-width: 767px) {
  div#menu_top-bar_ctas ul li:nth-child(3) {
    display: none;
  }
}

/*burger icon and side push menu*/
body.menuOpen {
  overflow-y: hidden;
}

div#burger-menu-overlay {
  display: none;
  background: rgba(0, 0, 0, 0);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  top: 0;
  z-index: 998;
  height: 100%;
  -webkit-transition: background 2s;
  /* Safari */
  transition: background 2s;
}
div#burger-menu-overlay:after {
  content: " ";
  display: block;
  clear: both;
}
body.menuOpen div#burger-menu-overlay {
  display: block;
  background: rgba(0, 0, 0, 0);
}

nav#burger-menu {
  position: relative;
  z-index: 9990;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
@media (min-width: 767px) {
  nav#burger-menu {
    position: fixed;
    padding-top: 140px;
    background-color: #ffffff;
    left: 0 !important;
    height: 50px;
    -webkit-transition: padding-top 500ms;
    transition: padding-top 500ms;
  }
}
@media (max-width: 766px) {
  nav#burger-menu {
    position: absolute;
    display: none;
  }
  nav#burger-menu.active {
    display: block;
  }
}
nav#burger-menu #nav ul li, nav#burger-menu ul li a {
  text-transform: uppercase;
  line-height: 50px;
  text-decoration: none;
}
@media (min-width: 767px) {
  nav#burger-menu ul.navbar-nav li {
    display: inline-block;
  }
}
nav#burger-menu main {
  width: 100%;
  padding: 0 0 0 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.75);
  -moz-box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.75);
  box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.75);
}
@media screen and (max-width: 766px) {
  nav#burger-menu main {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 22px 0 0 0;
    float: left;
  }
  nav#burger-menu nav {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 767px) {
  nav#burger-menu .mainNavHeight {
    width: 100%;
    background: white;
  }
}
nav#burger-menu footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  border-top: 2px solid #9B9B9B;
  padding-top: 20px;
  padding-bottom: 50px;
  display: none;
}
nav#burger-menu footer ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
}
nav#burger-menu footer ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
}
nav#burger-menu footer ul li a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
nav#burger-menu footer ul li a.active, nav#burger-menu footer ul li a:hover {
  color: #54bb5b;
}
nav#burger-menu a.mailinglist {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  padding-bottom: 15px;
  padding-top: 15px;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  background: #54bb5b;
  position: absolute;
  bottom: 0;
  left: 0;
  /*@include inline-block;*/
  display: none;
  color: #FFFFFF;
  text-decoration: none;
}
nav#burger-menu a.mailinglist:before {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f003";
  font-weight: normal;
  padding-right: 10px;
}
nav#burger-menu a.mailinglist.fixMailinglistPosition {
  position: relative;
}

@media (min-width: 767px) {
  nav#burger-menu.onScroll {
    padding-top: 86px;
  }
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li, nav ul li a {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1;
  padding: 0;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 500ms;
  /* Safari */
  transition: color 500ms;
  /*		  &.active, &:hover{
  				color: $brandColorOne;
  			}*/
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  padding: 0;
  max-width: 1120px;
}

.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}

.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}

.flexnav li a {
  position: relative;
  display: block;
  padding: 0.4em 0.8em;
  z-index: 2;
  overflow: hidden;
  color: #54bb5b;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.flexnav li a:hover {
  color: #54bb5b;
  background-color: #FFFFFF !important;
  transition: none;
}
@media (min-width: 767px) {
  .flexnav li a:hover {
    color: #FFFFFF;
    background-color: #54bb5b !important;
    transition: all 0.4s ease-in-out;
  }
}

.flexnav li ul {
  width: 100%;
  padding: 0;
}

.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}

.flexnav li ul.flexnav-show li {
  overflow: visible;
}

.flexnav li ul li a {
  display: block;
  background: #54bb5b;
  color: #FFFFFF;
}

.flexnav ul li ul li a {
  background: #FFFFFF;
}

.flexnav ul li ul li ul li a {
  background: #FFFFFF;
}

.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 70px;
  height: 62px;
  display: inline-block;
  background: #FFFFFF;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  display: block;
}

.flexnav .touch-button:hover {
  cursor: pointer;
}

.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #54bb5b;
  font-style: normal;
}
.flexnav .touch-button .navicon:before {
  content: "\f078";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #54bb5b;
  font-size: 25px;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.flexnav .touch-button .navicon img {
  display: none;
}

.menu-button {
  display: block;
  background: #FFFFFF;
  color: #222;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-right: 0;
  margin-left: auto;
}

.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}

.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-style: normal;
  display: inline-block;
  text-align: center;
}

.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  /*      top: 1em;*/
  color: #FFFFFF;
  font-style: normal;
}

@media all and (min-width: 767px) {
  body.one-page {
    padding-top: 70px;
  }

  .flexnav {
    overflow: visible;
  }

  .flexnav.opacity {
    opacity: 1;
  }

  .flexnav .touch-button {
    display: none;
  }

  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }

  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #FFFFFF;
    overflow: visible;
    width: 20%;
    text-align: center;
  }

  .flexnav li a {
    border-bottom: none;
    padding: 0;
  }

  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }

  .flexnav li > ul li {
    width: 100%;
  }

  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }

  .flexnav li ul li a {
    border-bottom: none;
  }

  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }

  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }

  .menu-button {
    display: none;
  }
}
.oldie body.one-page {
  padding-top: 70px;
}

.oldie .flexnav {
  overflow: visible;
}

.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}

.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #FFFFFF;
  width: 20%;
  min-height: 50px;
  overflow: visible;
}

.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible;
}

.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}

.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible;
}

.oldie .flexnav li > ul {
  background: #FFFFFF;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible;
}

.oldie .flexnav li ul li ul {
  top: 0;
}

.oldie .flexnav li ul li a {
  border-bottom: none;
}

.oldie .flexnav li ul.open {
  display: block;
  width: 100%;
  overflow: visible;
}

.oldie .flexnav li ul.open li {
  width: 100%;
}

.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible;
}

.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}

.oldie .menu-button {
  display: none;
}

.oldie.ie7 .flexnav li {
  width: 19.9%;
}

@media (min-width: 767px) {
  .flexnav li > ul {
    transition: opacity 250ms, max-height 250ms !important;
    display: block !important;
    opacity: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  .flexnav li:hover > ul {
    opacity: 1 !important;
    max-height: 254px !important;
  }
}
/*page header banner*/
.block-lfhw-banner {
  margin: 35px 0 30px 0;
}
@media (min-width: 767px) {
  .block-lfhw-banner {
    margin: 0px 0 30px 0;
  }
}
.block-lfhw-banner header#page-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-lfhw-banner header#page-header:after {
  content: " ";
  display: block;
  clear: both;
}
.block-lfhw-banner header#page-header img {
  width: 100%;
  height: auto;
}
.block-lfhw-banner header#page-header > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  padding-top: 18%;
  padding-bottom: 18%;
}
@media (min-width: 767px) {
  .block-lfhw-banner header#page-header > div {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.block-lfhw-banner header#page-header h1, .block-lfhw-banner header#page-header p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.block-lfhw-banner header#page-header p {
  font-size: 20px;
  line-height: 1.4;
}
.block-lfhw-banner header#page-header h1 {
  font-family: 'BrushUp', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .block-lfhw-banner header#page-header h1 {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .block-lfhw-banner header#page-header h1 {
    font-size: 72px;
  }
}

@media (min-width: 767px) {
  #block-lfhw-banner-site-banner {
    margin-top: 190px;
  }
}

/* --- custom header styles --- */
.view-current-user-header {
  margin-top: 240px;
}

.item-list ul {
  list-style: none;
  margin: 0;
}
.item-list ul li {
  position: relative;
}

.views-field-field-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding: 0;
  float: none;
}
.views-field-field-image .field-content a {
  width: 100%;
}
.views-field-field-image .field-content a img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
}

.views-field-field-introduction, .views-field-field-summary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding: 0;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
}
@media (min-width: 767px) {
  .views-field-field-introduction, .views-field-field-summary {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.views-field-field-introduction p, .views-field-field-summary p {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
}
.views-field-field-introduction p:last-child, .views-field-field-summary p:last-child {
  margin-bottom: 0;
}

.views-field-field-summary {
  padding-bottom: 0;
  float: none;
}

.views-field-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding: 0;
  margin: 0 0 15px 0;
  float: none;
}
@media (min-width: 767px) {
  .views-field-title {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.views-field-title a {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  color: #2A2C2B;
  letter-spacing: -0.41px;
  line-height: 1.3;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 56px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  vertical-align: top;
}

.views-field-view-node {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  float: none;
}
@media (min-width: 767px) {
  .views-field-view-node {
    position: absolute;
    bottom: 0;
    width: 94%;
    padding-left: 4%;
    padding-right: 4%;
  }
}

/* --- Wider promo block style ---*/
.block-lfhw-promos {
  margin: 0 0 30px 0;
}
.block-lfhw-promos #promo-box-wrap .promo-box {
  margin: 0 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  position: relative;
  height: auto;
}
@media (min-width: 767px) {
  .block-lfhw-promos #promo-box-wrap .promo-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image {
  position: relative;
  background: #54bb5b;
  padding-left: 8%;
  padding-right: 8%;
  text-align: center;
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
  width: 100%;
  height: auto;
  /* top: 50%; */
  /* left: 50%; */
  /* margin-top: -125px; */
  /* margin-left: -150px; */
  padding: 15px;
  position: relative;
  color: #FFFFFF;
}
@media (min-width: 420px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
    padding: 10px;
    padding: 26px;
  }
}
@media (min-width: 992px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
    width: 480px;
    height: 290px;
    margin-top: -145px;
    margin-left: -240px;
    padding: 26px;
  }
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title {
  text-align: center;
}
@media (min-width: 420px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title {
    text-align: left;
  }
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title h2 {
  font-size: 18px;
  line-height: 1.1;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
@media (min-width: 420px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1200px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title h2 {
    font-size: 36px;
    line-height: 1.4;
    margin: 0 0 15px 0;
  }
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-desc {
  text-align: center;
}
@media (min-width: 420px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-desc {
    text-align: left;
  }
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-desc p {
  margin: 0 0 10px 0;
  line-height: 1.1;
  color: #FFFFFF;
}
@media (min-width: 420px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-desc p {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1200px) {
  .block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-desc p {
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-cta a {
  display: block;
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .green-promo-cta a {
  display: block;
  background: #FFFFFF;
  color: #54bb5b;
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image .promo-box-content .green-promo-cta a:hover {
  background: #C1C1C1;
}
.block-lfhw-promos #promo-box-wrap .promo-box .promo-box-image img {
  width: 100%;
  height: auto;
  display: none;
}

/*--- Narrower promo block style ---*/
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer {
  margin: 0 0 30px 0;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap {
  padding: 0 5px;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image {
  position: relative;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
  width: 80%;
  margin-top: -140px;
  margin-left: -132px;
  top: 50%;
  left: 50%;
  padding: 36px 0px;
  position: absolute;
  color: #FFFFFF;
}
@media (min-width: 420px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
    padding: 10px;
    width: 60%;
    height: 280px;
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 767px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
    padding: 10px;
    width: 85%;
    height: 280px;
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
    padding: 0px;
    width: 85%;
    height: 280px;
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content {
    padding: 26px 0px;
    width: 85%;
    height: 280px;
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
  }
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title {
  text-align: center;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title h5 {
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title h2 {
  font-size: 18px;
  line-height: 1.1;
  color: #FFFFFF;
  text-transform: none;
  margin: 0 0 10px 0;
}
@media (min-width: 420px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-title h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-desc {
  text-align: center;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-desc p {
  margin: 0 0 10px 0;
  line-height: 1.1;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-desc p {
    line-height: 1.6;
    margin: 0 0 30px 0;
  }
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .promo-box-cta a {
  display: block;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .green-promo-cta a {
  display: block;
  background: #FFFFFF;
  color: #54bb5b;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image .promo-box-content .green-promo-cta a:hover {
  background: #C1C1C1;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image img {
  width: 100%;
  height: 300px;
}
@media (min-width: 420px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer #promo-box-wrap .promo-box .promo-box-image img {
    width: 100%;
    height: 460px;
  }
}

#block-lfhw-promos-promos-vertical {
  margin-bottom: 0px;
}

#promo-box-wrap-vertical {
  padding: 0;
}
#promo-box-wrap-vertical .promo-box {
  margin: 0 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
@media (min-width: 420px) {
  #promo-box-wrap-vertical .promo-box {
    margin: 0 0 30px 0;
  }
}
#promo-box-wrap-vertical .promo-box .promo-box-image {
  position: relative;
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content {
  /*	width:264px;
  	height:170px;*/
  margin-top: 60px;
  /*margin-left:-132px;
  top:50%;
  left:50%;*/
  padding: 15px;
  position: absolute;
  color: #FFFFFF;
}
@media (min-width: 420px) {
  #promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content {
    padding: 10px;
    /*width:138px;*/
    height: 280px;
    /*margin-top:-140px;
    margin-left:-69px;*/
    margin-top: 30px;
  }
}
@media (min-width: 767px) {
  #promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  #promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content {
    padding: 0px 20px;
    /*width:138px;*/
    margin-top: 45px;
    height: 280px;
    /*	    	margin-top:-140px;
    	    	margin-left:-69px;*/
  }
}
@media (min-width: 1200px) {
  #promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content {
    padding: 0px 26px;
    /*width:264px;*/
    height: 280px;
    /* 	margin-top:-140px;
     	margin-left:-132px;*/
  }
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .promo-box-title {
  text-align: center;
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .promo-box-title h5 {
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .promo-box-title h2 {
  font-size: 18px;
  line-height: 1.1;
  color: #FFFFFF;
  text-transform: none;
  margin: 0 0 10px 0;
}
@media (min-width: 420px) {
  #promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .promo-box-title h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .promo-box-desc {
  text-align: center;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .promo-box-desc p {
  margin: 0 0 10px 0;
  line-height: 1.1;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  #promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .promo-box-desc p {
    line-height: 1.6;
    margin: 0 0 30px 0;
  }
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .promo-box-cta a {
  display: block;
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .green-promo-cta a {
  display: block;
  background: #FFFFFF;
  color: #54bb5b;
}
#promo-box-wrap-vertical .promo-box .promo-box-image .promo-box-content .green-promo-cta a:hover {
  background: #C1C1C1;
}
#promo-box-wrap-vertical .promo-box .promo-box-image img {
  width: 100%;
  height: 300px;
}
@media (min-width: 420px) {
  #promo-box-wrap-vertical .promo-box .promo-box-image img {
    width: 100%;
    height: 397px;
  }
}

#block-search-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #333333;
}

/*PAGES*/
/* --- Top section article ---*/
.article-section #article-sub-header-full {
  color: #C1C1C1;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .article-section #article-sub-header-full {
    margin: 0 0 54px 0;
  }
}
.article-section .article-sub-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  width: 100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  .article-section .article-sub-section {
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
.article-section .article-sub-section .article-sub-para {
  margin: 0 0 30px 0;
}
.article-section .article-sub-section #article-sub-image {
  margin: 0 0 30px 0;
}
.article-section .article-sub-section #article-sub-image img {
  width: 100%;
}
.article-section #article-sub-left {
  padding: 10px;
}
.article-section #article-sub-left #article-sub-wrap {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  .article-section #article-sub-left #article-sub-wrap {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 25%;
    margin-top: -150px;
    margin-left: -200px;
  }
}
.article-section .article-video {
  margin: 0 0 30px 0;
  padding: 0 8%;
  	/*	@include respond-to(medium) {
            	margin:0;
          }*/
}

/* --- end ---*/
/* --- App Advert Section ---*/
.app-ad-wrap {
  width: 100%;
  height: 340px;
  position: relative;
  background-image: url("../images/app-ad.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.app-ad-wrap .app-ad-inner {
  width: 300px;
  height: 300px;
  top: 50%;
  right: 50%;
  margin-top: -150px;
  margin-right: -150px;
  position: absolute;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 767px) {
  .app-ad-wrap .app-ad-inner {
    width: 350px;
    height: 300px;
    top: 50%;
    right: 30%;
    margin-top: -150px;
    margin-right: -170px;
    padding: 15px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .app-ad-wrap .app-ad-inner {
    width: 460px;
    height: 300px;
    top: 50%;
    right: 30%;
    margin-top: -150px;
    margin-right: -230px;
    padding: 20px;
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .app-ad-wrap .app-ad-inner {
    background-color: transparent;
    width: 600px;
    height: 300px;
    top: 50%;
    right: 25%;
    margin-top: -150px;
    margin-right: -300px;
  }
}
.app-ad-wrap .app-ad-inner .app-ad-text {
  margin: 0 0 30px 0;
  text-align: left;
}
.app-ad-wrap .app-ad-inner .app-ad-text .app-ad-header h3 {
  color: #FFFFFF;
}
.app-ad-wrap .app-ad-inner .app-ad-text .app-ad-para p {
  color: #FFFFFF;
}
.app-ad-wrap .app-ad-inner .app-ad-store .store-icons {
  padding: 0;
}
.app-ad-wrap .app-ad-inner .app-ad-store .store-icons li {
  list-style: none;
  display: inline-block;
}
.app-ad-wrap .app-ad-inner .app-ad-store .store-icons li a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* --- end ---*/
/* --- FAQs page unique styles --- */
.main-container section h1.page-header {
  text-transform: uppercase;
}
.main-container section .region-content .field-items p {
  color: #000000;
}
.main-container section .region-content .field-items #faqs {
  width: 100%;
  padding: 20px 0px;
  margin: 40px auto;
  background: #FFFFFF;
}
.main-container section .region-content .field-items #faqs h1 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.main-container section .region-content .field-items #qa {
  background: #000000;
  padding: 0px;
}
.main-container section .region-content .field-items #qa h3 {
  margin: 0;
  padding: 28px 0px;
  background-color: #FFFFFF;
  border-bottom: #C1C1C1 1px solid;
  line-height: 1;
}
.main-container section .region-content .field-items #qa h3 {
  margin: 0;
  padding: 28px;
  background-color: #FFFFFF;
  border-bottom: #C1C1C1 1px solid;
  line-height: 1;
}
.main-container section .region-content .field-items #qa h3 a {
  font-size: 18px;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  color: #242424;
  background: #FFFFFF;
  padding: 0px;
  display: block;
}
.main-container section .region-content .field-items #qa h3 a .fa-angle-right, .main-container section .region-content .field-items #qa h3 a .fa-angle-down {
  width: 20px;
  height: 20px;
  padding: 5px 0px 0px 10px;
  fill: #000000;
  float: right;
}
.main-container section .region-content .field-items #qa h3 a:hover, .main-container section .region-content .field-items #qa h3 a:active {
  color: #242424;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.main-container section .region-content .field-items #qa p {
  color: #000000;
  margin: 0;
  padding: 20px;
  line-height: 20px;
  border-bottom: #C1C1C1 1px solid;
}
.main-container section .region-content .field-items h3[aria-expanded="true"] {
  border-bottom: 0;
  margin: 0px 0px 20px 0px;
  padding: 0;
}
.main-container section .region-content .field-items h3[aria-expanded="true"] .fa-angle-right {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-container section .region-content .field-items h3[aria-expanded="true"] .fa-angle-down {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-container section .region-content .field-items h3[aria-expanded="false"] {
  margin: 0px 0px 20px 0px;
  background: #FFFFFF;
  padding: 0;
}
.main-container section .region-content .field-items h3[aria-expanded="false"] .fa-angle-right {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-container section .region-content .field-items h3[aria-expanded="false"] .fa-angle-down {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-container section .region-content .field-items #qa p[aria-hidden=false] {
  background: #FFFFFF;
  padding: 20px;
  margin: 0;
}
.main-container section .region-content .field-items .accordian-grey-background, .main-container section .region-content .field-items .accordian-grey-background:visited {
  background: #F7F7F7 !important;
}
.main-container section .region-content .field-items #seg {
  display: block;
  max-width: 867px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-container section .region-content .field-items .seg-item {
  display: inline-block;
  max-width: 270px;
  width: 33.1%;
}
.main-container section .region-content .field-items .seg-item img {
  display: block;
  width: 81px;
  height: 80px;
  margin: 0 auto;
}
.main-container section .region-content .field-items .seg-item p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.main-container section .region-content .field-items #seg-checklist {
  margin-top: 30px;
}
.main-container section .region-content .field-items #seg-checklist h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main-container section .region-content .field-items #seg-checklist > div > img, .main-container section .region-content .field-items p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.main-container section .region-content .field-items .seg-check-tick {
  margin-right: 20px;
}

.main-container section .region-content .field-items li {
  font-size: 20px;
}
.main-container section .region-content .field-items li p {
  vertical-align: top;
  font-size: 20px;
}
.main-container section .region-content p img {
  margin-bottom: 20px;
}

/*filter styles etc*/
/*ingredients, instructions, summary etc*/
/*Recipes Landing Page */
.page-recipes h2.block-title, .page-search h2.block-title {
  color: #242424;
  background-color: #FFFFFF;
  padding-left: 2%;
  display: block;
}
.page-recipes .jumbotron, .page-search .jumbotron {
  padding-top: 0;
}
.page-recipes aside.col-sm-3 .well, .page-search aside.col-sm-3 .well {
  background-color: #FFFFFF;
  border: none;
}
.page-recipes aside.col-sm-3 .well section, .page-search aside.col-sm-3 .well section {
  margin-bottom: 0px;
}
.page-recipes aside.col-sm-3 .well section h2.block-title, .page-search aside.col-sm-3 .well section h2.block-title {
  color: #242424;
  background-color: #FFFFFF;
  font-size: 19px;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  text-transform: none;
  border-bottom: #242424 1px solid;
  position: relative;
}
.page-recipes aside.col-sm-3 .well section h2.block-title:after, .page-search aside.col-sm-3 .well section h2.block-title:after {
  content: "\f078";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 10px;
  color: #000000;
  top: 30%;
  right: 10%;
  margin: -10px 0 0 -10px;
  z-index: 1;
}
.page-recipes aside.col-sm-3 .well section ul, .page-search aside.col-sm-3 .well section ul {
  list-style: none;
  padding: 15px 0;
}
.page-recipes aside.col-sm-3 .well section ul li a, .page-search aside.col-sm-3 .well section ul li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  /*font-size: 18px;*/
  text-decoration: none;
  display: inline-block;
}
.page-recipes aside.col-sm-3 .well section ul li input, .page-search aside.col-sm-3 .well section ul li input {
  margin-right: 10px;
}
.page-recipes aside.col-sm-3 .well .block-facetapi > div, .page-search aside.col-sm-3 .well .block-facetapi > div {
  clear: both;
}
.page-recipes aside.col-sm-3 .well .block-facetapi > div:before, .page-recipes aside.col-sm-3 .well .block-facetapi > div:after, .page-search aside.col-sm-3 .well .block-facetapi > div:before, .page-search aside.col-sm-3 .well .block-facetapi > div:after {
  content: "";
  display: table;
}
.page-recipes aside.col-sm-3 .well .block-facetapi > div:after, .page-search aside.col-sm-3 .well .block-facetapi > div:after {
  clear: both;
}
.page-recipes .view-recipes-landing-block .view-content .item-list ul, .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul, .page-recipes .view-global-search-block .view-content .item-list ul, .page-search .view-recipes-landing-block .view-content .item-list ul, .page-search .view-recipes-landing-block-scotland .view-content .item-list ul, .page-search .view-global-search-block .view-content .item-list ul {
  padding: 0;
}
.page-recipes .view-recipes-landing-block .view-content .item-list ul li, .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li, .page-recipes .view-global-search-block .view-content .item-list ul li, .page-search .view-recipes-landing-block .view-content .item-list ul li, .page-search .view-recipes-landing-block-scotland .view-content .item-list ul li, .page-search .view-global-search-block .view-content .item-list ul li {
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #000000;
  list-style: none;
}
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-title, .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-title, .page-recipes .view-global-search-block .view-content .item-list ul li .views-field-title, .page-search .view-recipes-landing-block .view-content .item-list ul li .views-field-title, .page-search .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-title, .page-search .view-global-search-block .view-content .item-list ul li .views-field-title {
  margin-bottom: 15px;
  padding-left: 4%;
  padding-right: 4%;
}
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-field-introduction, .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-field-introduction, .page-recipes .view-global-search-block .view-content .item-list ul li .views-field-field-introduction, .page-search .view-recipes-landing-block .view-content .item-list ul li .views-field-field-introduction, .page-search .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-field-introduction, .page-search .view-global-search-block .view-content .item-list ul li .views-field-field-introduction {
  margin-bottom: 30px;
  padding-left: 4%;
  padding-right: 4%;
  float: none;
}
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node, .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node, .page-recipes .view-global-search-block .view-content .item-list ul li .views-field-view-node, .page-search .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node, .page-search .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node, .page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node {
  /*position: relative;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  padding-left: 4%;
  padding-right: 4%;
  float: none;
}
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node a, .page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node a, .page-recipes .view-global-search-block .view-content .item-list ul li .views-field-view-node a, .page-search .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node a, .page-search .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node a, .page-search .view-global-search-block .view-content .item-list ul li .views-field-view-node a {
  text-decoration: none;
}

/*portion planner styles*/
/*Portion Planner Page */
.page-tools-portion-planner main .main-container {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: none;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}
@media (min-width: 767px) {
  .page-tools-portion-planner main .main-container {
    margin-top: 265px;
  }
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-adults.form-group {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  float: none;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-adults.form-group:before, .page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-adults.form-group:after {
  content: "";
  display: table;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-adults.form-group:after {
  clear: both;
}
@media (min-width: 767px) {
  .page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-adults.form-group {
    width: 49%;
    margin: 0 2% 0 0;
    float: left;
  }
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-children.form-group {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-children.form-group:before, .page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-children.form-group:after {
  content: "";
  display: table;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-children.form-group:after {
  clear: both;
}
@media (min-width: 767px) {
  .page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-children.form-group {
    width: 49%;
    margin: 0 0;
    float: left;
  }
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-ingredients.form-group label, .page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-adults.form-group label, .page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-item-children.form-group label {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  background-color: #54bb5b;
  letter-spacing: 0.85px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 12px 7px 7px 15px;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form #edit-adults .form-item label, .page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form #edit-children .form-item label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.2;
  color: #333333;
  background-color: #FFFFFF;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-group {
  margin-bottom: 30px;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-group .form-control {
  width: 100% !important;
  padding: 0;
  min-height: 34px;
  height: 100%;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-group .form-control .chosen-container .chosen-choices {
  padding: 0;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-group .form-control .chosen-container .chosen-choices li {
  padding: 7.5px;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-group .form-control .chosen-container .chosen-choices .chosen-container .chosen-drop {
  border: 0;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form .form-group .form-control .chosen-container .chosen-choices .chosen-container .chosen-drop:focus {
  outline: none;
}
.page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form #edit-submit-button {
  width: 100%;
  margin: 30px 0px;
  position: relative;
}
@media (min-width: 767px) {
  .page-tools-portion-planner main .main-container .region #block-system-main #lfhw-portion-pp-form #edit-submit-button {
    width: 25%;
  }
}
.page-tools-portion-planner main #bottom-container.main-container {
  margin-top: 0;
  margin-bottom: 0;
}

.page-tools-portion-planner-results main .main-container #block-system-main a {
  padding: 15px 20px;
}
.page-tools-portion-planner-results main .main-container #block-system-main p.pp-intro {
  margin-bottom: 5px;
}
.page-tools-portion-planner-results main .main-container #block-system-main p.pp-result-intro {
  margin-bottom: 15px;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion {
  margin-bottom: 15px;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion:before, .page-tools-portion-planner-results main .main-container #block-system-main .portion:after {
  content: "";
  display: table;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion:after {
  clear: both;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-text {
  width: 100%;
  padding: 0;
  float: none;
  margin: 0;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-text:before, .page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-text:after {
  content: "";
  display: table;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-text:after {
  clear: both;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-text h3 {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  background-color: #54bb5b;
  letter-spacing: 0.85px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 12px 7px 7px 15px;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-text p {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-text {
    width: 63%;
    float: left;
    margin: 0 3% 0 0;
  }
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-image {
  width: 100%;
  padding: 0;
  float: none;
  margin: 0;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-image:before, .page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-image:after {
  content: "";
  display: table;
}
.page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-image:after {
  clear: both;
}
@media (min-width: 767px) {
  .page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-image {
    width: 33%;
    display: block;
    float: left;
    margin: 0;
  }
  .page-tools-portion-planner-results main .main-container #block-system-main .portion .portion-image img {
    margin: 25% 25% 0 25%;
  }
}

/*profile page styles various, profile page -logged in, create a new recipe etc*/
/* --- profile details and photo header for all pages once logged in --- */
.jumbotron {
  color: #000000;
  background-color: #FFFFFF;
}
.jumbotron .views-field-field-profile-picture {
  width: 164px;
  height: 164px;
  margin: 0 auto 30px auto;
  padding: 0;
}
.jumbotron .views-field-field-profile-picture img {
  width: 164px;
  height: 164px;
}
.jumbotron .views-field-field-full-name .field-content {
  padding-left: 0%;
  padding-right: 0%;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  color: #43474D;
  letter-spacing: 0.85px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0;
  color: #000000;
  text-align: center;
}
.jumbotron .views-field-field-bio .field-content {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  color: #000000;
  margin: 0 auto 30px auto;
  color: #000000;
  text-align: center;
  max-width: 580px;
  width: 100%;
}

/* --- user sign in ---*/
.page-user .main-container {
  margin-top: 356px;
}
.page-user #bottom-container.main-container {
  margin-top: 0px;
}

/*--- profile page - logged in styles ---*/
.page-profile .main-container {
  float: none;
}
.page-profile .main-container .region #block-lfhw-profiles-new-content #lfhw-profiles-new-content-form {
  width: 100%;
}
.page-profile .main-container .region #block-lfhw-profiles-new-content #lfhw-profiles-new-content-form:before, .page-profile .main-container .region #block-lfhw-profiles-new-content #lfhw-profiles-new-content-form:after {
  content: "";
  display: table;
}
.page-profile .main-container .region #block-lfhw-profiles-new-content #lfhw-profiles-new-content-form:after {
  clear: both;
}
.page-profile .main-container .region .block {
  padding: 0;
  display: inline-block;
  float: none;
  /*h2 {display:none;}*/
}
.page-profile .main-container .region .block:before, .page-profile .main-container .region .block:after {
  content: "";
  display: table;
}
.page-profile .main-container .region .block:after {
  clear: both;
}
.page-profile .main-container .region .block a {
  display: block;
}
.page-profile .main-container .region .block .profile-content-wrap {
  float: left !important;
  margin: 0 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
.page-profile .main-container .region .block .profile-content-wrap:before, .page-profile .main-container .region .block .profile-content-wrap:after {
  content: "";
  display: table;
}
.page-profile .main-container .region .block .profile-content-wrap:after {
  clear: both;
}
@media (min-width: 767px) {
  .page-profile .main-container .region .block .profile-content-wrap {
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-right: 0.8333333333%;
    padding-left: 0.8333333333%;
  }
}
.page-profile .main-container .region .block .profile-content-form-wrap {
  float: left !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
.page-profile .main-container .region .block .profile-content-form-wrap:before, .page-profile .main-container .region .block .profile-content-form-wrap:after {
  content: "";
  display: table;
}
.page-profile .main-container .region .block .profile-content-form-wrap:after {
  clear: both;
}
@media (min-width: 767px) {
  .page-profile .main-container .region .block .profile-content-form-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-right: 0.8333333333%;
    padding-left: 0.8333333333%;
  }
}
.page-profile .main-container .region .view .view-content .views-table thead tr th.views-field-title, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th.views-field-title, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th.views-field-title {
  width: 35%;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  padding: 0 10px 24px 10px;
  border-bottom: none;
  text-align: left;
}
.page-profile .main-container .region .view .view-content .views-table thead tr th.views-field-title a, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th.views-field-title a, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th.views-field-title a {
  text-decoration: none;
  display: block;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px !important;
  line-height: 1.2;
  color: #000000;
  border-bottom: none;
  padding: 0;
}
@media (min-width: 992px) {
  .page-profile .main-container .region .view .view-content .views-table thead tr th.views-field-title a, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th.views-field-title a, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th.views-field-title a {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .page-profile .main-container .region .view .view-content .views-table thead tr th.views-field-title, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th.views-field-title, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th.views-field-title {
    font-size: 18px !important;
  }
}
.page-profile .main-container .region .view .view-content .views-table thead tr th, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th {
  width: 13%;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  padding: 0 0 24px 0;
  border-bottom: none;
  text-align: center;
}
.page-profile .main-container .region .view .view-content .views-table thead tr th a, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th a, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th a {
  text-decoration: none;
  display: block;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px !important;
  line-height: 1.2;
  color: #000000;
  border-bottom: none;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}
.page-profile .main-container .region .view .view-content .views-table thead tr th a .img-responsive, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th a .img-responsive, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th a .img-responsive {
  display: block;
  max-width: 100%;
  width: 20px;
  height: 20px;
  height: auto;
  margin: 5px 0 0 -10px;
  top: 50%;
  left: 50%;
}
@media (min-width: 992px) {
  .page-profile .main-container .region .view .view-content .views-table thead tr th a, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th a, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th a {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .page-profile .main-container .region .view .view-content .views-table thead tr th, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table thead tr th, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table thead tr th {
    font-size: 18px !important;
  }
}
.page-profile .main-container .region .view .view-content .views-table tbody tr td.views-field-title, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td.views-field-title, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td.views-field-title {
  width: 35%;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  padding: 24px 5px;
  float: none;
  text-align: left;
}
.page-profile .main-container .region .view .view-content .views-table tbody tr td.views-field-title a, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td.views-field-title a, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td.views-field-title a {
  text-decoration: none;
  display: block;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px !important;
  line-height: 1.2;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (min-width: 767px) {
  .page-profile .main-container .region .view .view-content .views-table tbody tr td.views-field-title a, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td.views-field-title a, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td.views-field-title a {
    font-size: 18px !important;
  }
}
.page-profile .main-container .region .view .view-content .views-table tbody tr td.views-field-title a:hover, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td.views-field-title a:hover, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td.views-field-title a:hover {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  /* Safari */
  transition: all 0.4s ease-in-out;
}
@media (min-width: 767px) {
  .page-profile .main-container .region .view .view-content .views-table tbody tr td.views-field-title, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td.views-field-title, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td.views-field-title {
    font-size: 18px !important;
    padding: 24px 10px;
  }
}
.page-profile .main-container .region .view .view-content .views-table tbody tr td, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td {
  width: 13%;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #000000;
  background: transparent;
  margin: 0;
  padding: 24px 5px;
  text-align: center;
}
.page-profile .main-container .region .view .view-content .views-table tbody tr td a, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td a, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td a {
  text-decoration: none;
  display: block;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 12px !important;
  color: #000000;
  padding: 0;
}
@media (min-width: 767px) {
  .page-profile .main-container .region .view .view-content .views-table tbody tr td a, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td a, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td a {
    font-size: 18px !important;
  }
}
.page-profile .main-container .region .view .view-content .views-table tbody tr td a:hover, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td a:hover, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td a:hover {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  /* Safari */
  transition: all 0.4s ease-in-out;
}
@media (min-width: 767px) {
  .page-profile .main-container .region .view .view-content .views-table tbody tr td, .page-profile .main-container .region .view-cat-page-collections .view-content .views-table tbody tr td, .page-profile .main-container .region .view-other-users-recipes .view-content .views-table tbody tr td {
    font-size: 18px !important;
    padding: 24px 10px;
  }
}
.page-profile .main-container .region .slick .slick__slide {
  height: auto;
  padding: 0 15px;
  margin: 0 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1400px) {
  .page-profile .main-container .region .slick .slick__slide {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin: 0 0 30px 0;
  }
}
.page-profile .main-container .region .slick .slick__slide .views-field-field-image {
  padding: 0;
  margin: 0 0 15px 0;
}
.page-profile .main-container .region .slick .slick__slide .views-field-title {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.page-profile .main-container .region .slick .slick__slide .views-field-field-summary, .page-profile .main-container .region .slick .slick__slide .views-field-field-introduction {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
  color: #000000;
}
.page-profile .main-container .region .slick .slick__slide .views-field-view-node {
  position: relative;
  padding: 0;
}

/*lent campaign styles*/
.page-lent {
  /* --- tip blocks only --- */
}
.page-lent h2.block-title {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 0;
}
.page-lent main .region-header {
  width: 100%;
  height: 200px;
  margin: 0 0 30px 0;
  background-image: url(../images/banner_lent.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 420px) {
  .page-lent main .region-header {
    height: 340px;
  }
}
@media (min-width: 767px) {
  .page-lent main .region-header {
    height: 458px;
    margin: 240px 0 30px 0;
  }
}
@media (min-width: 992px) {
  .page-lent main .region-header {
    height: 658px;
  }
}
.page-lent main .region-header #block-block-11, .page-lent main .region-header #block-block-18, .page-lent main .region-header #block-block-18 .block-title, .page-lent main .region-header #block-block-17 p {
  width: 35%;
  top: 15%;
  left: 6%;
  position: absolute;
  font-family: 'BrushUp', "Trebuchet MS", Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 0px;
  -ms-transform: rotate(-5deg);
  /* IE 9 */
  -webkit-transform: rotate(-5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-5deg);
}
@media (min-width: 420px) {
  .page-lent main .region-header #block-block-11, .page-lent main .region-header #block-block-18, .page-lent main .region-header #block-block-18 .block-title, .page-lent main .region-header #block-block-17 p {
    font-size: 45px;
    top: 20%;
    left: 8%;
  }
}
@media (min-width: 767px) {
  .page-lent main .region-header #block-block-11, .page-lent main .region-header #block-block-18, .page-lent main .region-header #block-block-18 .block-title, .page-lent main .region-header #block-block-17 p {
    font-size: 60px;
    top: 22%;
    left: 8%;
  }
}
@media (min-width: 992px) {
  .page-lent main .region-header #block-block-11, .page-lent main .region-header #block-block-18, .page-lent main .region-header #block-block-18 .block-title, .page-lent main .region-header #block-block-17 p {
    top: 20%;
    font-size: 80px;
  }
}
@media (min-width: 1400px) {
  .page-lent main .region-header #block-block-11, .page-lent main .region-header #block-block-18, .page-lent main .region-header #block-block-18 .block-title, .page-lent main .region-header #block-block-17 p {
    top: 25%;
    font-size: 100px;
  }
}
.page-lent main .main-container .view-lent-tips-view .views-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  width: 100%;
  max-height: 500px;
  min-height: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: block;
  position: relative;
}
@media (min-width: 767px) {
  .page-lent main .main-container .view-lent-tips-view .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
@media (min-width: 992px) {
  .page-lent main .main-container .view-lent-tips-view .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
.page-lent main .main-container .view-lent-tips-view .views-row .lent-tip-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-lent main .main-container #block-block-12 {
  margin: 0 0 30px 0;
}
.page-lent main .main-container #block-block-16 #article-sub-header-full h2, .page-lent main .main-container #block-block-17 #article-sub-header-full h2 {
  margin: 0 0 30px 0;
}
.page-lent main .main-container #block-views-lent-tips-view-block .view-lent-tips-view #views-exposed-form-lent-tips-view-block #edit-field-weekly-theme-tid-wrapper #edit-field-weekly-theme-tid {
  max-width: 1130px;
  width: 100%;
}
.page-lent main .main-container #block-views-lent-tips-view-block .view-lent-tips-view #views-exposed-form-lent-tips-view-block #edit-field-weekly-theme-tid-wrapper #edit-field-weekly-theme-tid:before, .page-lent main .main-container #block-views-lent-tips-view-block .view-lent-tips-view #views-exposed-form-lent-tips-view-block #edit-field-weekly-theme-tid-wrapper #edit-field-weekly-theme-tid:after {
  content: "";
  display: table;
}
.page-lent main .main-container #block-views-lent-tips-view-block .view-lent-tips-view #views-exposed-form-lent-tips-view-block #edit-field-weekly-theme-tid-wrapper #edit-field-weekly-theme-tid:after {
  clear: both;
}
.page-lent main .main-container #block-views-lent-tips-view-block .view-lent-tips-view #views-exposed-form-lent-tips-view-block #edit-field-weekly-theme-tid-wrapper #edit-field-weekly-theme-tid .form-item {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  width: 100%;
  font-weight: bold;
  text-align: left;
  margin: 0 0 5px 0;
}
@media (min-width: 767px) {
  .page-lent main .main-container #block-views-lent-tips-view-block .view-lent-tips-view #views-exposed-form-lent-tips-view-block #edit-field-weekly-theme-tid-wrapper #edit-field-weekly-theme-tid .form-item {
    width: 12.5%;
    min-width: 130px;
    float: left;
    text-align: center;
  }
  .page-lent main .main-container #block-views-lent-tips-view-block .view-lent-tips-view #views-exposed-form-lent-tips-view-block #edit-field-weekly-theme-tid-wrapper #edit-field-weekly-theme-tid .form-item label {
    font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
    line-height: 1.8;
  }
}
.page-lent main .main-container #block-lfhw-lent-2017-lent-signup {
  color: #FFFFFF;
  text-align: center;
}
.page-lent main .main-container #block-lfhw-lent-2017-lent-signup h2.block-title {
  font-family: 'BrushUp', "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .page-lent main .main-container #block-lfhw-lent-2017-lent-signup h2.block-title {
    font-size: 66px;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view:before, .page-lent #block-views-lent-tips-view-block .view-lent-tips-view:after {
  content: "";
  display: table;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view:after {
  clear: both;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-roll-close {
  width: 75px;
  height: 75px;
  color: #FFFFFF;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  font-size: 30px;
  text-align: right;
  display: block;
  border: 0;
  outline: 0;
  z-index: 9999;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-roll-close .fa-times {
  font-size: 40px;
  color: #FFFFFF;
  margin: 0 20px 0 0;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-roll-open {
  width: 75px;
  height: 75px;
  color: #FFFFFF;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  font-size: 30px;
  text-align: right;
  display: block;
  border: 0;
  outline: 0;
  z-index: 9999;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-roll-open .fa-play-circle {
  font-size: 40px;
  color: #FFFFFF;
  margin: 0 20px 0 0;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper {
  width: 100%;
  height: 430px;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  position: relative;
  float: left;
  z-index: 9;
  overflow: hidden;
}
@media (min-width: 420px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper {
    height: 380px;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title-wrap {
  height: auto;
  margin-bottom: 7.5px;
  line-height: 1.15;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title-wrap:before, .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title-wrap:after {
  content: "";
  display: table;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title-wrap:after {
  clear: both;
}
@media (min-width: 992px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title-wrap {
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-date, .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  float: left;
}
@media (min-width: 767px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-date, .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-date, .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title {
    font-size: 22px;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-date {
  width: 45px;
  height: 45px;
  margin: 0 10px 10px 0;
  padding: 16px 0px;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  background-image: url(../images/lent-calendar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
}
@media (min-width: 767px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-date {
    padding: 14px 0px;
    margin: 0 10px 5px 0;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title {
  width: 200px;
}
@media (min-width: 767px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-title {
    line-height: 1.15;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-body {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.15;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-tip-body {
    margin-bottom: 15px;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper #lent-social-links {
  width: 188px;
  margin: 0 0 0 -94px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 999999;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper #lent-social-links ul {
  width: 188px;
  margin: 0 auto;
  padding: 0;
  z-index: 999999;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper #lent-social-links ul li.lent-social-link-item {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
  z-index: 999999;
}
@media (min-width: 420px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper #lent-social-links ul li.lent-social-link-item {
    margin: 0 10px;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper #lent-social-links ul li.lent-social-link-item a {
  z-index: 999999;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-related_link a {
  width: 124px;
  margin: 10px auto 0 auto;
  padding: 15px 20px;
  display: block;
}
@media (min-width: 767px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper .lent-related_link a {
    width: 150px;
    padding: 15px 30px;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper div.lent-tip-roll-over {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.75);
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10% 20px;
  font-size: 16px;
  text-align: left;
  -webkit-transition: top 400ms ease;
  -moz-transition: top 400ms ease;
  -o-transition: top 400ms ease;
  transition: top 400ms ease;
  z-index: 99;
}
@media (min-width: 420px) {
  .page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper div.lent-tip-roll-over {
    padding: 10% 30px;
  }
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-wrapper.hover div.lent-tip-roll-over {
  top: 0%;
  cursor: pointer;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-unavailable {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: rgba(51, 51, 51, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 56px;
  text-align: center;
  z-index: 999;
  position: relative;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-unavailable p {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-unavailable #lent-tip-tbc-wrap {
  position: absolute;
  width: 256px;
  height: 148px;
  top: 50%;
  left: 50%;
  margin-top: -74px;
  margin-left: -128px;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-unavailable #lent-tip-tbc-wrap #lent-tip-tbc {
  width: 100px;
  height: 105px;
  margin: 0 auto 15px auto;
  padding: 27px 20px;
  text-align: center;
  background-image: url(../images/lent-calendar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 105px;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-roll-close.hideButton {
  display: none;
  -webkit-transition: top 400ms ease;
  -moz-transition: top 400ms ease;
  -o-transition: top 400ms ease;
  transition: top 400ms ease;
}
.page-lent #block-views-lent-tips-view-block .view-lent-tips-view .lent-tip-roll-open.hideButton {
  display: none;
  -webkit-transition: top 400ms ease;
  -moz-transition: top 400ms ease;
  -o-transition: top 400ms ease;
  transition: top 400ms ease;
}

/*PAGE LAYOUTS*/
/*homepage grid layout*/
/*--- Global styles ---*/
.contextual-links-region {
  width: 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 767px) {
  .contextual-links-region {
    margin: 0 0 54px 0;
  }
}

/*RECOMMENDED THIS WEEK*/
#block-views-homepage-recommended-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  float: none;
}
#block-views-homepage-recommended-block ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
}
#block-views-homepage-recommended-block ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  padding-bottom: 42px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  #block-views-homepage-recommended-block ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}

/*--- LATEST RECIPES ---*/
#block-views-homepage-latest-recipes-block {
  clear: both;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-content ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-content ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 42px;
  margin-bottom: 26px;
}
@media (min-width: 767px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-content ul li {
    margin-bottom: 0;
  }
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-content ul li:before, #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-content ul li:after {
  content: "";
  display: table;
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-content ul li:after {
  clear: both;
}
@media (min-width: 767px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-content ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node {
  margin-left: 0;
}
@media (min-width: 767px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .views-field-view-node {
    margin-left: auto;
  }
}
#block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  /* margin-top: 30px;*/
}
@media (min-width: 767px) {
  #block-views-homepage-latest-recipes-block .view-homepage-latest-recipes .view-footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    padding-left: 0%;
    padding-right: 0%;
  }
}

/*--- HOW IT HELPS ---*/
#block-views-homepage-how-it-helps-block h2.block-title {
  background-color: #FFCD29;
  padding: 12px 7px 7px 15px;
}
#block-views-homepage-how-it-helps-block .views-field-view-node {
  margin-left: 0;
}
@media (min-width: 767px) {
  #block-views-homepage-how-it-helps-block .views-field-view-node {
    margin-left: auto;
  }
}

#block-views-homepage-what-to-do-block h2.block-title {
  background-color: #F37936;
  padding: 12px 7px 7px 15px;
}
#block-views-homepage-what-to-do-block .views-field-view-node {
  margin-left: 0;
}
@media (min-width: 767px) {
  #block-views-homepage-what-to-do-block .views-field-view-node {
    margin-left: auto;
  }
}

#block-views-homepage-why-save-food-block h2.block-title {
  background-color: #735546;
  padding: 12px 7px 7px 15px;
}
#block-views-homepage-why-save-food-block .views-field-view-node {
  margin-left: 0;
}
@media (min-width: 767px) {
  #block-views-homepage-why-save-food-block .views-field-view-node {
    margin-left: auto;
  }
}

.region #block-views-related-recipes-block .view .views-row,
.region #block-views-related-articles-block .view .views-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 42px;
  margin-bottom: 26px;
}
.region #block-views-related-recipes-block .view .views-row:before, .region #block-views-related-recipes-block .view .views-row:after,
.region #block-views-related-articles-block .view .views-row:before,
.region #block-views-related-articles-block .view .views-row:after {
  content: "";
  display: table;
}
.region #block-views-related-recipes-block .view .views-row:after,
.region #block-views-related-articles-block .view .views-row:after {
  clear: both;
}
@media (min-width: 767px) {
  .region #block-views-related-recipes-block .view .views-row,
  .region #block-views-related-articles-block .view .views-row {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .region #block-views-related-recipes-block .view .views-row,
  .region #block-views-related-articles-block .view .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}

#block-views-homepage-what-to-do-block, #block-views-homepage-why-save-food-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
@media (min-width: 767px) {
  #block-views-homepage-what-to-do-block, #block-views-homepage-why-save-food-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
#block-views-homepage-what-to-do-block .view ul, #block-views-homepage-why-save-food-block .view ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
}
#block-views-homepage-what-to-do-block .view ul li, #block-views-homepage-why-save-food-block .view ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 42px;
  margin-bottom: 26px;
}
@media (min-width: 767px) {
  #block-views-homepage-what-to-do-block .view ul li, #block-views-homepage-why-save-food-block .view ul li {
    margin-bottom: 0;
  }
}
#block-views-homepage-what-to-do-block .view ul li:before, #block-views-homepage-what-to-do-block .view ul li:after, #block-views-homepage-why-save-food-block .view ul li:before, #block-views-homepage-why-save-food-block .view ul li:after {
  content: "";
  display: table;
}
#block-views-homepage-what-to-do-block .view ul li:after, #block-views-homepage-why-save-food-block .view ul li:after {
  clear: both;
}
@media (min-width: 767px) {
  #block-views-homepage-what-to-do-block .view ul li, #block-views-homepage-why-save-food-block .view ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}

#block-views-homepage-how-it-helps-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
#block-views-homepage-how-it-helps-block .view ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
}
#block-views-homepage-how-it-helps-block .view ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 42px;
  margin-bottom: 26px;
}
@media (min-width: 767px) {
  #block-views-homepage-how-it-helps-block .view ul li {
    margin-bottom: 0;
  }
}
#block-views-homepage-how-it-helps-block .view ul li:before, #block-views-homepage-how-it-helps-block .view ul li:after {
  content: "";
  display: table;
}
#block-views-homepage-how-it-helps-block .view ul li:after {
  clear: both;
}
@media (min-width: 767px) {
  #block-views-homepage-how-it-helps-block .view ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}

/*SAVE MONEY*/
#block-views-homepage-save-money-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
}
@media (min-width: 767px) {
  #block-views-homepage-save-money-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
#block-views-homepage-save-money-block ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
}
#block-views-homepage-save-money-block ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  padding-bottom: 42px;
}
@media (min-width: 767px) {
  #block-views-homepage-save-money-block ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}

/*DOWNLOAD APP*/
#block-block-5 {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 0%;
  padding-right: 0%;
  background: #54bb5b;
}

html {
  overflow-x: hidden;
}

main {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
  width: 100%;
}

.main-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  float: none;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}

.page-frontpage .main-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  float: none;
}

/* --- search field ---*/
#block-search-form {
  display: none;
}

/* --- social feed ---*/
#block-block-9 h2 {
  color: #43474D;
  background-color: #FFFFFF;
}

#block-views-social-feed-block,
#block-views-social-feed-block-1 {
  width: 100%;
  background-color: #ecebeb;
  clear: both;
  padding: 10px 0;
}
#block-views-social-feed-block:before, #block-views-social-feed-block:after,
#block-views-social-feed-block-1:before,
#block-views-social-feed-block-1:after {
  content: "";
  display: table;
}
#block-views-social-feed-block:after,
#block-views-social-feed-block-1:after {
  clear: both;
}
#block-views-social-feed-block h2.block-title,
#block-views-social-feed-block-1 h2.block-title {
  color: #43474D;
  background-color: transparent;
  margin-bottom: 0;
}
#block-views-social-feed-block .view-social-feed,
#block-views-social-feed-block-1 .view-social-feed {
  padding: 0 10px;
  clear: both;
  word-break: break-word;
}
#block-views-social-feed-block .view-social-feed:before, #block-views-social-feed-block .view-social-feed:after,
#block-views-social-feed-block-1 .view-social-feed:before,
#block-views-social-feed-block-1 .view-social-feed:after {
  content: "";
  display: table;
}
#block-views-social-feed-block .view-social-feed:after,
#block-views-social-feed-block-1 .view-social-feed:after {
  clear: both;
}
#block-views-social-feed-block .view-social-feed ul,
#block-views-social-feed-block-1 .view-social-feed ul {
  display: block;
  padding: 0;
}
#block-views-social-feed-block .view-social-feed ul:before, #block-views-social-feed-block .view-social-feed ul:after,
#block-views-social-feed-block-1 .view-social-feed ul:before,
#block-views-social-feed-block-1 .view-social-feed ul:after {
  content: "";
  display: table;
}
#block-views-social-feed-block .view-social-feed ul:after,
#block-views-social-feed-block-1 .view-social-feed ul:after {
  clear: both;
}
@media (min-width: 767px) {
  #block-views-social-feed-block .view-social-feed ul,
  #block-views-social-feed-block-1 .view-social-feed ul {
    display: inline-block;
  }
}
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-field-tweet-user,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-field-tweet-user {
  display: none;
}
#block-views-social-feed-block .view-social-feed ul .views-row,
#block-views-social-feed-block .view-social-feed ul .facebook,
#block-views-social-feed-block-1 .view-social-feed ul .views-row,
#block-views-social-feed-block-1 .view-social-feed ul .facebook {
  padding: 15px;
  margin: 0;
  background-color: #FFFFFF;
  width: 98%;
  margin: 15px 1%;
  padding: 0;
  float: none;
  background-color: #FFFFFF;
}
@media (min-width: 420px) {
  #block-views-social-feed-block .view-social-feed ul .views-row,
  #block-views-social-feed-block .view-social-feed ul .facebook,
  #block-views-social-feed-block-1 .view-social-feed ul .views-row,
  #block-views-social-feed-block-1 .view-social-feed ul .facebook {
    width: 48%;
    float: left;
  }
}
@media (min-width: 767px) {
  #block-views-social-feed-block .view-social-feed ul .views-row,
  #block-views-social-feed-block .view-social-feed ul .facebook,
  #block-views-social-feed-block-1 .view-social-feed ul .views-row,
  #block-views-social-feed-block-1 .view-social-feed ul .facebook {
    width: 23%;
  }
}
#block-views-social-feed-block .view-social-feed ul .views-row .social-feed-title,
#block-views-social-feed-block .view-social-feed ul .views-row .views-field-field-facebook-page-name,
#block-views-social-feed-block .view-social-feed ul .facebook .social-feed-title,
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-field-facebook-page-name,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .social-feed-title,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .views-field-field-facebook-page-name,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .social-feed-title,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-field-facebook-page-name {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.85px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 15px;
  background-color: #FFFFFF;
}
#block-views-social-feed-block .view-social-feed ul .views-row .social-feed-title a,
#block-views-social-feed-block .view-social-feed ul .views-row .views-field-field-facebook-page-name a,
#block-views-social-feed-block .view-social-feed ul .facebook .social-feed-title a,
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-field-facebook-page-name a,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .social-feed-title a,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .views-field-field-facebook-page-name a,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .social-feed-title a,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-field-facebook-page-name a {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.85px;
  line-height: 14px;
  color: #3B5998;
  text-decoration: none;
  cursor: pointer;
}
#block-views-social-feed-block .view-social-feed ul .views-row .views-field-field-facebook-picture,
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-field-facebook-picture,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .views-field-field-facebook-picture,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-field-facebook-picture {
  display: none;
}
#block-views-social-feed-block .view-social-feed ul .views-row .social-feed-author,
#block-views-social-feed-block .view-social-feed ul .views-row .views-field-field-tweet-user,
#block-views-social-feed-block .view-social-feed ul .facebook .social-feed-author,
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-field-tweet-user,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .social-feed-author,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .views-field-field-tweet-user,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .social-feed-author,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-field-tweet-user {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.85px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 15px;
  background-color: #FFFFFF;
}
#block-views-social-feed-block .view-social-feed ul .views-row .social-feed-author a,
#block-views-social-feed-block .view-social-feed ul .views-row .views-field-field-tweet-user a,
#block-views-social-feed-block .view-social-feed ul .facebook .social-feed-author a,
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-field-tweet-user a,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .social-feed-author a,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .views-field-field-tweet-user a,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .social-feed-author a,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-field-tweet-user a {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.85px;
  line-height: 14px;
  color: #55ACEE;
  text-decoration: none;
  cursor: pointer;
}
#block-views-social-feed-block .view-social-feed ul .views-row .social-feed-content,
#block-views-social-feed-block .view-social-feed ul .views-row .views-field-body,
#block-views-social-feed-block .view-social-feed ul .facebook .social-feed-content,
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-body,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .social-feed-content,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .views-field-body,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .social-feed-content,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 0px;
  padding: 15px;
  background-color: #FFFFFF;
}
#block-views-social-feed-block .view-social-feed ul .views-row .social-feed-content p,
#block-views-social-feed-block .view-social-feed ul .views-row .views-field-body p,
#block-views-social-feed-block .view-social-feed ul .facebook .social-feed-content p,
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-body p,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .social-feed-content p,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .views-field-body p,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .social-feed-content p,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-body p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 0px;
  cursor: pointer;
}
#block-views-social-feed-block .view-social-feed ul .views-row .social-feed-content p a,
#block-views-social-feed-block .view-social-feed ul .views-row .views-field-body p a,
#block-views-social-feed-block .view-social-feed ul .facebook .social-feed-content p a,
#block-views-social-feed-block .view-social-feed ul .facebook .views-field-body p a,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .social-feed-content p a,
#block-views-social-feed-block-1 .view-social-feed ul .views-row .views-field-body p a,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .social-feed-content p a,
#block-views-social-feed-block-1 .view-social-feed ul .facebook .views-field-body p a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin: 10px 0px;
  cursor: pointer;
  width: 100%;
  word-wrap: break-word;
}

/*article category grid layout*/
/* --- Why Save Food Top Boxes --- */
.region #block-views-cat-page-collections-block h2 {
  display: block;
}
.region #block-views-related-recipes-block,
.region #block-views-other-users-recipes-block,
.region .contextual-links-region {
  margin: 0 0 30px 0;
}
@media (min-width: 420px) {
  .region #block-views-related-recipes-block,
  .region #block-views-other-users-recipes-block,
  .region .contextual-links-region {
    margin: 0 0 54px 0;
    display: inline-block;
  }
}
.region #block-views-related-recipes-block ul,
.region #block-views-other-users-recipes-block ul,
.region .contextual-links-region ul {
  list-style: none;
  padding: 0;
}
.region #block-views-related-recipes-block .view-related-recipes .views-row,
.region #block-views-other-users-recipes-block .view-related-recipes .views-row,
.region .contextual-links-region .view-related-recipes .views-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: block;
}
@media (min-width: 420px) {
  .region #block-views-related-recipes-block .view-related-recipes .views-row,
  .region #block-views-other-users-recipes-block .view-related-recipes .views-row,
  .region .contextual-links-region .view-related-recipes .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
.region #block-views-related-recipes-block .view-related-recipes .views-row .views-field-field-image,
.region #block-views-other-users-recipes-block .view-related-recipes .views-row .views-field-field-image,
.region .contextual-links-region .view-related-recipes .views-row .views-field-field-image {
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-related-recipes-block .view-related-recipes .views-row .views-field-title,
.region #block-views-other-users-recipes-block .view-related-recipes .views-row .views-field-title,
.region .contextual-links-region .view-related-recipes .views-row .views-field-title {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-related-recipes-block .view-related-recipes .views-row .views-field-field-introduction,
.region #block-views-other-users-recipes-block .view-related-recipes .views-row .views-field-field-introduction,
.region .contextual-links-region .view-related-recipes .views-row .views-field-field-introduction {
  text-align: left;
  padding: 0;
}
.region #block-views-related-recipes-block .view-related-recipes .views-row .field-content,
.region #block-views-other-users-recipes-block .view-related-recipes .views-row .field-content,
.region .contextual-links-region .view-related-recipes .views-row .field-content {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-related-recipes-block .view-related-recipes .views-row .views-field-view-node,
.region #block-views-other-users-recipes-block .view-related-recipes .views-row .views-field-view-node,
.region .contextual-links-region .view-related-recipes .views-row .views-field-view-node {
  padding: 0;
}
.region #block-views-related-recipes-block #article-section .article-sub-section .article-sub-image img,
.region #block-views-other-users-recipes-block #article-section .article-sub-section .article-sub-image img,
.region .contextual-links-region #article-section .article-sub-section .article-sub-image img {
  width: 100%;
}
.region #block-views-related-recipes-block,
.region #block-views-related-articles-block,
.region #block-views-related-articles-block--2,
.region #block-views-related-recipes-block--2,
.region #block-views-cat-page-videos-block,
.region #block-views-cat-page-top-tips-block,
.region .view-recipe-page-top-tip {
  width: 100%;
  display: inline-block;
  float: right;
}
@media (min-width: 767px) {
  .region #block-views-related-recipes-block,
  .region #block-views-related-articles-block,
  .region #block-views-related-articles-block--2,
  .region #block-views-related-recipes-block--2,
  .region #block-views-cat-page-videos-block,
  .region #block-views-cat-page-top-tips-block,
  .region .view-recipe-page-top-tip {
    width: 50%;
  }
}
.region #block-views-related-recipes-block ul,
.region #block-views-related-articles-block ul,
.region #block-views-related-articles-block--2 ul,
.region #block-views-related-recipes-block--2 ul,
.region #block-views-cat-page-videos-block ul,
.region #block-views-cat-page-top-tips-block ul,
.region .view-recipe-page-top-tip ul {
  padding: 0;
}
.region #block-views-related-recipes-block .view .views-row,
.region #block-views-related-articles-block .view .views-row,
.region #block-views-related-articles-block--2 .view .views-row,
.region #block-views-related-recipes-block--2 .view .views-row,
.region #block-views-cat-page-videos-block .view .views-row,
.region #block-views-cat-page-top-tips-block .view .views-row,
.region .view-recipe-page-top-tip .view .views-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: block;
}
@media (min-width: 767px) {
  .region #block-views-related-recipes-block .view .views-row,
  .region #block-views-related-articles-block .view .views-row,
  .region #block-views-related-articles-block--2 .view .views-row,
  .region #block-views-related-recipes-block--2 .view .views-row,
  .region #block-views-cat-page-videos-block .view .views-row,
  .region #block-views-cat-page-top-tips-block .view .views-row,
  .region .view-recipe-page-top-tip .view .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
.region #block-views-related-recipes-block .view .views-row .views-field-field-image,
.region #block-views-related-articles-block .view .views-row .views-field-field-image,
.region #block-views-related-articles-block--2 .view .views-row .views-field-field-image,
.region #block-views-related-recipes-block--2 .view .views-row .views-field-field-image,
.region #block-views-cat-page-videos-block .view .views-row .views-field-field-image,
.region #block-views-cat-page-top-tips-block .view .views-row .views-field-field-image,
.region .view-recipe-page-top-tip .view .views-row .views-field-field-image {
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-related-recipes-block .view .views-row .views-field-title,
.region #block-views-related-articles-block .view .views-row .views-field-title,
.region #block-views-related-articles-block--2 .view .views-row .views-field-title,
.region #block-views-related-recipes-block--2 .view .views-row .views-field-title,
.region #block-views-cat-page-videos-block .view .views-row .views-field-title,
.region #block-views-cat-page-top-tips-block .view .views-row .views-field-title,
.region .view-recipe-page-top-tip .view .views-row .views-field-title {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-related-recipes-block .view .views-row .views-field-field-introduction,
.region #block-views-related-articles-block .view .views-row .views-field-field-introduction,
.region #block-views-related-articles-block--2 .view .views-row .views-field-field-introduction,
.region #block-views-related-recipes-block--2 .view .views-row .views-field-field-introduction,
.region #block-views-cat-page-videos-block .view .views-row .views-field-field-introduction,
.region #block-views-cat-page-top-tips-block .view .views-row .views-field-field-introduction,
.region .view-recipe-page-top-tip .view .views-row .views-field-field-introduction {
  text-align: left;
  padding: 0;
}
.region #block-views-related-recipes-block .view .views-row .field-content,
.region #block-views-related-articles-block .view .views-row .field-content,
.region #block-views-related-articles-block--2 .view .views-row .field-content,
.region #block-views-related-recipes-block--2 .view .views-row .field-content,
.region #block-views-cat-page-videos-block .view .views-row .field-content,
.region #block-views-cat-page-top-tips-block .view .views-row .field-content,
.region .view-recipe-page-top-tip .view .views-row .field-content {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-related-recipes-block .view .views-row .field-content:before, .region #block-views-related-recipes-block .view .views-row .field-content:after,
.region #block-views-related-articles-block .view .views-row .field-content:before,
.region #block-views-related-articles-block .view .views-row .field-content:after,
.region #block-views-related-articles-block--2 .view .views-row .field-content:before,
.region #block-views-related-articles-block--2 .view .views-row .field-content:after,
.region #block-views-related-recipes-block--2 .view .views-row .field-content:before,
.region #block-views-related-recipes-block--2 .view .views-row .field-content:after,
.region #block-views-cat-page-videos-block .view .views-row .field-content:before,
.region #block-views-cat-page-videos-block .view .views-row .field-content:after,
.region #block-views-cat-page-top-tips-block .view .views-row .field-content:before,
.region #block-views-cat-page-top-tips-block .view .views-row .field-content:after,
.region .view-recipe-page-top-tip .view .views-row .field-content:before,
.region .view-recipe-page-top-tip .view .views-row .field-content:after {
  content: "";
  display: table;
}
.region #block-views-related-recipes-block .view .views-row .field-content:after,
.region #block-views-related-articles-block .view .views-row .field-content:after,
.region #block-views-related-articles-block--2 .view .views-row .field-content:after,
.region #block-views-related-recipes-block--2 .view .views-row .field-content:after,
.region #block-views-cat-page-videos-block .view .views-row .field-content:after,
.region #block-views-cat-page-top-tips-block .view .views-row .field-content:after,
.region .view-recipe-page-top-tip .view .views-row .field-content:after {
  clear: both;
}
.region #block-views-related-recipes-block .view .views-row .views-field-view-node,
.region #block-views-related-articles-block .view .views-row .views-field-view-node,
.region #block-views-related-articles-block--2 .view .views-row .views-field-view-node,
.region #block-views-related-recipes-block--2 .view .views-row .views-field-view-node,
.region #block-views-cat-page-videos-block .view .views-row .views-field-view-node,
.region #block-views-cat-page-top-tips-block .view .views-row .views-field-view-node,
.region .view-recipe-page-top-tip .view .views-row .views-field-view-node {
  padding: 0;
}
.region #block-views-cat-page-collections-block {
  width: 100%;
  display: inline-block;
}
.region #block-views-cat-page-collections-block ul {
  padding: 0;
}
.region #block-views-cat-page-collections-block .view .views-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: block;
}
@media (min-width: 767px) {
  .region #block-views-cat-page-collections-block .view .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
.region #block-views-cat-page-collections-block .view .views-row .views-field-field-image {
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-cat-page-collections-block .view .views-row .views-field-title {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-cat-page-collections-block .view .views-row .views-field-field-introduction {
  text-align: left;
  padding: 0;
}
.region #block-views-cat-page-collections-block .view .views-row .field-content {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-cat-page-collections-block .view .views-row .views-field-view-node {
  position: relative;
  padding: 0;
}
.region #block-views-collection-node-ref-block,
.region #block-views-category-page-grid-block {
  width: 100%;
  display: inline-block;
}
.region #block-views-collection-node-ref-block ul,
.region #block-views-category-page-grid-block ul {
  padding: 0;
}
.region #block-views-collection-node-ref-block .view .views-row,
.region #block-views-category-page-grid-block .view .views-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: block;
  position: relative;
}
@media (min-width: 767px) {
  .region #block-views-collection-node-ref-block .view .views-row,
  .region #block-views-category-page-grid-block .view .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    min-height: 352px;
  }
}
.region #block-views-collection-node-ref-block .view .views-row .views-field-field-image,
.region #block-views-category-page-grid-block .view .views-row .views-field-field-image {
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-collection-node-ref-block .view .views-row .views-field-field-image .field-content a,
.region #block-views-category-page-grid-block .view .views-row .views-field-field-image .field-content a {
  width: 100%;
}
.region #block-views-collection-node-ref-block .view .views-row .views-field-title-1,
.region #block-views-category-page-grid-block .view .views-row .views-field-title-1 {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-collection-node-ref-block .view .views-row .views-field-title-1 a,
.region #block-views-category-page-grid-block .view .views-row .views-field-title-1 a {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  color: #2A2C2B;
  letter-spacing: -0.41px;
  line-height: 1.3;
  text-decoration: none;
  padding: 0;
  margin: 0 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
}
.region #block-views-collection-node-ref-block .view .views-row .views-field-field-summary,
.region #block-views-category-page-grid-block .view .views-row .views-field-field-summary {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.region #block-views-collection-node-ref-block .view .views-row .field-content,
.region #block-views-category-page-grid-block .view .views-row .field-content {
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
.region #block-views-cat-page-top-tips-block ul, .region #block-views-recipe-page-top-tip-block ul {
  padding: 0;
}
.region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row {
  color: #E47141;
  border: 2px solid #E47141;
  border-radius: 4px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.6666666667%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    margin-right: 5%;
  }
}
.region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row div, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row div, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row div, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row div {
  color: #E47141;
  text-align: center;
  position: relative;
}
.region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row div p, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row div p, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row div p, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row div p {
  color: #E47141;
}
.region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-nothing-1, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-nothing-1, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-nothing-1, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-nothing-1 {
  text-transform: uppercase;
  font-size: 10px;
}
.region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-title, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-title, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-title, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-title {
  font-size: 36px;
  padding-top: 30%;
}
.region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-body, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-body, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-body, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-body {
  padding-bottom: 30%;
}
.region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-nothing, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-nothing, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-nothing, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-nothing {
  position: absolute;
  width: 80%;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
}
.region #block-views-cat-page-top-tips-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-nothing a, .region #block-views-cat-page-top-tips-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-nothing a, .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .item-list .views-row .views-field-nothing a, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .item-list .views-row .views-field-nothing a {
  text-align: center;
  padding: 15px 8px;
  border: 1px solid #E47141;
  border-radius: 30px;
  color: #E47141;
  width: 80%;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.region #block-views-recipe-page-top-tip-block {
  margin-bottom: 15px;
}
@media (min-width: 420px) {
  .region #block-views-recipe-page-top-tip-block {
    margin-bottom: 30px;
  }
}
.region #block-views-recipe-page-top-tip-block ul {
  padding: 0;
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip {
  width: 100%;
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row {
  color: #E47141;
  border: 2px solid #E47141;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0px 26px;
}
@media (min-width: 767px) {
  .region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    margin-right: 0;
  }
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row div, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row div {
  color: #E47141;
  text-align: center;
  position: relative;
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row div p, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row div p {
  color: #E47141;
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row .views-field-nothing-1, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row .views-field-nothing-1 {
  text-transform: uppercase;
  font-size: 10px;
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row .views-field-title, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row .views-field-title {
  font-size: 36px;
  padding-top: 15%;
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row .views-field-body, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row .views-field-body {
  padding: 0 15px 30% 15px;
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row .views-field-nothing, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row .views-field-nothing {
  position: absolute;
  width: 80%;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
}
.region #block-views-recipe-page-top-tip-block .view-cat-page-top-tips .view-content .views-row .views-field-nothing a, .region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row .views-field-nothing a {
  text-align: center;
  padding: 15px 8px;
  border: 1px solid #E47141;
  border-radius: 30px;
  color: #E47141;
  width: 80%;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.region #block-views-recipe-page-top-tip-block .view-recipe-page-top-tip .view-content .views-row {
  padding-bottom: 30px;
  padding: 20px 20px 30px;
}

.block-lfhw-category-pages, .block-views {
  margin-bottom: 30px;
}

li.pager__item {
  display: inline-block;
  margin-top: 40px;
}

li.pager__item > a {
  border-style: none;
}

#block-views-cat-page-top-tips-block h2.block-title {
  color: #242424;
  background-color: #FFFFFF;
}

.field-name-field-image {
  padding: 0 0 30px 0;
}

/*article page grid layout*/
.node-article {
  margin-bottom: 40px;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
}
.node-article header, .node-article footer {
  /*display: none;*/
}
.node-article footer .links .comment_forbidden span {
  font-size: 20px;
}
.node-article footer .links .comment_forbidden span a {
  font-size: 20px;
}
.node-article .field-name-field-author {
  display: none;
}
.node-article .field-name-field-article-type {
  display: none;
}
.node-article .field-name-field-article-subcategory {
  display: none;
}
.node-article .form-type-item {
  display: none;
}
.node-article .paragraphs-item-blockquote {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  padding-top: 45px;
  position: relative;
  display: block;
}
.node-article .paragraphs-item-copy-lhs-and-image-rhs {
  padding-top: 45px;
}
.node-article .paragraphs-item-copy-lhs-and-image-rhs .content .field-type-text-long {
  width: 100%;
  display: block;
  vertical-align: top;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-lhs-and-image-rhs .content .field-type-text-long {
    display: inline-block;
    width: 50%;
  }
}
.node-article .paragraphs-item-copy-lhs-and-image-rhs .content .field-type-text-long .field-items .field-item p {
  font-size: 18px;
  color: #000000;
  width: 100%;
  margin: 0 auto;
}
.node-article .paragraphs-item-copy-lhs-and-image-rhs .content .field-name-field-image {
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-lhs-and-image-rhs .content .field-name-field-image {
    width: 49%;
    display: inline-block;
  }
}
.node-article .paragraphs-item-copy-lhs-and-image-rhs .content .field-name-field-image .field-items .field-item img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-lhs-and-image-rhs .content .field-name-field-image .field-items .field-item img {
    margin-top: 0px;
  }
}
.node-article .paragraphs-item-copy-rhs-and-image-lhs {
  padding-top: 45px;
}
.node-article .paragraphs-item-copy-rhs-and-image-lhs .content .field-type-text-long {
  width: 100%;
  display: block;
  vertical-align: top;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-rhs-and-image-lhs .content .field-type-text-long {
    display: inline-block;
    width: 50%;
  }
}
.node-article .paragraphs-item-copy-rhs-and-image-lhs .content .field-type-text-long .field-items .field-item {
  font-size: 18px;
  color: #000000;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-rhs-and-image-lhs .content .field-type-text-long .field-items .field-item {
    margin-top: 0px;
  }
}
.node-article .paragraphs-item-copy-rhs-and-image-lhs .content .field-name-field-image {
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-rhs-and-image-lhs .content .field-name-field-image {
    width: 49%;
    display: inline-block;
  }
}
.node-article .paragraphs-item-copy-rhs-and-image-lhs .content .field-name-field-image .field-items .field-item img {
  margin-left: auto;
  margin-right: auto;
}
.node-article .paragraphs-item-copy-lhs-and-video-rhs {
  padding-top: 45px;
}
.node-article .paragraphs-item-copy-lhs-and-video-rhs .content .field-type-text-long {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-lhs-and-video-rhs .content .field-type-text-long {
    display: inline-block;
    width: 50%;
  }
}
.node-article .paragraphs-item-copy-lhs-and-video-rhs .content .field-type-text-long .field-items .field-item p {
  font-size: 18px;
  color: #000000;
  width: 80%;
  margin: 0 auto;
}
.node-article .paragraphs-item-copy-lhs-and-video-rhs .content .field-name-field-video {
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-lhs-and-video-rhs .content .field-name-field-video {
    width: 49%;
    display: inline-block;
  }
}
.node-article .paragraphs-item-copy-lhs-and-video-rhs .content .field-name-field-video .field-items .field-item img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-lhs-and-video-rhs .content .field-name-field-video .field-items .field-item img {
    margin-top: 0px;
  }
}
.node-article .paragraphs-item-copy-rhs-and-video-lhs {
  padding-top: 45px;
}
.node-article .paragraphs-item-copy-rhs-and-video-lhs .content .field-type-text-long {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-rhs-and-video-lhs .content .field-type-text-long {
    display: inline-block;
    width: 50%;
  }
}
.node-article .paragraphs-item-copy-rhs-and-video-lhs .content .field-type-text-long .field-items .field-item p {
  font-size: 18px;
  color: #000000;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-rhs-and-video-lhs .content .field-type-text-long .field-items .field-item p {
    margin-top: 0px;
  }
}
.node-article .paragraphs-item-copy-rhs-and-video-lhs .content .field-name-field-video {
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-rhs-and-video-lhs .content .field-name-field-video {
    width: 49%;
    display: inline-block;
  }
}
.node-article .paragraphs-item-copy-rhs-and-video-lhs .content .field-name-field-video .field-items .field-item img {
  margin-left: auto;
  margin-right: auto;
}
.node-article .paragraphs-item-copy-two-column {
  padding-top: 45px;
}
.node-article .paragraphs-item-copy-two-column .content .field-type-text-long {
  position: relative;
}
.node-article .paragraphs-item-copy-two-column .content .field-type-text-long .field-items .field-item p {
  font-size: 18px;
  color: #000000;
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 0%;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0%;
  /* Firefox */
  column-gap: 0%;
  -webkit-column-width: 100%;
  /* Chrome, Safari, Opera */
  -moz-column-width: 100%;
  /* Firefox */
  column-width: 100%;
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-copy-two-column .content .field-type-text-long .field-items .field-item p {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10%;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 10%;
    /* Firefox */
    column-gap: 10%;
    -webkit-column-width: 45%;
    /* Chrome, Safari, Opera */
    -moz-column-width: 45%;
    /* Firefox */
    column-width: 45%;
  }
}
.node-article .paragraphs-item-copy-single-column {
  padding-top: 0;
}
.node-article .paragraphs-item-copy-single-column .content .field-type-text-long {
  position: relative;
}
.node-article .paragraphs-item-copy-single-column .content .field-type-text-long .field-items .field-item p {
  font-size: 20px;
  color: #000000;
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 0%;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0%;
  /* Firefox */
  column-gap: 0%;
  -webkit-column-width: 100%;
  /* Chrome, Safari, Opera */
  -moz-column-width: 100%;
  /* Firefox */
  column-width: 100%;
  width: 100%;
}
.node-article .paragraphs-item-image-carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 60px;
}
.node-article .paragraphs-item-video {
  margin-top: 35px;
}
.node-article .paragraphs-item-small-image-and-copy {
  display: block;
  clear: both;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 420px) {
  .node-article .paragraphs-item-small-image-and-copy .content .field-name-field-image {
    width: 50%;
    display: inline-block;
  }
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-small-image-and-copy .content .field-name-field-image {
    width: 20%;
    max-width: 185px;
    display: inline-block;
    vertical-align: top;
  }
}
.node-article .paragraphs-item-small-image-and-copy .content .field-name-field-body {
  margin-top: 20px;
}
@media (min-width: 420px) {
  .node-article .paragraphs-item-small-image-and-copy .content .field-name-field-body {
    margin-top: 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
  }
}
@media (min-width: 767px) {
  .node-article .paragraphs-item-small-image-and-copy .content .field-name-field-body {
    margin-top: 0;
    left: 50px;
    font-size: 18px;
    color: #000000;
    width: 79%;
    position: relative;
    display: inline-block;
  }
}
.node-article .paragraphs-item-image {
  display: block;
  width: 100%;
  position: relative;
  top: 40px;
  margin-bottom: 40px;
}
.node-article .paragraphs-item-image picture img {
  margin-right: auto;
  margin-left: auto;
}
.node-article .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -38px;
}
.node-article .owl-pagination .owl-page span {
  background: #FFFFFF;
}

@media (min-width: 767px) {
  #block-lfhw-banner-node-banner {
    margin-top: 190px;
  }
}

.bottom-section-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
.bottom-section-full #block-lfhw-search-global-search-form-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
.bottom-section-full .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
@media (min-width: 767px) {
  .bottom-section-full .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}

/*recipe category grid layout*/
/* --- Add a new recipe page --- */
.page-profile-recipe-add .main-container {
  float: none;
  margin-top: 240px;
}
.page-profile-recipe-add .main-container h1.page-header {
  display: none;
}

/*recipe page grid layout*/
.view-recipes-landing-block, .view-recipes-landing-block-scotland, .view-global-search-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
.view-recipes-landing-block .item-list, .view-recipes-landing-block-scotland .item-list, .view-global-search-block .item-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
.view-recipes-landing-block .item-list li, .view-recipes-landing-block-scotland .item-list li, .view-global-search-block .item-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
@media (min-width: 767px) {
  .view-recipes-landing-block .item-list li, .view-recipes-landing-block-scotland .item-list li, .view-global-search-block .item-list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}
@media (min-width: 992px) {
  .view-recipes-landing-block .item-list li, .view-recipes-landing-block-scotland .item-list li, .view-global-search-block .item-list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
  }
}

.node-type-recipe main {
  top: 300px;
}
.node-type-recipe .main-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  float: none;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  margin-top: 102px;
}
@media (min-width: 992px) {
  .node-type-recipe .main-container {
    margin-top: 242px;
  }
}
.node-type-recipe #block-lfhw-search-recipe-search-form-block {
  width: 100%;
  padding: 30px 10%;
}
.node-type-recipe .node-recipe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}
.node-type-recipe .node-recipe header .submitted {
  display: none;
}
.node-type-recipe .node-recipe footer {
  display: none;
}
.node-type-recipe .node-recipe h2.recipe-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
}
.node-type-recipe .node-recipe .field-name-field-author {
  margin-bottom: 20px;
}
.node-type-recipe .node-recipe .field-name-field-time-to-cook::before {
  content: url("/sites/all/themes/lfhw/images/time.png");
  display: inline-block;
}
.node-type-recipe .node-recipe .field-name-field-time-to-cook {
  display: inline-block;
  margin-right: 30px;
}
.node-type-recipe .node-recipe .field-name-field-time-to-cook .field-items {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 7px;
}
.node-type-recipe .node-recipe .field-name-field-recipe-difficulty::before {
  content: url("/sites/all/themes/lfhw/images/ease.png");
  display: inline-block;
}
.node-type-recipe .node-recipe .field-name-field-recipe-difficulty {
  display: inline-block;
  margin-right: 30px;
}
.node-type-recipe .node-recipe .field-name-field-recipe-difficulty .field-items {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 7px;
}
.node-type-recipe .node-recipe .field-name-field-servings::before {
  content: url("/sites/all/themes/lfhw/images/serves.png");
  display: inline-block;
}
.node-type-recipe .node-recipe .field-name-field-servings {
  display: inline-block;
  height: 33px;
  vertical-align: top;
  padding-top: 6px;
  border: 2px solid #000000;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.node-type-recipe .node-recipe .field-name-field-servings .field-items {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.node-type-recipe .node-recipe .field-name-field-servings .field-item {
  display: inline-block;
  margin-left: 10px;
}
.node-type-recipe .node-recipe .field-name-field-introduction {
  margin-top: 20px;
  margin-bottom: 20px;
}
.node-type-recipe .node-recipe .field-name-field-introduction .field-items {
  padding-right: 0;
}
@media (min-width: 992px) {
  .node-type-recipe .node-recipe .field-name-field-introduction .field-items {
    padding-right: 20%;
  }
}
.node-type-recipe .node-recipe .field-name-field-freezable {
  display: inline-block;
  margin-right: 30px;
  background-image: url("/sites/all/themes/lfhw/images/dietary/freezable.svg");
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 0.8em 1em 0.8em 3.4em;
  margin-bottom: 1em;
  background-size: auto 40px;
}
.node-type-recipe .node-recipe .field-name-field-freezable .field-label {
  font-weight: normal;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
}
.node-type-recipe .node-recipe .field-name-field-freezable .field-items {
  display: none;
}
@media (min-width: 992px) {
  .node-type-recipe .node-recipe .field-name-field-freezable {
    float: left;
  }
}
.node-type-recipe .node-recipe .field-name-field-dietary {
  display: inline-block;
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-items {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-item {
  width: 50%;
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-item span {
  display: inline-block;
  background-size: auto 40px;
  background-repeat: no-repeat;
  padding: 0.8em 1em 0.8em 3.4em;
  margin-bottom: 1em;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-item span.dairy-free {
  background-image: url("/sites/all/themes/lfhw/images/dietary/dairy-free.svg");
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-item span.eggs-free {
  background-image: url("/sites/all/themes/lfhw/images/dietary/eggs-free.svg");
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-item span.nut-free {
  background-image: url("/sites/all/themes/lfhw/images/dietary/nut-free.svg");
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-item span.vegan {
  background-image: url("/sites/all/themes/lfhw/images/dietary/vegan.svg");
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-item span.vegetarian {
  background-image: url("/sites/all/themes/lfhw/images/dietary/vegetarian.svg");
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-item span.wheat-and-gluten-free {
  background-image: url("/sites/all/themes/lfhw/images/dietary/gluten-free.svg");
}
.node-type-recipe .node-recipe .field-name-field-dietary .field-label {
  display: none;
}
@media (min-width: 740px) {
  .node-type-recipe .node-recipe .field-name-field-dietary .field-item {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .node-type-recipe .node-recipe .field-name-field-dietary .field-item {
    width: auto;
  }
}
.node-type-recipe .node-recipe .field-name-field-ingredients {
  background-color: #F7F7F7;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.node-type-recipe .node-recipe .field-name-field-ingredients .field-label {
  width: 100%;
  text-transform: uppercase;
  font-size: 27px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px #DEDEDE solid;
}
.node-type-recipe .node-recipe .field-name-field-ingredients .field-items .field-item {
  line-height: 1.8;
}
.node-type-recipe .node-recipe .field-name-field-instructions {
  margin-top: 30px;
  margin-bottom: 30px;
}
.node-type-recipe .node-recipe .field-name-field-instructions .field-label {
  width: 100%;
  text-transform: uppercase;
  font-size: 27px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px #DEDEDE solid;
}
.node-type-recipe .node-recipe .field-name-field-instructions .field-items {
  counter-reset: section;
}
.node-type-recipe .node-recipe .field-name-field-instructions .field-items .field-item {
  line-height: 1.8;
  margin: 0 0 10px 30px;
  position: relative;
}
.node-type-recipe .node-recipe .field-name-field-instructions .field-items div::before {
  counter-increment: section;
  content: counter(section) ". ";
  margin-right: 20px;
  position: absolute;
  margin-left: -30px;
}

.pre-footer {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}
.pre-footer:before, .pre-footer:after {
  content: "";
  display: table;
}
.pre-footer:after {
  clear: both;
}

.subscribe-container {
  background-image: url(../images/newsletter-bg.jpg);
  background-size: cover;
  margin-top: 20px;
}

.subscribe-container:before,
.subscribe-container:after {
  content: "";
  display: table;
}

.subscribe-container:after {
  clear: both;
}

.subscribe {
  float: right;
  margin: 38px 20px 38px 20px;
  padding: 14px 14px 10px;
  text-align: left;
  vertical-align: middle;
  background-color: #54bb5b;
  border: none;
  border-radius: 40px;
}

@media all and (max-width: 766px) {
  .subscribe {
    float: none;
    clear: both;
    text-align: center;
    margin: 38px 10px;
  }
}
.subscribe a, .page-node-2218 .goto a, .page-node-2219 .goto a {
  font-family: 'FuturaBT-Bol', "Trebuchet M", Arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}

.subscribe a i {
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-size: 30px;
  position: relative;
  top: -3px;
}

@media (max-width: 450px) {
  .subscribe a i {
    display: none;
  }
}
.subscribe-text {
  float: left;
  padding: 38px 0 0 40px;
  width: calc(100% - 406px);
}

@media all and (max-width: 766px) {
  .subscribe-text {
    width: 100%;
    text-align: center;
    padding: 38px 20px 28px;
  }
}
@media all and (max-width: 480px) {
  .subscribe-text {
    padding: 38px 50px 28px;
  }
}
.subscribe-text h3 {
  font-size: 25px;
  /* color: #54bb5b; */
  color: #fff;
  text-transform: none;
  margin: 0;
  font-weight: bold;
}

.subscribe-text p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 770px) {
  .region-header {
    margin-top: -100px;
  }

  .page-node-1 main {
    padding: 0 0 150px 0 !important;
  }
}
@media screen and (max-width: 766px) {
  header#menu_top-bar #header-search-box {
    position: absolute;
    top: 6px;
    right: 0;
    margin-right: auto;
    margin-top: 100px;
  }

  .region.region-logo {
    margin: 5px 0 0 10px;
  }

  .menu-button {
    float: right !important;
  }

  #top-links-wrap #top-account-links {
    position: relative;
    margin: 10px auto;
  }

  #menu_top-bar_logo {
    width: 65px;
    min-height: 61px;
    margin: 0px 50px 0 0;
    position: absolute !important;
    left: 50 !important;
    right: 0;
  }

  #sign-in {
    display: none !important;
  }

  #top-account-links {
    float: left;
    clear: both;
    margin: 70px 0 0 35px !important;
  }

  header#menu_top-bar #header-search-box {
    width: 100% !important;
  }

  header#menu_top-bar #header-search-box .form-item {
    margin: 0 0 0 10px;
  }
}
.page-recipes .view-recipes-landing-block .view-content .item-list ul li .views-field-view-node,
.page-recipes .view-recipes-landing-block-scotland .view-content .item-list ul li .views-field-view-node {
  bottom: 0;
}

.domain-wales-lfhw7-local-dev #menu_top-bar_logo .lfhw-svg {
  width: 80px;
}

.region-footer h2.block-title {
  padding: 15px 0 !important;
}

.footer #social-media-links ul {
  margin: 0;
}

.footer #social-media-links #footer-newsletter {
  display: none;
}

.footer #social-media-links ul li {
  display: inline-block;
  padding: 0 5px;
  text-align: left;
  float: left;
}

/* Terms of use
.page-node-1 main {
    padding: 290px 0 150px 0;
}
*/
/* Newsletter sent message */
.page-node-2218, .page-node-2219 {
  background-image: url(../images/newsletter-bkground.jpg);
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

.page-node-2218 .box, .page-node-2219 .box {
  width: 28%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background: #fff;
  margin: 0 auto;
  padding: 50px;
}

.page-node-2218 .goto, .page-node-2219 .goto {
  float: none;
  margin: 38px 0;
  padding: 14px 0px;
  text-align: center;
  vertical-align: middle;
  background-color: #54bb5b;
  border: none;
  border-radius: 40px;
}

.page-node-2218 .field-name-body, .page-node-2219 .field-name-body {
  text-align: center;
}

.page-node-2218 .footer, .page-node-2219 .footer {
  padding: 20px 0;
}

.page-node-2218 .alert-success, .page-node-2219 .alert-success {
  display: none;
}

#breadcrumb ul.breadcrumb li {
  display: inline;
}

/* terms of use */
@media (min-width: 767px) {
  .page-node-1 #block-lfhw-banner-site-banner {
    margin-top: -59px;
  }
}
.block-lfhw-search .views-widget-sort-by, .block-lfhw-search .views-widget-sort-order {
  display: none;
}

/* My Changes */
header#menu_top-bar {
  height: 75px;
}

@media (max-width: 766px) {
  #menu_top-bar_logo .lfhw-svg {
    max-width: 60px;
  }
}
#top-links-wrap {
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1400px;
  padding: 0;
}

#top-links-wrap #top-social-links {
  position: absolute;
  left: 250px;
  margin-top: 20px;
  width: auto;
}

@media (max-width: 1000px) {
  #top-links-wrap #top-social-links {
    left: 20px;
    top: 33px;
  }
}
#top-links-wrap #top-account-links ul {
  width: auto;
}

@media (min-width: 767px) {
  #top-links-wrap #top-social-links ul {
    left: 0;
    margin: 0;
    padding: 0;
  }
}
#top-links-wrap #top-social-links ul li {
  margin: 0;
}

#top-links-wrap #top-social-links ul li a {
  border: 0;
  padding: 0;
}

#top-links-wrap #top-account-links ul li {
  vertical-align: top;
}

#top-links-wrap #top-social-links ul li a {
  border-radius: 0;
  padding: 5px 6px;
}

header#menu_top-bar #header-search-box {
  height: auto;
  position: absolute;
  margin: 0;
  bottom: auto;
}

@media (min-width: 420px) {
  header#menu_top-bar #header-search-box {
    top: 20px;
    right: 0;
    margin: 0;
  }
}
header#menu_top-bar #header-search-box .form-item {
  width: 70%;
  margin: 0;
}

header#menu_top-bar #header-search-box .form-item input.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}

header#menu_top-bar #header-search-box button {
  padding: 0;
  height: 36px;
  margin: 0;
  width: 30%;
}

#top-links-wrap #top-account-links {
  position: absolute;
  right: auto;
  left: 20px;
  top: 20px;
  width: auto;
}

#header-search-box2 {
  display: block;
  padding: 0 20px;
}

@media screen and (max-width: 770px) {
  #header-search-box2 {
    padding: 0 14px;
  }
}
#header-search-box2 .form-submit {
  position: relative;
  float: left;
  color: #54bb5b;
  background-color: transparent;
  border: none;
  height: 36px;
  margin: 0;
  padding: 0 0 0 20px;
  width: auto;
}

#header-search-box2 .form-submit:focus {
  outline: 0;
}

#header-search-box2 .form-submit:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header-search-box2 .form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}

@media (max-width: 640px) {
  #header-search-box2 .form-control {
    font-size: 16px;
  }
}
#header-search-box2 .form-item {
  border-bottom: #54bb5b 2px solid;
  float: left;
  margin-right: 2%;
  width: calc(100% - 76px);
  margin: 0;
}

#main-nav-holder .flexnav {
  max-height: 100%;
}

#top-account-links2 {
  display: block;
}

@media (max-width: 770px) {
  #top-account-links2 {
    display: table;
    margin: auto;
    min-width: 103px;
    padding: 30px 0;
  }
}
#top-social-links2 {
  display: block;
}

@media (min-width: 767px) {
  #header-search-box2, #top-account-links2, #top-social-links2 {
    display: none;
  }
}
@media (min-width: 420px) {
  right: auto;
}
@media (min-width: 767px) {
  right: auto;
}
@media (min-width: 992px) {
  right: auto;
}
.mobileMenu {
  display: none;
  background: #fff;
}

@media screen and (max-width: 766px) {
  .mobileMenu {
    display: none;
  }

  header#menu_top-bar #header-search-box, #top-links-wrap #top-account-links {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  .region-header {
    margin-top: -35px;
  }
}
.footer section.footer-item {
  padding: 0;
  margin: 0;
}

@media (min-width: 767px) {
  .footer section.footer-item {
    padding: 30px 20px 0 0;
    margin: 0 0 15px 0;
  }
}
.footer section.footer-item h2 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
  cursor: pointer;
}

.footer section.footer-item h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url("/sites/all/themes/lfhw/images/arrowdown.png");
  background-size: cover;
  width: 16px;
  height: 11px;
}

.footer section.footer-item.open h2:after {
  background-image: url("/sites/all/themes/lfhw/images/arrowup.png");
}

@media (min-width: 767px) {
  .footer section.footer-item h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    cursor: default;
  }

  .footer section.footer-item h2:after {
    display: none;
  }
}
.footer section.footer-item h2 + ul, .footer section.footer-item h2 + p, .footer section.footer-item h2 + #social-media-links {
  display: none;
}

@media (min-width: 767px) {
  .footer section.footer-item h2 + ul, .footer section.footer-item h2 + p, .footer section.footer-item h2 + #social-media-links {
    display: block;
  }
}
.footer section.footer-item p {
  margin: 0;
}

@media (min-width: 767px) {
  .footer section.footer-item p {
    margin: 0 0 14px 0;
  }
}
.footer section.footer-item a {
  margin: 0;
}

@media (min-width: 767px) {
  .footer section.footer-item a {
    margin: 0 0 14px 0;
  }
}
z
.footer #social-media-links ul {
  margin: 0;
}

@media (min-width: 767px) {
  .footer #social-media-links ul {
    margin: 0;
  }
}
.footer-bottom {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  margin-top: 0;
}

.footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-logo {
  width: 61px;
  padding: 0 0 14px;
  margin: 0 20px 0 0;
}

@media (min-width: 767px) {
  .footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-logo {
    width: auto;
    padding: 0;
    magin: 0 34px 0 0;
  }
}
.footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-text {
  width: calc(100% - 81px);
  padding-left: 0;
  padding-right: 0;
  color: #4b4b4b;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}

@media (min-width: 767px) {
  .footer-bottom .region-footer-bottom #block-block-3 #footer-bottom-text {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 61px - 34px);
  }
}
.field-name-field-servings .field-label {
  position: relative;
  display: inline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  font-weight: normal;
  margin-left: 10px;
}

#top-account-links2 button {
  width: 100%;
  color: #FFFFFF;
  background-color: #54bb5b;
  border: 1px #54bb5b solid;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  padding: 6px;
  text-transform: uppercase;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-button2 {
  position: relative;
  display: none;
  background: #FFFFFF;
  color: #222;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-right: 0;
  margin-left: auto;
}

.menu-button2 .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-style: normal;
  display: inline-block;
  text-align: center;
}

.menu-button2 .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 10px;
  color: #FFFFFF;
  font-style: normal;
}

@media screen and (max-width: 766px) {
  .menu-button2 {
    display: block;
    float: right !important;
  }
}
.noScroll {
  overflow: hidden;
}

#lfhw-search-recipe-search-block-form {
  position: relative;
}

#top-social-links {
  text-align: center;
}

#top-social-links li {
  display: inline-block;
  margin: 0 5px;
}

#lfhw-search-global-search-block-form {
  position: relative;
}

/*
 * Portion Planner
 */
.page-portion-planner main {
  overflow: hidden;
}

.portionPlannerForm {
  position: relative;
  padding: 55px 0 70px;
  width: calc(100% + 12%);
  margin: 0 -6%;
}

.portionPlannerForm:before, .portionPlannerForm:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 100%;
  background-color: #EFEFEF;
  z-index: 1;
}

.portionPlannerForm:after {
  right: 100%;
  left: auto;
}

.portionPlannerTitleSection {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1024px;
  text-align: center;
  z-index: 1;
}

.portionPlannerWrap .panel {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.portionPlannerWrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  z-index: 1;
}

.portionPlannerWrap .panel-body {
  padding: 0;
}

.portionPlannerWrap legend.panel-heading {
  background: none;
  border: 0;
  border-radius: 0;
  display: none;
}

.portionPlanner {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
}

.portionPlannerWrap .firstColumn {
  float: left;
  width: 100%;
  padding: 0 calc(100% - 512px) 0 0;
}

@media (max-width: 1140px) {
  .portionPlannerWrap .firstColumn {
    padding: 0 calc(100% - 462px) 0 0;
  }
}
@media (max-width: 990px) {
  .portionPlannerWrap .firstColumn {
    padding: 0 calc(100% - 392px) 0 0;
  }
}
@media (max-width: 900px) {
  .portionPlannerWrap .firstColumn {
    padding: 0;
  }
}
.portionPlannerWrap .firstColumn > .panel-body {
  padding: 43px 54px;
}

@media (max-width: 1140px) {
  .portionPlannerWrap .firstColumn > .panel-body {
    padding: 43px 24px;
  }
}
.portionPlannerWrap .firstColumn > .panel-body h3 {
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
  margin: 0 0 12px;
}

.portionPlannerWrap .secondColumn {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 512px);
  height: 100%;
  background: #eeeeee center center no-repeat;
  background-size: cover;
}

@media (max-width: 1140px) {
  .portionPlannerWrap .secondColumn {
    width: calc(100% - 462px);
  }
}
@media (max-width: 990px) {
  .portionPlannerWrap .secondColumn {
    width: calc(100% - 392px);
  }
}
@media (max-width: 900px) {
  .portionPlannerWrap .secondColumn {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.portionPlannerWrap .secondColumn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 2;
}

@media (min-width: 901px) and (max-width: 1140px) {
  .portionPlannerWrap .secondColumn:before {
    left: -13px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
@media (max-width: 900px) {
  .portionPlannerWrap .secondColumn:before {
    top: -25px;
    left: 50%;
    margin-top: 0;
    margin-left: -25px;
  }
}
/* center the content */
.portionPlannerWrap .secondColumn > .panel-body {
  display: table;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .portionPlannerWrap .secondColumn > .panel-body {
    display: block;
    padding: 80px 0;
  }

  .portionPlannerCalculated .portionPlannerWrap .secondColumn > .panel-body {
    padding: 0;
  }
}
.portionPlannerWrap .secondColumn > .panel-body > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none;
}

@media (max-width: 900px) {
  .portionPlannerWrap .secondColumn > .panel-body > div {
    display: block;
  }
}
.portionPlannerWrap .results-area-markup .portionPlannerResultsTitle {
  font-family: 'BrushUp', 'Trebuchet MS', Arial, sans-serif;
  color: #FFFFFF;
  font-size: 72px;
  line-height: 85px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .portionPlannerWrap .results-area-markup .portionPlannerResultsTitle {
    font-size: 42px;
    line-height: 55px;
  }
}
.portionPlanner .panel-body .form-item {
  margin: 0 0 15px;
}

@media (max-width: 900px) {
  .portionPlanner .secondColumn .panel-body .form-item {
    margin: 0;
  }
}
.portionPlanner .panel-body .form-item-number-of-meals {
  margin: 0 0 30px;
}

.portionPlanner .panel-body input, .portionPlanner .panel-body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  height: 40px;
  box-shadow: none;
  margin: 0;
}

.portionPlannerWrap .panel {
  margin: 0 0 18px;
}

.portionPlannerWrap .panel:last-child {
  margin: 0;
}

.portionPlanner .form-group {
  float: left;
  width: 100%;
  font-size: 0;
}

.portionPlanner .form-group > * {
  font-size: 14px;
}

.portionPlanner .form-group .input-group {
  float: left;
  width: 100%;
}

.portionPlanner .input-group-addon {
  display: none;
}

.portionPlannerWrap .panel .form-group label,
.portionPlannerWrap .panel .form-group input,
.portionPlannerWrap .panel .form-group select {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}

@media only screen and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .portionPlannerWrap .panel .form-group input,
  .portionPlannerWrap .panel .form-group select {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .portionPlannerWrap .panel .form-item-number-of-meals label, .portionPlannerWrap .panel .form-item-number-of-meals input, .portionPlannerWrap .panel .form-item-number-of-meals select {
    vertical-align: top;
  }
}
.portionPlannerWrap .panel .form-group label {
  width: calc(100% - 150px);
  color: #242424;
  line-height: 18px;
  font-weight: 400;
  margin: 0 20px 0 0;
}

.portionPlannerWrap .panel .form-group input,
.portionPlannerWrap .panel .form-group select {
  width: 130px;
  margin: 0;
}

.portionPlannerWrap .foodTypeWrap .form-group input,
.portionPlannerWrap .foodTypeWrap .form-group select {
  width: 100%;
}

.portionPlannerWrap .foodTypeWrap .form-group label {
  display: none;
}

.portionPlannerWrap .panel .form-group input::-ms-clear {
  display: none;
}

.portionPlanner .panel-body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-right: 40px;
  padding-left: 14px;
  padding-bottom: 0;
  height: 40px;
  background: #fff url("../images/select-caret.png") right 14px center no-repeat;
  background-size: 14px auto;
  line-height: 40px;
  cursor: pointer;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #242424;
  font-size: 15px;
  line-height: 26px;
}

.portionPlanner .panel-body select::-ms-expand {
  display: none;
}

.portionPlanner .panel-body select option {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@-moz-document url-prefix() {
  .portionPlanner .panel-body select {
    padding-left: 10px;
  }
}
.portionPlanner .form-autocomplete {
  position: relative;
}

.portionPlanner .form-autocomplete .form-text {
  background: #fff url("../images/search_icon.png") right 14px center no-repeat;
  background-size: 14px auto;
  padding-right: 40px;
}

.portionPlanner .form-autocomplete .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 2;
}

.portionPlanner .form-autocomplete .dropdown ul,
.portionPlanner .form-autocomplete .dropdown li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  border: 0;
}

.portionPlanner .form-autocomplete .dropdown li a {
  display: block;
  margin: 0;
  padding: 6px 14px;
  color: #242424;
  font-family: "Trebuchet MS";
  font-size: 15px;
  line-height: 26px;
  background: #F8F8F8;
  border: 0;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  box-sizing: border-box;
  text-decoration: none;
}

.portionPlanner .form-autocomplete .dropdown li:hover a {
  background: #EDEDED;
}

.portionPlanner .btn {
  font-family: 'FuturaBT-Bold', "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  background-color: #54bb5b;
  border-radius: 40px;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2.4px;
  padding: 18px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  -webkit-transition: background 500ms;
  transition: background 500ms;
  width: 100%;
  text-align: center;
  text-transform: none;
  height: auto;
}

.portionPlannerCalculated .portionPlanner .btn {
  float: left;
  margin-left: 22px;
  width: calc(100% - 152px);
}

.portionPlannerCalculated .portionPlanner .btn:first-of-type {
  margin-left: 0;
  background: #BEBEBE;
  width: 130px;
}

@media (max-width: 550px) {
  .portionPlannerCalculated .portionPlanner .btn {
    width: 100%;
    margin: 20px 0 0;
  }

  .portionPlannerCalculated .portionPlanner .btn:first-of-type {
    margin: 0;
    width: 100%;
  }
}
.portionPlannerResultsContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 43px 45px;
  color: #fff;
  text-align: left;
  background: #373737;
}

@media (max-width: 1140px) {
  .portionPlannerResultsContainer {
    padding: 43px 25px;
  }
}
@media (max-width: 900px) {
  .portionPlannerResultsContainer {
    position: static;
    width: 100%;
    height: auto;
  }
}
.portionPlannerResultsContainer p {
  color: #fff;
}

.portionPlannerResults {
  position: absolute;
  top: 43px;
  left: 45px;
  padding: 0 20px 0 0;
  width: calc(100% - (35px * 2));
  height: calc(100% - 43px);
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 1140px) {
  .portionPlannerResults {
    left: 25px;
    width: calc(100% - (15px * 2));
  }
}
@media (max-width: 900px) {
  .portionPlannerResults {
    position: static;
    padding: 0;
    width: 100%;
    height: auto;
  }
}
.portionPlannerResults h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
}

@media (max-width: 550px) {
  .portionPlannerResults {
    text-align: center;
  }
}
.portionPannerResultsTitleWrap {
  position: relative;
  float: left;
  margin: 0 0 20px;
  width: 100%;
}

@media (max-width: 550px) {
  .portionPannerResultsTitleWrap {
    text-align: center;
  }
}
.portionPannerResultsTitleWrap .imageWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}

@media (max-width: 550px) {
  .portionPannerResultsTitleWrap .imageWrap {
    position: static;
    display: inline-block;
  }
}
.portionPannerResultsTitleWrap .imageWrap img {
  max-width: 100%;
}

.portionPannerResultsTitleWrap .portionPannerResultsTitle {
  float: left;
  width: 100%;
}

.portionPannerResultsTitle {
  padding: 0 20px 0 128px;
}

@media (max-width: 550px) {
  .portionPannerResultsTitle {
    padding: 0 20px;
  }
}
.portionPannerResultsTitle h2, .portionPannerResultsTitle h4 {
  margin: 0;
  color: #54bb5b;
  text-transform: none;
}

.portionPannerResultsTitle h2 {
  font-size: 30px;
  line-height: 40px;
}

.portionPannerResultsTitle h4 {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 23px;
}

.portionPannerResultsTitle p {
  font-size: 14px;
  line-height: 20px;
}

.portionPlannerTotalsWrap, .portionPlannerTotals, .servingSizeTableWrap {
  float: left;
  width: 100%;
}

.portionPlannerTotalsWrap {
  margin: 0 0 25px;
  padding: 20px 0px;
  border: 0;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
}

.portionPlannerTotal {
  float: left;
  width: 50%;
  padding: 0 20px;
  border-right: 1px solid #474747;
  text-align: center;
}

.portionPlannerTotalRight {
  border-right: 0;
}

.portionPlannerTotal h3 {
  font-size: 13px;
  line-height: 16px;
}

.portionPlannerTotal span {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  color: #54bb5b;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
}

.portionPlannerTotal p {
  color: #54bb5b;
  font-size: 15px;
  line-height: 17px;
}

.servingSizeTableWrap table {
  width: 100%;
}

.servingSizeTableWrap table th, .servingSizeTableWrap table td {
  padding: 10px;
}

.servingSizeTableWrap table th:first-child, .servingSizeTableWrap table td:first-child {
  padding-left: 0;
}

.servingSizeTableWrap table th:last-child, .servingSizeTableWrap table td:last-child {
  padding-right: 0;
}

.servingSizeTableWrap table th {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.servingSizeTableWrap table td {
  color: #54bb5b;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #474747;
}

.servingSizeTableWrap table tr:last-child td {
  border-bottom: 0;
}

.servingSizeTableWrap table td:first-child {
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 550px) {
  .servingSizeTableWrap table td:first-child {
    white-space: normal;
  }
}
.servingSizeTableWrap table td:nth-child(2) {
  white-space: nowrap;
}

.servingSizeTableWrap table .noMeasurement td {
  color: #616161;
}

.servingSizeTableWrap table th.icon img {
  height: 22px;
}

.numberArrowWrap {
  position: relative;
}

.numberInput {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.numberButtons {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  z-index: 1;
}

.numberButtons .numberButton {
  position: absolute;
  top: 0;
  right: 0;
  color: #54bb5b;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-left: 1px solid #E6E6E6;
  cursor: pointer;
  z-index: 1;
}

.numberButtons .numberButton.disabled {
  opacity: .5;
  cursor: default;
}

.numberButtons .numberButton.subtract {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  border-right: 1px solid #E6E6E6;
  border-left: 0;
}

.page-portion-planner .block-lfhw-banner {
  margin: 0;
}

.page-portion-planner .region-header {
  margin: 0;
}

.block-lfhw-banner header#page-header.portionPlannerBanner {
  background-position: center 190px;
}

@media (max-width: 766px) {
  .block-lfhw-banner header#page-header.portionPlannerBanner {
    background-position: center;
  }
}
.block-lfhw-banner header#page-header.portionPlannerBanner > div {
  padding-top: calc(190px + 6%);
  padding-bottom: 6%;
}

@media (max-width: 766px) {
  .block-lfhw-banner header#page-header.portionPlannerBanner > div {
    padding-top: 6%;
  }
}
.portionPlannerBanner h1 {
  float: left;
  display: block;
  width: 100%;
  max-width: 655px;
  margin-bottom: 28px;
}

.portionPlannerBanner p {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  max-width: 753px;
  font-weight: 700;
}

.portionPlannerBanner .btn {
  font-family: 'FuturaBT-Bold', "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  background-color: #54bb5b;
  border-radius: 40px;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2.4px;
  padding: 18px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  -webkit-transition: background 500ms;
  transition: background 500ms;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  float: left;
  clear: both;
  width: 170px;
}

.makePlanningEasyWrap {
  padding: 30px 0 0;
}

.makePlanningEasy h2 {
  font-size: 30px;
}

.makePlanningEasyBlock {
  float: left;
  margin: 0 0 40px;
  padding: 0 0 40px;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
}

.makePlanningEasyBlock .columnGroup {
  float: left;
  width: calc(100% + 60px);
  margin: 0 -30px;
  padding: 0;
}

.makePlanningEasyBlock .column {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0 30px;
}

.makePlanningEasyBlock .columnGroup .columnHalf {
  width: 50%;
}

@media (max-width: 766px) {
  .makePlanningEasyBlock .columnGroup .columnHalf {
    width: 100%;
    margin: 0 0 30px;
  }
}
.makePlanningEasyBlock .column > p:first-of-type {
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.makePlanningEasyBlock .column a {
  font-weight: 700;
  color: #54bb5b;
  text-decoration: none;
}

.makePlanningEasyBlock .page-header {
  margin: 0 0 33px;
}

.makePlanningEasySteps {
  float: left;
  width: 100%;
}

.makePlanningEasySteps ul, .makePlanningEasySteps ol {
  counter-reset: counter;
  float: left;
  padding: 0;
}

.makePlanningEasyStep {
  position: relative;
  list-style: none;
}

.makePlanningEasyStep:before {
  counter-increment: counter;
  content: counter(counter);
  position: absolute;
  top: -10px;
  left: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #54bb5b;
  border-radius: 100%;
  font-family: 'FuturaBold', "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

@media (max-width: 480px) {
  .makePlanningEasyStep:before {
    top: 0;
    left: 30px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}
.makePlanningEasyStep .innerWrap {
  padding-left: 73px;
}

@media (max-width: 480px) {
  .makePlanningEasyStep .innerWrap {
    padding-left: 43px;
  }
}
.makePlanningEasyStep .title {
  color: #54bb5b;
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 14px;
  text-transform: none;
}

@media (max-width: 766px) {
  .makePlanningEasyBlock .imageColumns .columnGroup .columnHalf {
    width: 50%;
    margin: 0;
  }
}
.makePlanningEasy .imageColumns {
  text-align: center;
}

.makePlanningEasy .imageColumns .column .imageWrap {
  position: relative;
  width: 100%;
}

.makePlanningEasy .imageColumns .column:nth-child(odd) .imageWrap:after {
  content: '=';
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  color: #54bb5b;
  font-size: 50px;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
}

.makePlanningEasy .imageColumns h3 {
  margin: 0 0 10px;
  text-transform: none;
  font-size: 28px;
}

.makePlanningEasy .imageColumns .column p, .makePlanningEasy .imageColumns .column p:first-of-type {
  font-size: 18px;
  line-height: 20px;
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
}

.makePlanningEasy .column .imageWrap {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px;
}

.makePlanningEasy .column .svgWrap {
  line-height: 110px;
  text-align: center;
  width: 100%;
}

.makePlanningEasy .column .svgWrap svg {
  vertical-align: middle;
}

.makePlanningEasy .column .svgWrap svg path {
  color: #000;
  fill: #000 !important;
}

.scaleSVG svg {
  width: 104px;
  height: 110px;
}

.tablespoonSVG svg {
  width: 142px;
  height: 61px;
}

@media (max-width: 400px) {
  .scaleSVG svg {
    width: 100%;
    height: 70px;
  }

  .tablespoonSVG svg {
    width: 100%;
    height: 41px;
  }
}
.tablespoonSVG svg ellipse {
  color: #000;
  fill: #000 !important;
}

.item-list ul {
  float: left;
  width: calc(100% + (0.83333% * 2));
  margin: 0 -0.83333%;
  padding: 0;
}

#block-views-social-feed-block .view-social-feed .item-list ul, .region #block-views-related-recipes-block ul, .region #block-views-related-articles-block ul {
  width: 100%;
  margin: 0;
}

.region #block-views-category-page-grid-block.essentialGuides .view .views-row {
  width: 33.3333%;
}

@media (max-width: 766px) {
  .region #block-views-category-page-grid-block.essentialGuides .view .views-row {
    width: 100%;
  }
}
/*
 * Overwrite chosen css
 */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 0;
  padding-right: 40px;
  padding-left: 14px;
  padding-bottom: 0;
  height: auto;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #242424;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
  font-size: 15px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.chosen-container-single .chosen-single b {
  display: none !important;
}

.chosen-container.form-control {
  display: block;
  width: 100%;
  padding: 0;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  color: #242424;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-shadow: none;
  line-height: 26px;
  background: #fff url(../images/select-caret.png) right 14px center no-repeat;
  background-size: 14px auto;
}

.chosen-container .chosen-drop {
  margin-left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #E6E6E6;
  border-radius: 0;
  background: #F8F8F8;
  box-shadow: none;
}

.chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}

.chosen-container .chosen-search {
  padding: 14px;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: #fff;
  padding: 11px 44px 10px 14px;
  border: 1px solid #E6E6E6;
  background: #fff url("../images/search_icon.png") right 14px center no-repeat;
  background-size: 14px auto;
}

.chosen-container .chosen-results li {
  padding: 13px 14px 12px;
  line-height: 1;
  font-size: 15px;
  border-top: 1px solid #E6E6E6;
}

.chosen-container .chosen-results li.highlighted {
  background: #EDEDED;
  color: #242424;
}

.pagepreview .navbar,
.pagepreview #burger-menu,
.pagepreview #burger-menu-overlay {
  display: none;
}
.pagepreview .rs {
  margin-top: 0 !important;
}

li a {
  font-family: 'FuturaBook', "Trebuchet MS", Arial, sans-serif;
  /* font-size: 20px; */
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-decoration: underline;
  color: #000000;
}

/*# sourceMappingURL=style.css.map */
