<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=PT+Serif:100,400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,700i|Roboto:400,700,700i);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,700|Roboto+Slab:400,700);

@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;

  /* 1 */
  -webkit-text-size-adjust: 100%;

  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;

  /* 1 */
  height: 0;
  box-sizing: content-box;

  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;

  /* 1 */
  font-size: 1em;

  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;

  /* 1 */
  text-decoration: underline;

  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;

  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, monospace;

  /* 1 */
  font-size: 1em;

  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;

  /* 1 */
  font-size: 100%;

  /* 1 */
  line-height: 1.15;

  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;

  /* 1 */
  max-width: 100%;
  box-sizing: border-box;

  /* 1 */
  padding: 0;

  /* 1 */
  color: inherit;

  /* 3 */
  white-space: normal;

  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;

  /* 1 */
  padding: 0;

  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;

  /* 1 */
  outline-offset: -2px;

  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;

  /* 1 */
  font: inherit;

  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* $font-family-sans-serif:      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; */

:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #afca91;
  --teal: #4dc0b5;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #666;
  --gray-dark: #404040;
  --primary: #8d0004;
  --secondary: #666;
  --success: #afca91;
  --info: #17a2b8;
  --warning: #f6993f;
  --danger: #e3342f;
  --light: #ebebeb;
  --dark: #343a40;
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #afca91;
  --teal: #4dc0b5;
  --cyan: #17a2b8;
  --white: #fff;
  --black: #262626;
  --pink-darker: #b40856;
  --orange-dark: #b35c00;
  --green-darker: #7d773b;
  --green-dark: #366204;
  --red-lighter: #f4b5b5;
  --red-dark: #8d0004;
  --red-darker: #720003;
  --gray-darkest: #212529;
  --gray-darker: #343a40;
  --gray-dark: #404040;
  --gray: #666;
  --gray-light: #ced4da;
  --gray-lighter: #d3d3d3;
  --gray-lightest: #ebebeb;
  --adslotbg: #eee;
  --breakpoint-xs: 0;
  --breakpoint-sm: 672px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1300px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(38, 38, 38, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  margin: 0;
  background-color: #fff;
  color: #212529;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  overflow: visible;
  height: 0;
  box-sizing: content-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 5px;
}

p {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #8d0004;
  text-decoration: none;
}

a:hover {
  color: #410002;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  color: #666;
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  color: inherit;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 5px;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 3.2rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 2rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

.lead {
  font-size: 2rem;
  font-weight: 300;
}

hr {
  border: 0;
  border-top: 1px solid rgba(38, 38, 38, 0.5);
  margin-top: 10px;
  margin-bottom: 10px;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 1.6rem;
}

.blockquote {
  margin-bottom: 10px;
  font-size: 2rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

/* @import "node_modules/bootstrap/scss/code"; */

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 672px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 672px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters &gt; .col,
.no-gutters &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.col-3,
.col-5,
.col-6,
.col-7,
.col-12,
.col,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-12,
.col-xl-3,
.col-xl-4 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  -webkit-box-flex: 1;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
  -webkit-box-flex: 0;
}

.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
}

.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
  -webkit-box-flex: 0;
}

@media (min-width: 672px) {
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
  }

  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
    -webkit-box-flex: 0;
  }

  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
  }

  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
  }

  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-box-flex: 0;
  }

  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
  }

  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
  }

  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
    -webkit-box-flex: 0;
  }

  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
  }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 0;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
  }

  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
  }

  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
    -webkit-box-flex: 0;
  }

  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
  }

  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
  }

  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-box-flex: 0;
  }

  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
  }

  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
  }

  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
    -webkit-box-flex: 0;
  }

  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
  }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 0;
  }

  .order-md-12 {
    order: 12;
    -webkit-box-ordinal-group: 13;
  }

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

@media (min-width: 1024px) {
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
  }

  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
  }

  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
    -webkit-box-flex: 0;
  }

  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
  }

  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
  }

  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-box-flex: 0;
  }

  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
  }

  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
  }

  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
    -webkit-box-flex: 0;
  }

  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
  }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 0;
  }

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

@media (min-width: 1300px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
    -webkit-box-flex: 0;
  }

  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
  }
}

.table {
  width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  border-top: 1px solid #979797;
  vertical-align: top;
}

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

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

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

.table-bordered th,
.table-bordered td {
  border: 1px solid #979797;
}

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

.table-responsive {
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.table-responsive &gt; .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(4rem + 2px);
  padding: 0.8rem 1.6rem;
  border: 1px solid #979797;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0.4rem;
  color: #404040;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #404040;
}

.form-control:focus {
  background-color: #fff;
  border-color: #d7d7d7;
  box-shadow: 0 0 0 0.2rem rgba(141, 0, 4, 0.25);
  color: #404040;
  outline: 0;
}

.form-control::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-control::placeholder {
  color: #666;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ebebeb;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #404040;
}

.form-control-sm {
  height: calc(2.6rem + 2px);
  padding: 0.25rem 1rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(5rem + 2px);
  padding: 1rem 1.8rem;
  border-radius: 0.6rem;
  font-size: 2rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 2rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -2rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #666;
}

.form-check-label {
  margin-bottom: 0;
}

.form-inline {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 672px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: horizontal;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0.4rem;
  color: #212529;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 0, 4, 0.25);
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  background-color: #8d0004;
  border-color: #8d0004;
  color: #fff;
}

.btn-primary:hover {
  background-color: #670003;
  border-color: #5a0003;
  color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #670003;
  border-color: #5a0003;
  box-shadow: 0 0 0 0.2rem rgba(158, 38, 42, 0.5);
  color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #8d0004;
  border-color: #8d0004;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
  background-color: #5a0003;
  border-color: #4d0002;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 38, 42, 0.5);
}

.btn-secondary {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #535353;
  border-color: #4d4d4d;
  color: #fff;
}

.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
  color: #fff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle {
  background-color: #4d4d4d;
  border-color: #464646;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-success {
  background-color: #afca91;
  border-color: #afca91;
  color: #212529;
}

.btn-success:hover {
  background-color: #9cbe77;
  border-color: #96b96f;
  color: #212529;
}

.btn-success:focus,
.btn-success.focus {
  background-color: #9cbe77;
  border-color: #96b96f;
  box-shadow: 0 0 0 0.2rem rgba(154, 177, 129, 0.5);
  color: #212529;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #afca91;
  border-color: #afca91;
  color: #212529;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-success.dropdown-toggle {
  background-color: #96b96f;
  border-color: #90b566;
  color: #212529;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 177, 129, 0.5);
}

.btn-warning {
  background-color: #f6993f;
  border-color: #f6993f;
  color: #212529;
}

.btn-warning:hover {
  background-color: #f4861a;
  border-color: #f47f0e;
  color: #212529;
}

.btn-warning:focus,
.btn-warning.focus {
  background-color: #f4861a;
  border-color: #f47f0e;
  box-shadow: 0 0 0 0.2rem rgba(214, 136, 60, 0.5);
  color: #212529;
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f6993f;
  border-color: #f6993f;
  color: #212529;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-warning.dropdown-toggle {
  background-color: #f47f0e;
  border-color: #ea790b;
  color: #fff;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 136, 60, 0.5);
}

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

.btn-danger:hover {
  background-color: #d0211c;
  border-color: #c51f1a;
  color: #fff;
}

.btn-danger:focus,
.btn-danger.focus {
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
  color: #fff;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #e3342f;
  border-color: #e3342f;
  color: #fff;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-danger.dropdown-toggle {
  background-color: #c51f1a;
  border-color: #b91d19;
  color: #fff;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-outline-primary {
  border-color: #8d0004;
  color: #8d0004;
}

.btn-outline-primary:hover {
  background-color: #8d0004;
  border-color: #8d0004;
  color: #fff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 0, 4, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #8d0004;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-primary.dropdown-toggle {
  background-color: #8d0004;
  border-color: #8d0004;
  color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 0, 4, 0.5);
}

.btn-outline-secondary {
  border-color: #666;
  color: #666;
}

.btn-outline-secondary:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #666;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-secondary.dropdown-toggle {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-lg {
  padding: 1rem 1.8rem;
  border-radius: 0.6rem;
  font-size: 2rem;
  line-height: 1.5;
}

.btn-sm {
  padding: 0.25rem 1rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-left: 0.255em;
  content: "";
  vertical-align: 0.255em;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  border: 1px solid rgba(38, 38, 38, 0.15);
  margin: 0.125rem 0 0;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0.4rem;
  color: #212529;
  float: left;
  font-size: 1.6rem;
  list-style: none;
  text-align: left;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  margin-left: 0.255em;
  content: "";
  vertical-align: 0.255em;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  margin-left: 0.255em;
  content: "";
  vertical-align: 0.255em;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  vertical-align: 0.255em;
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  margin-right: 0.255em;
  content: "";
  vertical-align: 0.255em;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  border: 0;
  background-color: transparent;
  clear: both;
  color: #212529;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f3f3f3;
  color: #16181b;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #8d0004;
  color: #fff;
  text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #666;
  pointer-events: none;
}

.dropdown-menu.show {
  display: block;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  flex: 1 1 auto;
  -webkit-box-flex: 1;
}

.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover {
  z-index: 1;
}

.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}

.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-box-align: stretch;
}

.input-group &gt; .form-control {
  position: relative;
  min-width: 0;
  flex: 1 1 0%;
  margin-bottom: 0;
  -webkit-box-flex: 1;
}

.input-group &gt; .form-control + .form-control {
  margin-left: -1px;
}

.input-group &gt; .form-control:focus {
  z-index: 3;
}

.input-group &gt; .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group &gt; .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}


.input-group-append {
  display: -webkit-box;
  display: flex;
}


.input-group-append .btn {
  position: relative;
  z-index: 2;
}


.input-group-append .btn:focus {
  z-index: 3;
}


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

.input-group-append {
  margin-left: -1px;
}


.input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group &gt; .input-group-append &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #666;
  cursor: default;
  pointer-events: none;
}

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #ebebeb #ebebeb #d3d3d3;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #666;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  border-color: #d3d3d3 #d3d3d3 #fff;
  color: #404040;
}

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

.tab-content &gt; .tab-pane {
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

/* @import "node_modules/bootstrap/scss/navbar";
@import "node_modules/bootstrap/scss/card";
@import "node_modules/bootstrap/scss/breadcrumb";
@import "node_modules/bootstrap/scss/pagination"; */

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  border-radius: 0.4rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-gray-light {
  background-color: #ced4da;
  color: #212529;
}

a.badge-gray-light:hover,
a.badge-gray-light:focus {
  background-color: #b1bbc4;
  color: #212529;
}

a.badge-gray-light:focus,
a.badge-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  outline: 0;
}

/* @import "node_modules/bootstrap/scss/jumbotron"; */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  margin-bottom: 1rem;
  border-radius: 0.4rem;
}

.alert-success {
  background-color: #eff4e9;
  border-color: #e9f0e0;
  color: #6d7b5e;
}

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

.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #1e6672;
}

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

.alert-warning {
  background-color: #fdebd9;
  border-color: #fce2c9;
  color: #926233;
}

.alert-warning hr {
  border-top-color: #fbd5b1;
}

.alert-danger {
  background-color: #f9d6d5;
  border-color: #f7c6c5;
  color: #882d2b;
}

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

/* @import "node_modules/bootstrap/scss/progress"; */

.media {
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  -webkit-box-align: start;
}

.list-group {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.list-group-item-action {
  width: 100%;
  color: #404040;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  background-color: #f3f3f3;
  color: #404040;
  text-decoration: none;
}

.list-group-item-action:active {
  background-color: #ebebeb;
  color: #212529;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(38, 38, 38, 0.125);
  background-color: #fff;
}

.list-group-item:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.list-group-item:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #666;
  pointer-events: none;
}

.list-group-item.active {
  z-index: 2;
  background-color: #8d0004;
  border-color: #8d0004;
  color: #fff;
}

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

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.close {
  color: #262626;
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}

.close:hover {
  color: #262626;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-direction: column;
  border: 1px solid rgba(38, 38, 38, 0.2);
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0.6rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  outline: 0;
  pointer-events: auto;
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #262626;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.6rem - 1px);
  border-top-right-radius: calc(0.6rem - 1px);
  -webkit-box-align: start;
  -webkit-box-pack: justify;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  -webkit-box-flex: 1;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #ebebeb;
  border-bottom-left-radius: calc(0.6rem - 1px);
  border-bottom-right-radius: calc(0.6rem - 1px);
  -webkit-box-align: center;
  -webkit-box-pack: end;
}

.modal-footer &gt; * {
  margin: 0.25rem;
}

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

@media (min-width: 672px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

/* @import "node_modules/bootstrap/scss/tooltip"; */

[dir="ltr"] .popover{
  text-align: left; }

[dir="rtl"] .popover{
  text-align: right; }

.popover {
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 276px;
  border: 1px solid rgba(38, 38, 38, 0.2);
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0.6rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: break-word;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.6rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  content: "";
}

.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-right &gt; .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.6rem 0;
}

.bs-popover-right &gt; .arrow::before {
  left: 0;
  border-right-color: rgba(38, 38, 38, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right &gt; .arrow::after {
  left: 1px;
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  background-color: #f7f7f7;
  border-top-left-radius: calc(0.6rem - 1px);
  border-top-right-radius: calc(0.6rem - 1px);
  color: inherit;
  font-size: 1.6rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* @import "node_modules/bootstrap/scss/carousel";
@import "node_modules/bootstrap/scss/spinners"; */

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.bg-success {
  background-color: #afca91 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #96b96f !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-danger {
  background-color: #e3342f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c51f1a !important;
}

.bg-green {
  background-color: #afca91 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #96b96f !important;
}

.bg-red-lighter {
  background-color: #f4b5b5 !important;
}

a.bg-red-lighter:hover,
a.bg-red-lighter:focus,
button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
  background-color: #ed8989 !important;
}

.bg-gray {
  background-color: #666 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #4d4d4d !important;
}

.bg-gray-light {
  background-color: #ced4da !important;
}

a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-lightest {
  background-color: #ebebeb !important;
}

a.bg-gray-lightest:hover,
a.bg-gray-lightest:focus,
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
  background-color: #d2d2d2 !important;
}

.bg-adslotbg {
  background-color: #eee !important;
}

a.bg-adslotbg:hover,
a.bg-adslotbg:focus,
button.bg-adslotbg:hover,
button.bg-adslotbg:focus {
  background-color: #d5d5d5 !important;
}

.border {
  border: 1px solid #d3d3d3 !important;
}

.border-0 {
  border: 0 !important;
}

.border-primary {
  border-color: #8d0004 !important;
}

.border-red-dark {
  border-color: #8d0004 !important;
}

.rounded {
  border-radius: 0.4rem !important;
}

.rounded-lg {
  border-radius: 0.6rem !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

@media (min-width: 672px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }
}

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }
}

.justify-content-center {
  justify-content: center !important;
  -webkit-box-pack: center !important;
}

.align-items-center {
  align-items: center !important;
  -webkit-box-align: center !important;
}

.align-self-center {
  align-self: center !important;
  -ms-grid-row-align: center !important;
}

@media (min-width: 672px) {
  .flex-sm-row {
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
    -webkit-box-pack: center !important;
  }

  .align-items-md-center {
    align-items: center !important;
    -webkit-box-align: center !important;
  }
}

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

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

  .float-md-right {
    float: right !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.fixed-top {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}

.fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(38, 38, 38, 0.15) !important;
}

.w-200 {
  width: 200px !important;
}

.w-full {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mb-3 {
  margin-bottom: 10px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}


.mx-10 {
  margin-right: 10px !important;
}

.ml-10,
.mx-10 {
  margin-left: 10px !important;
}


.my-12 {
  margin-top: 12px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 12px !important;
}

.mt-16,
.my-16 {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mb-16,
.my-16 {
  margin-bottom: 16px !important;
}

.mt-24,
.my-24 {
  margin-top: 24px !important;
}

.mb-24,
.my-24 {
  margin-bottom: 24px !important;
}

.mt-32,
.my-32 {
  margin-top: 32px !important;
}

.mb-32,
.my-32 {
  margin-bottom: 32px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.p-0 {
  padding: 0 !important;
}


.py-0 {
  padding-top: 0 !important;
}


.px-0 {
  padding-right: 0 !important;
}


.py-0 {
  padding-bottom: 0 !important;
}


.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1px !important;
}


.py-1 {
  padding-top: 1px !important;
}


.py-1 {
  padding-bottom: 1px !important;
}


.px-2 {
  padding-right: 2px !important;
}


.px-2 {
  padding-left: 2px !important;
}


.py-4 {
  padding-top: 4px !important;
}


.py-4 {
  padding-bottom: 4px !important;
}

.p-8 {
  padding: 8px !important;
}


.py-8 {
  padding-top: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}


.py-8 {
  padding-bottom: 8px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}


.py-10 {
  padding-bottom: 10px !important;
}

.p-12 {
  padding: 12px !important;
}


.py-12 {
  padding-top: 12px !important;
}


.px-12 {
  padding-right: 12px !important;
}


.py-12 {
  padding-bottom: 12px !important;
}


.px-12 {
  padding-left: 12px !important;
}

.p-16 {
  padding: 16px !important;
}


.py-16 {
  padding-top: 16px !important;
}

.pr-16,
.px-16 {
  padding-right: 16px !important;
}

.pb-16,
.py-16 {
  padding-bottom: 16px !important;
}


.px-16 {
  padding-left: 16px !important;
}

.p-15 {
  padding: 15px !important;
}


.px-22 {
  padding-right: 22px !important;
}


.px-22 {
  padding-left: 22px !important;
}


.px-32 {
  padding-right: 32px !important;
}


.px-32 {
  padding-left: 32px !important;
}


.px-64 {
  padding-right: 64px !important;
}


.px-64 {
  padding-left: 64px !important;
}

.ml-n68 {
  margin-left: -68px !important;
}

.m-auto {
  margin: auto !important;
}


.mx-auto {
  margin-right: auto !important;
}


.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }


  .mx-md-10 {
    margin-left: 10px !important;
  }

  .mt-md-16,
  .my-md-16 {
    margin-top: 16px !important;
  }

  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16px !important;
  }

  .mb-md-21 {
    margin-bottom: 21px !important;
  }

  .mt-md-24 {
    margin-top: 24px !important;
  }

  .mb-md-24 {
    margin-bottom: 24px !important;
  }

  .mt-md-32,
  .my-md-32 {
    margin-top: 32px !important;
  }

  .mr-md-32 {
    margin-right: 32px !important;
  }

  .mb-md-32,
  .my-md-32 {
    margin-bottom: 32px !important;
  }

  .mb-md-42 {
    margin-bottom: 42px !important;
  }

  .mt-md-64 {
    margin-top: 64px !important;
  }

  .mb-md-64 {
    margin-bottom: 64px !important;
  }

  .ml-md-85 {
    margin-left: 85px !important;
  }

  .ml-md-95 {
    margin-left: 95px !important;
  }

  .pr-md-16 {
    padding-right: 16px !important;
  }

  .pl-md-16 {
    padding-left: 16px !important;
  }

  .p-md-32 {
    padding: 32px !important;
  }

  .pr-md-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 1024px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px !important;
  }

  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16px !important;
  }

  .mb-lg-16 {
    margin-bottom: 16px !important;
  }


  .mx-lg-16 {
    margin-left: 16px !important;
  }

  .mt-lg-32 {
    margin-top: 32px !important;
  }

  .mt-lg-42,
  .my-lg-42 {
    margin-top: 42px !important;
  }

  .mb-lg-42,
  .my-lg-42 {
    margin-bottom: 42px !important;
  }

  .mb-lg-64 {
    margin-bottom: 64px !important;
  }

  .ml-lg-111 {
    margin-left: 111px !important;
  }

  .pr-lg-32 {
    padding-right: 32px !important;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-primary {
  color: #8d0004 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #410002 !important;
}

.text-secondary {
  color: #666 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #404040 !important;
}

.text-success {
  color: #afca91 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #89b15d !important;
}

.text-danger {
  color: #e3342f !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ae1c17 !important;
}

.text-blue {
  color: #3490dc !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #1d68a7 !important;
}

.text-green {
  color: #afca91 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #89b15d !important;
}

.text-black {
  color: #262626 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: black !important;
}

.text-orange-dark {
  color: #b35c00 !important;
}

a.text-orange-dark:hover,
a.text-orange-dark:focus {
  color: #673500 !important;
}

.text-green-dark {
  color: #366204 !important;
}

a.text-green-dark:hover,
a.text-green-dark:focus {
  color: #0e1901 !important;
}

.text-red-lighter {
  color: #f4b5b5 !important;
}

a.text-red-lighter:hover,
a.text-red-lighter:focus {
  color: #ea7272 !important;
}

.text-red-darker {
  color: #720003 !important;
}

a.text-red-darker:hover,
a.text-red-darker:focus {
  color: #260001 !important;
}

.text-gray-darkest {
  color: #212529 !important;
}

a.text-gray-darkest:hover,
a.text-gray-darkest:focus {
  color: black !important;
}

.text-gray {
  color: #666 !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #404040 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #979797;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 1024px !important;
  }

  .container {
    min-width: 1024px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #262626;
  }

  .table {
    border-collapse: collapse !important;
  }

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d3d3d3 !important;
  }
}

.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.ui-helper-reset {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  outline: 0;
  text-decoration: none;
}

.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
  display: table;
  border-collapse: collapse;
  content: "";
}

.ui-helper-clearfix::after {
  clear: both;
}

[class^="ui-"],
[class^="ui-"]::after,
[class^="ui-"]::before {
  box-sizing: content-box;
}

.ui-widget {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.ui-widget-content {
  border: 1px solid #ced4da;
  background: #fff;
  color: #343a40;
}

.ui-widget-content a {
  color: #343a40;
}

.ui-widget-header {
  border: 1px solid #ced4da;
  background: #d3d3d3;
  color: #343a40;
  font-weight: 600;
}

.ui-widget-header a {
  color: #343a40;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666;
  opacity: 0.3;
}

.ui-front {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #454545;
  font-weight: normal;
}

.ui-state-default,
.ui-state-default:active,
.ui-state-default:hover,
.ui-state-default:focus,
.ui-state-default a,
.ui-state-default a:active,
.ui-state-default a:hover,
.ui-state-default a:focus,
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-default:active,
.ui-widget-content .ui-state-default:hover,
.ui-widget-content .ui-state-default:focus,
.ui-widget-content .ui-state-default a,
.ui-widget-content .ui-state-default a:active,
.ui-widget-content .ui-state-default a:hover,
.ui-widget-content .ui-state-default a:focus,
.ui-widget-header .ui-state-default,
.ui-widget-header .ui-state-default:active,
.ui-widget-header .ui-state-default:hover,
.ui-widget-header .ui-state-default:focus,
.ui-widget-header .ui-state-default a,
.ui-widget-header .ui-state-default a:active,
.ui-widget-header .ui-state-default a:hover,
.ui-widget-header .ui-state-default a:focus {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b;
  font-weight: normal;
}

.ui-state-hover,
.ui-state-hover:active,
.ui-state-hover:hover,
.ui-state-hover:focus,
.ui-state-hover a,
.ui-state-hover a:active,
.ui-state-hover a:hover,
.ui-state-hover a:focus,
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-hover:active,
.ui-widget-content .ui-state-hover:hover,
.ui-widget-content .ui-state-hover:focus,
.ui-widget-content .ui-state-hover a,
.ui-widget-content .ui-state-hover a:active,
.ui-widget-content .ui-state-hover a:hover,
.ui-widget-content .ui-state-hover a:focus,
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-hover:active,
.ui-widget-header .ui-state-hover:hover,
.ui-widget-header .ui-state-hover:focus,
.ui-widget-header .ui-state-hover a,
.ui-widget-header .ui-state-hover a:active,
.ui-widget-header .ui-state-hover a:hover,
.ui-widget-header .ui-state-hover a:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b;
  font-weight: normal;
}

.ui-state-focus,
.ui-state-focus:active,
.ui-state-focus:hover,
.ui-state-focus:focus,
.ui-state-focus a,
.ui-state-focus a:active,
.ui-state-focus a:hover,
.ui-state-focus a:focus,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-focus:active,
.ui-widget-content .ui-state-focus:hover,
.ui-widget-content .ui-state-focus:focus,
.ui-widget-content .ui-state-focus a,
.ui-widget-content .ui-state-focus a:active,
.ui-widget-content .ui-state-focus a:hover,
.ui-widget-content .ui-state-focus a:focus,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-focus:active,
.ui-widget-header .ui-state-focus:hover,
.ui-widget-header .ui-state-focus:focus,
.ui-widget-header .ui-state-focus a,
.ui-widget-header .ui-state-focus a:active,
.ui-widget-header .ui-state-focus a:hover,
.ui-widget-header .ui-state-focus a:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  font-weight: normal;
}

.ui-state-highlight,
.ui-state-highlight:active,
.ui-state-highlight:hover,
.ui-state-highlight:focus,
.ui-state-highlight a,
.ui-state-highlight a:active,
.ui-state-highlight a:hover,
.ui-state-highlight a:focus,
.ui-widget-content .ui-state-highlight,
.ui-widget-content .ui-state-highlight:active,
.ui-widget-content .ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight:focus,
.ui-widget-content .ui-state-highlight a,
.ui-widget-content .ui-state-highlight a:active,
.ui-widget-content .ui-state-highlight a:hover,
.ui-widget-content .ui-state-highlight a:focus,
.ui-widget-header .ui-state-highlight,
.ui-widget-header .ui-state-highlight:active,
.ui-widget-header .ui-state-highlight:hover,
.ui-widget-header .ui-state-highlight:focus,
.ui-widget-header .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a:active,
.ui-widget-header .ui-state-highlight a:hover,
.ui-widget-header .ui-state-highlight a:focus {
  color: #777620;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #720003;
  background: #8d0004;
  color: #fff;
  font-weight: normal;
}

.ui-state-active,
.ui-state-active:active,
.ui-state-active:hover,
.ui-state-active:focus,
.ui-state-active a,
.ui-state-active a:active,
.ui-state-active a:hover,
.ui-state-active a:focus,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-active:active,
.ui-widget-content .ui-state-active:hover,
.ui-widget-content .ui-state-active:focus,
.ui-widget-content .ui-state-active a,
.ui-widget-content .ui-state-active a:active,
.ui-widget-content .ui-state-active a:hover,
.ui-widget-content .ui-state-active a:focus,
.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-active:active,
.ui-widget-header .ui-state-active:hover,
.ui-widget-header .ui-state-active:focus,
.ui-widget-header .ui-state-active a,
.ui-widget-header .ui-state-active a:active,
.ui-widget-header .ui-state-active a:hover,
.ui-widget-header .ui-state-active a:focus {
  color: #fff;
  text-decoration: none;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none;
  opacity: 0.35;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  font-weight: normal;
  opacity: 0.5;
}

@font-face {
  font-family: "jquery-ui";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  src: url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/jquery-ui.39beeed5.eot);
  src: url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/jquery-ui.39beeed5.eot?#iefixjquf1.4.1) format("embedded-opentype"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/jquery-ui.0fc23ca6.woff) format("woff"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/jquery-ui.d0a56ede.ttf) format("truetype"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/images/jquery-ui.17021d4b.svg#jquery-ui) format("svg");
}

.ui-icon {
  position: relative;
  display: inline;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: transparent none no-repeat scroll 0 0 !important;
  font: normal normal normal 14px/16px "jquery-ui", sans-serif;
  font-size: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: inherit;
  text-transform: none;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ui-icon::before {
  display: inline;
  content: "";
  font-size: 1.6rem;
}

.ui-icon-carat-1-e::before {
  content: "\E638";
}

.ui-icon-triangle-1-n::before {
  content: "\E644";
}

.ui-icon-triangle-1-e::before {
  content: "\E646";
}

.ui-icon-triangle-1-s::before {
  content: "\E648";
}

.ui-icon-gripsmall-diagonal-se::before {
  content: "\E66A";
}

.ui-icon-closethick::before {
  content: "\E678";
}

@-webkit-keyframes clockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes clockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes translate {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@keyframes translate {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@-webkit-keyframes move-right {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@keyframes move-right {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes square-fill {
  0%,
  25%,
  100% {
    height: 0;
  }

  50%,
  75% {
    height: 100%;
  }
}

@keyframes square-fill {
  0%,
  25%,
  100% {
    height: 0;
  }

  50%,
  75% {
    height: 100%;
  }
}

@-webkit-keyframes square-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25%,
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes square-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25%,
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ui-corner-all {
  border-radius: 0.4rem;
}

.ui-corner-top {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.ui-corner-right {
  border-bottom-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.ui-corner-bottom {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.ui-corner-left {
  border-bottom-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}

.ui-corner-tr {
  border-top-right-radius: 0.4rem;
}

.ui-corner-br {
  border-bottom-right-radius: 0.4rem;
}

/* @import "node_modules/jquery-ui-sass../sass/components/draggable";
@import "node_modules/jquery-ui-sass../sass/components/resizable";
@import "node_modules/jquery-ui-sass../sass/components/selectable";
@import "node_modules/jquery-ui-sass../sass/components/sortable"; */

/* @import "node_modules/jquery-ui-sass../sass/widgets/accordion"; */

.ui-autocomplete {
  position: absolute;
  z-index: 700 !important;
  top: 0;
  left: 0;
}

/* @import "node_modules/jquery-ui-sass../sass/widgets/button";
@import "node_modules/jquery-ui-sass../sass/widgets/buttonset";
@import "node_modules/jquery-ui-sass../sass/widgets/datepicker";
@import "node_modules/jquery-ui-sass../sass/widgets/dialog"; */

.ui-menu {
  display: block;
  min-width: 150px;
  padding: 0;
  margin: 0 0 20px;
  border-color: #ced4da;
  border-radius: 0;
  border-width: 1px;
  list-style: none;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
  z-index: 700;
}

.ui-menu-item {
  position: relative;
  padding: 6px 12px;
  border: 1px solid transparent;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear, border-color 0.3s linear;
}

.ui-menu-item.ui-state-active,
.ui-menu-item.ui-state-focus {
  background: #8d0004;
  border-color: transparent;
  outline: none;
}

.ui-menu-item.ui-state-active,
.ui-menu-item.ui-state-active:active,
.ui-menu-item.ui-state-active:hover,
.ui-menu-item.ui-state-active:focus,
.ui-menu-item.ui-state-active a,
.ui-menu-item.ui-state-active a:active,
.ui-menu-item.ui-state-active a:hover,
.ui-menu-item.ui-state-active a:focus,
.ui-menu-item.ui-state-focus,
.ui-menu-item.ui-state-focus:active,
.ui-menu-item.ui-state-focus:hover,
.ui-menu-item.ui-state-focus:focus,
.ui-menu-item.ui-state-focus a,
.ui-menu-item.ui-state-focus a:active,
.ui-menu-item.ui-state-focus a:hover,
.ui-menu-item.ui-state-focus a:focus {
  color: #fff;
  text-decoration: none;
}

.ui-menu-divider {
  border: 0;
  border-bottom: 1px solid #ced4da;
  margin: 10px 0;
}

.ui-menu-icon {
  float: right;
}

/* @import "node_modules/jquery-ui-sass../sass/widgets/progressbar";
@import "node_modules/jquery-ui-sass../sass/widgets/selectmenu";
@import "node_modules/jquery-ui-sass../sass/widgets/slider";
@import "node_modules/jquery-ui-sass../sass/widgets/spinner"; */

.ui-tabs {
  position: relative;
  padding: 6px;
  border: 1px solid #ced4da;
  margin-bottom: 20px;
}

.ui-tabs-nav {
  padding: 6px 6px 0;
  margin: 0;
  background: #d3d3d3;
  border-color: #ced4da;
  border-radius: 0.4rem;
  border-width: 1px;
}

.ui-tabs-nav .ui-tabs-anchor {
  padding: 6px 12px;
  float: left;
  text-decoration: none;
}

.ui-tabs-nav &gt; li {
  position: relative;
  top: 0;
  display: block;
  padding: 0;
  margin: 1px 6px -1px 0;
  float: left;
  list-style: none;
  -webkit-transition: background 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear, border-color 0.3s linear;
}

.ui-tabs-nav &gt; li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs-nav &gt; li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs-nav &gt; li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs-panel {
  display: block;
  padding: 6px 12px;
  background: none;
  border-width: 0;
}

/* @import "node_modules/jquery-ui-sass../sass/widgets/tooltip"; */

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/glyphicons-halflings-regular.f4769f9b.eot);
  src: url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/glyphicons-halflings-regular.f4769f9b.eot?#iefix) format("embedded-opentype"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/glyphicons-halflings-regular.448c34a5.woff2) format("woff2"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/glyphicons-halflings-regular.fa277232.woff) format("woff"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/glyphicons-halflings-regular.e18bbf61.ttf) format("truetype"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/images/glyphicons-halflings-regular.89889688.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.glyphicon-plus::before {
  content: "+";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.7.0 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";
  font-style: normal;
  font-weight: normal;
  src: url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/fontawesome-webfont.674f50d2.eot);
  src: url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/fontawesome-webfont.674f50d2.eot?#iefix&amp;v=4.7.0) format("embedded-opentype"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/fontawesome-webfont.af7ae505.woff2) format("woff2"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/fontawesome-webfont.fee66e71.woff) format("woff"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/fontawesome-webfont.b06871f2.ttf) format("truetype"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/images/fontawesome-webfont.912ec66d.svg#fontawesomeregular) format("svg");
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

/* makes the font 33% larger relative to the icon container */

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

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

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

@-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-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-check::before {
  content: "\F00C";
}


.fa-times::before {
  content: "\F00D";
}

.fa-twitter::before {
  content: "\F099";
}

.fa-angle-up::before {
  content: "\F106";
}

.fa-angle-down::before {
  content: "\F107";
}

.fa-circle::before {
  content: "\F111";
}

.fa-facebook-official::before {
  content: "\F230";
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

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

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown::before {
  position: absolute;
  display: inline-block;
  border-top: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.datepicker-dropdown::after {
  position: absolute;
  display: inline-block;
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.datepicker-dropdown.datepicker-orient-left::before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left::after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right::before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right::after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom::before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom::after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top::before {
  bottom: -7px;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}

.datepicker-dropdown.datepicker-orient-top::after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 4px;
  text-align: center;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
  color: #000;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  background-color: #afd9ee;
  border-color: #298fc2;
  color: #000;
}

.datepicker table tr td.highlighted:hover {
  background-color: #afd9ee;
  border-color: #52addb;
  color: #000;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  background-color: #afd9ee;
  border-color: #52addb;
  color: #000;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  background-color: #91cbe8;
  border-color: #298fc2;
  color: #000;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  background-color: #ffdb99;
  border-color: #ffb733;
  color: #000;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  background-color: #ffc966;
  border-color: #b37400;
  color: #000;
}

.datepicker table tr td.today:hover {
  background-color: #ffc966;
  border-color: #f59e00;
  color: #000;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  background-color: #ffc966;
  border-color: #f59e00;
  color: #000;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  background-color: #ffbc42;
  border-color: #b37400;
  color: #000;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
  color: #000;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  background-color: #d5d5d5;
  border-color: #7c7c7c;
  color: #000;
}

.datepicker table tr td.range:hover {
  background-color: #d5d5d5;
  border-color: #9d9d9d;
  color: #000;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  background-color: #d5d5d5;
  border-color: #9d9d9d;
  color: #000;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  background-color: #c3c3c3;
  border-color: #7c7c7c;
  color: #000;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  background-color: #e4eef3;
  border-color: #9dc1d3;
  color: #000;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  background-color: #c1d7e3;
  border-color: #4b88a6;
  color: #000;
}

.datepicker table tr td.range.highlighted:hover {
  background-color: #c1d7e3;
  border-color: #73a6c0;
  color: #000;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  background-color: #c1d7e3;
  border-color: #73a6c0;
  color: #000;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  background-color: #a8c8d8;
  border-color: #4b88a6;
  color: #000;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  background-color: #f7ca77;
  border-color: #f1a417;
  color: #000;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  background-color: #f4b747;
  border-color: #815608;
  color: #000;
}

.datepicker table tr td.range.today:hover {
  background-color: #f4b747;
  border-color: #bf800c;
  color: #000;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  background-color: #f4b747;
  border-color: #bf800c;
  color: #000;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  background-color: #f2aa25;
  border-color: #815608;
  color: #000;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  background-color: #777;
  border-color: #555;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  background-color: #5e5e5e;
  border-color: #161616;
  color: #fff;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background-color: #5e5e5e;
  border-color: #373737;
  color: #fff;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  background-color: #5e5e5e;
  border-color: #373737;
  color: #fff;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  background-color: #4c4c4c;
  border-color: #161616;
  color: #fff;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  background-color: #204d74;
  border-color: #122b40;
  color: #fff;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  margin: 1%;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  line-height: 54px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  background-color: #204d74;
  border-color: #122b40;
  color: #fff;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  width: 12px;
  padding: 0 2px 0 5px;
  font-size: 10px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  margin-right: -5px;
  margin-left: -5px;
  border-width: 1px 0;
  line-height: 1.42857143;
}

/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */

.editableform {
  margin-bottom: 0;

  /* overwrites bootstrap margin */
}

.editableform .control-group {
  margin-bottom: 0;

  /* prevent wrapping buttons on new line */
  line-height: 20px;

  /* overwrites bootstrap margin */
  white-space: nowrap;

  /* overwriting bootstrap line-height. See #133 */
}

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/

.editableform .form-control {
  width: auto;
}

.editable-buttons {
  display: inline-block;
  *display: inline;
  margin-left: 7px;

  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;

  /* inline-block emulation for IE7 */
  zoom: 1;
}

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

.editable-input {
  display: inline-block;
  *display: inline;

  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  vertical-align: top;

  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  zoom: 1;

  /* reset white-space decalred in parent */

  /* display-inline emulation for IE7 */
}

.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/* for jquery-ui buttons need set height to look more pretty */

.editable-buttons button.ui-button-icon-only {
  width: 30px;
  height: 24px;
}

.editableform-loading {
  width: auto;
  min-width: 25px;
  height: 25px;
  background: url(../gif/loading.7b977607-2.gif) center center no-repeat;
}

.editable-inline .editableform-loading {
  background-position: left 5px;
}

.editable-error-block {
  width: auto;
  max-width: 300px;
  margin: 5px 0 0;
  white-space: normal;
}

/* add padding for jquery ui */

.editable-error {
  color: red;
}

/* ---- For specific types ---- */

.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */

.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */

.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  margin: 0;
  vertical-align: middle;
}

.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */

/* clear button shown as link in date inputs */

.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-align: right;
  text-decoration: none;
}

/* IOS-style clear button for text inputs */

.editable-clear-x {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 6px;
  display: block;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(../png/clear.f4708630-2.png) center center no-repeat;
  opacity: 0.6;
}

.editable-clear-x:hover {
  opacity: 1;
}

.editable-pre-wrapped {
  white-space: pre-wrap;
}

.editable-container.editable-popup {
  max-width: none !important;

  /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
  width: auto;

  /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
  display: inline-block;
  *display: inline;
  width: auto;
  vertical-align: middle;

  /* inline-block emulation for IE7 */
  zoom: 1;
}

.editable-container.ui-widget {
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  font-size: inherit;

  /* should be less than select2 dropdown z-index to close dropdown first when click */
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  border-bottom: dashed 1px #08c;
  text-decoration: none;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  border-bottom: none;
  color: #585858;
  cursor: default;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  color: #d14;
  font-style: italic;

  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-unsaved::after {
  /*    content: '*' */
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/* see https://github.com/vitalets/x-editable/issues/139 */

.form-horizontal .editable {
  display: inline-block;
  padding-top: 5px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;

  /* .dow {
        border-top: 1px solid #ddd !important;
    } */
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown::before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.datepicker-dropdown::after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.datepicker &gt; div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
}

.datepicker td,
.datepicker th {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 4px;
  text-align: center;
}

.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #000;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #039 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  margin: 1%;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  line-height: 54px;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #039 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  width: 12px;
  padding: 0 2px 0 5px;
  font-size: 10px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  background-color: transparent;
  cursor: default;
}

.input-append.date .add-on i {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  border: 1px solid #ccc;
  margin-right: -5px;
  margin-left: -5px;
  background-color: #eee;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
}

/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */

.editableform {
  margin-bottom: 0;

  /* overwrites bootstrap margin */
}

.editableform .control-group {
  margin-bottom: 0;

  /* prevent wrapping buttons on new line */
  line-height: 20px;

  /* overwrites bootstrap margin */
  white-space: nowrap;

  /* overwriting bootstrap line-height. See #133 */
}

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/

.editableform .form-control {
  width: auto;
}

.editable-buttons {
  display: inline-block;
  *display: inline;
  margin-left: 7px;

  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;

  /* inline-block emulation for IE7 */
  zoom: 1;
}

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

.editable-input {
  display: inline-block;
  *display: inline;

  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  vertical-align: top;

  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  zoom: 1;

  /* reset white-space decalred in parent */

  /* display-inline emulation for IE7 */
}

.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/* for jquery-ui buttons need set height to look more pretty */

.editable-buttons button.ui-button-icon-only {
  width: 30px;
  height: 24px;
}

.editableform-loading {
  width: auto;
  min-width: 25px;
  height: 25px;
  background: url(../gif/loading.7b977607-2.gif) center center no-repeat;
}

.editable-inline .editableform-loading {
  background-position: left 5px;
}

.editable-error-block {
  width: auto;
  max-width: 300px;
  margin: 5px 0 0;
  white-space: normal;
}

/* add padding for jquery ui */

.editable-error {
  color: red;
}

/* ---- For specific types ---- */

.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */

.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */

.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  margin: 0;
  vertical-align: middle;
}

.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */

/* clear button shown as link in date inputs */

.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-align: right;
  text-decoration: none;
}

/* IOS-style clear button for text inputs */

.editable-clear-x {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 6px;
  display: block;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(../png/clear.f4708630-2.png) center center no-repeat;
  opacity: 0.6;
}

.editable-clear-x:hover {
  opacity: 1;
}

.editable-pre-wrapped {
  white-space: pre-wrap;
}

.editable-container.editable-popup {
  max-width: none !important;

  /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
  width: auto;

  /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
  display: inline-block;
  *display: inline;
  width: auto;
  vertical-align: middle;

  /* inline-block emulation for IE7 */
  zoom: 1;
}

.editable-container.ui-widget {
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  font-size: inherit;

  /* should be less than select2 dropdown z-index to close dropdown first when click */
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  border-bottom: dashed 1px #08c;
  text-decoration: none;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  border-bottom: none;
  color: #585858;
  cursor: default;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  color: #d14;
  font-style: italic;

  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-unsaved::after {
  /*    content: '*' */
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/* see https://github.com/vitalets/x-editable/issues/139 */

.form-horizontal .editable {
  display: inline-block;
  padding-top: 5px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;

  /* .dow {
    border-top: 1px solid #ddd !important;
  } */
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown::before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.datepicker-dropdown::after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.datepicker &gt; div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
}

.datepicker td,
.datepicker th {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 4px;
  text-align: center;
}

.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #000;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #039 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  margin: 1%;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  line-height: 54px;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #039 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  width: 12px;
  padding: 0 2px 0 5px;
  font-size: 10px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  background-color: transparent;
  cursor: default;
}

.input-append.date .add-on i {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  border: 1px solid #ccc;
  margin-right: -5px;
  margin-left: -5px;
  background-color: #eee;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
}

/** Div containing the color of the stars #f62929 */

.jRatingAverage {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #afca91;
}

.jRatingColor {
  /* bgcolor of the stars #f4c239 */
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #afca91;
}

/** Div containing the stars **/

.jStar {
  position: relative;
  z-index: 3;
  left: 0;
}

/** P containing the rate informations **/

p.jRatingInfos {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 91px;
  height: 29px;
  padding-top: 5px;
  background: #8d0004;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

p.jRatingInfos span.maxRate {
  /* color:#fff;
        font-size:14px; */
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(../gif/ajax-loader.c5cd7f53-2.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/slick.ced611da.eot);
  src: url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/slick.ced611da.eot?#iefix) format("embedded-opentype"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/slick.b7c9e1e4.woff) format("woff"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/fonts/slick.d41f55a7.ttf) format("truetype"), url(https://s3.amazonaws.com/assets.mshanken.com/sys/wsbolt/images/slick.f97e3bbf.svg#slick) format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  outline: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
  color: white;
  font-family: "slick";
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev::before {
  content: "\2190";
}

[dir="rtl"] .slick-prev::before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next::before {
  content: "\2192";
}

[dir="rtl"] .slick-next::before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: black;
  content: "\2022";
  font-family: "slick";
  font-size: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  opacity: 0.25;
  text-align: center;
}

.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}

/* @import "ws/plugins/slick";
@import "ws/plugins/slick-theme"; */

/**
 * Personal Wine List
 */

/**
 * pwl
 */

.pwl {
  color: #262626;
}

.pwl p {
  margin: 0 0 1.6rem;
}

.pwl p + p {
  /* margin-top: 24px; */
}

/**
 * pwl container
 */

.pwl-container {
  background: #fff;

  /* margin-bottom: 24px;
    border-bottom: none;
    border-bottom: 1px solid #b9b9b9; */
}

@media (min-width: 767px) {
  .pwl-container {
    /* padding: 15px 32px; */
  }
}

/* pwl button */

/* pwl nav */

/* pwl intro */

/* @temp hack to ensure that the link after the cms text is on the same line */

/* @temp hack to fix cms output */

/* pwl-flex */

.pwl-flex {
  display: block;
  margin-right: -8px;
  margin-left: -8px;
}

.flexbox .pwl-flex {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

.pwl-flex__item {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;

  /* margin-bottom: 15px; */
}

.flexbox .pwl-flex__item {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -webkit-box-flex: 1;
}

@media (min-width: 672px) {
  .flexbox .pwl-flex__item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -webkit-box-flex: 1;
  }
}

@media (min-width: 1024px) {
  .flexbox .pwl-flex__item {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -webkit-box-flex: 1;
  }
}

.flexbox .pwl-flex__item--search,
.flexbox .pwl-top-items__values {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -webkit-box-flex: 1;
}

@media (min-width: 1024px) {
  .flexbox .pwl-flex__item--search,
  .flexbox .pwl-top-items__values {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -webkit-box-flex: 1;
  }

  .flexbox .pwl-top-items__print {
    flex: 1 0 26%;
    -webkit-flex: 1 0 26%;
    -webkit-box-flex: 1;
  }
}

/* pwl form stuff */

.pwl-label {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  color: #777;
  font-size: 12px;
}

.pwl-label--divide {
  padding-top: 9px;
  border-top: 3px solid #ddd;
}

.pwl-input {
  position: relative;
  border: 1px solid #979797;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 8px;
  color: #262626;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.input-group &gt; .form-control:not(:first-child),
.input-group &gt; .form-control.pwl-input:not(:first-child) {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.pwl .input-group &gt; .input-group-append &gt; .btn {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.pwl-select {
  position: relative;
}

.pwl-select::before {
  position: absolute;
  z-index: 4;
  right: 5px;
  bottom: 14px;
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid #262626;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* pwl top items */

.pwl-top-items {
  /* padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -15px;
    background-color:#fff; *//* border-top: 1px solid #b4c1bc;
    font-size: 14px;
    padding-top: 15px; */
}

@media (min-width: 767px) {
  .pwl-top-items {
    /* margin-left: -15px;
        margin-right: -15px; */
  }
}

/* .pwl-top-items__print,
.pwl-top-items__values {
    display: none;
} */

/* @media (min-width:600px) {
    .pwl-top-items__print,
    .pwl-top-items__values {
        display: block;
    }
} */

.pwl-top-items ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.pwl-top-items__heading {
  margin-bottom: 10px;
  font-weight: bold;
}

.pwl-top-items__button {
  margin-bottom: 24px;
}

.pwl-top-items__button a {
  display: block;
  padding: 8px;
  background: #8d0004;
  border-radius: 5px;
  color: white;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}

.pwl-top-items__button a:hover {
  background: #8d0004;
}

/* pwl List */

.pwl-list {
  padding-top: 0;
  padding-bottom: 0;
}

/**
 * pwl item
 */

.pwl-item {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;

  /* border-bottom: 1px solid #cccccc;
    padding-top: 20px; */
  margin-left: -15px;
}

@media (min-width: 767px) {
  .pwl-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.pwl-item:last-of-type {
  /* border-bottom: solid 1px #262626; */
}

/**
 * pwl item heading
 */

/* @media (min-width:767px){
    .pwl-item-heading {
        font-size: 18px;
    }
} */

/* @media (min-width:767px){
    .pwl-item-heading-winery {
        font-size: 24px;
    }
} */

/**
 * pwl-data-form-group
 */

/**
 * pwl-side
 */

.pwl-side .editable-click {
  border-bottom: dotted 1px #9c9395;
}

/**
 * pwl-data-meta
 */

/**
 * Add hover focus and click states later
 */

.pwl-data-ratings .mod-heading {
  padding-top: 2px;
  border-bottom: 0;
  margin-right: 10px;
  float: left;
}

.pwl-data-ratings .jRatingAverage {
  /* background: #8d0004; */
}

.pwl-text {
  font-size: 14px;
}

@media (min-width: 767px) {
  .pwl-text {
    font-size: 14px;
  }
}

.pwl-text .paragraph {
  margin: 0;
  margin-top: -3px;
  margin-bottom: 10px;
  color: #262626;
  font-size: 1.8rem;
}

.pwl-text .paragraph a {
  color: #a90329;
}

.pwl-text h6 {
  display: inline;
  font-weight: bold;
}

.pwl-text strong {
  font-weight: 700;
}

.pwl-tasting-note-memeber a {
  color: #262626;
}

.pwl-tasting-note-memeber a:hover {
  color: #8d0004;
}

/**
 * celler-data-toggle
 */

.celler-data-toggle {
  text-align: left;
}

.celler-data-toggle a {
  display: inline-block;
  padding: 5px;
  background: #fff;

  /* padding-left: 15px; */
}

.celler-data-toggle a:hover {
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-transition: all 88ms linear;
  transition: all 88ms linear;
}

.pwl-cellar {
  /* padding-left: 15px;
    padding-right: 15px; */
  height: auto;
  background-color: #fff;
}

@media (min-width: 767px) {
  .pwl-cellar {
    /* margin-left: -15px;
        margin-right: -15px; */
  }

  .celler-data-toggle a {
    /* margin-left: -15px; */
  }
}

.pwl-cellar strong {
  color: #262626;
  font-weight: 700;
}

.pwl-cellar .paragraph {
  margin: 2px 0;
}

.pwl-side .editable-click {
  border-bottom: dotted 1px #9c9395;
}

.pwl-cellar .editable-click {
  border-bottom: dotted 1px #8d0004;
}

/* cellar data toggle */

.show-all-cellar {
  display: inline-block;
  padding: 5px;
  padding-left: 15px;
  border-top: 1px solid #8ea099;
  border-right: 1px solid #8ea099;
  border-left: 1px solid #8ea099;
  background: #fff;
  border-radius: 0;
}

.show-all-cellar:hover {
  background: #8d0004;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-transition: all 88ms linear;
  transition: all 88ms linear;
}

/* pwl-bar */

.pwl-bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: #590216;
  color: white;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 992px) {
  .pwl-bar {
    display: none;
  }
}

.pwl-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pwl-bar li {
  display: block;
  width: 50%;
  padding: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  float: left;
  text-align: center;
}

.pwl-bar li + li {
  border-left: solid 1px #58645f;
}

.pwl-panel-trigger {
  border-top: 1px solid #58645f;
  background: #fff;
  color: #8d0004;
}

.pwl-panel-trigger.is-active {
  background: #8d0004;
  color: white;
}

.pwl-panel {
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pwl-panel.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  .pwl-panel.is-active {
    display: none;
  }
}

.pwl-panel {
  padding: 20px;
  color: #262626;
  -webkit-font-smoothing: antialiased;
}

.pwl-panel__heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.pwl-panel__list {
  margin: 0;
  list-style: none;
}

.pwl-panel__list a {
  display: block;
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  background: #262626;
  border-radius: 5px;
  color: white;
  color: white;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.pwl-sidebar {
  position: fixed;
  z-index: 10;
  top: 5%;
  left: 50%;
  display: block;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0;
  border-top: 10px solid;
  border-bottom: 10px solid;
  background: white;
  border-radius: 4px;
  color: #262626;
  opacity: 0;
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (min-width: 992px) {
  .pwl-sidebar {
    display: block;
    width: 292px;
    margin-left: 324px;
  }

  .pwl-sidebar.active {
    display: block;
    width: 292px;
    margin-left: 324px;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media (min-width: 1200px) {
  .pwl-sidebar {
    display: block;
    width: 360px;
    margin-left: 390px;
  }

  .pwl-sidebar.active {
    display: block;
    width: 360px;
    margin-left: 390px;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.pwl-sidebar ul {
  padding: 10px;
  margin: 0 -10px;
  margin-bottom: -2px;
  background: #fff;
  list-style: none;
}

.pwl-sidebar ul:last-of-type {
  padding-bottom: 20px;
}

.pwl-list-values {
  font-weight: bold;
}

.pwl-list-values li {
  font-size: 1.8rem;
}

.pwl-list-values span {
  color: t;
  font-weight: normal;
}

/* Slick plugin CSS ==================================== */

@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif"), local("PTSerif-Regular"), url(https://fonts.gstatic.com/s/ptserif/v10/EJRVQgYoZZY2vCFuvAFWzro.ttf) format("truetype");
}

@font-face {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  src: local("Domine"), local("Domine-Regular"), url(https://fonts.gstatic.com/s/domine/v6/L0x8DFMnlVwD4h3hu_qi.ttf) format("truetype");
}

/* AD STYLES ================== */

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

.ad-container p {
  padding: 0;
  margin: 0;
}

.color-red {
  color: #8b0724;
}

.js-slider {
  display: none !important;
}

.jwp-tmpLayout {
  background-color: #fff;
}

.jwplayer-adLayout {
  padding: 1em 0;
  margin-bottom: 30px;
  background-color: #f8f8f8;
}

.jwplayer-adLayout #leaderboard-ad {
  min-height: 0;
  padding: 0;
}

.jwplayer-layout {
  background-color: #fff;

  /* Arrows */

  /* Dots */
}

.jwplayer-layout.container-fluid {
  /* max-width: 1230px; */
}

.jwplayer-layout h1 {
  margin-bottom: 1em;
  font-size: 28px;
}

.jwplayer-layout h1,
.jwplayer-layout h2 {
  font-weight: bold;
}

.jwplayer-layout h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: bold;
}

.jwplayer-layout h5 {
  font-weight: bold;
}

.jwplayer-layout #leaderboard-ad {
  min-height: 0;
  padding: 0;
}

.jwplayer-layout .ad-container {
  padding: 1em 0;
  margin-bottom: 30px;
  background-color: #f8f8f8;
}

.jwplayer-layout .font-serif {
  font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
}

.jwplayer-layout .font-serif-2 {
  font-family: "Domine Serif", Georgia, "Times New Roman", Times, serif;
}

.jwplayer-layout .nav-tabs li {
  margin: 8px 24px 8px 0;
  margin-bottom: 0;
}

.jwplayer-layout .nav-tabs li a {
  padding: 0;
  font-weight: bold;
}

.jwplayer-layout .nav-tabs &gt; li &gt; a {
  display: inline-block;
  border: none;
  color: rgba(102, 102, 102, 0.6);
  text-decoration: none;
}

.jwplayer-layout .nav-tabs &gt; li &gt; a.active,
.jwplayer-layout .nav-tabs &gt; li &gt; a:focus,
.jwplayer-layout .nav-tabs &gt; li &gt; a:active {
  background-color: transparent;
  color: #252525;
}

.jwplayer-layout .nav-tabs &gt; li &gt; a:hover,
.jwplayer-layout .nav-tabs &gt; li &gt; a.active,
.jwplayer-layout .nav-tabs &gt; li &gt; a.active:hover,
.jwplayer-layout .nav-tabs &gt; li &gt; a.active:focus {
  border-bottom: 2px solid #8b0724;
  background-color: transparent;
}

.jwplayer-layout .truncate {
  overflow: hidden;
  width: 200px;
  clear: both;
  float: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jwplayer-layout .search-box {
  margin: 30px 0;
}

.jwplayer-layout .js-carousel a:link,
.jwplayer-layout .js-carousel a:hover {
  color: #252525;
}

.jwplayer-layout .form-inline .form-group {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}

.jwplayer-layout .form-inline .form-control {
  width: 100%;
  border-right: none;
  margin: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.jwplayer-layout .form-inline .form-control.form-control-lg {
  height: calc(4.5rem + 2px);
}

.jwplayer-layout .form-inline .btn {
  padding-top: 11px;
  border-left: none;
  margin-top: 0;
  margin-left: -4px;
  background-color: #8b0724;
  border-bottom-left-radius: 0;
  border-color: #89372d;
  border-top-left-radius: 0;
}

.jwplayer-layout .form-inline .btn:hover {
  background-color: #8b0724;
  border-color: #89372d;
}

.jwplayer-layout .navfooterpaging a {
  display: none;
}

.jwplayer-layout .navfooterpaging a.active {
  display: inline-block;
}

.jwplayer-layout .playlist-slider_featured {
  margin-bottom: 44px;
}

.jwplayer-layout .playlist-slider_featured p,
.jwplayer-layout .play_featured p {
  font-size: 18px;
}

.jwplayer-layout .play_featured p.small {
  font-size: 14px;
}

.jwplayer-layout .playlist-slider_featured,
.jwplayer-layout .play_featured {
  /* padding: 30px 0; */
}

.jwplayer-layout .playlist-slider,
.jwplayer-layout .playlist {
  padding: 0 0 30px;
}

.jwplayer-layout .playlist .js-carousel div {
  padding-bottom: 15px;
}

.jwplayer-layout .playlist .js-carousel img,
.jwplayer-layout .playlist-slider .js-carousel img {
  margin-bottom: 17px;
}

.jwplayer-layout .playlist .js-carousel h5,
.jwplayer-layout .playlist-slider .js-carousel h5 {
  margin: 0 0 8px;
}

.jwplayer-layout .playlist .js-carousel p,
.jwplayer-layout .playlist-slider .js-carousel p {
  margin: 0;
  font-size: 16px;
}

.jwplayer-layout .paragraph {
  margin-top: 2em;
}

.jwplayer-layout .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.jwplayer-layout .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.jwplayer-layout .slick-list:focus {
  outline: none;
}

.jwplayer-layout .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.jwplayer-layout .slick-slider .slick-track,
.jwplayer-layout .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.jwplayer-layout .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.jwplayer-layout .slick-track::before,
.jwplayer-layout .slick-track::after {
  display: table;
  content: "";
}

.jwplayer-layout .slick-track::after {
  clear: both;
}

.jwplayer-layout .slick-loading .slick-track {
  visibility: hidden;
}

.jwplayer-layout .slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

.jwplayer-layout [dir="rtl"] .slick-slide {
  float: right;
}

.jwplayer-layout .slick-slide img {
  display: block;
}

.jwplayer-layout .slick-slide.slick-loading img {
  display: none;
}

.jwplayer-layout .slick-slide.dragging img {
  pointer-events: none;
}

.jwplayer-layout .slick-initialized .slick-slide {
  display: block;
}

.jwplayer-layout .slick-loading .slick-slide {
  visibility: hidden;
}

.jwplayer-layout .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.jwplayer-layout .js-slider-text .slick-slide {
  margin-top: 50px;
}

.jwplayer-layout .slick-prev,
.jwplayer-layout .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  margin-top: -10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  outline: none;
}

.jwplayer-layout .slick-prev:hover,
.jwplayer-layout .slick-prev:focus,
.jwplayer-layout .slick-next:hover,
.jwplayer-layout .slick-next:focus {
  background: #fff;
  box-shadow: 0 2px 8px #000;
  color: transparent;
  outline: none;
}

.jwplayer-layout .slick-prev:hover::before,
.jwplayer-layout .slick-prev:focus::before,
.jwplayer-layout .slick-next:hover::before,
.jwplayer-layout .slick-next:focus::before {
  opacity: 1;
}

.jwplayer-layout .slick-prev.slick-disabled,
.jwplayer-layout .slick-next.slick-disabled {
  box-shadow: none;
  opacity: 0.25;
}

.jwplayer-layout .slick-prev.slick-disabled::before,
.jwplayer-layout .slick-next.slick-disabled::before {
  opacity: 0.25;
}

.jwplayer-layout .slick-prev::before,
.jwplayer-layout .slick-next::before {
  color: #333;
  font-size: 44px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  opacity: 0.75;
}

.jwplayer-layout .slick-prev {
  left: -23px;
}

.jwplayer-layout [dir="rtl"] .slick-prev {
  right: -23px;
  left: auto;
}

.jwplayer-layout .slick-prev::before {
  content: "\2039";
}

.jwplayer-layout [dir="rtl"] .slick-prev::before {
  content: "\2039";
}

.jwplayer-layout .slick-next {
  right: -23px;
}

.jwplayer-layout [dir="rtl"] .slick-next {
  right: auto;
  left: -23px;
}

.jwplayer-layout .slick-next::before {
  content: "\203A";
}

.jwplayer-layout [dir="rtl"] .slick-next::before {
  content: "\203A";
}

.jwplayer-layout .slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.jwplayer-layout .slick-dots {
  position: absolute;
  bottom: -27px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.jwplayer-layout .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.jwplayer-layout .slick-dots li button {
  display: block;
  width: 210px;
  height: 15px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  outline: none;
}

.jwplayer-layout .slick-dots li button:hover,
.jwplayer-layout .slick-dots li button:focus {
  outline: none;
}

.jwplayer-layout .slick-dots li button:hover::before,
.jwplayer-layout .slick-dots li button:focus::before {
  opacity: 1;
}

.jwplayer-layout .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  color: #d8d8d8;
  content: "\2022";
  font-family: "slick";
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 15px;
  opacity: 0.25;
  text-align: center;
}

.jwplayer-layout .slick-dots li.slick-active button::before {
  color: #8b0724;
  opacity: 0.75;
}

.jwplayer-layout .tabWraper {
  overflow: hidden;
  margin-bottom: 24px;
  overflow-x: auto;
}

.jwplayer-layout .tabWraper ul.nav-tabs {
  width: 1300px;
  border: none;
}

.jwplayer-layout .js-carousel .slick-prev,
.jwplayer-layout .js-carousel .slick-next {
  top: 34%;
  width: 36px;
  height: 36px;
}

.jwplayer-layout .js-carousel .slick-prev::before,
.jwplayer-layout .js-carousel .slick-next::before {
  font-size: 36px;
}

.jwplayer-layout .js-carousel .slick-prev,
.jwplayer-layout .js-carousel [dir="rtl"] .slick-next {
  left: -2px;
}

.jwplayer-layout .js-carousel .slick-next,
.jwplayer-layout .js-carousel [dir="rtl"] .slick-prev {
  right: -2px;
}

@media (max-width: 767px) {
  .jwplayer-layout h2 {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .jwplayer-layout h3 {
    font-size: 14px;
  }

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

  .jwplayer-layout .tab-pane h1 {
    display: none;
  }

  .jwplayer-layout .playlist .js-carousel p,
  .jwplayer-layout .playlist-slider .js-carousel p {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .jwplayer-layout .playlist .js-carousel img,
  .jwplayer-layout .playlist-slider .js-carousel img {
    margin-bottom: 9px;
  }

  .jwplayer-layout .form-inline .btn {
    margin-top: -3px;
  }
}

@media (min-width: 768px) {
  .jwplayer-layout h3 {
    margin-top: 0;
    font-size: 18px;
  }

  .tab-content &gt; .tab-pane {
    display: block;
  }

  .jwplayer-layout .form-inline .form-group {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .jwplayer-layout.container-fluid .row,
  .jwplayer-layout.container .row {
    /* margin-left: 15px;
    margin-right: 15px; */
  }
}

@media (min-width: 1024px) {
  .jwplayer-layout .row.v-center {
    display: -webkit-box;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
  }

  .jwplayer-layout.container-fluid .row,
  .jwplayer-layout.container .row {
    /* margin-left: 60px;
    margin-right: 60px; */
  }

  .jwplayer-layout .js-slider-text .slick-slide {
    margin-top: 0;
  }
}

.site-header *,
.side-menu *,
.site-navigation *,
.site-footer__layout *,
.custom-checkbox *,
.walkthru * {
  box-sizing: unset;
  box-sizing: content-box;
}

/*
    .flex-grid--gutter .flex-grid__item{
        padding-left: 0rem;
        @include media-breakpoint-up(sm) {
            padding-left: 3.2rem;
        }
    } */

/* .import_img {
  background-image: url('../images/vinny300.png');
  background-image: url('../images/ws_Insider-01.gif');
  background-image: url('../images/ws_advance-01.gif');
  background-image: url('../images/meg.gif');
  background-image: url('../images/right-big.png');
  background-image: url('../images/wrong-big.png');
  background-image: url('../images/trans.png');
  background-image: url('../images/star-1.png');
  background-image: url('../images/star-1.png');
  background-image: url('../images/Argentina.png');
} */

/* This the correct path to the image folder */

/* Global */

html {
  font-size: 62.5%;

  /* set base font-size to 10 (16 * .625) to make rems easier to calculate */
}

body {
  font-family: "open sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.35;
  overflow-x: hidden;
}

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

/* This proably doens't need to be added to the vertical ads and just to the header ads */

a {
  color: #8d0004;
}

figure {
  margin: 0;
}

/* Background  */

.background-alpha {
  background-color: #8d0004;
  color: white;
}

/* Buttons */

.button {
  display: inline-block;
  padding: 0.9em 1.25em;

  /* EM's so padding is relative to font-size */
  border: none;
  background: white;
  border-radius: 0.25em;
  color: #8b0724;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: bold;
  text-decoration: none;
}

.button--inverse {
  background: #8d0004;
  color: white;
}

/* Utility Classes */

.u-display-block {
  display: block;
}

.underline {
  text-decoration: underline;
}

/* ethor - Start refined classes */

/* Layout */

.container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.container--side-padding {
  width: 93.75%;
}

/* TODO Need to refactor a bit. */

.flex-grid {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

.flex-grid--gutter {
  box-sizing: border-box;
  margin-left: -32px;
}

.flex-grid--gutter .flex-grid__item {
  box-sizing: border-box;
  padding-left: 32px;
}

.flex-grid__item--flex-1 {
  flex: 1 1 0;
  -webkit-box-flex: 1;
}

.flex-grid__item--flex-2 {
  flex: 2 1 0;
  -webkit-box-flex: 2;
}

/* Going to add super specific class names we will refactor them later  */

/* On Section Front Pages with Index content  */

.flex-grid__item--index-content {
  flex: 1 0 100%;
  -webkit-box-flex: 1;
}

@media only screen and (min-width: 1024px) {
  .flex-grid__item--index-content {
    flex: 1;
    -webkit-box-flex: 1;
  }
}

.main-layout {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .main-layout {
    padding-top: 0;
  }
}

/* That tripple thing right after the featured posts on most section fronts */

/* Those three rows of sidestacks on wine-and-culture and food  dr vinny */

.flex-grid.tripple-stack {
  flex-flow: row wrap;
  justify-content: space-evenly;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: space-evenly;
}

.flex-grid.tripple-stack .flex-grid__item {
  min-width: 300px;
  flex: 1 0 100%;
  -webkit-box-flex: 1;
}

@media only screen and (min-width: 672px) {
  .flex-grid.tripple-stack .flex-grid__item {
    flex: 1 0 50%;
    -webkit-box-flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-grid.tripple-stack .flex-grid__item {
    flex: 1 0 33.33%;
    -webkit-box-flex: 1;
  }
}

/* Tablet */

/*
@media only screen and (min-width: 672px) {
    .flex-grid.tripple-stack {
        justify-content: space-between;
    }
}

.flex-grid.tripple-stack  .flex-grid__item {
    flex: 1 0 100%;
    max-width: 412px;

}

@media only screen and (min-width: 672px) {
    .flex-grid.tripple-stack  .flex-grid__item {
        flex: 1 0 50%;
    }
} */

/* @media only screen and (min-width: 1024px) {
    .flex-grid.tripple-stack  .flex-grid__item {
        flex: 1 0 33.33%;
    }
} */

/* Custom grid stuff for dr vinny */

/* Custom Grid Stuff for homepage featured section */

.flex-grid.homepage {
  justify-content: center;
  -webkit-box-pack: center;
}

/* Used accross pages. Used to seperate out sections of pages */

.island {
  margin-bottom: 24px;
}

/* TODO: Temp style to deal with werid sketch stuff */

.island--border {
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
}

.island--double {
  margin-bottom: 64px;
}

@media only screen and (min-width: 672px) {
  .island {
    margin-bottom: 32px;
  }

  .island--border {
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (min-width: 1024px) {
  .island--double {
    margin-bottom: 64px;
  }
}

/* Section Front Styles */

/* Temporary Classes */

.flex-grid-wine-iq-boxes {
  flex-flow: row wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

@media only screen and (max-width: 767px) {
  .flex-grid-wine-iq-boxes .flex-grid__item {
    flex: 0 0 100%;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
  }
}

/* RESPONSIVE UTITLIES */

/* Island that has marign on tablet and desktop, but none on mobile */

/* Island that has no margin except for tablet and a border too. */

/* No border on tablet or mobile */

/* No Border on tablet */

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}


.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}


.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listing__byline-author-name li {
  display: inline-block;
}

.listing__byline-author-name li:not(:last-of-type)::after {
  display: inline-block;
  margin-left: -4px;
  content: ", ";
}

@media screen and (min-width: 1024px) {
  .clock {
    margin-right: 32px;
  }
}

/* Site Header */

.site-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

@media only screen and (min-width: 767px) {
  .site-header {
    position: relative;
    z-index: inherit;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}

.site-header__layout {
  display: -webkit-box;
  display: flex;
  width: 90%;
  max-width: 1300px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

.site-header__hamburger,
.site-header__logo,
.site-header__controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-header__hamburger a,
.site-header__controls a {
  display: inline-block;
}

.menu-icon__link svg {
  width: 25px;
  height: 23px;
}

@media only screen and (min-width: 767px) {
  .menu-icon__link svg {
    width: 32px;
    height: 22px;
  }
}

/* ensuring that the targets of JS event listeners are the &lt;a&gt; parent */

.menu-icon__link svg,
.search-icon__link svg {
  pointer-events: none;
}

.site-header__logo {
  width: auto;
  height: 32px;
  max-height: 50px;
}

@media only screen and (min-width: 780px) {
  .site-header__logo {
    height: calc(32px + 1.5vw);
  }
}

.site-header__controls {
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: end;
}

.site-header__controls .button,
.site-header__controls .dropdown-container__button {
  margin-right: 3.2rem;
}

.site-header__controls .button,
.site-header__controls .dropdown-container {
  display: none;
}

@media only screen and (min-width: 767px) {
  .site-header__controls .button {
    display: inline-block;
    padding: 0.72em 1em;
    color: #161616;
    font-size: 1.3rem;
  }

  .site-header__controls .dropdown-container {
    display: inline-block;
  }

  .site-header__controls .button--subscribe {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .site-header__controls .button--subscribe {
    display: inline-block;
  }
}

.site-navigation {
  display: none;
}

@media only screen and (min-width: 767px) {
  .site-navigation {
    display: block;
    padding-bottom: 2.4rem;
    text-align: center;
  }
}

.site-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-navigation ul li {
  display: inline-block;
  margin: 0 16px;
}

.site-navigation a {
  color: #fff;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.header-search {
  position: absolute;
  z-index: 9999;
  top: 105px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.24s ease-in;
  transition: opacity 0.24s ease-in;
}

.header-search input::-webkit-input-placeholder {
  color: #757575;
}

.header-search input:-moz-placeholder {
  color: #757575;
}

.header-search input::-moz-placeholder {
  color: #757575;
}

.header-search input:-ms-input-placeholder {
  color: #757575;
}

.header-search.open {
  width: 100vw;
  height: 100%;
  opacity: 1;
  top: 0px;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}

@media only screen and (min-width: 672px) {
  .header-search.open {
    top: -32px;
  }
}

.header-search.open input[type=search]::-ms-clear,
.header-search.open input[type=search]::-ms-reveal {
  width: 30px;
  height: 30px;
  background-image: url("../png/close-circle%403x%402x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  background-color: transparent;
  position: relative;
  -webkit-appearance: none;
}

.header-search.open input[type="search"]::-webkit-search-cancel-button {
  width: 30px;
  height: 30px;
  background-image: url("../png/close-circle%403x%402x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  background-color: transparent;
  position: relative;
  -webkit-appearance: none;
}

.header-search.open input[type=search]::-ms-clear,
.header-search.open input[type=search]::-ms-reveal,
.header-search.open input[type="search"]::-webkit-search-cancel-button {
  opacity: 0.5;
}

.header-search__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 1.5em;
  margin: 0;
  background-color: #FFFAFA;
  -webkit-transform: translateY(-90rem);
          transform: translateY(-90rem);
}

@media only screen and (min-width: 767px) {
  .header-search__container {
    padding: 2em 4em;
  }
}

.header-search.open &gt; .header-search__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-search__form {
  width: 85%;
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .header-search__form {
    width: 64%;
  }
}

.header-search__close {
  display: block;
  margin-left: 12px;
}

@media only screen and (min-width: 767px) {
  .header-search__close {
    display: none;
  }
}

.header-search__close-link {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../png/close.png");
  background-repeat: no-repeat;
}

/* ensuring that the target of JS event listener is the &lt;a&gt; parent */
.header-search__close-link svg {
  pointer-events: none;
}

.header-search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.8rem 1.6rem;
}

@media only screen and (min-width: 767px) {
  .header-search__container {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

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

.header-search__form {
  width: 85%;
  padding: 0;
  margin: 0 0;
}

@media only screen and (min-width: 767px) {
  .header-search__form {
    width: 64%;
  }
}

.header-search__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) {
  .header-search__controls {
    max-width: 555px;
  }
}

.header-search__input {
  border-right: 1px solid #ccc;
  width: 98%;
  height: 4.9rem;
  margin: 0;
  border-radius: 4px;
  padding: 0 0.7rem 0 3.6em;
  background-position: 16px 12px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  outline: none;
  border: 1px solid #ccc;
  background-color: #F8F8F8;
}

@media only screen and (min-width: 767px) {
  .header-search__input {
    width: calc(100% - 64px);
    padding-left: 1em;
    background: none;
    border-right: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* resetting for proper rendering on mobile */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    background-color: #fff;
  }
}

.header-search__button {
  width: 5.1rem;
  height: 4.9rem;
}

@media only screen and (min-width: 767px) {
  .header-search__button {
    display: block;
    padding: 0.6em;
    border: 3px solid white;
    background-color: #8d0004;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
    cursor: pointer;
    text-align: center;
  }
}

.header-search__button--inverse {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url("../png/search%403x-bl.png");
  border-color: transparent;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 767px) {
  .header-search__button--inverse {
    position: relative;
    border-color: #8d0004;
    background-color: #8d0004;
    background-image: url("../png/search-icon.279742f5.png");
    background-size: 16px 16px;
  }
}

.walkthru {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  position: fixed;
  -webkit-transition: all 0.16s ease-in;
  transition: all 0.16s ease-in;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-90rem);
          transform: translateY(-90rem);
  z-index: -1;
}


.walkthru {
  position: fixed;
  z-index: -1;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transform: translateY(-90rem);
  transform: translateY(-90rem);
  -webkit-transition: all 0.16s ease-in;
  transition: all 0.16s ease-in;
}

.walkthru.open {
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* fix flash of un-initialized slick-slider content */

.walkthru__slider {
  visibility: hidden;
}

.walkthru__slider.slick-initialized {
  visibility: visible;
}

.walkthru__close-link {
  display: block;
}

.walkthru__close-link svg {
  pointer-events: none;
}

.walkthru__slider {
  padding: 0;
  margin: 0;
  background-color: white;
  color: #262626;
  text-align: center;
}

.walkthru__button {
  display: block;
  padding: 0;
  margin: 0 0 1.6rem;
  text-align: center;
}

.walkthru-next-btn {
  width: 190px;
  padding: 0.72em 1.32em;
}

.walkthru__subscribe {
  display: none;
  padding: 0;
  margin: 0 0 1.6rem;
  text-align: center;
}

.walkthru__subscribe a {
  display: table;
  width: 190px;
  padding: 0.72em 1.32em;
  margin-right: auto;
  margin-left: auto;
}

.walkthru__subscribe-no-thanks {
  border: 1px solid #8d0004;
  margin-bottom: 3.2rem;
  color: #8d0004;
}

.walkthru__skip {
  display: block;
  padding: 0 1em 32px;
  margin: 0 auto;
  text-align: center;
}

.walkthru__skip-link {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-decoration: none;
}

@media only screen and (min-width: 800px) {
  .walkthru__skip-link {
    font-size: 1.8rem;
  }
}

.walkthru__dots {
  display: block;
  padding: 0 0 24px;
  margin: 0;
}

@media only screen and (min-width: 800px) {
  .walkthru__dots {
    padding: 0 0 32px;
  }
}

/* ======== SLICK SLIDER OVERWRITES ======== */

.walkthru__slider.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.walkthru__dots .slick-dots {
  position: relative;
  bottom: inherit;
  padding: 0;
  margin: 0 auto;
}

.walkthru__dots .slick-dots li {
  display: inline-block;
}

.walkthru__dots .slick-dots li button::before {
  font-size: 1.2rem;
}

.walkthru__dots .slick-dots .slick-active button::before {
  color: #8d0004;
  opacity: 0.6;
}

/* ================ SIDE MENU LAYOUT &amp; CONTENT ================ */

.side-menu {
  position: absolute;
  z-index: 9998;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.side-menu.open {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

/* ======== SIDE MENU LOGO ======== */

/* ======== SIDE MENU CLOSE ======== */

.close-icon__link {
  display: inline-block;
}

/* ensuring that the target of JS event listener is the &lt;a&gt; parent */

.close-icon__link svg {
  pointer-events: none;
}

/* ======== SIDE MENU LINKS ======== */

/* This list hides when the main nav is displayed '(min-width: 780px)' */

/* ======== 'FOR THE TRADE' DROPDOWN MENU CARET ======== */

.ftt-collapse-trigger {
  position: relative;
  display: inline-block;
}

.ftt-collapse-trigger::after {
  position: absolute;
  bottom: 0;
  left: 230px;
  color: currentColor;
  content: "\276F";
  font-size: 1.8rem;
  line-height: 1.8rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.16s ease;
  transition: -webkit-transform 0.16s ease;
  transition: transform 0.16s ease;
  transition: transform 0.16s ease, -webkit-transform 0.16s ease;
}

.ftt-collapse-trigger:not(.collapsed)::after {
  position: absolute;
  bottom: 0;
  left: 230px;
  color: currentColor;
  content: "\276F";
  font-size: 1.8rem;
  line-height: 1.8rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* ======== SIDE MENU SOCIAL ======== */

/* ================ HAMBURGER MODAL OVERWRITES ================ */

.modal-open .hamburger-menu {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

@media only screen and (min-width: 767px) {
  .modal-open .hamburger-menu {
    overflow-y: auto;
  }
}

#hamburgerModal .modal-dialog {
  width: 100%;
  padding: 0;
  margin: 0;
}

#hamburgerModal .modal-content {
  height: inherit;
  border: none;
  background-color: #8d0004;
  border-radius: 0;
  color: white;
}

@media only screen and (min-width: 767px) {
  #hamburgerModal .modal-content {
    width: 315px;
    height: 100vh;
    overflow-y: auto;
  }
}

#hamburgerModal .modal-header {
  padding: 2em 0 1.48em;
  border-bottom: 1px solid white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media only screen and (min-width: 767px) {
  #hamburgerModal .modal-header {
    padding: 1em 0 1.56em;
    border-bottom: none;
  }
}

#hamburgerModal .modal-body {
  padding: 1em 1.32em 3em;
}

@media only screen and (min-width: 767px) {
  #hamburgerModal .modal-body {
    padding-top: 0;
  }
}

/* ======== HAMBURGER MENU ELEMENTS ======== */

.hamburger-menu__logo {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hamburger-menu__logo a {
  display: block;
  padding: 0;
}

@media only screen and (min-width: 767px) {
  .hamburger-menu__logo {
    display: none;
  }
}

.hamburger-menu__logo-img {
  max-width: 18rem;
  height: auto;
  margin: 0 auto;
}

.hamburger-menu__close {
  position: absolute;
  top: 1.4rem;
  right: 1.8rem;
}

.hamburger-menu__close-link {
  display: inline-block;
  padding: 0.48em;
}

.hamburger-menu__close-link svg {
  pointer-events: none;
}

.hamburger-menu__links {
  padding: 0;
  margin: 0;
}

.hamburger-menu__links a {
  display: inline-block;
  padding: 0;
  margin: 0 0 1.2rem;
  color: white;
  text-decoration: none;
}

.hamburger-menu__links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hamburger-menu__links-list li {
  padding: 0;
  margin: 0 0 1rem;
}

.hamburger-menu__links-list a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

@media only screen and (min-width: 420px) {
  .hamburger-menu__links-list a {
    font-size: 1.8rem;
  }
}

.hamburger-menu__links-list--nav {
  display: block;
}

@media only screen and (min-width: 767px) {
  .hamburger-menu__links-list--nav {
    display: none;
  }
}

.hamburger-menu__links-list--login {
  display: block;
}

@media only screen and (min-width: 780px) {
  .hamburger-menu__links-list--login {
    display: none;
  }
}

.hamburger-menu__links-sublist {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  list-style: none;
}

@media only screen and (min-width: 420px) {
  .hamburger-menu__links-sublist {
    display: inherit;
    padding-left: 0.8em;
  }
}

.hamburger-menu__links-sublist li {
  width: calc(50% - 8px);
  padding: 0 8px 0 0;
  margin: 0;
}

@media only screen and (min-width: 420px) {
  .hamburger-menu__links-sublist li {
    width: 100%;
    padding: 0;
  }
}

.hamburger-menu__links-sublist a {
  font-size: 1.4rem;
  font-weight: normal;
}

@media only screen and (min-width: 420px) {
  .hamburger-menu__links-sublist a {
    font-size: 1.6rem;
  }
}

.hamburger-menu__social {
  padding: 0;
  margin: 5rem 0 0;
}

.hamburger-menu__social-link {
  display: inline-block;
  padding: 0;
  margin: 0 1.6rem 0 0;
}

.hamburger-menu__social-link:last-of-type {
  margin-right: 0;
}

/* ======== 'FOR THE TRADE' DROPDOWN MENU CARET ======== */

.ftt-collapse-trigger {
  position: relative;
  display: inline-block;
}

.ftt-collapse-trigger::after {
  position: absolute;
  bottom: 0;
  left: 230px;
  color: currentColor;
  content: "\276F";
  font-size: 1.8rem;
  line-height: 1.8rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.16s ease;
  transition: -webkit-transform 0.16s ease;
  transition: transform 0.16s ease;
  transition: transform 0.16s ease, -webkit-transform 0.16s ease;
}

.ftt-collapse-trigger:not(.collapsed)::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hamburger-menu__links .js-user-link span,
.hamburger-menu__links .js-user-link2 span {
  border-bottom: 1px solid #fff;
}

.dropdown-container__button svg {
  pointer-events: none;
}

.dropdown-container {
  position: relative;
  background: transparent;
}

.dropdown-container:hover,
.dropdown-container[focus-within] {
  cursor: pointer;
}

.dropdown-container:hover,
.dropdown-container:focus-within {
  cursor: pointer;
}

.dropdown-container__button {
  padding: 0;
  border: none;
  margin: 0;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}

.dropdown-container__menu {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 15px;
  display: none;
  min-width: 27.7rem;
  padding-top: 2.8em;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dropdown-container__menu-content {
  position: relative;
  display: block;
  padding: 1em 1.24em;
  margin: 0;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-family: "Open Sans", sans-serif;
}

.dropdown-container__menu-arrow-up {
  position: absolute;
  top: -10px;
  right: 15px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  border-left: 12px solid transparent;
}

.dropdown-container__menu-content h3, .dropdown-container__menu-content h4 {
	font-weight: 700;
	line-height: 2.2rem;
	margin: 12px 0 0;
	padding: 0;
	color: #262626;
}
.dropdown-container__menu-content h3 {
	font-size: 1.6rem;
}
.dropdown-container__menu-content h4 {
	font-size: 1.4rem;
}

.dropdown-container__menu-content a {
  display: block;
  padding: 0;
  margin: 0.64rem 0 0 0.64rem;
  color: #404040;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9rem;
  text-decoration: none;
}

.dropdown-container__menu-content a.last-of-type {
  padding-top: 0.56em;
  border-top: 1px solid #ccc;
  margin-top: 1.16rem;
}

.dropdown-container__menu-content .js-user-link span,
.dropdown-container__menu-content .js-user-link2 span {
  border-bottom: 1px solid #8b0724;
  color: #8b0724;
}

.article {
  max-width: 1255px;
  padding: 24px 0 32px;
  margin: 0 auto;
  color: #262626;
}

@media only screen and (min-width: 767px) {
  .article {
    padding: 48px 0 32px;
  }
}

.article__category a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 767px) {
  .article__category a {
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .article__category a {
    font-size: 2rem;
    line-height: 1;
  }
}

.article__title {
  margin: 0.8rem 0;
  color: #262626;
  font-family: "Lora", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

@media only screen and (min-width: 767px) {
  .article__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .article__title {
    font-size: 4rem;
    line-height: 5.4rem;
  }
}

.article__abstract {
  color: #404040;
  font-family: "Open sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

@media only screen and (min-width: 767px) {
  .article__abstract {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .article__abstract {
    font-size: 2rem;
    line-height: 3.1rem;
  }
}

.article__figure {
  display: table;
  padding: 0;
  margin: 1.6rem auto;
}

@media only screen and (min-width: 767px) {
  .article__figure {
    margin: 0 auto 4.8rem;
  }
}

.article__figure img {
  margin: 0 auto;
}

.article__figure figcaption {
  display: -webkit-box;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  padding: 8px 16px 0;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  color: #404040;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1024px) {
  .article__figure figcaption {
    padding-top: 16px;
    font-size: 1.4rem;
  }
}

.article__photo-caption {
  color: #666;
  font-family: "Open Sans", sans-serif;
  line-height: 1.9rem;
}

@media only screen and (min-width: 1024px) {
  .article__photo-caption {
    font-size: 14px;
    line-height: 2.4rem;
  }
}

.article__main {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
}

@media only screen and (min-width: 1024px) {
  .article__main {
    max-width: 82%;
    flex-flow: row nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}

.article__body {
  padding: 0 1em;
  margin: 0 0 2rem;
}

@media only screen and (min-width: 767px) {
  .article__body {
    padding: 0 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .article__body {
    width: calc((100% - 300px) - 3.3rem);
    padding: 0;
    margin: 0 3.3rem 0 0;
  }
}

/* INFO = BYLINE AND SHARE */

.article__body-info {
  display: -webkit-box;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  border-bottom: none;
  margin: 0 0 0.8rem;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
}

@media only screen and (min-width: 767px) {
  .article__body-info {
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 0 0.24em;
    border-bottom: 1px solid #ccc;
    margin: 0 0 2.45rem;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}

.article__byline {
  order: 2;
  -webkit-box-ordinal-group: 3;
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.article__byline .article__body-date {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .article__byline {
    order: 1;
    -webkit-box-ordinal-group: 2;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.article__give {
  order: 1;
  margin: 0 0 3.2rem;
  -webkit-box-ordinal-group: 2;
}

@media only screen and (min-width: 767px) {
  .article__give {
    order: 2;
    margin: 0;
    -webkit-box-ordinal-group: 3;
  }
}

.article__byline a {
  color: currentColor;
  text-decoration: none;
}

.article__byline ul,
.article__give ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.article__byline ul li,
.article__give ul li {
  display: inline-block;
}

.article__byline ul li:not(:last-child) {
  margin-right: 0.24rem;
}

.article__give ul li:not(:last-child) {
  margin-right: 1.6rem;
}

/* DATE */

.article__body-date {
  position: relative;
  padding-left: 16px;
  margin-bottom: 1.6rem;
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8rem;
}

@media only screen and (min-width: 767px) {
  .article__body-date {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
  }
}

.article__body-date::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8d0004;
  color: #8d0004;
  content: "";
}

@media only screen and (min-width: 767px) {
  .article__body-date::before {
    top: 4px;
    width: 9px;
    height: 9px;
  }
}

/* CONTENT */

.article__body-content {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

@media only screen and (min-width: 767px) {
  .article__body-content {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .article__body-content {
    font-size: 1.8rem;
  }
}

/* TODO: FINISH FROM STYLE GUIDE IN SKETCH */

.article__body-content h1,
.article__body-content h2,
.article__body-content h3,
.article__body-content h4,
.article__body-content h5,
.article__body-content h6 {
  padding: 0;
  margin: 0 0 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.article__body-content h1 a,
.article__body-content h2 a,
.article__body-content h3 a,
.article__body-content h4 a,
.article__body-content h5 a,
.article__body-content h6 a {
  color: #404040;
  text-decoration: none;
}

.article__body-content h1,
.article__body-content h3 {
  color: #262626;
  font-family: "Lora", serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.article__body-content h2 {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3.1rem;
}

.article__body-content h4 {
  color: #404040;
  font-family: "Lora", sans-serif;
  font-size: 2rem;
  line-height: 2.7rem;
}

.article__body-content h5 {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

.article__body-content h6 {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}

/* GALLERY GRID ==== LIGHTBOX */

.article__body-content a[rel="zoomout_group"] {
  display: inline-block;
  padding: 0 1em 1em 0;
  margin: 0;
}

.article__body-content a[rel="zoomout_group"] img {
  max-width: 100px;
  height: auto;
  padding: 0;
  margin: 0;
}

/* LIGHTBOX STYLE OVERWRITES */

.mfp-title {
  line-height: 22px;
}

/* LEGACY IMAGE CONTAINER */


.article__body-content .video-wrapper {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin: 0 -50vw 1.6rem;
}

@media only screen and (min-width: 767px) {
  .article__body-content .video-wrapper {
    right: inherit;
    left: inherit;
    width: 84%;
    max-width: 534px;
    margin: 2.4rem auto;
  }
}

@media only screen and (min-width: 1024px) {
  .article__body-content .video-wrapper {
    right: inherit;
    left: inherit;
    width: 100%;
    max-width: 100%;
    margin: 3.2rem auto;
  }
}


.article__body-content img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.article__body-content hr {
  padding: 0;
  margin: 32px 0 16px;
  border-color: #eee;
}

/* RECIPE LISTS NO LONGER NEEDED DOTS */


.article__body-content ul li,
.article__body-content ol li {
  margin: 0 0 0.7rem;
}

/* TAGS */

/* PACKAGES */

/* SIDEBAR */

.article__sidebar {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .article__sidebar {
    width: 300px;
  }
}

/* RECIPES */

/* ======== ARTICLE RELATED ======== */

/* Ask Dr Vinny */

.ask-dr-vinny {
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0;
  margin: 0 0 5rem;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
}

/* ======== ARTICLES-SQUARE-VERTICAL TEMPLATE ======== */

/* ======== ARTICLES-3COLUMN TEMPLATE ======== */

/* ======== ARTICLE BLOCK ======== */

.listing__grid-item.content {
  width: calc(100% - 32px);
  padding: 0 16px;
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .listing__grid-item.content {
    width: calc(100% - 48px);
    padding: 0 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .listing__grid-item.content {
    width: calc(100% - (300px - 3.2rem));
    padding: 0;
    margin-right: 3.2rem;
  }
}

.listing__grid-item.sidebar {
  width: 100%;
  margin: 0 0 4.8rem;
}

@media only screen and (min-width: 767px) {
  .listing__grid-item.sidebar {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .listing__grid-item.sidebar {
    width: 300px;
    margin-top: -44px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 767px) {
  .listing__grid-item.sidebar .island {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .listing__grid-item.sidebar .island {
    margin-bottom: 3.2rem;
  }
}

.listing__article {
  display: -webkit-box;
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
}

@media only screen and (min-width: 767px) {
  .listing__article {
    flex-flow: row nowrap;
    align-content: center;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
  }
}

.listing__article + .listing__article {
  padding-top: 24px;
  border-top: 1px solid #979797;
  margin-top: 24px;
}

.listing__article:last-of-type {
  margin-bottom: 32px;
}

.listing__article-figure {
  width: 100%;
  padding: 0;
  margin: 0 0 1rem;
}

@media only screen and (min-width: 767px) {
  .listing__article-figure {
    width: 348px;
    padding: 0;
    margin: 0 2.4rem 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .listing__article-figure {
    width: 412px;
    padding: 0;
    margin: 0 3.1rem 0 0;
  }
}

.listing__article-figure a {
  display: block;
}

.listing__article-text {
  width: 100%;
  align-self: center;
  -ms-grid-row-align: center;
}

@media only screen and (min-width: 767px) {
  .listing__article-text {
    width: calc(100% - (348px - 2.4rem));
  }
}

@media only screen and (min-width: 1024px) {
  .listing__article-text {
    width: calc(100% - (412px - 3.1rem));
  }
}

.listing__article-tag a {
  display: none;
}

@media only screen and (min-width: 767px) {
  .listing__article-tag a {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #8d0004;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
  }
}

.listing__article-title {
  margin: 0;
}

.listing__article-title a {
  display: block;
  margin-bottom: 0.4rem;
  color: #262626;
  font-family: "Lora", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .listing__article-title a {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .listing__article-title a {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.listing__article-subtitle {
  margin: 0 0 1.2rem;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

@media only screen and (min-width: 767px) {
  .listing__article-subtitle {
    margin: 0 0 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .listing__article-subtitle {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

.listing__byline-grid {
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
}

.listing__byline-author-name {
  padding: 0;
  margin: 0 0 5.15px;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .listing__byline-author-name {
    margin-bottom: 4px;
  }
}

.listing__byline-author-name a {
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .listing__byline-author-name a {
    color: #8d0004;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}

.listing__byline-date {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8rem;
}

@media only screen and (min-width: 1024px) {
  .listing__byline-date {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}

.pagination {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid #979797;
  margin: 0 0 4.8rem;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.pagination a {
  color: #666;
  text-decoration: none;
}

.pagination .is-current {
  color: #8b0724;
}

.pagination-list {
  padding: 0;
  margin: 0 1.6rem 0 0.9rem;
  list-style: none;
}

.pagination-list li {
  display: inline-block;
}

.pagination-list li:not(:last-child) {
  margin-right: 1.6rem;
}

.spread__heading {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

.spread__title {
  margin: 0;
  color: #262626;
  font-family: Lora;
  font-size: 24px;
}

.spread__more {
  font-family: "Open Sans";
  font-weight: bold;
}

.spread__more a {
  color: #8d0004;
  text-decoration: none;
}

.spread__grid {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin-left: -32px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: space-evenly;
}

@media only screen and (min-width: 1024px) {
  .spread__grid {
    justify-content: flex-start;
    -webkit-box-pack: start;
  }
}

.spread__grid-item {
  max-width: 100%;
  box-sizing: border-box;
  flex: 0 0 100%;
  padding-left: 32px;
  -webkit-box-flex: 0;
}

@media only screen and (min-width: 672px) {
  .spread__grid-item {
    max-width: 50%;
    flex: 1 0 50%;
    -webkit-box-flex: 1;

    /* max-width: 600px; */
  }
}

@media only screen and (min-width: 1024px) {
  .spread__grid-item {
    max-width: 25%;
    flex: 1 0 25%;
    -webkit-box-flex: 1;
  }
}

.spread-alt {
  padding: 32px 0;
  background: #f8f8f8;
}

.spread-alt .spread__heading {
  margin-bottom: 24px;
  text-align: center;
}

.spread-alt .spread__title {
  margin: 0 auto;
  font-size: 32px;
}

/* Card Css */

/* Card - Global Styles */

.card:not(:last-child) .card__buffer {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}

.card__figure {
  margin-bottom: 14px;
}

.card__tag {
  display: none;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (min-width: 672px) {
  .card__tag {
    display: block;
  }
}

.card__tag a {
  color: #8d0004;
  text-decoration: none;
}

.card__title {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Lora;
  font-size: 16px;
  line-height: 1.45;
}

@media only screen and (min-width: 672px) {
  .card__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  .card__title {
    font-size: 20px;
  }
}

.card__title a {
  color: #262626;
  text-decoration: none;
}

.card__subtitle {
  margin: 0;
}

.card__subtitle a {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  color: #404040;
  font-family: "Open Sans";
  font-size: 14px;
  -webkit-line-clamp: 3;
  line-height: 1.5;
}

.card__subtitle a::after {
  content: "";
}

@media only screen and (min-width: 1024px) {
  .card__subtitle {
    font-size: 16px;
  }
}

.card__subtitle a {
  color: #404040;
  text-decoration: none;
}

.card__date {
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 13px;
}

@media only screen and (min-width: 1024px) {
  .card__date {
    font-size: 14px;
  }
}

.card__author {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .card__author {
    font-size: 14px;
  }
}

.card__author a {
  color: #262626;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .card__author a {
    color: #8d0004;
  }
}

/* Indexer Card */

/* Hero Card */

/* TODO: ADD tag ability */

/* Sidekick Card */

/* Sidekicks in hero leauge */

/* Tabby Card */

@media only screen and (min-width: 672px) {/* .card.tabby.homepage:nth-child(1) .card__buffer,
    .card.tabby.homepage:nth-child(2) .card__buffer,
    .card.tabby.homepage:nth-child(3) .card__buffer,
    .card.tabby.homepage:nth-child(4) .card__buffer {
        border-bottom: 1px solid #ccc !important;
    } */
}

/* Temp Tabby Styles */

/* Card Listy */

.card.listy .card__buffer {
  margin-bottom: 16px;
}

.card.listy .card__figure {
  margin: 0;
}

.card.listy.borders .card__buffer {
  padding-bottom: 12.5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 12.5px;
}

.card.listy .card__grid {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  margin-right: -6px;
  margin-left: -6px;
}

.card.listy .card__grid-item {
  box-sizing: border-box;
  padding-right: 6px;
  padding-left: 6px;
}

.card.listy .card__grid-item--figure {
  flex: 78 0 0;
  -webkit-box-flex: 78;
}

.card.listy .card__grid-item--body {
  flex: 200 0 0;
  -webkit-box-flex: 200;
}

.card.listy .card__tag {
  margin-bottom: 6px;
  font-size: 13px;
}

.card.listy .card__title {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 16px;
}

.card.listy .card__subtitle a {
  margin-bottom: 4px;
  font-size: 13px;
}

.card.listy .card__subtitle a {
  color: #666;
}

/* Card Cell */

.card.cell .card__buffer {
  margin-bottom: 32px;
}

.card.cell .card__figure {
  margin-bottom: 16px;
}

.card.cell .card__title {
  margin-bottom: 8px;
  font-size: 20px;
}

.card.cell .card__subtitle a {
  margin-bottom: 8px;
  font-size: 16px;
}

/* Temp for popular posts */

.card.cell .card__author a {
  color: #262626;
}

/* Temp to deal with multiple authors */

/* Homepage Sidekicks */

/* Temp styles */

/* Side kicks that are in vary row are differnt from the ones in the header */

@media only screen and (max-width: 671px) {
  /* Temp responsive card */

  .card.temp-responsive-card.card-1 {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }

  .card.temp-responsive-card.card-1 .card__grid {
    display: block;
    margin: 0;
  }

  .card.temp-responsive-card.card-1 .card__grid-item {
    padding: 0;
  }

  .card.temp-responsive-card.card-1 .card__grid-item--figure {
    flex: none;
    -webkit-box-flex: 0;
  }

  .card.temp-responsive-card.card-1 .card__grid-item--body {
    flex: none;
    padding: 16px;
    padding-bottom: 0;
    -webkit-box-flex: 0;
  }

  .card.temp-responsive-card {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }

  .card.temp-responsive-card.card-1 .card__buffer {
    padding-right: 0;
    padding-left: 0;
  }

  .card.temp-responsive-card .card__buffer {
    padding: 0 16px;
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
  }

  .card.temp-responsive-card .card__title {
    margin-top: 0;
    font-size: 16px;
  }
}

/* TODO: Garbage CSS so the this module will work */

/* .card.temp-responsive-2 .temp-stack-image-rectangle {
    display: none;
}

.card.temp-responsive-2.card-1 .card__body {
    padding: 0 16px;
}

.card.temp-responsive-2.card-1 .temp-stack-image-square {
    display: none;
}


.card.temp-responsive-2.card-1 .temp-stack-image-rectangle {
    display: block;
} */

.section-front-title {
  display: inline-block;
  border-bottom: 1px solid;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  color: #262626;
  font-family: Lora;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.section-front-title-containter {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-front-title {
    border-bottom: none;
    margin-bottom: 16px;
    font-size: 30px;
  }
}

@media screen and (min-width: 1388px) {
  .section-front-title {
    margin-bottom: 24px;
    font-size: 40px;
  }
}

/* That little gray title above section front titles on sub section front pages */

.section-front-ghost-title {
  margin: 0;
  margin-bottom: 4px;
  font-family: Lora;
  font-size: 14px;
  font-style: oblique;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 672px) {
  .section-front-ghost-title {
    font-size: 16px;
  }
}

.section-front-ghost-title a {
  color: #666;
  text-decoration: none;
}

/**
  * Section Nav
  * Displayed on Section Front pages. A secondary menu mobile styles eventually.
  */

.section-front-nav {
  display: none;
  padding: 16px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

@media only screen and (min-width: 672px) and (max-width: 1023px) {
  .section-front-nav {
    padding: 5.5px 16px;
  }
}

@media only screen and (min-width: 672px) {
  .section-front-nav {
    display: block;
  }
}

.section-front-nav__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.section-front-nav__menu li {
  display: inline-block;
  font-family: "Open Sans";
  font-weight: bold;
}

@media only screen and (min-width: 672px) and (max-width: 1023px) {
  .section-front-nav__menu li {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.section-front-nav__menu li + li {
  margin-left: 16px;
}

.section-front-nav__menu li a {
  color: #262626;
  text-decoration: none;
}

.section-front-nav__menu li a.active {
  border-bottom: 1px solid #8b0724;
  color: #8d0004;
}

/* TODO: Garbarge CSS that needs to be deleted when we can refator */

.side-stack__heading {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 4px solid #8d0004;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

.side-stack__title {
  margin: 0;
  color: #262626;
  font-family: Lora;
  font-size: 18px;
}

.side-stack__more {
  margin-top: 0.5px;
  line-height: 1;
}

.side-stack__more a {
  color: #8d0004;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

/* Side Stack Tab Varient */

.side-stack-tab .side-stack__heading {
  justify-content: center;
  padding: 89px 0;
  border: none;
  margin-bottom: 16px;
  background: gray;
  -webkit-box-pack: center;
}

.side-stack-tab .side-stack__title {
  border-bottom: solid 4px white;
  color: white;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.side-stack-tab a {
  text-decoration: none;
}

/* Hide bottom see more */

.side-stack-tab .side-stack__more {
  display: none;
}

@media only screen and (min-width: 672px) {
  .side-stack-tab .side-stack__more {
    display: block;
  }
}

.side-stack-tab .side-stack__more a {
  position: relative;
}

/* TODO: Refactor This */

.side-stack-tab .side-stack__more a span {
  position: absolute;
  top: -4px;
  display: inline-block;
  margin-top: 0;
  margin-left: 8px;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  vertical-align: sub;
}

/* Side Stack For The Trade */

/* TODO: this is some garbage css that needs to be refactored */

/* Side Stack New Responsive TODO: refactor this */

.side-stack__top.desktop {
  display: none;
}

@media only screen and (min-width: 672px) {
  .side-stack__top.desktop {
    display: block;
  }
}

@media only screen and (max-width: 671px) {
  .side-stack__mobile-top {
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-top: 2px solid #8b0724;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    -webkit-box-align: center;
    -webkit-box-pack: justify;
  }

  .side-stack__mobile-top.wrap {
    flex-flow: row wrap;
    padding-bottom: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }

  .side-stack__mobile-image {
    padding-top: 16px;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }

  .side-stack__mobile-top .side-stack__title {
    border-bottom: none;
    margin: 0;
    color: #262626;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .side-stack__mobile-top .side-stack__see-more-top {
    color: #666;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 500;
  }

  .side-stack-tab-new-responsive .card:last-of-type .card__buffer {
    padding-bottom: 0 !important;
    border: none;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 672px) {
  .side-stack__mobile-top {
    display: none;
  }
}

@media only screen and (min-width: 672px) and (max-width: 1023px) {
  .side-stack-tab .side-stack__more {
    margin-top: -4.5px !important;
  }
}

.content-block {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.content-block a {
  display: block;
  text-decoration: none;
}

.content-block__buffer {
  height: 100%;
  flex-direction: column;
  padding: 24px 20px;
  border: 2px solid #8d0004;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.content-block.alt .content-block__buffer {
  border: none;
  background: #f3f3f3;
}

.content-block__figure {
  margin-bottom: 12px;
}

.content-block__figure img {
  margin: 0 auto;
}

.content-block__title {
  margin: 0;
  margin-bottom: 6px;
  color: #262626;
  font-family: lora;
  font-size: 20px;
  text-align: center;
}

.content-block__subtitle {
  margin: 0;
  color: #404040;
  font-family: "Open Sans";
  font-size: 14px;
  text-align: center;
}

/* Rectangle Version */

.content-block.rectangle .content-block__grid {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-align: center;
}

.content-block.rectangle .content-block__grid-item {
  box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
}

.content-block.rectangle .content-block__grid-item--figure {
  flex: 3;
  -webkit-box-flex: 3;
}

.content-block.rectangle .content-block__grid-item--body {
  flex: 5;
  -webkit-box-flex: 5;
}

.content-block.rectangle .content-block__figure {
  margin-bottom: 0;
}

.content-block.rectangle .content-block__title {
  font-size: 24px;
  text-align: left;
}

.content-block.rectangle .content-block__subtitle {
  text-align: left;
}

.content-block.ratings .content-block__title {
  font-size: 16px;
}

.action-strip {
  background: #eee;
}

.action-strip__content {
  padding: 48px;
  text-align: center;
}

.action-strip__title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #262626;
  font-family: Lora;
  font-size: 32px;
  font-weight: bold;
}

.action-strip__subtitle {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Open Sans";
  font-size: 16px;
}

.action-strip__button {
  display: inline-block;
  padding: 16px 32px;
  background: #8d0004;
  border-radius: 10px;
  color: white;
  font-family: "Open Sans";
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 672px) and (max-width: 1024px) {
  .action-strip {
    margin-bottom: 64px;
    background: white;
    text-align: center;
  }

  .action-strip__content {
    display: inline-block;
    padding: 32px 52px;
    border: 2px solid #8d0004;
  }

  .action-strip__title {
    font-size: 24px;
  }

  .action-strip__subtitle {
    color: #404040;
    font-size: 18px;
  }

  .action-strip__button {
    width: 288px;
  }
}

@media only screen and (max-width: 671px) {
  .action-strip__title {
    font-size: 16px;
    font-weight: bold;
  }

  .action-strip__subtitle {
    color: #404040;
    font-size: 14px;
  }

  .action-strip__button {
    width: 70%;
    max-width: 280px;
  }
}

[data-toggle="collapse"][aria-expanded="true"] &gt; .js-rotate-if-collapsed,
[data-toggle="collapse"][aria-expanded="true"] &gt; a .js-rotate-if-collapsed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

@media (min-width: 672px) {
  #hamburgerModal .modal-dialog {
    max-width: 100%;
  }
}

img {
  display: inline;
  display: initial;
}

.section-front-advertising {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
  margin-bottom: 32px;
  background: #ebe8e8;
  text-align: center;
}

.section-front-advertising &gt; div {
  padding-top: 16px;
  padding-bottom: 16px;
}

textarea {
  resize: auto;
}

big {
  font-size: inherit !important;

  /* Removing existing element */
}

.user-icon__link:hover,
.user-icon__link:visited {
  color: #fff;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main th {
  font-family: "Lora", "Times New Roman", Times, serif;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #forvsonly {
    width: 100%;
  }

  .map-responsive {
    height: 500px !important;
  }
}

@media (max-width: 671.98px) {
  .map-responsive {
    height: 300px !important;
  }
}

.article__body-content,
.article__body-headcontent {
  font-size: 1.4rem;

  /* ======== CUSTOM CHECKBOXES ======== */
}

@media (min-width: 672px) {
  .article__body-content,
  .article__body-headcontent {
    font-size: 1.6rem;
  }
}

.article__body-content header p,
.article__body-headcontent header p {
  font-size: 2rem;
}

.article__body-content div,
.article__body-content li,
.article__body-content p,
.article__body-content td,
.article__body-content label,
.article__body-headcontent div,
.article__body-headcontent li,
.article__body-headcontent p,
.article__body-headcontent td,
.article__body-headcontent label {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.article__body-content h1,
.article__body-content h2,
.article__body-content h3,
.article__body-content h4,
.article__body-content h5,
.article__body-content h6,
.article__body-headcontent h1,
.article__body-headcontent h2,
.article__body-headcontent h3,
.article__body-headcontent h4,
.article__body-headcontent h5,
.article__body-headcontent h6 {
  margin-bottom: 1.2rem;
  color: #262626;
}

.article__body-content h1 a,
.article__body-content h2 a,
.article__body-content h3 a,
.article__body-content h4 a,
.article__body-content h5 a,
.article__body-content h6 a,
.article__body-headcontent h1 a,
.article__body-headcontent h2 a,
.article__body-headcontent h3 a,
.article__body-headcontent h4 a,
.article__body-headcontent h5 a,
.article__body-headcontent h6 a {
  color: #8d0004;
}

.article__body-content h2 a:hover,
.article__body-content h3 a:hover,
.article__body-content h4 a:hover,
.article__body-headcontent h2 a:hover,
.article__body-headcontent h3 a:hover,
.article__body-headcontent h4 a:hover {
  text-decoration: underline;
}

.article__body-content .article__title-left h1,
.article__body-content .article__title-left h2,
.article__body-content .article__title-left h3,
.article__body-content .article__title-left h4,
.article__body-content .article__title-left h5,
.article__body-content .article__title-left h6,
.article__body-headcontent .article__title-left h1,
.article__body-headcontent .article__title-left h2,
.article__body-headcontent .article__title-left h3,
.article__body-headcontent .article__title-left h4,
.article__body-headcontent .article__title-left h5,
.article__body-headcontent .article__title-left h6 {
  margin-bottom: 0;
}

.article__body-content h1,
.article__body-headcontent h1 {
  font-size: 1.8rem;
}

@media (min-width: 672px) {
  .article__body-content h1,
  .article__body-headcontent h1 {
    font-size: 3.2rem;
  }
}

.article__body-content h2,
.article__body-headcontent h2 {
  font-family: "Lora", "Times New Roman", Times, serif;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 672px) {
  .article__body-content h2,
  .article__body-headcontent h2 {
    font-size: 2.4rem;
  }
}

.article__body-content h3,
.article__body-headcontent h3 {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (min-width: 672px) {
  .article__body-content h3,
  .article__body-headcontent h3 {
    font-size: 2rem;
    font-weight: 700;
  }
}

.article__body-content h4,
.article__body-headcontent h4 {
  margin-bottom: 2.4rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width: 672px) {
  .article__body-content h4,
  .article__body-headcontent h4 {
    font-size: 1.8rem;
  }
}

.article__body-content form h4,
.article__body-content h4,
.article__body-headcontent form h4,
.article__body-headcontent h4 {
  text-decoration: none;
}

.article__body-content h5,
.article__body-content th,
.article__body-headcontent h5,
.article__body-headcontent th {
  font-size: 1.6rem;
  font-weight: 600;
}

@media (min-width: 672px) {
  .article__body-content h5,
  .article__body-content th,
  .article__body-headcontent h5,
  .article__body-headcontent th {
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.article__body-content td h5,
.article__body-headcontent td h5 {
  font-family: "Lora", "Times New Roman", Times, serif;
}

.article__body-content h6,
.article__body-headcontent h6 {
  font-size: 1.4rem;
  font-weight: 600;
}

@media (min-width: 672px) {
  .article__body-content h6,
  .article__body-headcontent h6 {
    font-size: 2rem;
    font-weight: 700;
  }
}

.article__body-content .wsd .ratingBox p.mod-heading,
.article__body-headcontent .wsd .ratingBox p.mod-heading {
  margin-top: 1.6rem;
  font-family: "Lora", "Times New Roman", Times, serif !important;
  font-size: 1.8rem;
}

@media (min-width: 672px) {
  .article__body-content .wsd .ratingBox p.mod-heading,
  .article__body-headcontent .wsd .ratingBox p.mod-heading {
    margin-top: 3.2rem;
    font-size: 2rem;
  }
}

.article__body-content .wsd .ratingBox p.mod-heading strong,
.article__body-headcontent .wsd .ratingBox p.mod-heading strong {
  font-weight: 600;
}

.article__body-content td,
.article__body-headcontent td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.article__body-content big,
.article__body-headcontent big {
  font-size: inherit !important;

  /* Removing existing element */
}

.article__body-content img,
.article__body-headcontent img {
  width: auto;
}

.article__body-content hr,
.article__body-headcontent hr {
  border-color: #d8d8d8;
}

.article__body-content .table th,
.article__body-headcontent .table th {
  padding-bottom: 1.6rem;
}

.article__body-content .table th,
.article__body-content .table td,
.article__body-headcontent .table th,
.article__body-headcontent .table td {
  border-top: 0;
}

.article__body-content .table td,
.article__body-headcontent .table td {
  border-bottom: 1px solid #979797;
}

@media (max-width: 767.98px) {
  .article__body-content .table tr:nth-child(even) td,
  .article__body-headcontent .table tr:nth-child(even) td {
    padding-bottom: 6px;
    border-bottom: 0;
    border-bottom-width: 0;
  }
}

.article__body-content a.sort-by,
.article__body-content a.sort-by_asc,
.article__body-content a.sort-by_desc,
.article__body-headcontent a.sort-by,
.article__body-headcontent a.sort-by_asc,
.article__body-headcontent a.sort-by_desc {
  position: relative;
  padding-right: 18px;
}

.article__body-content a.sort-by::before,
.article__body-content a.sort-by::after,
.article__body-content a.sort-by_asc::before,
.article__body-content a.sort-by_desc::before,
.article__body-headcontent a.sort-by::before,
.article__body-headcontent a.sort-by::after,
.article__body-headcontent a.sort-by_asc::before,
.article__body-headcontent a.sort-by_desc::before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  content: "";
}

.article__body-content a.sort-by::before,
.article__body-content a.sort-by_asc::before,
.article__body-headcontent a.sort-by::before,
.article__body-headcontent a.sort-by_asc::before {
  margin-top: -9px;
  border-bottom-color: #212529;
}

.article__body-content a.sort-by::after,
.article__body-content a.sort-by_desc::before,
.article__body-headcontent a.sort-by::after,
.article__body-headcontent a.sort-by_desc::before {
  margin-top: 1px;
  border-top-color: #212529;
}

.article__body-content .pwl-score-box,
.article__body-content .pwl-userscore-box,
.article__body-headcontent .pwl-score-box,
.article__body-headcontent .pwl-userscore-box {
  width: 60px;
  height: 60px;
  background-color: #720003;
  border-radius: 4px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1px;
  text-align: center;
}

.article__body-content .pwl-score-box.Red,
.article__body-content .pwl-userscore-box.Red,
.article__body-headcontent .pwl-score-box.Red,
.article__body-headcontent .pwl-userscore-box.Red {
  background-color: #8d0004;
}

.article__body-content .pwl-score-box.White,
.article__body-content .pwl-userscore-box.White,
.article__body-headcontent .pwl-score-box.White,
.article__body-headcontent .pwl-userscore-box.White {
  background-color: #7d773b;
}

.article__body-content .pwl-score-box.Sparkling,
.article__body-content .pwl-userscore-box.Sparkling,
.article__body-headcontent .pwl-score-box.Sparkling,
.article__body-headcontent .pwl-userscore-box.Sparkling {
  background: url(../png/champagne-icon.d15d12d8-2.png) 50% 50% #7d773b;
}

.article__body-content .pwl-score-box.Blush,
.article__body-content .pwl-userscore-box.Blush,
.article__body-headcontent .pwl-score-box.Blush,
.article__body-headcontent .pwl-userscore-box.Blush {
  background-color: #b40856;
}

@media (min-width: 768px) {
  .article__body-content .pwl-score-box,
  .article__body-content .pwl-userscore-box,
  .article__body-headcontent .pwl-score-box,
  .article__body-headcontent .pwl-userscore-box {
    width: 69px;
    height: 69px;
  }
}

@media (min-width: 1024px) {
  .article__body-content .pwl-score-box,
  .article__body-content .pwl-userscore-box,
  .article__body-headcontent .pwl-score-box,
  .article__body-headcontent .pwl-userscore-box {
    width: 79px;
    height: 79px;
  }
}

.article__body-content .pwl-userscore-box,
.article__body-headcontent .pwl-userscore-box {
  background-color: #807500;
}

.article__body-content .pwl-score,
.article__body-headcontent .pwl-score {
  font-size: 3rem;
  font-weight: 800;
  line-height: 45px;
}

@media (min-width: 768px) {
  .article__body-content .pwl-score,
  .article__body-headcontent .pwl-score {
    font-size: 3.5rem;
    line-height: 55px;
  }
}

@media (min-width: 1024px) {
  .article__body-content .pwl-score,
  .article__body-headcontent .pwl-score {
    font-size: 3.9rem;
    line-height: 60px;
  }
}

.article__body-content .vc-flag,
.article__body-headcontent .vc-flag {
  width: 79px;
}

@media only screen and (max-width: 671.9px) {
  .article__body-content .vc-flag,
  .article__body-headcontent .vc-flag {
    width: 55px;
  }
}

.article__body-content .collapse.show,
.article__body-headcontent .collapse.show {
  max-height: 100%;
}

.article__body-content .custom-checkbox,
.article__body-headcontent .custom-checkbox {
  padding: 0;
  margin: 0 1.6rem 0 0;
}

.article__body-content .custom-checkbox:last-of-type,
.article__body-headcontent .custom-checkbox:last-of-type {
  margin-right: 0;
}

.article__body-content td.custom-checkbox,
.article__body-headcontent td.custom-checkbox {
  padding-top: 10px;
}

.article__body-content .custom-checkbox input[type="checkbox"]:not(:checked),
.article__body-content .custom-checkbox input[type="checkbox"]:checked,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:not(:checked),
.article__body-headcontent .custom-checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.article__body-content .custom-checkbox input[type="checkbox"]:not(:checked) + label,
.article__body-content .custom-checkbox input[type="checkbox"]:checked + label,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:not(:checked) + label,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.6em;

  /* font-size: 1.675rem; */
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .article__body-content .custom-checkbox input[type="checkbox"]:not(:checked) + label,
  .article__body-content .custom-checkbox input[type="checkbox"]:checked + label,
  .article__body-headcontent .custom-checkbox input[type="checkbox"]:not(:checked) + label,
  .article__body-headcontent .custom-checkbox input[type="checkbox"]:checked + label {
    padding-left: 2em;
  }
}

.article__body-content .custom-checkbox input[type="checkbox"]:not(:checked) + label::before,
.article__body-content .custom-checkbox input[type="checkbox"]:checked + label::before,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:not(:checked) + label::before,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:checked + label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #262626;
  background-color: #fff;
  border-radius: 3px;
  content: "";
}

.article__body-content .custom-checkbox input[type="checkbox"]:not(:checked) + label::after,
.article__body-content .custom-checkbox input[type="checkbox"]:checked + label::after,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:not(:checked) + label::after,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: -3px;
  left: 2px;
  width: 16px;
  height: 16px;
  color: #fff;
  content: "\2713";
  font-size: 1.85rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.article__body-content .custom-checkbox input[type="checkbox"]:not(:checked) + label::after,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.article__body-content .custom-checkbox input[type="checkbox"]:checked + label::after,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.article__body-content .custom-checkbox input[type="checkbox"]:checked + label::before,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:checked + label::before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #404040;
}

.article__body-content .custom-checkbox input[type="checkbox"]:checked:focus + label::before,
.article__body-content .custom-checkbox input[type="checkbox"]:not(:checked):focus + label::before,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:checked:focus + label::before,
.article__body-headcontent .custom-checkbox input[type="checkbox"]:not(:checked):focus + label::before {
  outline: rgba(0, 103, 244, 0.247) auto 5px;
}

.article__body-content .custom-checkbox input[type="radio"]:checked,
.article__body-content .custom-checkbox input[type="radio"]:not(:checked),
.article__body-headcontent .custom-checkbox input[type="radio"]:checked,
.article__body-headcontent .custom-checkbox input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.article__body-content .custom-checkbox input[type="radio"]:checked + label,
.article__body-content .custom-checkbox input[type="radio"]:not(:checked) + label,
.article__body-headcontent .custom-checkbox input[type="radio"]:checked + label,
.article__body-headcontent .custom-checkbox input[type="radio"]:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
}

.article__body-content .custom-checkbox input[type="radio"]:checked + label::before,
.article__body-content .custom-checkbox input[type="radio"]:not(:checked) + label::before,
.article__body-headcontent .custom-checkbox input[type="radio"]:checked + label::before,
.article__body-headcontent .custom-checkbox input[type="radio"]:not(:checked) + label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #262626;
  background: #fff;
  border-radius: 100%;
  content: "";
}

.article__body-content .custom-checkbox input[type="radio"]:checked + label::after,
.article__body-content .custom-checkbox input[type="radio"]:not(:checked) + label::after,
.article__body-headcontent .custom-checkbox input[type="radio"]:checked + label::after,
.article__body-headcontent .custom-checkbox input[type="radio"]:not(:checked) + label::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #262626;
  border-radius: 100%;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.article__body-content .custom-checkbox input[type="radio"]:not(:checked) + label::after,
.article__body-headcontent .custom-checkbox input[type="radio"]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.article__body-content .custom-checkbox input[type="radio"]:checked + label::after,
.article__body-headcontent .custom-checkbox input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.article__body-content.custom ul,
.article__body-headcontent.custom ul {
  padding-left: 30px;
  list-style: disc;
}

.card__tag {
  display: block;
}

.article__main {
  max-width: 100%;
}

.article__body {
  flex: 1;
  -webkit-box-flex: 1;
}

.article__body-nav {
  /* clearfix */
  margin-bottom: 0.8rem;
}

.article__body-nav::after {
  display: table;
  clear: both;
  content: "";
}

.article__body-nav .article__title-left {
  float: left;
}

.article__body-nav .article__seemore-right {
  float: right;
  font-size: 1.3rem;
  font-weight: 700;
}

.spread-alt .spread__heading {
  text-align: left;
}

.spread-alt {
  background: none;
}

.spread-alt .spread__title {
  margin: 0;
}

.map-responsive {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
}

.map-responsive &gt; div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  margin-bottom: 3.2rem;
}

.alert p {
  margin-bottom: 0;
}

.footer-newsletter {
  display: -webkit-box;
  display: flex;
  min-height: 24vw;
  max-height: 356px;
  align-items: center;
  background-color: #c5705a;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  text-align: center;
}

@media only screen and (min-width: 672px) {
  .footer-newsletter {
    background-image: url("../jpg/1549311734_newsletter-bg.jpg");
    background-size: contain;
  }
}

.footer-newsletter__content {
  width: 95%;
  max-width: 300px;
  padding: 24px 0;
  margin: 0 auto;
  color: white;
}

@media only screen and (min-width: 672px) {
  .footer-newsletter__content {
    max-width: 350px;
    margin-left: 42%;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-newsletter__content {
    max-width: 670px;
    margin-left: 37%;
  }
}

.footer-newsletter__title {
  margin: 0;
  margin-bottom: 10px;
  font-family: Lora;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .list-inline-item:not(:last-child) {
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 672px) {
  .footer-newsletter__title {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .footer-newsletter__title {
    margin-bottom: 14px;
    font-size: 40px;
  }
}

.footer-newsletter__description {
  margin-top: 0;
  margin-bottom: 12;
  font-family: "open sans";
  font-size: 12px;
}

@media (min-width: 672px) {
  .footer-newsletter__description {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .footer-newsletter__description {
    font-size: 24px;
  }
}

.footer-newsletter__button {
  display: inline-block;
  padding: 10px 24px;
  background: white;
  border-radius: 4px;
  color: black;
  font-family: "Open sans";
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 672px) {
  .footer-newsletter__button {
    font-size: 14px;
  }
}

@media (min-width: 672px) {
  .footer-newsletter__button {
    font-size: 16px;
  }
}

a.action-strip__button:hover {
  color: #fff;
}

.applications {
  display: -webkit-box;
  display: flex;
  max-width: 1018px;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding: 4rem;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  font-family: "open sans";
}

.applications__item {
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 1rem;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
}

.applications__item figure {
  max-width: 7.9rem;
  padding: 0;
  margin: 0 1rem 0 0;
}

.applications__item-text h2 {
  padding: 0;
  margin: 0 0 0.8rem;
  font-size: 2rem;
  font-weight: 700;
}

.applications__item-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.applications__item-text ul li {
  display: inline;
  padding: 0;
  margin: 0 1rem 0 0;
}

.applications .icon {
  display: inline-block;
}

.applications a {
  text-decoration: none;
}

.vintage-chart-color {
  max-width: 100%;
  padding: 1.2em;
  border: 1px solid #8f8f8f;
  margin: 0.2em 0 1.2em;
  font-size: 85%;
  font-size: 0.88em;
  text-align: center;
}

.nyr-color {
  background-color: #faf0e9;
  color: #000;
}

.drink-color {
  background-color: #6d92a0;
  color: #fefefe;
}

.hold-color {
  background: #a24444;
  color: #fefefe;
}

.drk-or-hld-color {
  background-color: #f1e77e;
  color: #000;
}

.past-peak-color {
  background-color: #8357a0;
  color: #fefefe;
}

.past-peak-color a,
.drink-color a,
.hold-color a {
  color: #fff;
}

.input-group.fornewwsoforms &gt; .form-control:not(:first-child) {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.input-group.fornewwsoforms &gt; .form-control-lg:not(:first-child) {
  border-bottom-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}

.input-group.fornewwsoforms &gt; .input-group-append &gt; .btn {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.input-group.fornewwsoforms &gt; .input-group-append &gt; .btn-lg {
  border-bottom-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.input-group.fornewwsoforms .btn-outline-secondary {
  border-left: none;
  border-color: #ced4da;
}

.input-group &gt; .form-control-lg:not(:first-child) {
  border-bottom-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}

.input-group &gt; .input-group-append &gt; .btn-lg {
  border-bottom-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.input-group.fornewwsoforms-lg .form-control {
  height: calc(5.15rem + 2px);
}

.input-group.fornewwsoforms-lg &gt; .form-control:not(:first-child) {
  border-bottom-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}

.input-group.fornewwsoforms-lg &gt; .input-group-append &gt; .btn {
  border-bottom-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.input-group.fornewwsoforms-lg .btn-primary {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.input-group-append .btn {
  z-index: 0;
}

.badge {
  padding: 1.2rem 2.6rem 1.2rem 1.6rem;
  border-radius: 0.4rem;
  font-weight: 400;
}

.badge .glyphicon {
  top: 0;
  right: -1.5rem;
  -webkit-font-smoothing: none;
  font-smoothing: none;
}

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

.results.table tr:nth-child(even) th,
.results.table tr:nth-child(even) td {
  border-top: none;
}

.results.table td h6 small {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
}

.site-footer__layout h3 {
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767.98px) {
  .forwsosearresultonly .article__byline {
    order: 1;
    margin-bottom: 3.2rem;
    -webkit-box-ordinal-group: 2;
  }
}

@media (max-width: 1023.98px) {
  .forwsoonly .flex-grid__item--flex-1 {
    flex: 2 1 0;
    -webkit-box-flex: 2;
  }

  .forwsoonly .content-block.rectangle .content-block__grid {
    display: block;
  }
}

.text-primary {
  color: #8d0004 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #410002 !important;
}

.border-primary {
  border-color: #8d0004 !important;
}

.text-secondary {
  color: #666 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #404040 !important;
}

.text-success {
  color: #afca91 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #89b15d !important;
}

.bg-success {
  background-color: #afca91 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #96b96f !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.text-danger {
  color: #e3342f !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ae1c17 !important;
}

.bg-danger {
  background-color: #e3342f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c51f1a !important;
}

.text-blue {
  color: #3490dc !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #1d68a7 !important;
}

.text-green {
  color: #afca91 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #89b15d !important;
}

.bg-green {
  background-color: #afca91 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #96b96f !important;
}

.text-black {
  color: #262626 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: black !important;
}

.text-orange-dark {
  color: #b35c00 !important;
}

a.text-orange-dark:hover,
a.text-orange-dark:focus {
  color: #673500 !important;
}

.text-green-dark {
  color: #366204 !important;
}

a.text-green-dark:hover,
a.text-green-dark:focus {
  color: #0e1901 !important;
}

.text-red-lighter {
  color: #f4b5b5 !important;
}

a.text-red-lighter:hover,
a.text-red-lighter:focus {
  color: #ea7272 !important;
}

.bg-red-lighter {
  background-color: #f4b5b5 !important;
}

a.bg-red-lighter:hover,
a.bg-red-lighter:focus,
button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
  background-color: #ed8989 !important;
}

.border-red-dark {
  border-color: #8d0004 !important;
}

.text-red-darker {
  color: #720003 !important;
}

a.text-red-darker:hover,
a.text-red-darker:focus {
  color: #260001 !important;
}

.text-gray-darkest {
  color: #212529 !important;
}

a.text-gray-darkest:hover,
a.text-gray-darkest:focus {
  color: black !important;
}

.text-gray {
  color: #666 !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #404040 !important;
}

.bg-gray {
  background-color: #666 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #4d4d4d !important;
}

.bg-gray-light {
  background-color: #ced4da !important;
}

a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-lightest {
  background-color: #ebebeb !important;
}

a.bg-gray-lightest:hover,
a.bg-gray-lightest:focus,
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
  background-color: #d2d2d2 !important;
}

.bg-adslotbg {
  background-color: #eee !important;
}

a.bg-adslotbg:hover,
a.bg-adslotbg:focus,
button.bg-adslotbg:hover,
button.bg-adslotbg:focus {
  background-color: #d5d5d5 !important;
}

@media (min-width: 768px) {
  .text-md-dark {
    color: #343a40 !important;
  }

  a.text-md-dark:hover,
  a.text-md-dark:focus {
    color: #121416 !important;
  }
}

#labelsModal .modal-dialog {
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.site-footer__layout {
  box-sizing: content-box;
}

.site-footer .sister-publications img {
  display: block;
}

.site-footer__copyright p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) and (max-height: 720px) {
  #labelsModal .img-fluid {
    max-width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-height: 854px) {
  #labelsModal .img-fluid {
    max-width: 80%;
  }
}

@media only screen and (min-width: 960px) and (height: 540px) {
  #labelsModal .img-fluid {
    max-width: 60%;
  }
}

.winedetailbox__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;

  /* FOR IE 9 and older */

  /* For IE 11 and older */
}

.winedetailbox__wrapper-image,
.winedetailbox__wrapper-content,
.winedetailbox__wrapper-content-full {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
}

.winedetailbox__wrapper-image {
  padding-right: 0;
  padding-left: 0;
}

.winedetailbox__wrapper h2 {
  margin-top: 8px;
}

.winedetailbox__wrapper img,
.winedetailbox__wrapper .toopenmodal {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.winedetailbox__wrapper .toopenmodal {
  display: none;
  margin-top: 16px;
  font-size: 13px;
  line-height: 0.7em;
}

.winedetailbox__wrapper .detailbox__frame {
  display: -webkit-box;
  display: flex;
  min-height: 264px;
  max-height: 353px;
  justify-content: center;
  padding: 24px;
  margin-right: auto;
  margin-left: auto;

  /* align-items: center; */
  background-color: #f0f0f0;
  -webkit-box-pack: center;
}

.winedetailbox__wrapper .detailbox__frame-score {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  background-color: #8d0004;
  color: #fff;
  text-align: center;
}

.winedetailbox__wrapper .detailbox__frame-score span {
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
  line-height: 56px;
}

.winedetailbox__wrapper .detailbox__frame-score.on-no-label {
  position: relative;
  margin-top: 28px;
  margin-right: 16px;
}

.winedetailbox__wrapper .detailbox__frame img {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.winedetailbox__wrapper .detailbox__frame img {
  display: block;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.winedetailbox__wrapper .lt-ie9 .detailbox__frame {
  height: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .winedetailbox__wrapper .detailbox__frame {
    height: auto;
  }
}

.winedetailbox__wrapper .detail__item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.winedetailbox__wrapper .detail__item-header {
  color: #666;
}

@media (max-width: 767.98px) {
  .winedetailbox__wrapper h2 {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .winedetailbox__wrapper .details__wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
  }

  .winedetailbox__wrapper .detail__item {
    position: relative;
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
  }
}

@media (min-width: 672px) {
  .winedetailbox__wrapper .toopenmodal {
    display: block;
  }

  .winedetailbox__wrapper-image {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    padding-right: 16px;
    -webkit-box-flex: 0;
  }

  .winedetailbox__wrapper-content {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-box-flex: 0;
  }

  .winedetailbox__wrapper-content-full {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
  }

  .winedetailbox__wrapper .detailbox__frame {
    padding-right: 30px;
    padding-left: 30px;
  }

  .winedetailbox__wrapper .detailbox__frame-score.on-no-label {
    margin-top: 0;
  }

  .winedetailbox__wrapper .detailbox__frame img {
    max-width: 100%;
  }

  .winedetailbox__wrapper .detail__item {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-flex: 0;
  }

  .winedetailbox__wrapper .detail__item-header {
    float: left;
  }

  .winedetailbox__wrapper .detail__item-content {
    float: right;
    text-align: right;
  }

  .winedetailbox__wrapper .detail__item:last-child {
    margin-bottom: 64px;
  }
}

#sfWebDebug {
  display: none;
}

/**
 * by el
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-preflight.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

.container {
  width: 100%;
}

@media (min-width: 672px) {
  .container {
    max-width: 672px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-utilities.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

.list-reset {
  padding: 0 !important;
  list-style: none !important;
}

.bg-grey-light {
  background-color: #d3d3d3 !important;
}

.bg-red-light {
  background-color: #c46f5a !important;
}

.bg-red-lighter {
  background-color: #f9b2b4 !important;
}

.bg-green {
  background-color: #afca91 !important;
}

.bg-green-light {
  background-color: #51d88a !important;
}

.hover\:bg-grey-light:hover {
  background-color: #d3d3d3 !important;
}

.focus\:bg-grey-lighter:focus {
  background-color: #ced4da !important;
}

.border-grey {
  border-color: #666 !important;
}

.border-grey-light {
  border-color: #d3d3d3 !important;
}

.border-red-dark {
  border-color: #8d0004 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.float-right {
  float: right !important;
}

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

.float-none {
  float: none !important;
}

.clearfix::after {
  display: table !important;
  clear: both !important;
  content: "" !important;
}

.font-sans {
  font-family: Open Sans, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
}

.font-serif {
  font-family: Lora, Georgia, Times New Roman, Times, serif !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.pin {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.resize {
  resize: both !important;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.text-1xs {
  font-size: 1.2rem !important;
}

.text-sm {
  font-size: 1.4rem !important;
}

.text-base {
  font-size: 1.6rem !important;
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-xl {
  font-size: 2rem !important;
}

.text-2xl {
  font-size: 2.4rem !important;
}

.text-3xl {
  font-size: 3rem !important;
}

.text-4xl {
  font-size: 3.2rem !important;
}

.text-5xl {
  font-size: 4rem !important;
}

.uppercase {
  text-transform: uppercase !important;
}

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

.underline {
  text-decoration: underline !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-2\/3 {
  width: 66.66667% !important;
}

.w-full {
  width: 100% !important;
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

.site-footer {
  padding-top: 4.8rem;
  padding-bottom: 4.4rem;
}

.site-footer__layout {
  display: -webkit-box;
  display: flex;
  max-width: 1155px;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
}

.site-footer h3 {
  margin: 0 0 1.6rem;
  font-size: 2rem;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 4.8rem;
  list-style: none;
}

.site-footer li {
  margin-bottom: 0.8rem;
}

.site-footer li:last-of-type {
  margin-bottom: 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  text-decoration: none;
}

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

.site-footer .social-links li {
  display: inline-block;
}

.site-footer .social-links li + li {
  margin-left: 6px;
}

.site-footer .sister-publications img {
  max-width: 200px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .md\:min-w-300 {
    min-width: 300px !important;
  }

  .md\:text-sm {
    font-size: 1.4rem !important;
  }

  .md\:text-base {
    font-size: 1.6rem !important;
  }

  .md\:text-lg {
    font-size: 1.8rem !important;
  }

  .md\:text-4xl {
    font-size: 3.2rem !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-2\/3 {
    width: 66.66667% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }
}

@media (min-width: 1024px) {
  .lg\:text-lg {
    font-size: 1.8rem !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-2\/3 {
    width: 66.66667% !important;
  }
}

.ui-mobile-logged-out-search-icon {
  display: none !important;
}

.ui-mobile-logged-out-subscribe-button {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .site-header__layout.logged-out-user-menu {
    width: 98%;
  }

  .logged-out-user-menu .site-header__hamburger {
    display: flex;
    flex: 0;
  }

  .logged-out-user-menu .menu-icon__link {
    padding: 0 6px;
    padding-right: 12px;
  }

  .logged-out-user-menu .ui-mobile-logged-out-search-icon {
    display: block !important;
    padding: 0 6px;
  }

  .logged-out-user-menu .ui-mobile-logged-in-search-icon {
    display: none;
  }

  .logged-out-user-menu .ui-mobile-logged-out-subscribe-button {
    display: block !important;
    padding: 8px 14px;
    margin-right: 6px;
    color: #262626;
    font-size: 12px;
  }

  .logged-out-user-menu .site-header__controls {
    display: none;
  }

  .logged-out-user-menu .site-header__logo {
    height: auto;
    max-height: 35px;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
.gift-center-mobile,
.gift-center-desktop {
  display: none !important;
}
.gift-center-mobile img,
.gift-center-desktop img {
  max-width: 24px;
}

.logged-in-user.gift-center-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: white;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}
.logged-in-user.gift-center-mobile img {
  max-width: 24px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) {
  .logged-in-user.gift-center-mobile {
    display: none !important;
  }
}
.logged-in-user.gift-center-desktop {
  display: none;
  padding: 12px 16px;
  margin-right: 24px;
  background: white;
  border-radius: 6px;
  color: #262626;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.logged-in-user.gift-center-desktop img {
  max-width: 24px;
}
.logged-in-user.gift-center-desktop &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 767px) {
  .logged-in-user.gift-center-desktop {
    display: inline-block !important;
    padding: 12px 16px;
    margin-right: 24px;
    background: white;
    border-radius: 6px;
    color: #262626;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
  .logged-in-user.gift-center-desktop img {
    max-width: 24px;
    margin-right: 8px;
  }
  .logged-in-user.gift-center-desktop &gt; div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/**
 * To Update paywall design
 */
.paywall-box {
        background: url('../png/paywall-2%403x%402x-2.png');
        background-position: 50% 0;
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 553px;
        margin-left: auto;
        margin-right: auto;
    }
    .paywall-box .mt-46{
        margin-top: 46px !important;
    }
    .paywall-box .text-3xl {
        line-height: 34px !important;
    }
    .paywall-box .rounded-lg {
        order-radius: 0.8rem !important;
    }
    .paywall-box .btn-lg {
        font-size: 16px;
    }
    .paywall-box .btn-primary {
        background-color: #174C94;
        border-color: #174C94;
        width: 100%;
    }
    .paywall-box .btn-primary:hover {
        background-color: #1c3d5a;
        border-color: #1c3d5a;
    }
    .paywall-box a.sign-in-link {
        color: #262626;
        font-weight: 700;
    }
    @media (min-width: 671px) {
        .paywall-box {
            background: url('../png/paywall%403x-2.png');
            background-position: 50% 0;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .paywall-box .mt-md-30{
            margin-top: 30px !important;
        }
        .paywall-box .btn.btn-primary {
            width: 293px;
        }
    }
    @media (min-width: 1024px) {
        .paywall-box {
            background: url('../png/paywall%403x%402x-2.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 0;
        }
        .paywall-box .mt-md-30{
            margin-top: 30px !important;
        }
    }

a:focus {
    outline: none;
}


/* For Drilldow, so might want to remove later if
 * Drilldown is no longer available
 */

.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .slinky-menu &gt; ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .slinky-menu ul {
    padding-left: 0; }
  .slinky-menu ul,
  .slinky-menu li {
    list-style: none;
    margin: 0; }
  .slinky-menu ul {
    width: 100%; }
  .slinky-menu a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    text-decoration: none; }
    .slinky-menu a span {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      line-height: 1.4; }
  .slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0; }
  .slinky-menu .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slinky-menu .header .title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      line-height: 1.4;
      margin: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      display: block;
      text-align: center;
      margin-left: -30px; }

.slinky-theme-default {
  background: #fff; }
  .slinky-theme-default .title {
    color: #333;
    padding: 1em;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    padding: 21px 24px !important; }
  .slinky-theme-default li {
    line-height: 1; }
  .slinky-theme-default a:not(.back) {
    color: #333;
    padding: 1.315em 1.5em; }
    .slinky-theme-default a:not(.back):hover {
      background: rgba(246, 247, 248, 0.25); }
    .slinky-theme-default a:not(.back):active {
      background: rgba(246, 247, 248, 0.5); }
  .slinky-theme-default .next::after,
  .slinky-theme-default .back::before {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='9px' height='14px' viewBox='0 0 9 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 63.1 (92452) - https://sketch.com --%3E%3Ctitle%3EPath Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Mobile/Navigation/Hamburger' transform='translate(-382.000000, -22.000000)' fill='%23262626' fill-rule='nonzero'%3E%3Cg id='Group-6'%3E%3Cpath d='M390.436801,29.5440677 L384.081145,35.7746289 C383.774619,36.0751237 383.277662,36.0751237 382.971169,35.7746289 L382.229887,35.0479337 C381.923884,34.7479519 381.923295,34.2617679 382.228579,33.9610808 L387.265546,28.999984 L382.228579,24.0389192 C381.923295,23.7382321 381.923884,23.2520481 382.229887,22.9520663 L382.971169,22.2253711 C383.277695,21.9248763 383.774652,21.9248763 384.081145,22.2253711 L390.436768,28.4559323 C390.743294,28.756395 390.743294,29.2435729 390.436801,29.5440677 Z' id='Path-Copy'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
    background-size: 1em;
    content: '';
    height: 1.6em;
    opacity: 1;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 1em;
    font-size: 1rem; }
  .slinky-theme-default .back {
    margin-left: 15px; }
  .slinky-theme-default .next::after {
    margin-left: 1em; }
  .slinky-theme-default .back::before {
    padding: 1em;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .slinky-theme-default .next:hover::after,
  .slinky-theme-default .back:hover::before {
    opacity: 0.75; }
  .slinky-theme-default .next:active::after,
  .slinky-theme-default .back:active::before {
    opacity: 1; }
  .slinky-theme-default .next span,
  .slinky-theme-default .back span {
    font-size: 1.6rem; }


.slinky-theme-default .left a:hover,
.slinky-theme-default .right a:hover {
    background: none !important;
}
</pre></body></html>