/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*
@screen-xs:                  360px;
@screen-xs-min:              @screen-xs;
@screen-xs-max:              (@screen-xs-min - 1);
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Avenir Next W01', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: 'Schmutz W01', "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #000;
}
.btn-default .badge {
  color: transparent;
  background-color: #000;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #333333;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0d0d0d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #333333;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ddd;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ddd;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ddd;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ddd;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ddd;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #ddd;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ddd;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0d0d0d;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333333;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #333333;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Avenir Next W01', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Avenir Next W01', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.filter-wrapper:before,
.filter-wrapper:after,
.region-content #block-views-jobs-list:before,
.region-content #block-views-jobs-list:after,
.page-node-type-fluid .paragraph:before,
.page-node-type-fluid .paragraph:after,
.field--name-field-content-fixed:before,
.field--name-field-content-fixed:after,
.field--name-field-content-article:before,
.field--name-field-content-article:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.filter-wrapper:after,
.region-content #block-views-jobs-list:after,
.page-node-type-fluid .paragraph:after,
.field--name-field-content-fixed:after,
.field--name-field-content-article:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #2b542c;
}
.alert-info a {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger a {
  color: #843534;
}
/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: #ffffff;
}
html.js .ajax-new-content:empty {
  display: none !important;
}
/**
 * @file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}
.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
}
.field--label-inline .field--label::after {
  content: ':';
}
/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed,
.file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle;
}
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit;
}
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}
.image-widget.row {
  overflow: hidden;
}
/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 10px;
}
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}
/**
 * Form styles.
 */
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.select-wrapper select {
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper:after {
  color: #337ab7;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}
/**
 * Icon styles.
 */
a.icon-before .glyphicon {
  margin-right: .25em;
}
a.icon-after .glyphicon {
  margin-left: .25em;
}
.btn.icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: .25em;
}
.btn.icon-after .glyphicon {
  margin-left: .25em;
  margin-right: -0.25em;
}
/**
 * Navbar styling.
 */
body {
  margin-top: 15px;
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}
/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title:focus,
.panel-title:hover {
  text-decoration: none;
}
/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}
/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}
.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}
.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover,
.tabledrag-handle:focus {
  color: #337ab7;
}
/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}
.tabs--secondary {
  margin: 10px 0 5px;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}
/**
 * jQuery UI autocomplete widget style overrides.
 *
 * @todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: 'Avenir Next W01', Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.42857143;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #337ab7;
  color: #fff;
}
ol,
ul {
  padding-left: 1.5em;
}
.popover ol:last-child,
.popover ul:last-child {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}
/**
 * @file
 * This file contains all Ultimenu layout and very basic styling.
 *
 * Classes:
 * .ultimenu: the menu UL tag.
 * .ultimenu > li: the menu LI tag.
 * .ultimenu__flyout: the ultimenu region container aka flyout.
 * .ultimenu__link: the menu-link A tag.
 */
.ultimenu__flyout .menu,
.ultimenu__flyout #block-views-blog-promoted-megamenu,
.ultimenu__flyout #block-megamenu-connection {
  display: inline-block;
  vertical-align: top;
}
.ultimenu__flyout ul.menu.social {
  width: 100%;
  margin-bottom: 10px;
}
.ultimenu__flyout .primary {
  width: 51.5%;
}
.ultimenu__flyout .secondary {
  width: 46.5%;
}
.ultimenu__flyout #block-megamenu-connection {
  width: 55%;
}
/* Fix for e-newsletter */
.ultimenu__flyout #block-megamenu-connection .secondary a {
  padding-left: 2px;
}
.ultimenu__flyout #block-views-blog-promoted-megamenu {
  width: 43%;
}
.ultimenu__flyout .primary .primary,
.ultimenu__flyout .secondary .secondary,
.ultimenu__flyout .secondary .primary {
  width: 100%;
}
.ultimenu__item ul.secondary,
.ultimenu__flyout #block-views-blog-promoted-megamenu {
  border-left: 1px dashed #BAB8BB;
  padding-left: 10px;
  margin-top: 5px;
  padding-top: 0px;
}
.ultimenu__flyout #block-views-blog-promoted-megamenu {
  margin-top: 0px;
}
.ultimenu__flyout #block-megamenu-connection ul.secondary {
  border: none;
  padding-left: inherit;
  margin-left: 2px;
}
.ultimenu__flyout li {
  list-style: none;
}
.ultimenu__flyout a {
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  .ultimenu__flyout a {
    color: #000;
  }
}
.ultimenu__flyout a:hover,
.ultimenu__flyout a:active {
  border-radius: 3px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .ultimenu__flyout a:hover,
  .ultimenu__flyout a:active {
    color: #D0021B;
  }
}
.ultimenu__flyout .primary a,
.ultimenu__flyout .view-header a {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 8px;
  line-height: 1.2;
}
.ultimenu__flyout ul.secondary a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 5px;
  margin-left: 2px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .ultimenu__flyout ul.secondary a {
    font-size: 13px;
  }
}
.ultimenu__flyout ul.secondary a:after,
.ultimenu__flyout .tertiary a:after,
.ultimenu__flyout .view-content a:after {
  color: #9B9B9B;
  content: " »";
}
.ultimenu__flyout .tertiary a,
.ultimenu__flyout .view-content a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 4px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .ultimenu__flyout .tertiary a,
  .ultimenu__flyout .view-content a {
    font-size: 13px;
  }
}
.ultimenu__flyout .img-company {
  float: left;
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
.ultimenu__flyout .img-company img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.ultimenu__flyout .view-content {
  margin-left: 5px;
}
.ultimenu__flyout .tertiary {
  margin-left: 5px;
  margin-top: -5px;
}
.ultimenu__flyout .tertiary a {
  padding: 0px 3px 4px 3px;
  margin-top: -5px;
}
.ultimenu__flyout .tertiary,
.ultimenu__flyout .view-content {
  display: none;
}
@media (min-width: 768px) {
  .ultimenu__flyout .tertiary,
  .ultimenu__flyout .view-content {
    display: inline-block;
  }
}
.ultimenu__flyout .tertiary {
  margin-bottom: 8px !important;
}
.ultimenu__flyout .tertiary li {
  display: inline-block;
}
.ultimenu__flyout .description {
  display: none;
}
@media (min-width: 768px) {
  .ultimenu__flyout .description {
    display: block;
    font-size: 11px;
    font-weight: normal;
  }
}
.ultimenu__flyout a:hover .description {
  color: #000;
}
.ultimenu__flyout a.ground,
.ultimenu__flyout a.bean,
.ultimenu__flyout a.campaign {
  padding-left: 41px;
  background-size: auto 20px;
  background-position: 4px 8px;
  background-repeat: no-repeat;
}
/*  Cold Brew Menu Styling (Seperate because the individual icon size had to be adjusted) */
.ultimenu__flyout a.coldbrew {
  padding-left: 41px;
  background-size: auto 26px;
  background-position: 6px 8px;
  background-repeat: no-repeat;
  display: none;
}
.ultimenu__flyout a.ground {
  background-image: url(../images/icon_ground_light.svg);
}
@media (min-width: 768px) {
  .ultimenu__flyout a.ground {
    background-image: url(../images/icon_ground_dark.svg);
  }
}
.ultimenu__flyout a.bean {
  background-image: url(../images/icon_bean_light.svg);
}
@media (min-width: 768px) {
  .ultimenu__flyout a.bean {
    background-image: url(../images/icon_bean_dark.svg);
  }
}
.ultimenu__flyout a.coldbrew {
  background-image: url(../images/icon_coldbrew_light.svg);
  /* 768px+ */
}
@media (min-width: 768px) {
  .ultimenu__flyout a.coldbrew {
    background-image: url(../images/icon_coldbrew_dark.svg);
  }
}
.ultimenu__flyout ul.social a {
  font-size: 0px;
  padding: 0px;
  height: 28px;
  width: 28px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .ultimenu__flyout ul.social a.facebook {
    background-image: url(../images/icon_facebook_dark.svg);
  }
  .ultimenu__flyout ul.social a.twitter {
    background-image: url(../images/icon_twitter_dark.svg);
  }
  .ultimenu__flyout ul.social a.instagram {
    background-image: url(../images/icon_instagram_dark.svg);
  }
  .ultimenu__flyout ul.social a.email {
    background-image: url(../images/icon_email_dark.svg);
  }
}
/************************************************************/
/**
 * Menu list style.
 */
.ultimenu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  /* Make flyout relative to UL for wide flyout */
}
.block .ultimenu {
  padding: 0;
}
.ultimenu .ultimenu__link {
  line-height: 1.6;
}
/* Add "position: relative;" to make flyout relative to LI for smaller flyout */
.ultimenu > li {
  display: inline-block;
  margin: 0;
}
/**
 * Ultimenu flyout.
 */
.ultimenu__flyout {
  left: 0;
  line-height: 1.4;
  width: 100%;
  z-index: 102;
  padding: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  .ultimenu__flyout {
    background: #F9F7F7;
    border: 1px dashed #fff;
    width: 375px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .ultimenu__flyout {
    width: 425px;
  }
}
@media (min-width: 1200px) {
  .ultimenu__flyout {
    width: 475px;
  }
}
/*
html:lang(fr) .ultimenu__item:last-of-type .ultimenu__flyout {

	@media (min-width: @screen-sm-min) {
		width: 175px;
	} 	


	@media (min-width: @screen-md-min) {
		width: 225px;
	}	

	@media (min-width: @screen-lg-min) {
		width: 275px;
	}	

}
*/
html:lang(fr) .ultimenu__flyout #block-megamenu-connection {
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
.ultimenu__flyout .block {
  max-width: 100%;
}
.ultimenu__flyout ul {
  padding-left: 0px;
}
.ultimenu--horizontal {
  padding: 0;
  /* Overrides bartik .block ul padding */
  z-index: 9;
}
.button.button--ultimenu {
  display: none;
}
.button--ultimenu .bars {
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: -5px;
  width: 20px;
  box-shadow: 0 12px 0 2px white, 0 20px 0 2px white, 0 28px 0 2px white;
}
/****** Smaller screen only ******/
@media all and (max-width: 767px) {
  .ultimenu {
    overflow: hidden;
  }
  .ultimenu__flyout {
    display: none;
  }
  .ultimenu > li,
  .ultimenu .ultimenu__link {
    min-width: 100%;
    width: 100%;
  }
  .ultimenu--main {
    margin-top: -12px;
    display: inherit;
    /* We use jQuery to toggle this on smaller device */
  }
  /* Mobile needs a handler for click event. */
  .ultimenu--main .ultimenu__link {
    color: #fff;
  }
  .has-ultimenu .caret {
    height: 10px;
    width: 14px;
    border: 0px;
    background-image: url(../images/arrow_down_light.svg);
    background-size: 10px 12px;
    background-repeat: no-repeat;
    vertical-align: 2px;
    padding-left: 4px;
    opacity: 0.5;
  }
  .has-ultimenu .js-ultimenu-active .caret {
    background-image: url(../images/arrow_up_light.svg);
  }
  .has-ultimenu .caret:after {
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 100%;
    height: 32px;
    content: " ";
  }
  /*
  .has-ultimenu .caret:before {
    border: 8px solid transparent;
    border-top: 12px solid #fff;
    content: '';
    display: block;
    height: 0;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    z-index: 2;
  }

  .has-ultimenu  .js-ultimenu-active .caret:before {
    border-bottom: 12px solid #fff;
    border-top: 0;
  }
*/
  /* Button for main menu. */
  .button--ultimenu {
    cursor: pointer;
    display: block;
  }
}
.ultimenu__flyout #block-megamenu-wheretobuy .primary {
  width: 100%;
}
/** Larger screens only ~ 768px */
@media all and (min-width: 768px) {
  .ultimenu .ultimenu__link {
    line-height: 1.4;
  }
  /* Ultimenu flyout: Never display: none, bad for animation. */
  .ultimenu__flyout {
    display: block !important;
    /* Intentional !important to avoid overrides */
    margin: 20px 0 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: visibility 0s ease 0.25s, opacity .25s ease, margin .25s ease;
    visibility: hidden;
    padding-bottom: 30px;
  }
  .ultimenu > li {
    display: inline-block;
  }
  .ultimenu li:hover .ultimenu__flyout {
    transition-delay: 0s;
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .ultimenu__flyout:before {
    position: absolute;
    height: 47px;
    width: 25%;
    top: -46px;
    right: 0px;
    content: " ";
    background-size: 18px 8px;
    background-repeat: no-repeat;
    background-image: url(../images/header_nav_megamenu_caret.png);
    background-position: 30px bottom;
  }
  .ultimenu__flyout #block-views-blog-promoted-megamenu,
  .ultimenu__flyout #block-megamenu-connection {
    width: 49.25%;
  }
  .ultimenu__flyout .primary {
    width: 60%;
  }
  .ultimenu__flyout .secondary {
    width: 38%;
  }
  li:nth-of-type(1) .ultimenu__flyout:before {
    left: 0%;
  }
  li:nth-of-type(2) .ultimenu__flyout:before {
    left: 25%;
  }
  li:nth-of-type(3) .ultimenu__flyout:before {
    left: 54%;
  }
  li:nth-of-type(4) .ultimenu__flyout:before {
    left: 0%;
    width: 75%;
  }
  li:nth-of-type(4) .ultimenu__flyout {
    left: 73%;
    width: 220px;
  }
  .ultimenu__link .caret {
    display: none;
  }
  .button--ultimenu {
    display: none;
  }
}
@media all and (min-width: 768px) and (min-width: 992px) {
  li:nth-of-type(1) .ultimenu__flyout:before {
    left: 0%;
  }
  li:nth-of-type(2) .ultimenu__flyout:before {
    left: 28%;
    width: 29%;
  }
  li:nth-of-type(3) .ultimenu__flyout:before {
    left: 62%;
    width: 30%;
  }
  li:nth-of-type(4) .ultimenu__flyout:before {
    width: 95%;
  }
}
@media all and (min-width: 768px) and (min-width: 1200px) {
  li:nth-of-type(1) .ultimenu__flyout:before {
    background-position: 15% bottom;
  }
  li:nth-of-type(2) .ultimenu__flyout:before {
    background-position: 27% bottom;
  }
  li:nth-of-type(3) .ultimenu__flyout:before {
    background-position: 39% bottom;
  }
  li:nth-of-type(4) .ultimenu__flyout:before {
    background-position: 16% bottom;
  }
  .ultimenu__flyout .primary {
    width: 63%;
  }
  .ultimenu__flyout .secondary {
    width: 35%;
  }
}
/**
 * Ugly arrows to support special_menu_items module that stripped out A classes.
 * If you don't have special_menu_items, reference it by .ultimenu__link.
 */
.ultimenu .ultimenu__link {
  display: block;
  position: relative;
  /* To hold arrows for small device */
  transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
}
@font-face {
  font-family: 'BrandonPrinted-Two';
  src: url('/assets/webfonts/34AED9_0_0.woff2') format('woff2'), url('/assets/webfonts/34AED9_0_0.woff') format('woff');
}
#block-views-blog-promoted-footer {
  visibility: visible;
}
body,
body.navbar-is-fixed-top {
  padding-top: 100px;
  background-image: url(/themes/khc/images/bg_header.png);
  background-size: 100% 100px;
  background-repeat: no-repeat;
  margin-top: 0px;
}
/* Small 768px+ */
@media (min-width: 768px) {
  body,
  body.navbar-is-fixed-top {
    padding-top: 130px;
    background-size: 100% 130px;
    font-size: 16px;
  }
}
/* Medium 992px+ */
@media (min-width: 992px) {
  body,
  body.navbar-is-fixed-top {
    padding-top: 150px;
    background-size: 100% 150px;
  }
}
/* Large 1200px+ */
@media (min-width: 1200px) {
  body,
  body.navbar-is-fixed-top {
    /*  These are the original values for after CB campaign ends */
    padding-top: 172px;
    background-size: 100% 172px;
  }
}
.splash-title {
  position: absolute;
  left: 0px;
  top: 100px;
  height: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .splash-title {
    height: 350px;
    top: 130px;
  }
}
@media (min-width: 992px) {
  .splash-title {
    height: 420px;
    top: 150px;
  }
}
@media (min-width: 1200px) {
  .splash-title {
    height: 470px;
    top: 172px;
  }
}
.region.region-content > section.panel {
  border: 0;
  margin: auto;
  position: relative;
  border-radius: 0;
}
.region.region-content > section.panel .flex-wrapper .item-wrapper .panel-header {
  font-family: 'Avenir Next W01', Helvetica, Arial, sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .region.region-content > section.panel .flex-wrapper .item-wrapper .panel-header {
    font-size: 34px;
  }
}
.region.region-content > section.panel .flex-wrapper .item-wrapper a.btn {
  background-color: #fff;
}
.region.region-content > section.panel .flex-wrapper .item-wrapper a.btn::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.region.region-content > section.panel .flex-wrapper .item-wrapper a.btn.light {
  background-color: #000;
}
/* Jan 25/ 2019 Panels */
.panel.dream-then-do {
  height: 500px;
  background-image: url('/assets/panels/panel_dream_bg_xs.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .panel.dream-then-do {
    background-image: url('/assets/panels/panel_dream_bg.jpg');
    height: 400px;
  }
}
@media (min-width: 992px) {
  .panel.dream-then-do {
    background-position: center center;
  }
}
@media (min-width: 1200px) {
  .panel.dream-then-do {
    height: 550px;
  }
}
.panel.dream-then-do a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.panel.get-grounded {
  background-image: url('/assets/panels/panel_get_grounded_bg_xs.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .panel.get-grounded {
    background-image: url('/assets/panels/panel_get_grounded_bg.jpg');
  }
}
@media (min-width: 992px) {
  .panel.get-grounded {
    background-image: url('/assets/panels/panel_get_grounded_bg.jpg');
    background-position: center bottom;
    background-size: cover;
  }
}
.panel.get-grounded .container.flex-wrapper {
  text-align: center;
  color: #fff;
  margin: 180px auto 30px;
}
@media (min-width: 768px) {
  .panel.get-grounded .container.flex-wrapper {
    margin: 110px auto 80px;
  }
}
@media (min-width: 992px) {
  .panel.get-grounded .container.flex-wrapper {
    margin: 75px auto;
  }
}
@media (min-width: 1200px) {
  .panel.get-grounded .container.flex-wrapper {
    margin: 170px auto;
  }
}
@media (min-width: 768px) {
  .panel.get-grounded .container.flex-wrapper > .item-wrapper {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .panel.get-grounded .container.flex-wrapper > .item-wrapper {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .panel.get-grounded .container.flex-wrapper > .item-wrapper .panel-header {
    margin-bottom: 30px;
  }
}
.panel.get-grounded .container.flex-wrapper > .item-wrapper a.btn {
  margin-top: 15px;
}
.panel.bring-it-beans {
  background-image: url('/assets/panels/panel_bring_it_beans_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .panel.bring-it-beans {
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .panel.bring-it-beans .container.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
}
.panel.bring-it-beans .container.flex-wrapper .item-wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .panel.bring-it-beans .container.flex-wrapper .item-wrapper {
    width: 50%;
  }
}
.panel.bring-it-beans .container.flex-wrapper .item-wrapper .panel-header {
  margin: auto auto 15px;
}
.panel.bring-it-beans .container.flex-wrapper .item-wrapper .typewriter {
  display: none;
}
@media (min-width: 992px) {
  .panel.bring-it-beans .container.flex-wrapper .item-wrapper .typewriter {
    display: block;
  }
}
.panel.bring-it-beans .container.flex-wrapper .item-wrapper a.btn {
  margin: 15px auto 30px;
}
.panel.bring-it-beans .container.flex-wrapper .item-wrapper:first-of-type {
  padding: 30px;
}
@media (min-width: 992px) {
  .panel.bring-it-beans .container.flex-wrapper .item-wrapper:first-of-type {
    padding: 45px;
  }
}
.panel.bring-it-beans .container.flex-wrapper .item-wrapper:first-of-type img {
  border-radius: 100%;
  width: 80%;
}
@media (min-width: 768px) {
  .panel.bring-it-beans .container.flex-wrapper .item-wrapper:first-of-type img {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .panel.bring-it-beans .container.flex-wrapper .item-wrapper:first-of-type img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .panel.bring-it-beans .container.flex-wrapper .item-wrapper:first-of-type img {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .panel.bring-it-beans .container.flex-wrapper .item-wrapper:last-of-type {
    margin-top: 100px;
    padding: 0 30px;
  }
}
.panel.coffee-cool {
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url('/assets/panels/panel_coffee_cool_bg_xs.jpg');
  background-position: center center;
  background-size: cover;
  display: none;
  /* Hide by default, show based on GEO */
}
@media (min-width: 768px) {
  .panel.coffee-cool {
    background-image: url('/assets/panels/panel_coffee_cool_bg.jpg');
    background-position: right bottom;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  .panel.coffee-cool {
    background-image: url('/assets/panels/panel_coffee_cool_bg.jpg');
    background-position: center bottom;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
}
.panel.coffee-cool .container.flex-wrapper {
  text-align: center;
  color: #fff;
  margin: 45px auto;
}
@media (min-width: 992px) {
  .panel.coffee-cool .container.flex-wrapper {
    margin: 75px auto;
  }
}
@media (min-width: 1200px) {
  .panel.coffee-cool .container.flex-wrapper {
    margin: 130px auto;
  }
}
@media (min-width: 992px) {
  .panel.coffee-cool .container.flex-wrapper > .item-wrapper {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .panel.coffee-cool .container.flex-wrapper > .item-wrapper .panel-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .panel.coffee-cool .container.flex-wrapper > .item-wrapper .typewriter {
    margin-bottom: 30px;
  }
}
.panel.coffee-cool .container.flex-wrapper > .item-wrapper .btn {
  margin-top: 160px;
}
@media (min-width: 992px) {
  .panel.coffee-cool .container.flex-wrapper > .item-wrapper .btn {
    margin-top: 45px;
  }
}
/* DTD Landing Header */
.panel.dtd-landing-header {
  margin: auto -15px !important;
  background-image: url('/assets/panels/panel_dtd_landing_header_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .panel.dtd-landing-header {
    background-image: url('/assets/panels/panel_dtd_landing_header_bg.jpg');
    background-position: right center;
  }
}
.panel.dtd-landing-header .container.flex-wrapper {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .panel.dtd-landing-header .container.flex-wrapper {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .panel.dtd-landing-header .container.flex-wrapper {
    padding: 110px 0;
  }
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper {
  color: white;
}
@media (min-width: 992px) {
  .panel.dtd-landing-header .container.flex-wrapper .item-wrapper {
    width: 40%;
  }
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper h2 {
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .panel.dtd-landing-header .container.flex-wrapper .item-wrapper h2 {
    padding: 0;
  }
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul {
    padding: 0;
  }
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li {
  color: #959596;
  font-weight: 900;
  font-size: 18px;
}
@media (min-width: 992px) {
  .panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li {
    font-size: 20px;
  }
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li.wow.fadeIn.animated:nth-of-type(2) {
  animation-delay: 1s;
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li.wow.fadeIn.animated:nth-of-type(3) {
  animation-delay: 2s;
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li.wow.fadeIn.animated:nth-of-type(4) {
  animation-delay: 3s;
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li.wow.fadeIn.animated:nth-of-type(5) {
  animation-delay: 4s;
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li.wow.fadeIn.animated:nth-of-type(6) {
  animation-delay: 5s;
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li.wow.fadeIn.animated:nth-of-type(7) {
  animation-delay: 6s;
}
.panel.dtd-landing-header .container.flex-wrapper .item-wrapper ul li.wow.fadeIn.animated:nth-of-type(8) {
  animation-delay: 7s;
}
html[lang="fr"] .panel.dream-then-do {
  background-image: url('/assets/panels/panel_dream_bg_xs_fr.jpg');
}
@media (min-width: 768px) {
  html[lang="fr"] .panel.dream-then-do {
    background-image: url('/assets/panels/panel_dream_bg_fr.jpg');
  }
}
/* Temporary fix for search */
#search-form {
  display: none;
}
.noembed-meta-info {
  display: none !important;
}
.region-header {
  margin: 0px -15px;
}
a {
  outline: 0px !important;
}
body,
body.navbar-is-fixed-top {
  /*  These are the original values for after CB campaign ends */
  padding-top: 50px;
  background-image: url('../images/bg_header.png');
  background-size: 100% 50px;
  background-repeat: no-repeat;
  margin-top: 0px;
}
@media (min-width: 768px) {
  body,
  body.navbar-is-fixed-top {
    /*  These are the original values for after CB campaign ends */
    padding-top: 80px;
    background-size: 100% 80px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body,
  body.navbar-is-fixed-top {
    /*  These are the original values for after CB campaign ends */
    padding-top: 100px;
    background-size: 100% 100px;
  }
}
@media (min-width: 1200px) {
  body,
  body.navbar-is-fixed-top {
    /*  These are the original values for after CB campaign ends */
    padding-top: 120px;
    background-size: 100% 120px;
  }
}
@media (min-width: 768px) {
  body.user-logged-in.page-node-type-page,
  body.user-logged-in.page-node-type-fluid {
    margin-top: 60px;
    background-size: 100% 160px;
  }
}
@media (min-width: 992px) {
  body.user-logged-in.page-node-type-page,
  body.user-logged-in.page-node-type-fluid {
    margin-top: 80px;
    background-size: 100% 180px;
  }
}
@media (min-width: 1200px) {
  body.user-logged-in.page-node-type-page,
  body.user-logged-in.page-node-type-fluid {
    background-size: 100% 200px;
  }
}
/* Admin toolbar z-index fix */
body.toolbar-fixed .toolbar-oriented {
  z-index: 1031;
}
@media (min-width: 992px) {
  body.toolbar-fixed.page-node-type-blend {
    margin-top: 180px;
  }
}
:target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
/* Containers */
.main-container {
  margin-bottom: 60px;
}
.path-frontpage .main-container {
  overflow-x: hidden;
}
.container.footer {
  margin: 0px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  border-top: 0px;
}
.container.header-container {
  width: 100%;
  margin: 0px;
}
.tabs,
.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 500;
}
.page-node-type-page.user-logged-in .tabs,
.page-node-type-fluid.user-logged-in .tabs,
.page-node-type-story.user-logged-in .tabs {
  position: absolute;
  top: 148px;
  z-index: 500;
  text-shadow: 0px 0px 4px white;
}
.breadcrumb {
  background-color: transparent;
}
.field--name-field-content-fluid .inner,
.field--name-field-content-fluid2 .inner,
.path-frontpage .block-newsletter .block-inner,
#block-blog-header .block-inner,
#block-coffeehistory-footer .block-inner,
.region-navigation-collapsible,
.region-footer,
#block-block-ideas-splash,
.page-node-type-fluid .view-blog.blog-teaserlist,
.path-taxonomy .blog-teaserlist,
#block-fullpress-branding,
.page-node-type-issue .overlay-inner,
#block-views-journal-issue-list,
.page-node-type-story .field--name-field-content-story,
.page-node-type-story .regular-wrapper,
.page-node-type-story .field--name-field-journal-storysplash,
#block-views-journal-pager-links,
#block-front-hero-campaign .overlay .container,
.navbar-header .topbar .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .field--name-field-content-fluid .inner,
  .field--name-field-content-fluid2 .inner,
  .path-frontpage .block-newsletter .block-inner,
  #block-blog-header .block-inner,
  #block-coffeehistory-footer .block-inner,
  .region-navigation-collapsible,
  .region-footer,
  #block-block-ideas-splash,
  .page-node-type-fluid .view-blog.blog-teaserlist,
  .path-taxonomy .blog-teaserlist,
  #block-fullpress-branding,
  .page-node-type-issue .overlay-inner,
  #block-views-journal-issue-list,
  .page-node-type-story .field--name-field-content-story,
  .page-node-type-story .regular-wrapper,
  .page-node-type-story .field--name-field-journal-storysplash,
  #block-views-journal-pager-links,
  #block-front-hero-campaign .overlay .container,
  .navbar-header .topbar .inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .field--name-field-content-fluid .inner,
  .field--name-field-content-fluid2 .inner,
  .path-frontpage .block-newsletter .block-inner,
  #block-blog-header .block-inner,
  #block-coffeehistory-footer .block-inner,
  .region-navigation-collapsible,
  .region-footer,
  #block-block-ideas-splash,
  .page-node-type-fluid .view-blog.blog-teaserlist,
  .path-taxonomy .blog-teaserlist,
  #block-fullpress-branding,
  .page-node-type-issue .overlay-inner,
  #block-views-journal-issue-list,
  .page-node-type-story .field--name-field-content-story,
  .page-node-type-story .regular-wrapper,
  .page-node-type-story .field--name-field-journal-storysplash,
  #block-views-journal-pager-links,
  #block-front-hero-campaign .overlay .container,
  .navbar-header .topbar .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-content-fluid .inner,
  .field--name-field-content-fluid2 .inner,
  .path-frontpage .block-newsletter .block-inner,
  #block-blog-header .block-inner,
  #block-coffeehistory-footer .block-inner,
  .region-navigation-collapsible,
  .region-footer,
  #block-block-ideas-splash,
  .page-node-type-fluid .view-blog.blog-teaserlist,
  .path-taxonomy .blog-teaserlist,
  #block-fullpress-branding,
  .page-node-type-issue .overlay-inner,
  #block-views-journal-issue-list,
  .page-node-type-story .field--name-field-content-story,
  .page-node-type-story .regular-wrapper,
  .page-node-type-story .field--name-field-journal-storysplash,
  #block-views-journal-pager-links,
  #block-front-hero-campaign .overlay .container,
  .navbar-header .topbar .inner {
    width: 1170px;
  }
}
/****** Increased padding for first column of content (mostly medium breakpoints) *******/
@media (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-content-fixed .paragraph .field--type-text-long:first-of-type,
  .page-node-type-page article .field--name-body {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .field--name-field-content-article .paragraph .field--type-text-long:first-of-type,
  .page-node-type-article .regular-title,
  .page-node-type-article .regular-title ~ .col-sm-7 {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .field--name-field-content-article .paragraph .field--type-text-long:first-of-type,
  .page-node-type-article .regular-title,
  .page-node-type-article .regular-title ~ .col-sm-7 {
    padding-right: 50px !important;
  }
}
@media (min-width: 1200px) {
  .field--name-field-content-article .paragraph .field--type-text-long:first-of-type,
  .page-node-type-article .regular-title,
  .page-node-type-article .regular-title ~ .col-sm-7 {
    padding-right: 60px !important;
  }
}
@media (min-width: 1200px) {
  .field--name-field-content-article .paragraph--type--text-pullquote .field--type-text-long:first-of-type {
    padding-right: 60px !important;
  }
}
/*#############################################

       S I T E W I D E   E L E M E N T S

#############################################*/
html:lang(en) .fr-only {
  display: none;
}
html:lang(fr) .en-only {
  display: none;
}
html:lang(fr) .page-node-type-blend .field.wheretobuy .btn.btn-default.en-only {
  display: initial;
}
.alert {
  margin-top: 40px;
}
.caret-right,
ul.link-list a:after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #000000;
  display: inline-block;
  height: 0;
  opacity: 1;
  vertical-align: -1px;
  width: 0;
  margin-left: 10px;
  font-size: 0px;
}
.caret-left {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #000;
  display: inline-block;
  height: 0;
  opacity: 1;
  vertical-align: middle;
  width: 0;
  margin-right: 10px;
}
.light .caret-right,
.light.caret-right {
  border-left: 5px solid #fff;
}
.light .caret-left,
.light.caret-left {
  border-right: 5px solid #fff;
}
h2 small,
.h2 small {
  color: inherit;
}
.btn {
  padding-top: 7px;
  text-decoration: none !important;
}
html:lang(fr) .btn {
  white-space: normal;
}
.btn-default,
.btn-default:active {
  background-image: url('../images/icon_caret_right.png');
  background-position: right center;
  background-size: auto 10px;
  background-repeat: no-repeat;
  padding-right: 26px;
}
.light.btn-default {
  background-image: url('../images/icon_caret_right_light.png');
}
.btn-icon {
  padding-left: 32px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.btn .icon {
  display: inline-block;
  vertical-align: -2px;
  width: 20px;
  height: 14px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn .divider {
  margin-left: 8px;
  margin-right: 10px;
  border-left: 1px dotted #999;
  width: 1px;
  vertical-align: 1px;
}
.btn.dark .divider {
  margin-left: 8px;
  margin-right: 10px;
  border-left: 1px dotted #fff;
  width: 1px;
  vertical-align: middle;
}
/* Buttons -- specific styles */
.btn-pin {
  background-image: url('../images/icon_pin.svg');
}
.btn-pin {
  background-image: url('../images/icon_pin.svg');
}
/* fix for External Link module bug */
a span.element-invisible {
  display: none !important;
}
/*#############################################

                 H E A D E R

#############################################*/
@media (min-width: 768px) {
  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }
  .headroom--pinned {
    transform: translateY(0%);
  }
  .headroom--unpinned {
    transform: translateY(-58%);
  }
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.925);
}
@media (min-width: 768px) {
  .navbar-inverse {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.region-navigation-collapsible {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .region-navigation-collapsible {
    padding-top: 10px;
    padding-bottom: 0px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .region-navigation-collapsible {
    padding-top: 30px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .region-navigation-collapsible {
    padding-top: 40px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .region-navigation-collapsible > section,
  .region-navigation-collapsible > nav {
    vertical-align: bottom;
    position: absolute;
    bottom: 8%;
    left: 15px;
  }
}
.navbar .logo {
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -30px;
  width: 60px;
  height: auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .navbar .logo {
    bottom: -27.5px;
    width: 80px;
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .navbar .logo {
    bottom: -30px;
    width: 100px;
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .navbar .logo {
    bottom: -32.5px;
    width: 120px;
    margin-left: -60px;
  }
}
.navbar-toggle {
  margin-right: 5px;
}
.navbar .logo img {
  width: 100%;
  height: auto;
}
.navbar-fixed-top .navbar-collapse {
  max-height: none;
  border: none;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar .ultimenu > li > a,
.navbar .nav > li > a {
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.navbar .ultimenu > li > a:hover,
.navbar .nav > li > a:hover {
  background: transparent;
  color: #ddd;
}
.region-navigation-collapsible nav a,
.navbar .ultimenu > li > a {
  font-weight: 500;
  letter-spacing: 2.8px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.6;
  padding: 7px 0px;
  border-top: 1px solid #4A4A4A;
}
@media (min-width: 768px) {
  .region-navigation-collapsible nav a,
  .navbar .ultimenu > li > a {
    font-size: 16px;
    padding: 5px 5px 5px 0px;
    margin-right: 18px;
    letter-spacing: 1px;
    border-top: 0px;
  }
}
@media (min-width: 992px) {
  .region-navigation-collapsible nav a,
  .navbar .ultimenu > li > a {
    font-size: 18px;
    margin-right: 38px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 1200px) {
  .region-navigation-collapsible nav a,
  .navbar .ultimenu > li > a {
    font-size: 19px;
    margin-right: 63px;
    letter-spacing: 2px;
  }
}
html:lang(fr) .region-navigation-collapsible nav a,
html:lang(fr) .navbar .ultimenu > li > a {
  letter-spacing: 1.8px;
  font-size: 18px;
}
@media (min-width: 768px) {
  html:lang(fr) .region-navigation-collapsible nav a,
  html:lang(fr) .navbar .ultimenu > li > a {
    font-size: 13px;
    padding: 5px 5px 5px 0px;
    margin-right: 15px;
    letter-spacing: 0.5px;
    border-top: 0px;
  }
}
@media (min-width: 992px) {
  html:lang(fr) .region-navigation-collapsible nav a,
  html:lang(fr) .navbar .ultimenu > li > a {
    font-size: 16px;
    margin-right: 32px;
    letter-spacing: 1.6;
  }
}
@media (min-width: 1200px) {
  html:lang(fr) .region-navigation-collapsible nav a,
  html:lang(fr) .navbar .ultimenu > li > a {
    font-size: 18px;
    margin-right: 49px;
    letter-spacing: 2;
  }
}
@media (min-width: 768px) {
  .region-navigation-collapsible nav:last-of-type,
  .navbar .ultimenu > li:last-of-type {
    margin-left: 130px;
  }
}
@media (min-width: 992px) {
  .region-navigation-collapsible nav:last-of-type,
  .navbar .ultimenu > li:last-of-type {
    margin-left: 160px;
  }
}
@media (min-width: 1200px) {
  .region-navigation-collapsible nav:last-of-type,
  .navbar .ultimenu > li:last-of-type {
    margin-left: 195px;
  }
}
/* Secondary Menu */
/*
.region-navigation-collapsible #block-secondary a:after {
    background-image: url(../images/arrow_right_light.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 5px;
	opacity: 0.5;
	width: 12px;
	height: 10px;
	display: inline-block;
	content: " ";
	vertical-align: 2px;
}
*/
.navbar .ultimenu > li:first-of-type > a {
  border-top: 0px;
}
.navbar .ultimenu > li > a.js-ultimenu-active {
  color: #9B9B9B;
}
/* Blog Header */
#block-blog-header {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px 0px 10px 0px;
}
@media (min-width: 768px) {
  #block-blog-header {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.user-logged-in #block-blog-header {
  margin-top: 100px;
}
#block-blog-header .dropdown {
  float: right;
}
#block-blog-header a {
  text-decoration: none;
}
#block-blog-header .title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  line-height: 1;
  float: left;
}
@media (min-width: 768px) {
  #block-blog-header .title {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
#block-blog-header .subtitle {
  color: #4A4A4A;
  font-size: 10px;
  letter-spacing: 1.45px;
}
@media (min-width: 768px) {
  #block-blog-header .subtitle {
    font-size: 12px;
    letter-spacing: 2.75px;
  }
}
#block-blog-header .dropdown button {
  border: 0px;
  background: transparent;
  padding-top: 9px;
  padding-bottom: 1px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  #block-blog-header .dropdown button {
    display: none;
  }
}
#block-blog-header .dropdown-menu {
  right: -8px;
  left: inherit;
}
@media (min-width: 768px) {
  #block-blog-header .dropdown-menu {
    position: relative;
    top: inherit;
    right: inherit;
    z-index: inherit;
    display: inline-block;
    float: right;
    min-width: inherit;
    padding: 0px;
    margin: 0px;
    margin-top: 17px;
    list-style: none;
    font-size: 14px;
    text-align: right;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  #block-blog-header .dropdown-menu li {
    display: inline-block;
    margin-left: 15px;
  }
}
#block-blog-header .dropdown-menu > li > a {
  text-align: right;
}
@media (min-width: 768px) {
  #block-blog-header .dropdown-menu > li > a {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: 5px 3px;
    clear: none;
    line-height: 1;
    color: #4A4A4A;
    white-space: nowrap;
    letter-spacing: 1.75px;
    text-transform: uppercase;
  }
}
/**** Blog Front & Category Pages ****/
/* Hides  title on Blog page */
.path-node-107 .regular-title {
  display: none;
}
.path-node-107.page-node-type-fluid .view-blog.blog-teaserlist {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .path-node-107.page-node-type-fluid .view-blog.blog-teaserlist {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-node-type-fluid.path-node-107,
.page-node-type-article {
  background-image: url('../images/bg_blog_small.jpg');
  background-size: contain;
  background-repeat: repeat-y;
}
@media (min-width: 768px) {
  .page-node-type-fluid.path-node-107,
  .page-node-type-article {
    background-image: url('../images/bg_blog_med.jpg');
  }
}
@media (min-width: 992px) {
  .page-node-type-fluid.path-node-107,
  .page-node-type-article {
    background-image: url('../images/bg_blog_large.jpg');
  }
}
#block-search {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 30px;
  width: 25px;
  text-align: right;
}
@media (min-width: 768px) {
  #block-search {
    right: 50px;
    bottom: 26px;
  }
}
@media (min-width: 992px) {
  #block-search {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #block-search {
    bottom: 32px;
  }
}
#block-search form {
  position: relative;
  width: 100%;
}
#block-search button {
  display: none;
}
#block-search input {
  background: url(../images/icon_search_light.svg) left center no-repeat;
  background-size: 16px 16px;
  border: 0px;
  width: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 4px;
  transition: width 0.5s, background 0.5s, ease-in;
}
@media (min-width: 768px) {
  #block-search input {
    right: 20px;
    top: 3px;
  }
}
#block-search div.input-group {
  position: inherit!important;
}
#block-search input:hover {
  cursor: pointer;
}
#block-search input:focus {
  background: #fff url(../images/icon_search_dark.svg) 7px center no-repeat;
  background-size: 16px 16px;
  padding-left: 28px;
  margin-right: 8px;
  z-index: 100;
  box-shadow: 2px 2px 2px 2px black;
  transition: width 0.5s, background 0.5s, ease-in;
  width: 160px;
  opacity: 0.9;
}
@media (min-width: 768px) {
  #block-search input:focus {
    opacity: 1;
    width: 130px;
  }
}
@media (min-width: 992px) {
  #block-search input:focus {
    width: 175px;
  }
}
#block-search input:focus:hover {
  cursor: text;
}
body.path-search {
  padding-top: 60px;
}
.tooltip {
  display: none !important;
}
.path-search .btn-primary {
  background-color: #fff;
  border-color: #000;
}
.path-search .glyphicon {
  color: #000;
}
.path-search li.pager__item.is-active.active a {
  background-color: #D0021B!important;
  border-color: #D0021B!important;
}
/******** Google CSE Search ********/
/* Search Box */
/*

#block-search-box form {
	position: relative;
	width: 100%;
}

#block-search-box button {
	display: none;
}

#block-search-box input {
	background: url(../images/icon_search_light.svg) left center no-repeat;
	background-size: 14px 14px;
	border: 0px;
	width: 25px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 4px;
    transition: width 0.5s, background 0.5s, ease-in;

}


#block-search-box input:hover {
	cursor: pointer;
}

#block-search-box input:focus {
	background: #fff url(../images/icon_search_dark.svg) 7px center no-repeat;
	background-size: 14px 14px;
	padding-left: 28px;
	margin-right: 8px;
	z-index: 100;
	box-shadow: 2px 2px 2px 2px black;
    transition: width 0.5s, background 0.5s, ease-in;
    width: 160px;
    opacity: 0.9;
	@media (min-width: @screen-sm-min) {
		opacity: 1;
		width: 130px;
	}

	@media (min-width: @screen-md-min) {
		width: 180px;
	}

}



#block-search-box input:focus:hover {
	cursor: text;
}
*/
/* Language switcher */
#block-languageswitcher {
  position: absolute;
  left: 10px;
  bottom: 9px;
  width: 85px;
}
#block-languageswitcher .contextual {
  display: none !important;
}
@media (min-width: 768px) {
  #block-languageswitcher {
    left: inherit;
    right: 15px;
    bottom: 7px;
    text-align: right;
  }
}
#block-languageswitcher ul {
  padding: 0px;
}
#block-languageswitcher li {
  display: inline-block;
  list-style: none;
  line-height: 0.8;
}
#block-languageswitcher li:first-of-type {
  border-right: 1px solid #9B9B9B;
  padding-right: 7px;
  margin-right: 7px;
}
#block-languageswitcher li a {
  color: #9B9B9B;
  line-height: 0.8;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1.5px;
  padding: 6px;
  display: inline-block;
}
@media (min-width: 768px) {
  #block-languageswitcher li a {
    font-size: 12px;
    padding: 0px;
    padding-bottom: 2px;
  }
}
html:lang(en) #block-languageswitcher li:first-of-type a,
html:lang(fr) #block-languageswitcher li:last-of-type a {
  color: #fff;
  font-weight: 700;
}
/* User Menu */
#block-user {
  position: absolute;
  width: auto;
  right: 0px;
  bottom: 35px;
  text-align: right;
}
@media (min-width: 768px) {
  #block-user {
    left: inherit;
    bottom: inherit;
    right: 0px;
    top: 10px;
  }
}
#block-user a {
  font-size: 14px;
  border-top: 0px;
  color: #9b9b9b;
}
#block-user a[href*='user/login'] {
  display: none;
}
#block-user a:last-of-type {
  margin-right: 15px;
}
/* Megamenus -- see ultimenu.less */
/*#############################################

           S O C I A L   I C O N S

#############################################*/
ul.social {
  padding: 0px;
}
ul.social li {
  display: inline-block;
  margin-right: 8px;
}
ul.social a {
  display: inline-block;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
ul.social a[href*='facebook'] {
  background-image: url(../images/icon_facebook_light.svg);
}
ul.social a[href*='twitter'] {
  background-image: url(../images/icon_twitter_light.svg);
}
ul.social a[href*='instagram'] {
  background-image: url(../images/icon_instagram_light.svg);
}
ul.social a[href*='email'] {
  background-image: url(../images/icon_email_light.svg);
}
ul.social.dark a[href*='facebook'] {
  background-image: url(../images/icon_facebook_dark.svg);
}
ul.social.dark a[href*='twitter'] {
  background-image: url(../images/icon_twitter_dark.svg);
}
ul.social.dark a[href*='instagram'] {
  background-image: url(../images/icon_instagram_dark.svg);
}
ul.social.dark a[href*='email'] {
  background-image: url(../images/icon_email_dark.svg);
}
/*#############################################

                 F O O T E R

#############################################*/
@media (min-width: 768px) {
  .region-footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .region-footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .region-footer {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .region-footer nav,
  #block-views-blog-promoted-footer {
    width: 750px;
    display: inline-block;
    width: 35%;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  html:lang(fr) #block-views-blog-promoted-footer {
    width: auto;
    float: right;
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  .region-footer .nav > li {
    column-break-inside: avoid;
    display: inline-block;
    width: 100%;
  }
}
.region-footer .nav > li > a {
  padding: 5px 0px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.region-footer .nav > li > a:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  #block-footer-1,
  #block-fullpress-footer {
    border-right: 1px dashed #bab8bb;
  }
}
#block-footer-1 ul,
#block-footer-2 ul,
#block-fullpress-footer ul {
  column-count: 2;
  column-gap: 60px;
  column-rule-style: dashed;
  column-rule-color: #bab8bb;
  column-rule-width: 1px;
}
@media (min-width: 768px) {
  #block-footer-2 ul {
    column-count: 1;
    column-gap: 0px;
    column-rule-width: 0px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #block-footer-2 li {
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  #block-views-blog-promoted-footer {
    width: 28.5%;
    padding-left: 50px;
  }
}
#block-views-blog-promoted-footer h2,
#block-views-blog-promoted-footer .view-content {
  display: none;
}
@media (min-width: 768px) {
  #block-views-blog-promoted-footer h2,
  #block-views-blog-promoted-footer .view-content {
    display: block;
  }
}
#block-views-blog-promoted-footer h2 {
  font-size: 18px;
  margin-top: 5px;
}
#block-views-blog-promoted-footer .views-row a {
  text-decoration: underline;
  min-height: 36px;
  display: inline-block;
}
#block-legal {
  font-size: 12px;
  color: #9B9B9B;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #block-legal {
    text-align: left;
  }
}
#block-legal .field--name-body {
  display: inline-block;
}
#block-legal span.copyright {
  display: inline-block;
}
#block-legal a {
  border-left: 1px solid #9B9B9B;
  color: #9B9B9B;
  text-decoration: underline;
  display: inline-block;
  padding-left: 7px;
  margin-left: 5px;
}
.region-footer ul.social {
  text-align: center;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .region-footer ul.social {
    text-align: left;
    margin-left: 0px;
  }
}
.region-footer ul.social a {
  height: 34px;
  width: 34px;
  font-size: 0px;
  margin-right: 5px;
}
.region-footer ul.social a.facebook {
  background-image: url(../images/icon_facebook_dark.svg);
}
.region-footer ul.social a.twitter {
  background-image: url(../images/icon_twitter_dark.svg);
}
.region-footer ul.social a.instagram {
  background-image: url(../images/icon_instagram_dark.svg);
}
.region-footer ul.social a.email {
  background-image: url(../images/icon_email_dark.svg);
}
/***** Popovers *****/
@media (max-width: 768px) {
  #pdv4wrap iframe {
    top: inherit !important;
    bottom: 0px !important;
  }
}
/*

SELECTOR {


	// 360px+
	@media (min-width: @screen-xs-min) {

	}

	// 768px+
	@media (min-width: @screen-sm-min) {

	}

	// 992px+
	@media (min-width: @screen-md-min) {

	}

	// 1200px+
	@media (min-width: @screen-lg-min) {

	}

}

*/
/*#############################################

          BLOG VIEWS

#############################################*/
.path-taxonomy h1.page-header {
  margin-top: 30px;
}
.path-taxonomy h1.page-header:before {
  content: "Blog Category";
  font-size: 11px;
  color: #9B9B9B;
  letter-spacing: 1px;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .path-taxonomy h1.page-header:before {
    font-size: 14px;
  }
}
.view-blog.blog-teaserlist,
.path-taxonomy .blog-teaserlist {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .view-blog.blog-teaserlist,
  .path-taxonomy .blog-teaserlist {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .path-taxonomy .blog-teaserlist {
    margin-left: -15px;
    margin-right: 15px;
  }
}
.blog-teaserlist {
  margin: 0px -15px;
}
.blog-teaserlist .views-row.unpublished .inner {
  outline: 3px dashed red;
}
.blog-teaserlist .views-row.unpublished .inner:before {
  content: "UNPUBLISHED";
  color: red;
  font-weight: bold;
  position: absolute;
  left: 7px;
  top: 5px;
  z-index: 100;
}
.blog-teaserlist .views-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-teaserlist .views-row .inner {
  border: 1px solid #ccc;
  padding: 0px 20px 20px 20px;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .blog-teaserlist .views-row .inner {
    padding: 0px 30px 15px 30px;
    height: 375px;
  }
}
@media (min-width: 992px) {
  .blog-teaserlist .views-row .inner {
    padding: 0px 35px 20px 35px;
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .blog-teaserlist .views-row .inner {
    padding: 0px 45px 25px 45px;
    height: 470px;
  }
}
.blog-teaserlist .views-row a {
  text-decoration: none;
  display: block;
}
.blog-teaserlist .views-field-title a:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: " ";
  display: block;
}
.blog-teaserlist .views-field-field-image {
  margin: -1px -21px 15px -21px;
}
@media (min-width: 768px) {
  .blog-teaserlist .views-field-field-image {
    margin: -1px -31px 20px -31px;
  }
}
@media (min-width: 992px) {
  .blog-teaserlist .views-field-field-image {
    margin: -1px -36px 25px -36px;
  }
}
@media (min-width: 1200px) {
  .blog-teaserlist .views-field-field-image {
    margin: -1px -46px 30px -46px;
  }
}
.blog-teaserlist .views-field-field-image-splash {
  margin: auto -20px;
}
@media (min-width: 768px) {
  .blog-teaserlist .views-field-field-image-splash {
    margin: auto -30px;
  }
}
@media (min-width: 992px) {
  .blog-teaserlist .views-field-field-image-splash {
    margin: auto -35px;
  }
}
@media (min-width: 1200px) {
  .blog-teaserlist .views-field-field-image-splash {
    margin: auto -45px;
  }
}
.blog-teaserlist .views-field-field-image-splash + .views-field-field-image {
  display: none;
}
.blog-teaserlist .views-field-field-blog-category {
  font-weight: 700;
  font-size: 11px;
  color: #9B9B9B;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  width: 85%;
  z-index: 20;
}
.blog-teaserlist .views-field-field-blog-category a {
  color: #9B9B9B;
  display: inline-block;
  padding: 6px 0px;
}
.blog-teaserlist .views-field-title h2 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.75px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .blog-teaserlist .views-field-title h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.blog-teaserlist .views-field-field-article-intro {
  font-size: 16px;
  letter-spacing: 0.33px;
}
.blog-teaserlist .view-attachment-ad .views-field-title a:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: " ";
  display: block;
}
@media (max-width: 767px) {
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-splash {
    margin: -1px -21px 15px -21px;
  }
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-ad {
    display: none;
    padding: 0px;
  }
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-splash + .views-field.views-field-field-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog-teaserlist .view-attachment-ad .inner {
    padding-bottom: 0px;
  }
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-splash {
    display: none;
  }
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-ad ~ div span div.content .views-field-field-blog-category,
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-ad ~ div span div.content .views-field-title,
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-ad ~ div span div.content .views-field-field-article-intro {
    visibility: hidden;
  }
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-ad {
    display: block;
    margin: -1px -31px 0px -31px;
  }
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-ad + .views-field-field-image {
    display: none;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) {
    width: 100%;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .inner {
    position: relative;
    height: auto;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .content {
    position: absolute;
    bottom: 60px;
    left: 60px;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field.views-field-field-image {
    position: relative;
    margin-bottom: 0px;
    background: #000;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field.views-field-field-image img {
    opacity: 0.67;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field-field-blog-category {
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field-field-blog-category a {
    color: #fff;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field-title {
    padding-right: 7%;
    top: 45%;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field-title h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    margin-top: 25px;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field-title a {
    color: #fff;
  }
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field-field-article-intro {
    /*
			font-family: 'Schmutz W01', 'Courier New', Courier, monospace;
			font-weight: 400;
	*/
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 1;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-ad {
    margin: -1px -36px 0px -36px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .blog-teaserlist .view-attachment-ad .views-field.views-field-field-image-ad {
    margin: -1px -46px 0px -46px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field-title h2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .blog-teaserlist .view-attachment-ad .views-row:nth-of-type(1) .views-field-title h2 {
    font-size: 52px;
  }
}
/*** Blog: footer stream ***/
#block-views-blog-list-footer {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
#block-views-blog-list-footer h2.block-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  #block-views-blog-list-footer h2.block-title {
    font-size: 18px;
    letter-spacing: 2.33px;
  }
}
#block-views-blog-list-footer .views-row {
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -moz-animation: fadein 2s;
  /* Firefox */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
​ #block-views-blends-ground-list h2,
#block-views-blends-wholebean-list h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 3.33px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .view-blends.view-list #grid[data-columns]::before,
  .view-howtos.view-list #grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-blends.view-list #grid[data-columns]::before,
  .view-howtos.view-list #grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
@media (min-width: 992px) {
  .view-blends.view-list #grid[data-columns]::before,
  .view-howtos.view-list #grid[data-columns]::before {
    content: '4 .column.size-1of4';
  }
}
.view-blends.view-list .column,
.view-howtos.view-list .column {
  float: left;
}
.view-blends.view-list .size-1of2,
.view-howtos.view-list .size-1of2 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.view-blends.view-list .size-1of3,
.view-howtos.view-list .size-1of3 {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
.view-blends.view-list .size-1of4,
.view-howtos.view-list .size-1of4 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Blends display & Howto "Recipes" */
.view-blends.view-list .view-content,
.view-howtos.view-list .view-content {
  margin: 0px -10px;
}
@media (min-width: 768px) {
  .view-blends.view-list .view-content,
  .view-howtos.view-list .view-content {
    margin: 0px -15px;
  }
}
.view-blends.view-list .views-row,
.view-howtos.view-list .views-row {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .view-blends.view-list .views-row,
  .view-howtos.view-list .views-row {
    margin-bottom: 30px;
  }
}
.view-blends.view-list .views-row .inner,
.view-howtos.view-list .views-row .inner {
  background-color: #000;
  width: 100%;
  position: relative;
  -ms-transition: height 0.5s, ease-in;
  -webkit-transition: height 0.5s, ease-in;
  transition: height 0.5s, ease-in;
  height: 260px;
  overflow-y: hidden;
  padding: 35px 10px;
}
@media (min-width: 1200px) {
  .view-blends.view-list .views-row .inner,
  .view-howtos.view-list .views-row .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.view-blends.view-list .views-row .inner:hover {
  height: auto;
}
@media (min-width: 768px) {
  .view-blends.view-list .views-row .inner:hover {
    height: 360px;
  }
}
.view-blends.view-list a,
.view-howtos.view-list a {
  color: #fff;
}
.view-blends.view-list .views-field-field-image-blend img,
.view-howtos.view-list .views-field-field-image-blend img {
  display: inline-block;
  width: 100px;
  max-width: 80%;
  margin-bottom: 20px;
}
.view-blends.view-list .views-field-title,
.view-howtos.view-list .views-field-title,
.view-howtos.view-list .views-field-field-title-short {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .view-blends.view-list .views-field-title a:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    content: " ";
  }
}
.view-blends.view-list .views-field-title a:hover {
  text-decoration: none;
}
.view-blends.view-list .views-field-field-blend-roast {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  line-height: 1;
}
.view-blends.view-list .views-field-field-subtitle,
.view-howtos.view-list .views-field-field-subtitle {
  opacity: 0;
  visibility: hidden;
  line-height: 1.33;
  max-width: 90%;
  margin-top: 15px;
  -ms-transition: visibility 0s, opacity 0.25s linear;
  -webkit-transition: visibility 0s, opacity 0.25s linear;
  transition: visibility 0s, opacity 0.25s linear;
  min-width: 75%;
}
.view-blends.view-list .views-field-view-node {
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  -ms-transition: visibility 0s, opacity 0.25s, linear;
  -webkit-transition: visibility 0s, opacity 0.25s, linear;
  transition: visibility 0s, opacity 0.25s, linear;
}
.view-blends.view-list .views-row .inner:hover .views-field-field-subtitle,
.view-howtos.view-list .views-row .inner:hover .views-field-field-subtitle,
.view-blends.view-list .views-row .inner:hover .views-field-view-node {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.view-blends.view-list .views-row .inner:hover .views-field-view-node {
  z-index: 11;
}
.view-blends.view-list .btn {
  background-color: transparent;
}
.view-blends.view-list .btn a:hover {
  text-decoration: none;
}
/* Howto "Recipe" Specific Code */
.view-howtos.view-list .views-row .inner {
  height: 230px;
}
.view-howtos.view-list .views-row .inner:hover {
  height: auto;
}
@media (min-width: 768px) {
  .view-howtos.view-list .views-row .inner:hover {
    height: 360px;
  }
}
.view-howtos.view-list .views-field-title,
.view-howtos.view-list .views-field-field-title-short {
  font-size: 14px;
}
@media (min-width: 768px) {
  .view-howtos.view-list .views-field-title,
  .view-howtos.view-list .views-field-field-title-short {
    height: 50px;
    font-size: 20px;
  }
}
.view-howtos.view-list .views-field-title a:hover,
.view-howtos.view-list .views-field-field-title-short a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .view-howtos.view-list .views-field-title a::before,
  .view-howtos.view-list .views-field-field-title-short a::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    content: " ";
  }
}
.view-howtos.view-list .views-field-field-subtitle {
  margin-bottom: 30px;
}
/* Blend footer buttons */
#block-blendlist-footer .btn {
  display: none;
  margin: 0px;
}
.path-node-73 #block-blendlist-footer .btn.wholebean {
  display: inline-block;
}
.path-node-74 #block-blendlist-footer .btn.ground {
  display: inline-block;
}
/************* Job List view ***************/
.region-content #block-views-jobs-list {
  margin-left: -15px;
  margin-right: -15px;
}
.region-content #block-views-jobs-list .block-inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
}
@media (min-width: 768px) {
  .region-content #block-views-jobs-list .block-inner {
    float: left;
    width: 58.33333333%;
  }
}
.region-content #block-views-jobs-list .view-header h2 {
  padding-bottom: 15px;
  border-bottom: 1px dashed #9B9B9B;
}
@media (min-width: 768px) {
  .region-content #block-views-jobs-list .view-header h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .region-content #block-views-jobs-list h3 {
    font-size: 18px;
  }
}
/************* Job Description page ***************/
.btn-jobs {
  margin: 30px 0px;
}
.page-node-type-job .field--name-field-attachment {
  margin: 30px 0px;
}
.page-node-type-job .field--name-field-attachment .glyphicon {
  color: #666;
}
.page-node-type-job .field--name-field-attachment .file-size {
  color: #666;
}
.page-node-type-job .field--name-field-attachment a {
  color: #000;
}
/*#############################################

	            BLOCK PANELS

#############################################*/
.footerpanel.campaign,
.block-newsletter {
  color: #FFF;
}
.path-frontpage .block-newsletter {
  padding: 30px 0px;
  background-color: #000;
}
.path-frontpage .block-newsletter button[type="submit"] {
  color: #fff;
  border-color: #fff;
  background-image: url(/themes/khc/images/icon_caret_right_light.png);
  background-position: right center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.footerpanel.campaign,
.footer .block-newsletter {
  padding: 30px 0px;
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  margin-bottom: 50px;
}
.footerpanel.campaign span {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
.footerpanel.campaign .btn {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .footerpanel.campaign .lead,
  .block-newsletter .lead {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .footerpanel.campaign .lead,
  .block-newsletter .lead {
    margin: 0px;
  }
}
.footerpanel.campaign .pitch,
.block-newsletter .pitch {
  display: inline-block;
}
@media (max-width: 768px) {
  .footerpanel.campaign .pitch,
  .block-newsletter .pitch {
    font-size: 13px;
  }
}
.block-newsletter .signup-form {
  width: 100%;
  padding-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .block-newsletter .signup-form {
    padding-top: 18px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .block-newsletter .signup-form {
    padding-top: 0px;
  }
}
.block-newsletter .form-control {
  width: 200px;
  display: inline-block;
}
@media (min-width: 768px) {
  .block-newsletter .form-control {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .block-newsletter .form-control {
    width: 200px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .block-newsletter .form-control {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  html:lang(fr) .block-newsletter .pitch {
    width: 660px;
  }
}
/*#############################################

	           N O D E S

#############################################*/
/************* All content types ***************/
.h1,
h1.page-header {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 0px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .h1,
  h1.page-header {
    font-size: 36px;
    letter-spacing: 2.67px;
    text-transform: uppercase;
  }
}
.h2,
h2 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 26px;
  }
}
h3,
.page-node-type-article h2 {
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3,
  .page-node-type-article h2 {
    font-size: 22px;
  }
}
h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
.lead,
.quote {
  font-size: 18px;
  color: #D0021B;
  line-height: 1.25;
  margin: 20px 0px;
}
@media (min-width: 768px) {
  .lead,
  .quote {
    font-size: 24px;
    margin: 20px 0px;
  }
}
.lead a {
  color: #D0021B;
  text-decoration: underline;
}
.step {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
}
@media (min-width: 768px) {
  .step {
    font-size: 16px;
    line-height: 24px;
  }
}
.paragraph--type--pullquote .lead:after,
.quote:after {
  margin-top: 15px;
  content: " ";
  background-image: url('../images/bg_quote.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  display: block;
}
@media (min-width: 768px) {
  .paragraph--type--pullquote .lead:after,
  .quote:after {
    margin-top: 30px;
    height: 70px;
    width: 100%;
  }
}
.typewriter {
  font-family: 'Schmutz W01', 'Courier New', Courier, monospace;
  font-size: 14px;
  letter-spacing: 1.15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .typewriter {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}
.btn {
  letter-spacing: 1px;
  font-size: 14px;
  border-color: #000;
}
span.reg {
  font-family: 'Avenir Next W01', Helvetica, Arial, sans-serif !important;
}
.btn.light,
.btn.light:hover,
.btn.light:active,
.page-node-type-blend .region-content .btn,
.page-node-type-blend .region-content .btn:hover,
.page-node-type-blend .region-content .btn:active {
  border-color: #fff;
  color: #fff;
}
.btn.red,
.btn.red:hover,
.btn.red:active {
  border-color: #D0021B;
  color: #D0021B;
  background-image: url('../images/icon_caret_right_red.png');
}
/*

.field--name-field-content-item,
.region-content > article .field--name-body {
  .make-sm-column(7);
  margin-left: -15px;
}
*/
ul.link-list {
  padding-left: 0px;
  margin: 30px 0px;
}
ul.link-list li {
  margin-left: 0px !important;
  list-style: none !important;
  margin-bottom: 15px;
  vertical-align: top;
}
@media (min-width: 768px) {
  ul.link-list li {
    display: inline-block;
    width: 49%;
    padding-right: 20px;
  }
}
ul.link-list a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  ul.link-list a {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}
ul.link-list a:after {
  content: " ";
}
.btn .icon-pin {
  background-image: url('../images/icon_pin.svg');
  height: 18px;
}
.page-node-type-page .field--name-body ul.social a {
  font-size: 0px;
  width: 30px;
  height: 30px;
}
.region-content .field--name-body img,
.region-content .field--name-field-item-textarea img {
  max-width: 100%;
  height: auto;
}
.region-content .field--name-body a,
.region-content .field--name-field-item-textarea a {
  text-decoration: underline;
}
.region-content .field--name-body li,
.region-content .field--name-field-item-textarea li {
  margin-bottom: 12px;
}
/************* Content type: Article / Blog Posting ***************/
.page-node-type-article .paragraph--type--related-blog {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-node-type-article .paragraph--type--related-blog {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .page-node-type-article .paragraph--type--related-blog {
    float: right !important;
    padding-left: 15px;
  }
}
.page-node-type-article .paragraph--type--related-blog .field--label {
  font-weight: 700;
  color: #4A4A4A;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.83px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .page-node-type-article .paragraph--type--related-blog .field--label {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.page-node-type-article .paragraph--type--related-blog .field--item article {
  position: relative;
  border-bottom: 1px dashed #9B9B9B;
  border-top: 0px;
  padding: 10px 0px;
  clear: both;
  margin-bottom: 15px;
}
.page-node-type-article .paragraph--type--related-blog .field--item:first-of-type article {
  border-top: 1px dashed #9B9B9B;
}
.page-node-type-article .paragraph--type--related-blog .field--type-image {
  display: inline-block;
  vertical-align: middle;
}
.page-node-type-article .paragraph--type--related-blog .field--type-image img {
  border-radius: 100%;
  max-width: 70px;
}
@media (min-width: 768px) {
  .page-node-type-article .paragraph--type--related-blog .field--type-image {
    max-width: inherit;
    width: 25%;
  }
  .page-node-type-article .paragraph--type--related-blog .field--type-image img {
    max-width: 100%;
    height: auto;
  }
}
.page-node-type-article .paragraph--type--related-blog .description {
  display: inline-block;
  width: 65%;
  padding-left: 10px;
  vertical-align: middle;
}
.page-node-type-article .paragraph--type--related-blog .description .field--name-field-blog-category {
  font-size: 11px;
  letter-spacing: 1.75px;
  line-height: 1;
  margin-top: 5px;
  color: #9B9B9B;
}
.page-node-type-article .paragraph--type--related-blog .description h3 {
  line-height: 1.1;
  font-size: 16px;
  letter-spacing: 1.25px;
  margin-top: 10px;
}
.page-node-type-article .paragraph--type--related-blog .description h3 a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-node-type-article .paragraph--type--related-blog .description h3 {
    font-size: 22px;
  }
}
.page-node-type-article .paragraph--type--related-blog .description h3 a:after {
  position: absolute;
  content: " ";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
@media (min-width: 768px) {
  .page-node-type-article .regular-image {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .page-node-type-article .regular-image {
    margin-top: 40px;
  }
}
.page-node-type-article .splash-image {
  padding: 0px;
  display: none;
}
@media (min-width: 768px) {
  .page-node-type-article .splash-image {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-node-type-article .regular-title {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .page-node-type-article .regular-title {
    margin-top: 80px;
  }
}
.page-node-type-article .field--name-field-blog-category {
  margin-top: 30px;
  font-size: 11px;
  letter-spacing: 1.75px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-node-type-article .field--name-field-blog-category {
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 2.33px;
  }
}
.page-node-type-article .regular-title h1.page-header {
  margin-bottom: 0px;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .page-node-type-article .regular-title h1.page-header {
    padding-top: 30px;
    margin-bottom: 10px;
  }
}
.page-node-type-article .field--name-field-subtitle {
  font-family: 'Schmutz W01', 'Courier New', Courier, monospace;
  font-size: 14px;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .page-node-type-article .field--name-field-subtitle {
    font-size: 20px;
    letter-spacing: 1.66px;
  }
}
.page-node-type-article .field--name-field-subtitle span {
  font-family: 'Avenir Next W01', Helvetica, Arial, sans-serif !important;
}
.page-node-type-article .regular-title ~ .col-sm-7 {
  padding-left: 0px;
  padding-right: 0px;
}
.page-node-type-article .flippy {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-node-type-article .flippy {
    float: left;
    width: 58.33333333%;
  }
}
.page-node-type-article article img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .page-node-type-article .woobox-root,
  .page-node-type-article .woobox-offer {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .woobox-offer iframe {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .woobox-offer iframe {
    width: 670px !important;
  }
}
/*** Related Content ***/
.page-node-type-article .field--name-field-related {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-node-type-article .field--name-field-related {
    margin-top: 60px;
  }
}
.page-node-type-article .field--name-field-related a:hover {
  text-decoration: none;
}
.page-node-type-article .field--name-field-related .field--label {
  font-weight: 700;
  color: #4A4A4A;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.83px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .page-node-type-article .field--name-field-related .field--label {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.page-node-type-article .field--name-field-related .field--label:after {
  content: ":";
}
.page-node-type-article .field--name-field-related .field--item {
  position: relative;
}
.page-node-type-article .field--name-field-related .field--item article {
  border-top: 0px;
  border-bottom: 1px dashed #9B9B9B;
  padding: 10px 0px;
  clear: both;
}
@media (min-width: 768px) {
  .page-node-type-article .field--name-field-related .field--item article {
    padding: 20px 0px;
  }
}
.page-node-type-article .field--name-field-related .field--item:first-of-type article {
  border-top: 1px dashed #9B9B9B;
}
.page-node-type-article .field--name-field-related .field--name-field-image {
  width: 30%;
  max-width: 70px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page-node-type-article .field--name-field-related .field--name-field-image {
    max-width: inherit;
    width: 25%;
  }
}
.page-node-type-article .field--name-field-related .field--name-field-image-blend {
  width: 30%;
  display: inline-block;
  background-color: #000;
  padding: 1px;
  border-radius: 100%;
  vertical-align: middle;
  max-width: 69px;
}
@media (min-width: 768px) {
  .page-node-type-article .field--name-field-related .field--name-field-image-blend {
    max-width: inherit;
    width: 25%;
    padding: 2px;
  }
}
.page-node-type-article .field--name-field-related .description {
  display: inline-block;
  width: 65%;
  padding-left: 10px;
  vertical-align: middle;
}
.page-node-type-article .field--name-field-related .field--name-field-image a {
  position: relative;
}
.page-node-type-article .field--name-field-related h3 a:after {
  position: absolute;
  content: " ";
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.page-node-type-article .field--name-field-related img {
  border-radius: 100%;
}
.page-node-type-article .field--name-field-related .field--name-field-blog-category {
  font-size: 11px;
  letter-spacing: 1.75px;
  line-height: 1;
  margin-top: 5px;
  color: #9B9B9B;
}
.page-node-type-article .field--name-field-related h3 {
  line-height: 1.1;
  font-size: 16px;
  letter-spacing: 1.25px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .page-node-type-article .field--name-field-related h3 {
    font-size: 18px;
    letter-spacing: 1.75px;
  }
}
@media (min-width: 992px) {
  .page-node-type-article .field--name-field-related h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-article .field--name-field-related h3 {
    font-size: 22px;
  }
}
.page-node-type-article .field--name-field-related .blend h3 {
  text-transform: uppercase;
}
.page-node-type-article .field--name-field-related .field--name-field-subtitle {
  font-family: inherit;
  font-size: 11px;
}
@media (min-width: 768px) {
  .page-node-type-article .field--name-field-related .field--name-field-subtitle {
    font-size: 13px;
  }
}
.page-node-type-article .field--name-field-related .field--name-field-blend-roast {
  display: none;
}
/*** Social ***/
.page-node-type-article article .addthis_custom_sharing,
.page-node-type-story article .addthis_custom_sharing {
  border-top: 1px dashed #9B9B9B;
  border-bottom: 1px dashed #9B9B9B;
  padding: 9px 0px 4px 0px;
  margin: 15px 0px;
  clear: left;
}
@media (min-width: 768px) {
  .page-node-type-article article .addthis_custom_sharing,
  .page-node-type-story article .addthis_custom_sharing {
    margin: 40px 0px;
    padding: 12px 0px 8px 0px;
  }
}
@media (min-width: 768px) {
  .page-node-type-story article .addthis_custom_sharing {
    margin: 10px 0px 20px 0px;
    padding: 12px 0px 8px 0px;
  }
}
.page-node-type-article article .addthis_custom_sharing a,
.page-node-type-story article .addthis_custom_sharing a {
  color: #fff;
  letter-spacing: 1.33px;
  font-size: 16px;
  opacity: 0.75;
  transition: opacity 0.5s, ease-in;
  position: relative;
  width: 30% !important;
  max-width: none !important;
  background-color: transparent !important;
  height: 29px;
  display: inline-block;
  border-radius: 0% !important;
}
.at-share-tbx-element .at-share-btn:hover {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
.page-node-type-article article .addthis_custom_sharing a .at-icon-wrapper,
.page-node-type-story article .addthis_custom_sharing a .at-icon-wrapper {
  vertical-align: top;
  display: block;
  width: 28px !important;
  height: 28px !important;
}
.page-node-type-article article .addthis_custom_sharing a:hover,
.page-node-type-story article .addthis_custom_sharing a:hover {
  opacity: 1;
  transition: opacity 0.5s, ease-in;
}
.page-node-type-article article .addthis_custom_sharing a:after,
.page-node-type-story article .addthis_custom_sharing a:after {
  color: #4a4a4a;
  width: 58px;
  overflow-x: visible;
  display: block;
  position: absolute;
  left: 34px;
  top: 0px;
  line-height: 28px;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-node-type-article article .addthis_custom_sharing a:after,
  .page-node-type-story article .addthis_custom_sharing a:after {
    letter-spacing: 1.5px;
    font-size: 12px;
    width: 75px;
  }
}
.page-node-type-article article .addthis_custom_sharing a.at-svc-facebook:after,
.page-node-type-story article .addthis_custom_sharing a.at-svc-facebook:after {
  content: " Share it";
}
.page-node-type-article article .addthis_custom_sharing a.at-svc-twitter:after,
.page-node-type-story article .addthis_custom_sharing a.at-svc-twitter:after {
  content: " Tweet it";
}
.page-node-type-article article .addthis_custom_sharing a.at-svc-email:after,
.page-node-type-story article .addthis_custom_sharing a.at-svc-email:after {
  content: " Email it";
}
.page-node-type-article article .addthis_custom_sharing svg.at-icon,
.page-node-type-story article .addthis_custom_sharing svg.at-icon {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  background-color: #4a4a4a;
  border-radius: 100%;
}
/*

.page-node-type-article article ul.social {
	border-top: 1px dashed #9B9B9B;
	border-bottom: 1px dashed #9B9B9B;
	padding: 8px 0px;
	margin: 15px 0px;
	clear: left;
	@media (min-width: @screen-sm-min) {
		margin: 40px 0px;
	}
}

.page-node-type-article article ul.social li {
	width: 29%;
}

.page-node-type-article article ul.social a {
	letter-spacing: 1px;
	font-size: 10px;
	background-position-x: 0px;
	padding-left: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	@media (min-width: @screen-sm-min) {
		background-position-x: 5px;
		padding-left: 38px;
		letter-spacing: 1.5px;
		font-size: 12px;
	}

}






/* Top margins for all regular pages */
@media (min-width: 768px) {
  .regular-image {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .regular-image {
    margin-top: 70px;
  }
}
.regular-title {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 768px) {
  .regular-title {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .regular-title {
    margin-top: 100px;
  }
}
.regular-title h1.page-header {
  margin-top: 0px;
}
/************* Content type: Page & Fluid Page ***************/
.user-logged-in.page-node-type-page article.contextual-region,
.user-logged-in.page-node-type-fluid article.contextual-region {
  position: inherit;
}
@media (min-width: 768px) {
  .user-logged-in.page-node-type-page article.contextual-region,
  .user-logged-in.page-node-type-fluid article.contextual-region {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .user-logged-in.page-node-type-page article.contextual-region,
  .user-logged-in.page-node-type-fluid article.contextual-region {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .user-logged-in.page-node-type-page article.contextual-region,
  .user-logged-in.page-node-type-fluid article.contextual-region {
    padding-top: 120px;
  }
}
.page-node-type-page .page-wrapper,
.page-node-type-fluid .dialog-off-canvas-main-canvas,
.page-node-type-blend .dialog-off-canvas-main-canvas,
.dialog-off-canvas-main-canvas {
  filter: none!important;
}
.page-node-type-fluid article > .container {
  padding-left: 0px;
  padding-right: 0px;
}
.regular-title h1.page-header {
  padding-top: 30px;
  padding-right: 15px;
}
.regular-title > h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.regular-title > h3 + h1.page-header {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .regular-image {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .regular-image {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: right;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .regular-image img {
    width: auto;
    border-radius: 100%;
  }
}
/*
.page-node-type-page .splash-title {
	padding-top: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	// 768px+
	@media (min-width: @screen-sm-min) {
		padding-top: 200px;
	}
	// 992px+
	@media (min-width: @screen-md-min) {
		padding-top: 250px;
	}

	// 1200px+
	@media (min-width: @screen-lg-min) {
		padding-top: 300px;
	}
}


.page-node-type-page .splash-title h1.page-header {
	color: #fff;
	font-size: 424x;
	letter-spacing: 3.6px;

	// 768px+
	@media (min-width: @screen-sm-min) {
		font-size: 48px;
		letter-spacing: 3.6px;
	}
}
*/
.main-container > .row > .col-sm-12 {
  position: inherit;
}
@media (min-width: 768px) {
  .page-node-type-page .main-container > .row > .col-sm-12 {
    /*
		padding-left: 0px;
		padding-right: 0px;
*/
  }
}
.splash-title {
  position: absolute;
  left: 0px;
  top: 50px;
  height: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .splash-title {
    height: 350px;
    top: 80px;
  }
}
@media (min-width: 992px) {
  .splash-title {
    height: 420px;
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .splash-title {
    height: 470px;
    top: 120px;
  }
}
.splash-title ~ .field {
  padding-top: 180px;
}
@media (min-width: 768px) {
  .splash-title ~ .field {
    padding-top: 350px;
  }
}
@media (min-width: 992px) {
  .splash-title ~ .field {
    padding-top: 420px;
  }
}
@media (min-width: 1200px) {
  .splash-title ~ .field {
    padding-top: 470px;
  }
}
.splash-title .inner {
  position: absolute;
  bottom: 15px;
  left: 0px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .splash-title .inner {
    bottom: 10%;
  }
}
.splash-title h1.page-header,
.splash-title .field--name-field-subtitle {
  color: #fff;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 700;
}
.splash-title h1.page-header {
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .splash-title h1.page-header {
    width: 750px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .splash-title h1.page-header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .splash-title h1.page-header {
    width: 1170px;
  }
}
.splash-title .field--name-field-subtitle {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .splash-title .field--name-field-subtitle {
    width: 750px;
    font-size: 48px;
    letter-spacing: 3.6px;
    padding-right: 20%;
  }
}
@media (min-width: 992px) {
  .splash-title .field--name-field-subtitle {
    width: 970px;
    padding-right: 25%;
  }
}
@media (min-width: 1200px) {
  .splash-title .field--name-field-subtitle {
    width: 1170px;
    padding-right: 30%;
  }
}
.splash-title .field--name-field-subtitle small {
  margin-top: 10px;
  display: block;
  font-family: 'Schmutz W01', 'Courier New', Courier, monospace;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .splash-title .field--name-field-subtitle small {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
/****** Timeline page variant (History, Values pages) ******/
.path-node-211,
.path-node-71 {
  /*
		@media (min-width: @screen-sm-min) {
			background-position: 35px center;
			padding-left: 50px;
		}
		@media (min-width: @screen-md-min) {
			background-position: 70px center;
			padding-left: 80px;
		}
		@media (min-width: @screen-lg-min) {
			background-position: 90px center;
			padding-left: 100px;
		}
*/
}
.path-node-211 .paragraph--type--text-image-alternating,
.path-node-71 .paragraph--type--text-image-alternating {
  background-image: url('../images/bg_timeline_mid.png');
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding-left: 5px;
  background-position: 5% center;
}
@media (min-width: 768px) {
  .path-node-211 .paragraph--type--text-image-alternating,
  .path-node-71 .paragraph--type--text-image-alternating {
    background-position: 10% center;
  }
}
.path-node-211 .paragraph--type--text-image-alternating .inner,
.path-node-71 .paragraph--type--text-image-alternating .inner {
  padding-left: 8%;
}
.path-node-211 .paragraph--type--text-image-alternating:hover,
.path-node-71 .paragraph--type--text-image-alternating:hover,
.path-node-211 .paragraph--type--text-image-alternating:active,
.path-node-71 .paragraph--type--text-image-alternating:active {
  background-image: url('../images/bg_timeline_mid_on.png');
}
.path-node-211 .field--type-entity-reference-revisions .field--item:first-of-type .paragraph--type--text-image-alternating,
.path-node-71 .field--type-entity-reference-revisions .field--item:first-of-type .paragraph--type--text-image-alternating {
  background-image: url('../images/bg_timeline_top.png');
}
.path-node-211 .field--type-entity-reference-revisions .field--item:last-of-type .paragraph--type--text-image-alternating,
.path-node-71 .field--type-entity-reference-revisions .field--item:last-of-type .paragraph--type--text-image-alternating {
  background-image: url('../images/bg_timeline_btm.png');
}
.path-node-211 .field--type-entity-reference-revisions .field--item:first-of-type .paragraph--type--text-image-alternating:hover,
.path-node-71 .field--type-entity-reference-revisions .field--item:first-of-type .paragraph--type--text-image-alternating:hover,
.path-node-211 .field--type-entity-reference-revisions .field--item:first-of-type .paragraph--type--text-image-alternating:active,
.path-node-71 .field--type-entity-reference-revisions .field--item:first-of-type .paragraph--type--text-image-alternating:active {
  background-image: url('../images/bg_timeline_top_on.png');
}
.path-node-211 .field--type-entity-reference-revisions .field--item:last-of-type .paragraph--type--text-image-alternating:hover,
.path-node-71 .field--type-entity-reference-revisions .field--item:last-of-type .paragraph--type--text-image-alternating:hover,
.path-node-211 .field--type-entity-reference-revisions .field--item:last-of-type .paragraph--type--text-image-alternating:active,
.path-node-71 .field--type-entity-reference-revisions .field--item:last-of-type .paragraph--type--text-image-alternating:active {
  background-image: url('../images/bg_timeline_btm_on.png');
}
.path-node-211 .paragraph--type--text-image-alternating li,
.path-node-71 .paragraph--type--text-image-alternating li {
  text-align: left;
}
.path-node-211 .paragraph--type--text-image-alternating h3,
.path-node-71 .paragraph--type--text-image-alternating h3 {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  .path-node-211 .paragraph--type--text-image-alternating h3,
  .path-node-71 .paragraph--type--text-image-alternating h3 {
    font-size: 36px;
  }
}
/* Values page-specific changes */
.path-node-211 .field--type-entity-reference-revisions .field--item:nth-of-type(1) .paragraph--type--text-image-alternating,
.path-node-211 .field--type-entity-reference-revisions .field--item:nth-of-type(2) .paragraph--type--text-image-alternating {
  background-image: none;
}
.path-node-211 .field--type-entity-reference-revisions .field--item:nth-of-type(3) .paragraph--type--text-image-alternating {
  background-image: url('../images/bg_timeline_top.png');
}
.path-node-211 .field--type-entity-reference-revisions .field--item:nth-of-type(3) .paragraph--type--text-image-alternating:hover,
.path-node-211 .field--type-entity-reference-revisions .field--item:nth-of-type(3) .paragraph--type--text-image-alternating:active {
  background-image: url('../images/bg_timeline_top_on.png');
}
/****** Paragraphs / Content Items *******/
.paragraph {
  clear: both;
  /*
	background: #ddd;
	border-bottom: 1px dashed green;
*/
}
.paragraph .field--name-field-item-textarea ul {
  margin-bottom: 20px;
}
.paragraph .field--name-field-item-textarea li,
.paragraph .field--name-field-item-textarea2 li {
  line-height: 1.2;
  margin-bottom: 7px;
}
.paragraph .field--name-field-item-textarea a,
.paragraph .field--name-field-item-textarea2 a {
  text-decoration: underline;
}
.page-node-type-article .paragraph {
  clear: none;
}
.field--name-field-content-fluid .inner,
.field--name-field-content-fluid2 .inner {
  padding-left: 0px;
  padding-right: 0px;
}
.container ~ .field--name-field-content-fluid,
.container ~ .field--name-field-content-fluid2 {
  margin-top: 60px;
}
.page-node-type-fluid .paragraph {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .page-node-type-fluid .paragraph {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-node-type-fluid .regular-title ~ .paragraph {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-node-type-page .paragraph {
    /*
		margin-left: -15px;
		margin-right: -15px;
*/
  }
}
.field--name-field-content-fixed,
.field--name-field-content-article {
  margin-left: -15px;
  margin-right: -15px;
}
/*** Markup only ***/
.field--name-field-content-fluid .paragraph--type--markup .field--name-field-item-textarea,
.field--name-field-content-fluid2 .paragraph--type--markup .field--name-field-item-textarea {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .field--name-field-content-fluid .paragraph--type--markup .field--name-field-item-textarea,
  .field--name-field-content-fluid2 .paragraph--type--markup .field--name-field-item-textarea {
    float: left;
    width: 100%;
  }
}
/*** Text only ***/
.field--name-field-content-item .paragraph--type--text,
.field--name-field-content-article .paragraph--type--text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .field--name-field-content-item .paragraph--type--text,
  .field--name-field-content-article .paragraph--type--text {
    float: left;
    width: 58.33333333%;
  }
}
.field--name-field-content-fluid .paragraph--type--text .field--name-field-item-textarea,
.field--name-field-content-fluid2 .paragraph--type--text .field--name-field-item-textarea {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .field--name-field-content-fluid .paragraph--type--text .field--name-field-item-textarea,
  .field--name-field-content-fluid2 .paragraph--type--text .field--name-field-item-textarea {
    float: left;
    width: 100%;
  }
}
/*
.regular-title ~ .field--name-field-content-fixed > .field--item .paragraph--type--text {
	padding-top: 0px;
	margin-top: -20px;
	clear: none;
}
*/
/*** Text + Image ***/
.splash-title ~ .field--name-field-content-fixed > .field--item:first-of-type .paragraph,
.splash-title ~ .field--name-field-content-fluid > .field--item:first-of-type .paragraph,
.splash-title ~ .field--name-field-content-fluid2 > .field--item:first-of-type .paragraph {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .splash-title ~ .field--name-field-content-fixed > .field--item:first-of-type .paragraph,
  .splash-title ~ .field--name-field-content-fluid > .field--item:first-of-type .paragraph,
  .splash-title ~ .field--name-field-content-fluid2 > .field--item:first-of-type .paragraph {
    padding-top: 60px;
  }
}
.paragraph--type--text-image .field--name-field-item-textarea,
.paragraph--type--text-image-alternating .field--name-field-item-textarea {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-image .field--name-field-item-textarea,
  .paragraph--type--text-image-alternating .field--name-field-item-textarea {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text-image .field--name-field-item-textarea,
  .paragraph--type--text-image-alternating .field--name-field-item-textarea {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-image .field--name-field-item-textarea .h1,
  .paragraph--type--text-image-alternating .field--name-field-item-textarea .h1 {
    margin-top: 12%;
  }
}
.paragraph--type--text-image .field--name-field-item-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-image .field--name-field-item-image {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text-image .field--name-field-item-image {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--text-image-alternating .field--name-field-item-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-image-alternating .field--name-field-item-image {
    float: left;
    width: 41.66666667%;
  }
}
.paragraph--type--text-image .field--name-field-item-image img,
.paragraph--type--text-image-alternating .field--name-field-item-image img {
  display: none;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .paragraph--type--text-image .field--name-field-item-image img,
  .paragraph--type--text-image-alternating .field--name-field-item-image img {
    display: block;
  }
}
/*** Text + Video ***/
.paragraph--type--text-video .field--name-field-item-textarea {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-video .field--name-field-item-textarea {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text-video .field--name-field-item-textarea {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-video .field--name-field-item-textarea .h1 {
    margin-top: 12%;
  }
}
.paragraph--type--text-video .field--name-field-video {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-align: center;
  border-radius: 100%;
  mask-image: url('../images/bg_mask_video.svg');
  mask-size: 100% 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type--text-video .field--name-field-video {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text-video .field--name-field-video {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--text-video .field--name-field-video video {
  margin-top: -1px;
  margin-top: -5%;
  margin-bottom: -5%;
  margin-left: -50%;
  width: 200% !important;
  height: auto !important;
  background-color: #fff;
}
@media (max-width: 768px) {
  .paragraph--type--text-video .field--name-field-video video {
    display: none;
  }
}
/*** Text + Image: Alternating ***/
.paragraph--type--text-image-alternating {
  text-align: center;
  background-color: #000;
  color: #fff;
}
.paragraph--type--text-image-alternating a {
  color: #fff;
}
.paragraph--type--text-image-alternating .inner > .field--item {
  display: inline-block;
  float: none;
  /* inline-block space fix */
  margin-right: -4px;
  vertical-align: middle;
}
.paragraph--type--text-image-alternating .field--name-field-item-image {
  text-align: center;
}
@media (max-width: 768px) {
  .paragraph--type--text-image-alternating .field--name-field-item-image img {
    display: inline-block;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .field--name-field-content-fluid .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-textarea,
  .field--name-field-content-fluid2 .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-textarea {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .field--name-field-content-fluid .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-image,
  .field--name-field-content-fluid2 .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-image {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .field--name-field-content-fluid .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-textarea,
  .field--name-field-content-fluid2 .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-textarea {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .field--name-field-content-fluid .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-textarea,
  .field--name-field-content-fluid2 .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-textarea {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .field--name-field-content-fluid .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-image,
  .field--name-field-content-fluid2 .field--item:nth-of-type(odd) .paragraph--type--text-image-alternating .field--name-field-item-image {
    float: left;
    width: 41.66666667%;
  }
}
.field--name-field-content-fluid .field--item:nth-of-type(even) .paragraph--type--text-image-alternating,
.field--name-field-content-fluid2 .field--item:nth-of-type(even) .paragraph--type--text-image-alternating {
  background-color: inherit;
  color: inherit;
}
@media (min-width: 768px) and (min-width: 768px) {
  .field--name-field-content-fluid .field--item:nth-of-type(even) .paragraph--type--text-image-alternating .field--name-field-item-textarea,
  .field--name-field-content-fluid2 .field--item:nth-of-type(even) .paragraph--type--text-image-alternating .field--name-field-item-textarea {
    right: 41.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .field--name-field-content-fluid .field--item:nth-of-type(even) .paragraph--type--text-image-alternating .field--name-field-item-image,
  .field--name-field-content-fluid2 .field--item:nth-of-type(even) .paragraph--type--text-image-alternating .field--name-field-item-image {
    left: 58.33333333%;
  }
}
.field--name-field-content-fluid .field--item:nth-of-type(even) .paragraph--type--text-image-alternating a,
.field--name-field-content-fluid2 .field--item:nth-of-type(even) .paragraph--type--text-image-alternating a {
  color: inherit;
}
/*** Imageset ***/
.paragraph--type--images {
  margin: 30px -5px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--images {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--images {
    margin: 30px -15px 30px -15px;
  }
}
.paragraph--type--images .field--item {
  display: inline-block;
  width: 49.0%;
  padding: 5px;
}
@media (min-width: 768px) {
  .paragraph--type--images .field--item {
    width: 19.5%;
    padding: 15px;
  }
}
.paragraph--type--images .field--item img {
  width: 100%;
  height: auto;
}
/*** Image: Hero ***/
.paragraph--type--image-hero {
  margin: 30px 0px;
}
@media (min-width: 768px) {
  .paragraph--type--image-hero {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .paragraph--type--image-hero {
    float: left;
    width: 100%;
  }
}
/*** Pullquote ***/
.paragraph--type--pullquote {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--pullquote {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--pullquote .lead {
    margin-top: 0px;
  }
}
/*** Text + Pullquote ***/
.paragraph--type--text-pullquote .field--name-field-item-textarea {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-pullquote .field--name-field-item-textarea {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text-pullquote .field--name-field-item-textarea {
    float: left;
    width: 50%;
  }
}
.paragraph--type--text-pullquote .field--name-field-item-textarea2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-pullquote .field--name-field-item-textarea2 {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text-pullquote .field--name-field-item-textarea2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text-pullquote .field--name-field-item-textarea2 {
    margin-left: 16.66666667%;
  }
}
.paragraph--type--text-pullquote a {
  text-decoration: underline;
}
.paragraph--type--text-pullquote .lead {
  /*
	@media (min-width: @screen-sm-min) {
		font-size: 22px;
	}
*/
}
/************* Content type: Blend && Howto ***************/
.page-node-type-blend {
  background: #1B1B1B;
  color: #fff;
}
.page-node-type-blend .regular-title h1.page-header {
  padding-right: 0px;
}
.blend-ground.page-wrapper {
  background-image: url('../images/bg_ground_top_small.png'), url('../images/bg_ground_bottom_small.png');
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 90% auto, 170% auto;
}
@media (min-width: 768px) {
  .blend-ground.page-wrapper {
    background-image: url('../images/bg_ground_top.png'), url('../images/bg_ground_bottom.png');
    background-size: 600px auto, 810px auto;
  }
}
@media (min-width: 992px) {
  .blend-ground.page-wrapper {
    background-size: 580px auto, 900px auto;
  }
}
@media (min-width: 1200px) {
  .blend-ground.page-wrapper {
    background-size: 580px auto, 900px auto;
  }
}
.blend-ground .main-container {
  margin-bottom: 0px;
  padding-bottom: 60px;
}
.page-node-type-blend .regular-title {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-node-type-blend .regular-title {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .page-node-type-blend .regular-title {
    padding-right: 30px !important;
  }
}
.page-node-type-blend .regular-image {
  display: none;
}
@media (min-width: 768px) {
  .page-node-type-blend .regular-image {
    display: block;
    margin-top: 90px;
    padding-right: 0px;
    max-width: 440px;
    margin-bottom: 45px;
  }
}
.page-node-type-blend .field--name-field-image-blend,
.page-node-type-howto .field--name-field-image-blend {
  width: 60px;
  height: auto;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .page-node-type-blend .field--name-field-image-blend,
  .page-node-type-howto .field--name-field-image-blend {
    margin-bottom: 20px;
    width: 100px;
  }
}
.page-node-type-blend .page-header ~ .field--name-field-subtitle {
  font-family: 'Schmutz W01', 'Courier New', Courier, monospace;
  font-size: 16px;
  letter-spacing: 1.75px;
  line-height: 1.1;
  margin-top: -10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-node-type-blend .page-header ~ .field--name-field-subtitle {
    font-size: 22px;
  }
}
.page-node-type-blend .region-content .field--name-body {
  margin-top: 15px;
  margin-bottom: 15	px;
}
.page-node-type-blend .region-content .field--name-body a {
  color: #fff;
}
.page-node-type-blend .region-content .field--name-body .btn {
  margin: 30px 0px;
}
.btn .icon-wholebean {
  background-image: url('../images/icon_wholebean_light.svg');
}
.btn .icon-ground {
  background-image: url('../images/icon_ground_light.svg');
  height: 16px;
}
.page-node-type-blend .details-1 {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-node-type-blend .details-1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.page-node-type-blend .details-1 .field {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.33;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-node-type-blend .details-1 .field {
    width: 120px;
    font-size: 14px;
  }
}
.page-node-type-blend .details-1 .field:before {
  content: " ";
  width: 60px;
  height: 60px;
  display: block;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  position: relative;
  margin: 0px auto 10px auto;
}
@media (min-width: 768px) {
  .page-node-type-blend .details-1 .field:before {
    width: 80px;
    height: 80px;
  }
}
.page-node-type-blend .field--name-field-blend-roast,
.page-node-type-blend .field--name-field-blend-variant,
.page-node-type-blend .field--name-field-blend-origin {
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .page-node-type-blend .field--name-field-blend-roast,
  .page-node-type-blend .field--name-field-blend-variant,
  .page-node-type-blend .field--name-field-blend-origin {
    letter-spacing: 2.33px;
  }
}
.page-node-type-blend .details-1 .field--name-field-blend-roast:before {
  background-image: url('../images/icon_roast.svg');
  background-size: auto 70%;
}
.page-node-type-blend .page-wrapper.blend-cold .details-1 .field--name-field-blend-roast:before {
  background-image: url('../images/icon_roast_coldbrew.svg');
  background-size: auto 70%;
}
.page-node-type-blend .field--name-field-blend-variant:before {
  background-image: url('../images/icon_wholebean_light.svg');
  background-size: 62% auto;
}
.page-node-type-blend .page-wrapper.blend-cold .field--name-field-blend-variant:before {
  background-image: url('../images/icon_coldbrew.svg');
  background-size: 55% auto;
}
/************* Content type: Howto "Recipes" ***************/
.page-node-type-howto {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.page-node-type-howto .content-col {
  margin-top: 60px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
.page-node-type-howto a#about-cb {
  margin: 30px auto;
}
.page-node-type-howto a#more-recipes {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .page-node-type-howto a#more-recipes {
    margin: 60px auto;
  }
}
.page-node-type-howto img#cb-icon {
  border-radius: 100%;
  width: 60px;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-node-type-howto img#cb-icon {
    width: 80px;
  }
}
.page-node-type-howto div.more-recipes {
  text-align: left;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .page-node-type-howto div.more-recipes {
    float: right !important;
  }
}
.page-node-type-howto h1.page-header {
  margin-bottom: 0px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  text-align: center;
}
.page-node-type-howto h2#howto-category {
  margin-top: 0px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .page-node-type-howto h2#howto-category {
    font-size: 36px;
  }
}
.page-node-type-howto .field--name-field-image-blend {
  width: 60px;
  height: auto;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .page-node-type-howto .field--name-field-image-blend {
    margin-bottom: 20px;
    width: 100px;
  }
}
.page-node-type-howto .field--name-field-subtitle {
  font-family: 'Schmutz W01', 'Courier New', Courier, monospace;
  font-size: 14px;
  letter-spacing: 1.15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-node-type-howto .field--name-field-subtitle {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}
.page-node-type-howto .field--name-field-image {
  display: none;
}
.page-node-type-howto .field--name-field-image img {
  width: auto;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .page-node-type-howto .field--name-field-image img {
    width: 375px;
    height: auto;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .page-node-type-howto .field--name-field-image {
    display: block;
    margin-top: 90px;
    margin-bottom: 45px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 440px;
  }
}
.page-node-type-howto .field--name-field-howto {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-node-type-howto .field--name-field-howto .paragraph--type--step img {
  margin: auto;
}
.page-node-type-howto .paragraph--type--step .field--name-field-item-image img {
  width: 240px;
  height: auto;
}
.page-node-type-howto .field--name-field-howto > .field--item {
  position: relative;
  margin-top: 45px;
}
.page-node-type-howto .field--name-field-howto > .field--item:before {
  content: " ";
  display: block;
  margin: auto;
  border-bottom: 2px dotted #9B9B9B;
  width: 215px;
  height: auto;
  margin-top: -20px;
}
.page-node-type-howto .field--name-field-howto > .field--item:first-of-type:before {
  content: none;
}
.page-node-type-howto .blend-related .field.recipes,
.page-node-type-howto .blend-related .field.wheretobuy {
  margin-top: 30px;
  margin-bottom: 0px;
}
.path-node-271.page-node-type-howto h2#howto-category {
  display: none;
}
.path-node-271.page-node-type-howto .field--name-field-subtitle {
  margin: 30px auto;
}
@media (min-width: 1200px) {
  .path-node-271.page-node-type-howto .field--name-field-subtitle {
    width: 70%;
  }
}
.path-node-271.page-node-type-howto .field--name-body {
  text-align: left;
}
/* Smart Ass */
.path-node-82.page-node-type-blend .field--name-field-blend-variant:before,
.path-node-218.page-node-type-blend .field--name-field-blend-variant:before,
.path-node-257.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #faaf33;
}
/* Kick Ass */
.path-node-76.page-node-type-blend .field--name-field-blend-variant:before,
.path-node-89.page-node-type-blend .field--name-field-blend-variant:before,
.path-node-254.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #a4c950;
}
/* Grizzly Claw */
.path-node-77.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #774724;
}
.path-node-90.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #774724;
}
/* Hoodoo Jo */
.path-node-84.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #7570a5;
}
/* Three Sisters */
.path-node-78.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #005c97;
}
.path-node-91.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #005c97;
}
/* Mexican */
.path-node-80.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #E2642A;
}
/* Hola */
.path-node-216.page-node-type-blend .field--name-field-blend-variant:before,
.path-node-217.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #EB008B;
}
/* 454 Horse Power */
.path-node-79.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #673d22;
}
.path-node-92.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #673d22;
}
/* Cliff Hanger Espresso */
.path-node-86.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #aa682a;
}
/* Pacific Pipeline */
.path-node-87.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #00a6b2;
}
/* Z-Wrangler */
.path-node-81.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #d53f2e;
}
/* Half Ass */
.path-node-85.page-node-type-blend .field--name-field-blend-variant:before {
  background-image: url('../images/bg_half_ass.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.path-node-85.page-node-type-blend .field--name-field-blend-variant:before {
  background-image: url('../images/icon_wholebean_light.svg'), url('../images/bg_half_ass.png');
  background-size: 62% auto, auto auto;
}
.path-node-85.page-node-type-blend .page-node-type-blend .page-wrapper.blend-ground .field--name-field-blend-variant:before {
  background-image: url('../images/icon_ground_light.svg'), url('../images/bg_half_ass.png');
  background-size: 55% auto, auto auto;
}
/* Decaf */
.path-node-88.page-node-type-blend .field--name-field-blend-variant:before {
  background-color: #57afd5;
}
.page-node-type-blend .page-wrapper.blend-ground .field--name-field-blend-variant:before {
  background-image: url('../images/icon_ground_light.svg');
  background-size: 55% auto;
}
.page-node-type-blend .field--name-field-blend-origin:before {
  background-image: url('../images/icon_origin.svg');
  background-size: 62% auto;
}
.page-node-type-blend .field--name-field-blend-variant {
  margin: 0px 20px;
}
@media (min-width: 768px) {
  .page-node-type-blend .field--name-field-blend-variant {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .page-node-type-blend .field--name-field-blend-variant {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-blend .field--name-field-blend-variant {
    margin-left: 70px;
    margin-right: 70px;
  }
}
.page-node-type-blend .details-2 {
  margin-top: 30px;
  border-top: 1px dashed #9B9B9B;
  padding-bottom: 30px;
}
.page-node-type-blend .details-2 .field {
  margin-top: 30px;
}
.page-node-type-blend .details-2 .field:last-of-type {
  margin-bottom: 30px;
}
.page-node-type-blend .details-2 .details-2-inner {
  width: 60%;
  float: left;
}
@media (min-width: 768px) {
  .page-node-type-blend .details-2 .details-2-inner {
    width: 57.5%;
    float: right;
  }
}
.page-node-type-blend .field--name-field-image-package {
  float: right;
  padding-left: 20px;
  margin-bottom: 30px;
  width: 40%;
}
@media (min-width: 768px) {
  .page-node-type-blend .field--name-field-image-package {
    width: 42.5%;
    float: left;
    padding-left: 0px;
    padding-right: 30px;
  }
}
.page-node-type-blend .field--name-field-image-package img {
  max-width: 100%;
  height: auto;
}
.page-node-type-blend .details-2 .field--label {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .page-node-type-blend .details-2 .field--label {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.page-node-type-blend .details-2 .field--label:after {
  content: ":";
}
html:lang(fr) .page-node-type-blend .details-2 .field--label:after {
  content: " :";
}
.page-node-type-blend .details-2 .item-list--linkicon::before {
  content: "RECOMMENDED BREW METHODS:";
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.5px;
  margin-top: 45px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-node-type-blend .details-2 .item-list--linkicon::before {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
html:lang(fr) .page-node-type-blend .details-2 .item-list--linkicon::before {
  content: "MÉTHODES DE PRÉPARATION RECOMMANDÉES:";
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.5px;
  margin-top: 45px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  html:lang(fr) .page-node-type-blend .details-2 .item-list--linkicon::before {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.page-node-type-blend .details-2 .item-list--linkicon ul {
  padding-left: 0px;
}
.page-node-type-blend .details-2 .item-list--linkicon li {
  list-style: none;
}
.page-node-type-blend .details-2 .item-list--linkicon li a {
  display: block;
  color: #fff;
  background-size: 21px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-frenchpress {
  background-image: url('../images/icon_frenchpress.svg');
}
.page-node-type-blend .details-2 .item-list--linkicon li a:after {
  font-style: italic;
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-frenchpress::after {
  content: " (coarse grind)";
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-drip {
  background-image: url('../images/icon_drip.svg');
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-drip::after {
  content: " (medium grind)";
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-pourover {
  background-image: url('../images/icon_pourover.svg');
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-pourover::after {
  content: " (medium-fine grind)";
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-espresso {
  background-image: url('../images/icon_espresso.svg');
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-espresso::after {
  content: " (fine grind)";
}
.page-node-type-blend .details-2 .item-list--linkicon li a.icon-coldbrew {
  background-image: url('../images/icon_coldbrew.svg');
}
html:lang(fr) .page-node-type-blend .details-2 .item-list--linkicon li a.icon-frenchpress::after {
  content: " (mouture grossière)";
}
html:lang(fr) .page-node-type-blend .details-2 .item-list--linkicon li a.icon-drip::after {
  content: " (mouture moyenne)";
}
html:lang(fr) .page-node-type-blend .details-2 .item-list--linkicon li a.icon-pourover::after {
  content: " (mouture mi-fine)";
}
html:lang(fr) .page-node-type-blend .details-2 .item-list--linkicon li a.icon-espresso::after {
  content: " (mouture fine)";
}
.btn .icon-cup {
  background-image: url('../images/icon_cup_light.svg');
}
.page-node-type-blend .details-3 {
  margin-top: 30px;
  border-top: 1px dashed #9B9B9B;
  clear: both;
}
.page-node-type-blend .details-3 .availability {
  margin-top: 30px;
  font-weight: 600;
}
.page-node-type-blend .details-3 .availability a {
  color: #fff;
}
.page-node-type-blend .details-3 .availability a:hover {
  text-decoration: underline;
}
.page-node-type-blend .details-3 a.availability-canada:before,
.page-node-type-blend .details-3 a.availability-usa:before {
  content: " ";
  display: inline-block;
  vertical-align: -4px;
  width: 35px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  border-right: 1px dotted #9B9B9B;
  margin-right: 9px;
}
.page-node-type-blend .details-3 a.availability-canada:before {
  background-image: url('../images/icon_canadaflag.svg');
}
.page-node-type-blend .details-3 a.availability-usa:before {
  background-image: url('../images/icon_usaflag.svg');
}
.page-node-type-blend .details-3 .field--item {
  padding-left: 45px;
  margin: 7px 0px;
  line-height: 1.1;
  font-size: 12px;
}
.field--name-field-blend-related-variant {
  margin: 30px 0px;
}
.page-node-type-blend .field--name-field-related {
  margin: 30px 0px;
  letter-spacing: 1.75px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-node-type-blend .field--name-field-related .field--label::after {
  content: ":";
}
.page-node-type-blend .field--name-field-related .field__items {
  margin-top: 5px;
  padding: 15px 0;
  border-top: 1px dashed #9B9B9B;
  border-bottom: 1px dashed #9B9B9B;
}
.page-node-type-blend .field--name-field-related .field__items .description {
  margin-top: 5px;
}
.page-node-type-blend .field--name-field-related a {
  color: #9B9B9B;
}
.page-node-type-blend .field--name-field-related a:hover {
  text-decoration: none;
}
.page-node-type-blend .field--name-field-related h3 a {
  font-size: 20px;
  text-transform: none;
  color: white;
}
.page-wrapper.blend-cold .blend-details .details-2-inner .field .btn.btn-default {
  display: none;
}
.page-wrapper.blend-cold .logo-salad .usda-organic,
.page-wrapper.blend-cold .logo-salad .kosher-check {
  display: none;
}
/*


.field--name-field-blend-related-variant .field--item {
	margin-top: 5px;
	background-position: left 3px;
	background-repeat: no-repeat;
	background-image: url('../images/icon_ground_light.svg');
	background-size: 20px auto;
}

.page-wrapper.blend-ground .field--name-field-blend-related-variant .field--item {
	background-image: url('../images/icon_wholebean_light.svg');
}
*/
.field--name-field-blend-related-variant a {
  margin-top: 5px;
  color: #fff;
  line-height: 1.2;
  font-size: 0px;
}
.field--name-field-blend-related-variant a:hover {
  text-decoration: underline;
}
.field--name-field-blend-related-variant a:after {
  font-size: 14px;
  display: inline-block;
  padding-left: 26px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 18px auto;
  width: 100%;
}
.page-wrapper.blend-ground .field--name-field-blend-related-variant a:after {
  background-image: url('../images/icon_wholebean_light.svg');
  content: "Also available in Whole Bean";
}
html:lang(fr) .page-wrapper.blend-ground .field--name-field-blend-related-variant a:after {
  content: "Aussi disponible en Café en Grains";
}
.page-wrapper.blend-whole .field--name-field-blend-related-variant a:after {
  background-image: url('../images/icon_ground_light.svg');
  content: "Also available in Ground";
}
html:lang(fr) .page-wrapper.blend-whole .field--name-field-blend-related-variant a:after {
  content: "Aussi disponible en Café Moulu";
}
/* Social */
.blend-related .addthis_custom_sharing {
  border-top: 1px dashed #9B9B9B;
  border-bottom: 1px dashed #9B9B9B;
  margin: 30px 0px;
  padding: 15px 0px;
}
.blend-related .addthis_custom_sharing a {
  display: block;
  font-style: italic;
  color: #fff;
  line-height: 36px;
  letter-spacing: 1.33px;
  font-size: 16px;
  margin: 15px 0px;
  opacity: 0.67;
  transition: opacity 0.5s, ease-in;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: visible !important;
}
.blend-related .addthis_custom_sharing a .at-icon-wrapper {
  padding-left: 2px;
  vertical-align: top;
  padding-top: 2px;
}
html:lang(fr) .blend-related .addthis_custom_sharing a {
  font-size: 11px;
}
.blend-related .addthis_custom_sharing a:hover {
  opacity: 1;
  transition: opacity 0.5s, ease-in;
}
.blend-related .addthis_custom_sharing a:after {
  width: 140px;
  overflow-x: visible;
  display: block;
  position: absolute;
  left: 43px;
  top: 0px;
  cursor: pointer;
}
.blend-related .addthis_custom_sharing a.at-svc-facebook:after {
  content: " Share it";
}
.blend-related .addthis_custom_sharing a.at-svc-twitter:after {
  content: " Tweet it";
}
.blend-related .addthis_custom_sharing a.at-svc-email:after {
  content: " Email it";
}
html:lang(fr) .blend-related .addthis_custom_sharing a.at-svc-facebook:after {
  content: " Partagez";
}
html:lang(fr) .blend-related .addthis_custom_sharing a.at-svc-twitter:after {
  content: " Partagez sur Twitter";
}
html:lang(fr) .blend-related .addthis_custom_sharing a.at-svc-email:after {
  content: " Partagez par courriel";
}
/*

.blend-related ul.social {
	border-top: 1px dashed #9B9B9B;
	border-bottom: 1px dashed #9B9B9B;
	margin: 30px 0px;

}

.blend-related ul.social li {
	display: block;
	margin: 20px 0px;
}

.blend-related ul.social a {
	padding-left: 45px;
	font-style: italic;
	color: #fff;
	line-height: 36px;
	letter-spacing: 1.33px;
	font-size: 16px;
	display: block;
	opacity: 0.5;
    transition: opacity 0.5s, ease-in;
}

.blend-related ul.social a:hover {
	text-decoration: none;
	opacity: 1;
    transition: opacity 0.5s, ease-in;
}
*/
.blend-related .field.wheretobuy {
  margin: 30px 0px;
}
.blend-related .field.wheretobuy.coldbrew {
  display: none;
}
.path-node-254 .blend-related .field.wheretobuy.coldbrew,
.path-node-257 .blend-related .field.wheretobuy.coldbrew {
  display: block;
}
.blend-related .btn .icon-cart {
  background-image: url('../images/icon_cart_light.svg');
}
.blend-related .btn .icon-pin {
  background-image: url('../images/icon_pin_light.svg');
  width: 15px;
  height: 18px;
  background-position: center;
}
.blend-related .recommendation-title {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 25px auto;
  background-image: url('../images/icon_heart.svg');
  letter-spacing: 1px;
  font-size: 14px;
  min-height: 25px;
}
.blend-related .recommendation-title .divider {
  margin-left: -4px;
  display: inline-block;
}
/* Related blends view mode */
.field--name-field-blend-related {
  position: relative;
}
@media (max-width: 768px) {
  .field--name-field-blend-related {
    margin: 0px -10px;
  }
}
.field--name-field-blend-related > .field--item {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .field--name-field-blend-related > .field--item {
    max-width: 220px;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .field--name-field-blend-related > .field--item .inner div {
    opacity: 0.5;
    transition: opacity 0.5s, ease-in;
  }
}
@media (min-width: 768px) {
  .field--name-field-blend-related > .field--item:hover .inner div {
    opacity: 1;
    transition: opacity 0.5s, ease-in;
  }
}
.field--name-field-blend-related .inner {
  background-color: #000;
  padding: 25px 10px;
  width: 100%;
  position: relative;
  transition: height 0.5s, ease-in;
  overflow-y: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .field--name-field-blend-related .inner {
    padding: 35px 10px;
  }
}
.field--name-field-blend-related .field--name-field-image-blend {
  width: 100%;
  text-align: center;
}
.field--name-field-blend-related .field--name-field-image-blend img {
  display: inline-block;
  width: 80px;
  max-width: 80%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .field--name-field-blend-related .field--name-field-image-blend img {
    width: 100px;
    margin-bottom: 0px;
  }
}
.field--name-field-blend-related .field--name-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .field--name-field-blend-related .field--name-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }
}
.field--name-field-blend-related .field--name-title a {
  color: #fff;
}
.field--name-field-blend-related .field--name-title a:hover {
  text-decoration: none;
}
.field--name-field-blend-related .field--name-title a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: " ";
}
.field--name-field-blend-related .field--name-field-blend-roast {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .field--name-field-blend-related .field--name-field-blend-roast {
    font-size: 14px;
  }
}
.field--name-field-blend-related .field--name-field-subtitle {
  display: none;
}
ul.logo-salad {
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  ul.logo-salad {
    margin-top: 30px;
  }
}
ul.logo-salad li {
  display: inline-block;
  width: auto;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  ul.logo-salad li {
    padding-right: 25px;
  }
}
ul.logo-salad li:last-of-type {
  padding-right: 0px;
}
ul.logo-salad img {
  width: auto;
  height: 35px;
}
@media (min-width: 768px) {
  ul.logo-salad img {
    height: 50px;
  }
}
ul.logo-salad .kosher-check img {
  height: 20px;
}
@media (min-width: 768px) {
  ul.logo-salad .kosher-check img {
    height: 30px;
  }
}
ul.logo-salad a {
  font-size: 0px;
  display: inline-block;
  opacity: 0.65;
  transition: opacity 0.4s, ease-in;
}
ul.logo-salad a:hover {
  opacity: 1;
}
/****** Front/Home page *******/
/* Common front styles */
.path-frontpage .main-container > .row > section {
  padding-left: 0px;
  padding-right: 0px;
}
.path-frontpage .splash-block .h2 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .path-frontpage .splash-block .h2 {
    letter-spacing: 2.5px;
    font-size: 30px;
  }
}
.path-frontpage .splash-block .typewriter {
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .path-frontpage .splash-block .typewriter {
    font-size: 24px;
  }
}
/* 2018 Holiday Panel */
#block-holiday-panel {
  background-color: #000;
  background-image: url(/assets/images/panel_holiday_18_bg.png);
  background-position: 50% 75%;
  background-size: 200px auto;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  #block-holiday-panel {
    background-position: 75% center;
    background-size: auto 75%;
  }
}
@media (min-width: 992px) {
  #block-holiday-panel {
    background-size: auto 80%;
  }
}
#block-holiday-panel .container {
  margin: 60px auto 30px auto;
}
@media (min-width: 768px) {
  #block-holiday-panel .container {
    margin: 120px auto 90px auto;
  }
}
@media (min-width: 992px) {
  #block-holiday-panel .container {
    padding-left: 55px;
  }
}
@media (min-width: 1200px) {
  #block-holiday-panel .container {
    padding-left: 115px;
  }
}
#block-holiday-panel .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#block-holiday-panel .flex-wrapper .flex-item {
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #block-holiday-panel .flex-wrapper .flex-item {
    text-align: left;
  }
}
#block-holiday-panel .flex-wrapper .flex-item img {
  height: auto;
  max-width: 280px;
}
@media (min-width: 768px) {
  #block-holiday-panel .flex-wrapper .flex-item img {
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  #block-holiday-panel .flex-wrapper .flex-item img {
    max-width: 450px;
  }
}
#block-holiday-panel .flex-wrapper .flex-item .btn::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#block-holiday-panel .flex-wrapper .flex-item:first-of-type {
  padding-bottom: 290px;
}
@media (min-width: 768px) {
  #block-holiday-panel .flex-wrapper .flex-item:first-of-type {
    padding-bottom: 0;
  }
}
#block-holiday-panel .flex-wrapper .flex-item:last-of-type {
  text-align: center;
}
@media (min-width: 768px) {
  #block-holiday-panel .flex-wrapper .flex-item:last-of-type {
    flex-basis: 50%;
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  #block-holiday-panel .flex-wrapper .flex-item:last-of-type {
    flex-basis: 40%;
  }
}
@media (min-width: 1200px) {
  #block-holiday-panel .flex-wrapper .flex-item:last-of-type {
    flex-basis: 43%;
  }
}
/* Weekend Warriors*/
#block-front-ww {
  background-image: url(/assets/images/ww_mug.png), url(/assets/images/ww_panel_background.jpg);
  background-size: auto 58%, cover;
  background-position: 100% bottom, center center;
  background-repeat: no-repeat;
  padding-top: 30px;
}
@media (min-width: 768px) {
  #block-front-ww {
    background-size: auto 85%, cover;
    background-position: right center, center center;
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  #block-front-ww {
    background-position: 93% 75%, center center;
  }
}
@media (min-width: 1200px) {
  #block-front-ww {
    background-position: 85% center, center center;
  }
}
@media only screen and (min-width: 1600px) {
  #block-front-ww {
    background-position: 75% center, center center;
  }
}
#block-front-ww .block-inner {
  margin: 10px auto 180px auto;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #block-front-ww .block-inner {
    margin: 150px auto;
  }
}
#block-front-ww .block-inner h2 {
  background-image: url(/assets/images/ww_grunge_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 15px 15px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  transform: rotate(-2deg);
}
@media (min-width: 768px) {
  #block-front-ww .block-inner h2 {
    font-size: 36px;
    padding: 15px 45px;
  }
}
#block-front-ww .block-inner h2.french {
  font-size: 19px;
}
@media (min-width: 768px) {
  #block-front-ww .block-inner h2.french {
    font-size: 36px;
  }
}
#block-front-ww .block-inner h3 {
  font-family: 'Schmutz W01', 'Courier New', Courier, monospace;
  font-size: 14px;
  letter-spacing: 1.15px;
  line-height: 1.2;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 800;
  background-image: url(/assets/images/ww_grunge_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 15px;
  margin-top: 5px;
  font-weight: 200;
}
@media (min-width: 768px) {
  #block-front-ww .block-inner h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 768px) {
  #block-front-ww .block-inner h3 {
    font-size: 24px;
    padding: 15px 45px;
  }
}
#block-front-ww .block-inner span {
  background-image: url(/assets/images/ww_grunge_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 45px;
}
#block-front-ww .block-inner .button-wrapper {
  text-align: left;
}
@media (min-width: 768px) {
  #block-front-ww .block-inner .button-wrapper {
    text-align: center;
  }
}
#block-front-ww .block-inner .button-wrapper a.btn {
  margin-top: 45px;
  background-color: #fff;
}
#block-front-caffeine {
  background-color: #FFF;
  padding: 30px 0px 15px 0px;
}
@media (min-width: 768px) {
  #block-front-caffeine {
    padding: 30px 0px;
  }
}
#block-front-caffeine .block-inner {
  color: #000;
  text-align: center;
}
#block-front-caffeine .block-inner .container {
  background-image: url(/assets/images/caffeine_panel_bg.png);
  background-size: auto 55%;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 400px;
  padding-top: 70px;
}
@media (min-width: 768px) {
  #block-front-caffeine .block-inner .container {
    background-size: auto 100%;
    background-position: right center;
  }
}
#block-front-caffeine .block-inner .container h2 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 5px;
  margin: 180px auto 15px auto;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #block-front-caffeine .block-inner .container h2 {
    margin: 45px auto 15px auto;
  }
}
#block-front-caffeine .block-inner .container a.btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #block-front-caffeine .block-inner .container a.btn {
    margin-top: 60px;
  }
}
/* BPTW */
#block-front-bptw {
  background-color: #000;
  text-align: center;
  color: #FFF;
}
#block-front-bptw .block-inner {
  margin: 90px auto 75px auto;
}
@media (min-width: 768px) {
  #block-front-bptw .block-inner {
    margin-top: 120px;
  }
}
#block-front-bptw .img-wrapper {
  max-width: 113px;
  max-height: 50px;
  margin: auto;
}
#block-front-bptw .img-wrapper img {
  width: 100%;
  height: auto;
  margin-left: -15px;
}
#block-front-bptw h1,
#block-front-bptw h3 {
  font-weight: 900;
  text-transform: uppercase;
}
#block-front-bptw h1 {
  font-size: 44px;
  letter-spacing: 3.7px;
  margin-top: 60px;
}
#block-front-bptw h3 {
  font-size: 28px;
  letter-spacing: 2.3px;
  margin-top: 15px;
}
#block-front-bptw p.typewriter:nth-of-type(2) {
  margin-top: 60px;
}
/* At Work */
#block-front-at-work {
  font-family: 'BrandonPrinted-Two', 'Avenir Next W01', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  background-image: url(/assets/images/front_atwork_cup.png), url(/assets/images/front_atwork_top.jpg), url(/assets/images/front_atwork_bottom.jpg);
  background-size: auto, auto 130px, auto 130px;
  background-position: center, center top, center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #block-front-at-work {
    background-size: auto, 100% auto, 100% auto;
    background-position: center, right top, left bottom;
  }
}
#block-front-at-work .block-inner {
  position: relative;
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  #block-front-at-work .block-inner {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#block-front-at-work a.linkto {
  text-decoration: none;
}
#block-front-at-work a.linkto:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  margin-top: -75px;
  margin-bottom: -75px;
}
@media (min-width: 768px) {
  #block-front-at-work a.linkto:after {
    margin-top: -60px;
    margin-bottom: -60px;
  }
}
#block-front-at-work ul.list-unstyled > li {
  color: rgba(255, 255, 255, 0.33);
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 768px) {
  #block-front-at-work ul.list-unstyled > li {
    font-size: 30px;
  }
}
#block-front-at-work ul.list-unstyled > li span {
  color: #fff;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(2) {
  animation-delay: 1.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(3) {
  animation-delay: 2.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(4) {
  animation-delay: 3.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(5) {
  animation-delay: 4.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(6) {
  animation-delay: 5.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(7) {
  animation-delay: 6.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(8) {
  animation-delay: 7.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(9) {
  animation-delay: 8.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(10) {
  animation-delay: 9.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(11) {
  animation-delay: 10.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(12) {
  animation-delay: 11.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(13) {
  animation-delay: 12.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(14) {
  animation-delay: 13.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(15) {
  animation-delay: 14.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(16) {
  animation-delay: 15.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(17) {
  animation-delay: 17.0s;
}
#block-front-at-work ul.list-unstyled li.animated:nth-of-type(18) {
  animation-delay: 18.0s;
}
/* Hero */
.hero-block {
  position: relative;
  text-align: center;
}
.hero-block.default {
  background-image: url(/assets/images/panel_wakeup_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
}
.hero-block a:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: " ";
  display: block;
}
.hero-block .hero-main {
  margin-top: 35%;
  margin-bottom: 25%;
}
@media (min-width: 768px) {
  .hero-block .hero-main {
    margin-top: 15%;
    margin-bottom: 7.5%;
  }
}
.hero-block .img-donkey {
  width: 24px;
  height: auto;
}
@media (min-width: 768px) {
  .hero-block .img-donkey {
    width: 40px;
  }
}
.hero-block .h1 {
  margin: 15px 0px;
}
@media (min-width: 768px) {
  .hero-block .h1 {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .hero-block .h1 {
    margin-bottom: 90px;
  }
}
.hero-block .btn {
  background-color: #fff;
}
/* Taste Summer campaign panel */
#block-front-tastesummer {
  background-color: #000;
  background-image: url('/assets/images/front_tastesummer_bg.jpg');
  background-position: 24% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 30px;
}
@media (min-width: 768px) {
  #block-front-tastesummer {
    padding: 60px 0px;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  #block-front-tastesummer {
    padding: 80px 0px;
  }
}
@media (min-width: 768px) {
  #block-front-tastesummer .typewriter {
    font-size: 24px;
  }
}
#block-front-tastesummer .h2 {
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #block-front-tastesummer .h2 {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
#block-front-tastesummer .red {
  color: #D0021B;
}
/* Ground panel */
#block-front-ground {
  text-align: center;
}
#block-front-ground .h2 {
  margin-top: 50px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #block-front-ground .h2 {
    margin-top: inherit;
  }
}
#block-front-ground p {
  margin: 15px 0px;
  font-size: 13px;
}
@media (min-width: 768px) {
  #block-front-ground p {
    margin: 30px 0px;
    font-size: inherit;
  }
}
#block-front-ground .container {
  margin: 0px auto;
}
#block-front-ground .img-bags {
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  max-width: 120px;
}
@media (min-width: 768px) {
  #block-front-ground .img-bags {
    max-width: 450px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #block-front-ground .row {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  #block-front-ground .col-xs-5 {
    vertical-align: top !important;
    padding-right: 0px;
  }
}
#block-front-ground .col-sm-6 {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
/* Blend */
#block-front-blend {
  text-align: center;
  color: #fff;
  background-color: #030303;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #block-front-blend {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('/assets/images/front_smartass_bg.jpg');
    background-position: center center;
    background-size: cover;
  }
}
#block-front-blend .container {
  margin: 0px auto;
}
@media (max-width: 768px) {
  #block-front-blend .row {
    padding: 0px;
  }
}
#block-front-blend .img-blendicon {
  width: 80px;
  height: auto;
  margin: 0px auto;
}
#block-front-blend p {
  margin-top: 30px;
  margin-bottom: 15px;
}
/* Hola Blend */
#block-front-blend-hola {
  text-align: center;
  color: #fff;
  background-color: #030303;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #block-front-blend-hola {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('/assets/images/front_hola_bg.jpg');
    background-position: top center;
    background-size: 1170px auto;
    background-repeat: no-repeat;
  }
}
#block-front-blend-hola .container {
  margin: 0px auto;
}
@media (max-width: 768px) {
  #block-front-blend-hola .row {
    padding: 0px;
  }
}
#block-front-blend-hola .img-blendicon {
  width: 80px;
  height: auto;
  margin: 0px auto;
}
#block-front-blend-hola .h2 {
  text-transform: uppercase;
}
#block-front-blend-hola p {
  margin-top: 30px;
  margin-bottom: 15px;
}
/* 20th Contest promo */
#block-front-20thcontest {
  background-color: #000;
  background-image: url('/assets/images/front_20thcontest_bg-xs.jpg');
  background-position: center center;
  background-size: auto 100%;
  padding-top: 15px;
  padding-bottom: 30px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  #block-front-20thcontest {
    background-image: url('/assets/images/front_20thcontest_bg-sm.jpg');
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #block-front-20thcontest {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#block-front-20thcontest .container {
  background-position: top center;
  background-size: auto 200px;
  background-image: url('/assets/images/front_20thcontest_splash.svg');
  background-repeat: no-repeat;
  padding-top: 15px;
}
@media (min-width: 768px) {
  #block-front-20thcontest .container {
    background-position: 95% center;
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  #block-front-20thcontest .container {
    min-height: 360px;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  #block-front-20thcontest .container {
    min-height: 400px;
    padding-top: 70px;
  }
}
#block-front-20thcontest .content {
  position: inherit !important;
}
@media (max-width: 768px) {
  #block-front-20thcontest .content {
    padding-top: 200px;
  }
}
#block-front-20thcontest .heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.25px;
}
#block-front-20thcontest .h2 {
  margin-top: 10px;
}
#block-front-20thcontest .btn {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.33);
}
@media (min-width: 768px) {
  #block-front-20thcontest .btn {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #block-front-20thcontest .btn {
    margin-top: 50px;
  }
}
#block-front-20thcontest .btn:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/* Light Roast promo */
#block-front-lightroast {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 30px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#block-front-lightroast .btn {
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.33);
}
@media (min-width: 768px) {
  #block-front-lightroast {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#block-front-lightroast .container {
  padding-top: 15px;
}
@media (min-width: 768px) {
  #block-front-lightroast .container {
    background-image: url('/assets/images/front_lightroast_bg2.jpg');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  #block-front-lightroast .container {
    min-height: 360px;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  #block-front-lightroast .container {
    min-height: 400px;
    padding-top: 70px;
  }
}
#block-front-lightroast .h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #block-front-lightroast .h2 {
    margin-bottom: 35px;
  }
}
#block-front-lightroast .typewriter {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #block-front-lightroast .typewriter {
    margin-bottom: 30px;
  }
}
#block-front-lightroast .btn {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #block-front-lightroast .btn {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
/* Front Lightroast block (White background) */
#block-front-light-roast-white-bg {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
  color: #000;
  text-align: center;
}
#block-front-light-roast-white-bg .btn {
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.33);
}
@media (min-width: 768px) {
  #block-front-light-roast-white-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#block-front-light-roast-white-bg .container {
  padding-top: 15px;
  background-image: url('/assets/images/front_lightroast_bg_white.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 60%;
}
@media (min-width: 768px) {
  #block-front-light-roast-white-bg .container {
    background-position: 5% center;
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  #block-front-light-roast-white-bg .container {
    min-height: 360px;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  #block-front-light-roast-white-bg .container {
    min-height: 400px;
    padding-top: 70px;
  }
}
#block-front-light-roast-white-bg .container .typewriter {
  font-weight: 400;
}
#block-front-light-roast-white-bg .h2 {
  margin-bottom: 15px;
  letter-spacing: 2.25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 240px;
}
@media (min-width: 768px) {
  #block-front-light-roast-white-bg .h2 {
    margin-bottom: 35px;
    font-size: 30px;
    margin-top: 20px;
  }
}
#block-front-light-roast-white-bg .typewriter {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #block-front-light-roast-white-bg .typewriter {
    margin-bottom: 30px;
  }
}
#block-front-light-roast-white-bg .btn {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media (min-width: 992px) {
  #block-front-light-roast-white-bg .btn {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
/* Clever Smartass Promo */
#block-front-smartass-clever {
  background-image: url(/assets/images/panel_chalk_bg-xs.jpg);
  background-position: center center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #block-front-smartass-clever {
    background-image: url(/assets/images/panel_chalk_bg-sm.jpg);
    background-size: cover;
  }
}
#block-front-smartass-clever .smartass-clever-wrapper .container {
  margin: 45px auto;
}
@media (min-width: 768px) {
}
#block-front-smartass-clever .smartass-clever-wrapper .text {
  color: #fff;
  text-align: center;
}
#block-front-smartass-clever .smartass-clever-wrapper .text img.smartass-icon {
  margin: 15px auto 30px auto;
  display: block;
  text-align: center;
}
#block-front-smartass-clever .smartass-clever-wrapper .text h2 {
  margin: -8px auto;
  letter-spacing: 4px;
  font-size: 36px;
  font-weight: 200;
}
@media (min-width: 768px) {
  #block-front-smartass-clever .smartass-clever-wrapper .text .chalk {
    max-width: none;
    width: 105%;
  }
}
#block-front-smartass-clever .smartass-clever-wrapper .text p.cheeky {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 24px;
  margin: 15px auto;
}
@media (min-width: 768px) {
  #block-front-smartass-clever .smartass-clever-wrapper .text p.cheeky {
    margin-bottom: 30px;
  }
}
#block-front-smartass-clever .smartass-clever-wrapper .text p.new-smartass {
  margin-bottom: 45px;
  font-size: 18px;
}
@media (min-width: 768px) {
  #block-front-smartass-clever .smartass-clever-wrapper .text p.new-smartass {
    margin-bottom: 60px;
  }
}
#block-front-smartass-clever .smartass-clever-wrapper .text .btn.btn-default {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #block-front-smartass-clever .smartass-clever-wrapper .package img.package {
    max-width: 60%;
    display: block;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #block-front-smartass-clever .smartass-clever-wrapper .package img.package {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  #block-front-smartass-clever .smartass-clever-wrapper .package img.package {
    margin: auto;
  }
}
/* Superior Seal promo */
#block-front-superiorseal {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
  color: #000;
  text-align: center;
}
#block-front-superiorseal .btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #block-front-superiorseal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#block-front-superiorseal .container {
  padding-top: 15px;
}
@media (min-width: 768px) {
  #block-front-superiorseal .container {
    background-image: url('/assets/images/front_superiorseal_bg2.jpg');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  #block-front-superiorseal .container {
    min-height: 360px;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  #block-front-superiorseal .container {
    min-height: 400px;
    padding-top: 70px;
  }
}
#block-front-superiorseal .typewriter {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #block-front-superiorseal .typewriter {
    margin-bottom: 30px;
  }
}
#block-front-superiorseal .btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #block-front-superiorseal .btn {
    margin-top: 25px;
  }
}
/* Best Place promo & also used for most trusted brand */
#block-front-bestplace {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 30px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#block-front-bestplace .btn {
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.33);
}
@media (min-width: 768px) {
  #block-front-bestplace {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #block-front-bestplace .container {
    background-image: url('/assets/images/front_bestplace_most_trusted_bg.jpg');
    background-position: 95% center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  #block-front-bestplace .container {
    min-height: 360px;
  }
}
@media (min-width: 1200px) {
  #block-front-bestplace .container {
    min-height: 400px;
  }
}
#block-front-bestplace .typewriter {
  margin-top: 30px;
}
#block-front-bestplace .h2 span {
  font-size: 14px;
  display: block;
}
@media (min-width: 768px) {
  #block-front-bestplace .h2 span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #block-front-bestplace .h2 span {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  #block-front-bestplace .h2 span {
    margin-top: 75px;
  }
}
/* Full Press promo */
#block-front-fullpress {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}
#block-front-fullpress .btn {
  margin-top: 15px;
}
@media (min-width: 992px) {
  #block-front-fullpress .btn {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  #block-front-fullpress {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #block-front-fullpress {
    margin-top: 0px;
  }
}
#block-front-fullpress .container {
  background-image: url('/assets/images/front_fullpress2_bg.jpg');
  background-position: top center;
  background-size: auto 53%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #block-front-fullpress .container {
    background-position: 5% center;
    background-size: auto 100%;
  }
}
@media (min-width: 992px) {
  #block-front-fullpress .container {
    min-height: 360px;
  }
}
@media (min-width: 1200px) {
  #block-front-fullpress .container {
    min-height: 400px;
  }
}
#block-front-fullpress .typewriter {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #block-front-fullpress .typewriter {
    font-size: 24px;
  }
}
#block-front-fullpress .h2 {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-top: 240px;
}
@media (min-width: 768px) {
  #block-front-fullpress .h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #block-front-fullpress .h2 {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  #block-front-fullpress .h2 {
    margin-top: 100px;
  }
}
/* Circle promo */
#block-front-circle {
  background-image: url('/assets/images/front_20years_bg.jpg');
  background-position: center center;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
}
#block-front-circle .circle {
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background: rgba(213, 42, 30, 0.8);
  width: 200px;
  height: 200px;
  padding-top: 35px;
  animation-delay: 0.8s;
}
@media (min-width: 768px) {
  #block-front-circle .circle {
    padding-top: 90px;
    width: 400px;
    height: 400px;
  }
}
#block-front-circle .h2 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #block-front-circle .h2 {
    margin-bottom: inherit;
  }
}
#block-front-circle p {
  font-size: 12px;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  #block-front-circle p {
    font-size: 16px;
    padding: 30px 90px;
  }
}
/* Front teaser panels */
#block-front-teasers {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #block-front-teasers {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
#block-front-teasers .row > div:first-of-type {
  border-right: 1px dashed #bab8bb;
}
#block-front-teasers .img-wheretobuy {
  width: 67%;
  max-width: 150px;
  height: auto;
}
#block-front-teasers .img-coldbrew {
  width: 100%;
  max-width: 270px;
  height: auto;
  margin-bottom: 10px;
}
#block-front-teasers .h2 {
  color: #D52B1E;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 1.5px;
}
#block-front-teasers .typewriter {
  margin-top: 5px;
  margin-bottom: 20px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
#block-front-teasers p {
  margin-top: 10px;
  margin-bottom: 20px;
}
#block-front-teasers .col-xs-6 .button-container {
  display: inline-block;
}
/****** Organic page *******/
.path-node-97 .field--name-field-subtitle {
  background-image: url('../images/logo_organic_certifications.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 33px;
}
@media (min-width: 768px) {
  .path-node-97 .field--name-field-subtitle {
    background-size: auto 75px;
  }
}
/****** Fairtrade page *******/
.path-node-70 .field--name-field-subtitle {
  background-image: url('../images/logo_fairtrade.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 5px;
}
@media (min-width: 768px) {
  .path-node-70 .field--name-field-subtitle {
    background-size: auto 70px;
  }
}
.path-node-70 .paragraph--type--text:first-of-type {
  background-color: #000;
  color: #fff;
  line-height: 1.1;
}
.path-node-70 .paragraph--type--text:first-of-type .field--name-field-item-textarea {
  padding-right: 25%;
  background-image: url('/assets/images/fairtrade_beans_bg.svg');
  background-position: 250px -40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--text:first-of-type .field--name-field-item-textarea {
    padding-right: 20%;
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .path-node-70 .paragraph--type--text:first-of-type .field--name-field-item-textarea {
    padding-right: 0%;
  }
}
.path-node-70 .paragraph--type--text:first-of-type h3 {
  font-weight: 600;
  font-size: 19px;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--text:first-of-type h3 {
    font-size: 34px;
  }
}
.path-node-70 .paragraph--type--text:first-of-type li {
  color: #999;
  font-size: 16px;
  margin-top: 15px;
  margin-left: 0px;
  list-style: none;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--text:first-of-type li {
    font-size: 30px;
  }
}
.path-node-70 .paragraph--type--text:first-of-type li:nth-of-type(1) {
  animation-delay: 0.75s;
}
.path-node-70 .paragraph--type--text:first-of-type li:nth-of-type(2) {
  animation-delay: 1.75s;
}
.path-node-70 .paragraph--type--text:first-of-type li:nth-of-type(3) {
  animation-delay: 2.75s;
}
.path-node-70 .paragraph--type--text:first-of-type li:nth-of-type(4) {
  animation-delay: 3.75s;
}
.path-node-70 .paragraph--type--text-pullquote .field--name-field-item-textarea p:first-child:first-letter {
  font-weight: 700;
  float: left;
  line-height: 1;
  padding: 0px 5px 3px 0px;
  font-size: 42px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--text-pullquote .field--name-field-item-textarea p:first-child:first-letter {
    margin-top: -10px;
    padding: 0px 7px 5px 0px;
    font-size: 76px;
  }
}
.path-node-70 .paragraph--type--markup {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #fff;
  background-color: #191919;
  background-image: url('/assets/images/fairtrade_infographic_bg_sm.jpg');
  background-position: center center;
  background-repeat: repeat-y;
  text-align: center;
  background-size: 768px auto;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--markup {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('/assets/images/fairtrade_infographic_bg.jpg');
    background-size: 1100px auto;
  }
}
@media (min-width: 992px) {
  .path-node-70 .paragraph--type--markup {
    background-size: 1200px auto;
  }
}
@media (min-width: 1200px) {
  .path-node-70 .paragraph--type--markup {
    background-size: 1500px auto;
  }
}
.path-node-70 .paragraph--type--markup .col-sm-6 {
  border-right: 1px dotted #999;
}
@media (max-width: 992px) {
  .path-node-70 .paragraph--type--markup .col-sm-6:nth-of-type(1),
  .path-node-70 .paragraph--type--markup .col-sm-6:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .path-node-70 .paragraph--type--markup .col-sm-6:nth-of-type(2) {
    border-right: 0px;
  }
}
.path-node-70 .paragraph--type--markup .clear-break {
  clear: left;
}
@media (min-width: 992px) {
  .path-node-70 .paragraph--type--markup .clear-break {
    clear: none;
  }
}
.path-node-70 .paragraph--type--markup .col-sm-6:last-of-type {
  border-right: 0px;
}
.path-node-70 .paragraph--type--markup img {
  max-width: 100%;
  margin: 10px 0px;
}
.path-node-70 .paragraph--type--markup img.img-award {
  height: 70px;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--markup img.img-award {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .path-node-70 .paragraph--type--markup img.img-award {
    height: 100px;
    margin-bottom: -20px;
  }
}
@media (min-width: 1200px) {
  .path-node-70 .paragraph--type--markup img.img-award {
    height: 90px;
  }
}
.path-node-70 .paragraph--type--markup .callout-1,
.path-node-70 .paragraph--type--markup .callout-2 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  animation-delay: 0.67s;
}
.path-node-70 .paragraph--type--markup .callout-1 {
  font-size: 55px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--markup .callout-1 {
    font-size: 84px;
  }
}
.path-node-70 .paragraph--type--markup .callout-2 {
  font-size: 20px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--markup .callout-2 {
    font-size: 30px;
  }
}
.path-node-70 .paragraph--type--markup .callout-1 + .callout-2 {
  margin-top: -15px;
  margin-bottom: 10px;
}
.path-node-70 .paragraph--type--markup .details {
  font-family: 'Schmutz W01', 'Courier New', Courier, monospace;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .path-node-70 .paragraph--type--markup .details {
    font-size: 20px;
    letter-spacing: 1.66px;
  }
}
/* Dream Then Do Landing Page */
.path-node-282 .splash-title {
  display: none;
}
.path-node-282 .splash-title ~ .field {
  padding-top: 0;
}
.path-node-282 .splash-title ~ .field--name-field-content-fluid2 > .field--item:first-of-type .paragraph {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea {
    margin-top: 22px;
  }
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea p:nth-child(2):first-letter {
  font-weight: 700;
  float: left;
  line-height: 1;
  padding: 0px 5px 3px 0px;
  font-size: 42px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea p:nth-child(2):first-letter {
    margin-top: -10px;
    padding: 0px 7px 5px 0px;
    font-size: 76px;
  }
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 p.quote::after {
  display: none;
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px dashed #d5d5d5;
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
  border-top: 1px dashed #d5d5d5;
  padding: 20px 0 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li:last-of-type {
  margin-bottom: 20px;
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li a {
  text-decoration: none;
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li a span.icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: -20px;
}
@media (min-width: 992px) {
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li a span.icon.icon-pin {
  background-image: url('/assets/images/icon_storelocator.svg');
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li a span.icon.ground {
  background-image: url('/sites/default/files/styles/blend_icon/public/images/fair_trade_ground_coffee.png');
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li a span.icon.whole-bean {
  background-image: url('/sites/default/files/styles/blend_icon/public/images/whole_bean_fair_trade_coffee.png');
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li a span.icon.cold-brew {
  background-image: url('/assets/images/cb_snowflake_mask.svg');
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li.store-locator a {
  display: inline-block;
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: -20px;
  background-image: url(/assets/images/icon_storelocator.svg);
  background-size: 60px 60px;
  padding-left: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 ul li.store-locator a span {
  display: none;
}
/* Hides on mobile */
@media (max-width: 991px) {
  .path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 p.quote,
  .path-node-282 .paragraph--type--text-pullquote .field--name-field-item-textarea2 p.quote + p {
    display: none;
  }
}
/****** Contact page *******/
@media (max-width: 768px) {
  iframe.contact-embed {
    width: 1px !important;
    min-width: 100% !important;
    *width: 100% !important;
  }
}
/****** Where to Buy page *******/
body.path-node-103 div.main-container > .row > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
table .icon-ca:before,
table .icon-usa:before {
  content: " ";
  display: inline-block;
  vertical-align: -3px;
  width: 35px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  border-right: 1px dotted #9B9B9B;
  margin-right: 9px;
}
table .icon-ca:before {
  background-image: url('../images/icon_canadaflag.svg');
}
table .icon-usa:before {
  background-image: url('../images/icon_usaflag.svg');
}
table.store-list {
  width: 100%;
  margin-top: 5px;
}
table.store-list td {
  padding: 2px;
}
table.store-list tbody td {
  color: #aaa;
}
.btn .icon-ca,
.btn .icon-usa {
  padding-left: 24px;
}
.btn .icon.icon-ca {
  background-image: url('../images/icon_canadaflag.svg');
}
.btn .icon.icon-usa {
  background-image: url('../images/icon_usaflag.svg');
}
iframe.locator-embed {
  width: 1px;
  min-width: 100%;
  *width: 100%;
  height: 1220px;
}
@media (min-width: 768px) {
  iframe.locator-embed {
    margin-top: -50px;
    height: 1100px;
  }
}
@media (min-width: 992px) {
  iframe.locator-embed {
    margin-top: -50px;
    width: 530px;
  }
}
@media (min-width: 1200px) {
  iframe.locator-embed {
    margin-top: -90px;
    width: 650px;
  }
}
@media (min-width: 768px) {
  html:lang(fr) iframe.locator-embed {
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  html:lang(fr) iframe.locator-embed {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  html:lang(fr) iframe.locator-embed {
    margin-top: -35px;
  }
}
/*
* Coldbrew Locator Block (Destini)
*/
@media (min-width: 768px) {
  section#block-cold-brew-wheretobuy .container.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
}
section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper {
  padding: 0 15px;
}
@media (min-width: 768px) {
  section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.bg {
    flex: 0 0 40%;
    max-width: 40%;
    background-image: url(/assets/images/cb_wheretobuy_bg_sm.jpg);
    background-repeat: no-repeat;
    background-position: 15px top;
    background-size: 270px 270px;
    min-height: 280px;
  }
}
@media (min-width: 992px) {
  section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.bg {
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.bg {
    min-height: 380px;
  }
}
@media (min-width: 768px) {
  section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.form {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.form input[type="text"],
section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.form input[type="submit"] {
  display: inline-block;
}
section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.form input[type="text"] {
  max-width: 50%;
  margin-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.form input[type="text"] {
    max-width: 100px;
  }
}
section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.form > h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 768px) {
  section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.form > h2 {
    font-size: 36px;
  }
}
section#block-cold-brew-wheretobuy .container.flex-wrapper > .item-wrapper.form > p.lead {
  text-align: center;
  margin: auto auto 45px;
}
.locator-embed-loading {
  display: none;
}
@media (min-width: 768px) {
  .locator-embed-loading {
    display: block;
    content: 'Loading...';
    font-size: 24px;
    color: #999;
  }
}
p.buy-online {
  font-weight: 600;
  font-size: 14px;
  padding-left: 40px;
  background-image: url('../images/icon_cart.svg');
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 1.25;
  margin: 30px 0px 15px 0px;
}
.path-node-103 .paragraph--type--text-pullquote .field--name-field-item-textarea2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .path-node-103 .paragraph--type--text-pullquote .field--name-field-item-textarea2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .path-node-103 .paragraph--type--text-pullquote .field--name-field-item-textarea2 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .path-node-103 .paragraph--type--text-pullquote .field--name-field-item-textarea2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .path-node-103 .paragraph--type--text-pullquote .field--name-field-item-textarea2 {
    margin-left: 16.66666667%;
  }
}
/****** Big Ideas page *******/
#block-block-ideas-splash {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #block-block-ideas-splash {
    margin-top: 75px;
  }
}
#block-block-ideas-splash .field--name-body {
  text-align: center;
}
.path-node-93 h1 {
  text-align: center;
}
.path-node-93 .regular-title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .path-node-93 .regular-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .path-node-93 .regular-title .field--name-body {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.bubble {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  height: 280px;
  opacity: 0.8;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: opacity 0.5s, background-size 0.5s, ease-in;
}
@media (min-width: 768px) {
  .bubble {
    display: inline-block;
    width: 260px;
    height: 260px;
  }
}
@media (min-width: 992px) {
  .bubble {
    width: 330px;
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .bubble {
    width: 430px;
    height: 430px;
  }
}
.bubble:hover {
  z-index: 10;
  opacity: 1;
  background-size: 101%;
}
.bubble h2 {
  position: absolute;
  top: 39%;
  left: 0px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  transition: letter-spacing 0.5s, ease-in;
}
@media (min-width: 992px) {
  .bubble h2 {
    font-size: 34px;
    letter-spacing: 2.67px;
    top: 42%;
  }
}
.bubble:hover h2 {
  letter-spacing: 2.5px;
}
@media (min-width: 992px) {
  .bubble:hover h2 {
    font-size: 34px;
    letter-spacing: 3.5px;
  }
}
.bubble .link-wrapper {
  position: absolute;
  bottom: 24%;
  left: 0px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .bubble .link-wrapper {
    bottom: 25%;
  }
}
/*
.bubble a:after {
	content: " ";
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
*/
.bubble.bubble-fairtrade {
  background-image: url('../images/fairtrade_coffee_beans.jpg');
}
.bubble.bubble-organic {
  background-image: url('../images/organic_coffee_beans.jpg');
}
.bubble.bubble-sustainable {
  background-image: url('../images/sustainable_coffee.jpg');
}
.bubble:nth-of-type(2) {
  margin-top: -45px;
  margin-bottom: -45px;
}
@media (min-width: 768px) {
  .bubble:nth-of-type(2) {
    margin-top: inherit;
    margin-bottom: inherit;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 992px) {
  .bubble:nth-of-type(2) {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 1200px) {
  .bubble:nth-of-type(2) {
    margin-left: -90px;
    margin-right: -90px;
  }
}
/****** Values page *******/
.path-node-211 .paragraph--type--text-image-alternating li {
  text-align: left;
}
.path-node-211 .paragraph--type--text-image-alternating h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .path-node-211 .paragraph--type--text-image-alternating h3 {
    font-size: 36px;
  }
}
.path-node-211 .paragraph--type--text-image-alternating .typewriter {
  margin-bottom: 30px;
}
.values {
  text-align: center;
}
@media (min-width: 768px) {
  .values {
    margin-top: -60px;
    margin-bottom: -150px;
  }
}
.values a.value {
  display: inline-block;
  background-position: top center;
  background-size: auto 70%;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 90px;
  transition: background-size 0.5s, ease-in;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .values a.value {
    width: 19.5%;
    font-size: 14px;
  }
}
.values a.value:hover {
  background-size: auto 75%;
  transition: background-size 0.5s, ease-in;
}
.values.row {
  text-align: center;
}
.values .value.awake {
  background-image: url('../images/icon_values_awake_dark.png');
}
.values .value.authentic {
  background-image: url('../images/icon_values_authentic_dark.png');
}
.values .value.inclusive {
  background-image: url('../images/icon_values_inclusive_dark.png');
}
.values .value.curious {
  background-image: url('../images/icon_values_curious_dark.png');
}
.values .value.courageous {
  background-image: url('../images/icon_values_courageous_dark.png');
}
/****** Cafe page *******/
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 7px;
  text-decoration: none !important;
  letter-spacing: 1px;
  font-size: 14px;
  border-color: #000;
  padding-left: 32px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #000;
  background-image: url('../images/icon_doc.svg');
}
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"]:focus,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"]:active:focus,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].active:focus,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].focus,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"]:active.focus,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"]:hover,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"]:focus,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].focus {
  color: #000;
  text-decoration: none;
}
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"]:active,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].disabled,
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"][disabled],
fieldset[disabled] .path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].disabled,
fieldset[disabled] a.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"] {
  pointer-events: none;
}
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: .25em;
}
.path-node-95 .field--name-field-item-textarea2 a[href*="inline-files"].icon-after .glyphicon {
  margin-left: .25em;
  margin-right: -0.25em;
}
/****** Getting Here page *******/
#block-locationmap {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #block-locationmap {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #block-locationmap {
    margin-top: 60px;
  }
}
#block-locationmap iframe {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  #block-locationmap iframe {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #block-locationmap iframe {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #block-locationmap iframe {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .path-node-106 .field--name-field-image {
    display: none;
  }
}
/****************** ?Full Press Journal *******************/
body.path-node-186,
body.user-logged-in.page-node-type-issue .region-header,
body.user-logged-in.page-node-type-story .region-header {
  margin-top: 60px !important;
}
body.page-node-type-issue,
body.page-node-type-story,
body.path-node-186,
body.path-node-205,
body.path-node-206,
body.path-node-207,
body.path-node-208 {
  background-image: none;
  color: #4A4A4A;
  padding-top: 49px;
  font-size: 15px;
  /****** Header bar & nav ******/
  /**** Footer menu ****/
}
@media (min-width: 768px) {
  body.page-node-type-issue,
  body.page-node-type-story,
  body.path-node-186,
  body.path-node-205,
  body.path-node-206,
  body.path-node-207,
  body.path-node-208 {
    padding-top: 0px !important;
    font-size: 14px;
  }
}
body.page-node-type-issue .headroom--unpinned,
body.page-node-type-story .headroom--unpinned,
body.path-node-186 .headroom--unpinned,
body.path-node-205 .headroom--unpinned,
body.path-node-206 .headroom--unpinned,
body.path-node-207 .headroom--unpinned,
body.path-node-208 .headroom--unpinned {
  transform: none;
}
body.page-node-type-issue .region-header,
body.page-node-type-story .region-header,
body.path-node-186 .region-header,
body.path-node-205 .region-header,
body.path-node-206 .region-header,
body.path-node-207 .region-header,
body.path-node-208 .region-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  margin: 0px;
  /*background-color: rgba(255,255,255,0.85);*/
  background-color: #fff;
}
body.page-node-type-issue #block-fullpress-branding,
body.page-node-type-story #block-fullpress-branding,
body.path-node-186 #block-fullpress-branding,
body.path-node-205 #block-fullpress-branding,
body.path-node-206 #block-fullpress-branding,
body.path-node-207 #block-fullpress-branding,
body.path-node-208 #block-fullpress-branding {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
body.page-node-type-issue #block-fullpress-branding .logo,
body.page-node-type-story #block-fullpress-branding .logo,
body.path-node-186 #block-fullpress-branding .logo,
body.path-node-205 #block-fullpress-branding .logo,
body.path-node-206 #block-fullpress-branding .logo,
body.path-node-207 #block-fullpress-branding .logo,
body.path-node-208 #block-fullpress-branding .logo {
  display: inline-block;
  width: 60px;
}
@media (min-width: 768px) {
  body.page-node-type-issue #block-fullpress-branding .logo,
  body.page-node-type-story #block-fullpress-branding .logo,
  body.path-node-186 #block-fullpress-branding .logo,
  body.path-node-205 #block-fullpress-branding .logo,
  body.path-node-206 #block-fullpress-branding .logo,
  body.path-node-207 #block-fullpress-branding .logo,
  body.path-node-208 #block-fullpress-branding .logo {
    width: 100px;
  }
}
body.page-node-type-issue #block-fullpress-branding a:hover,
body.page-node-type-story #block-fullpress-branding a:hover,
body.path-node-186 #block-fullpress-branding a:hover,
body.path-node-205 #block-fullpress-branding a:hover,
body.path-node-206 #block-fullpress-branding a:hover,
body.path-node-207 #block-fullpress-branding a:hover,
body.path-node-208 #block-fullpress-branding a:hover {
  text-decoration: none;
}
body.page-node-type-issue #block-fullpress-branding .logo img,
body.page-node-type-story #block-fullpress-branding .logo img,
body.path-node-186 #block-fullpress-branding .logo img,
body.path-node-205 #block-fullpress-branding .logo img,
body.path-node-206 #block-fullpress-branding .logo img,
body.path-node-207 #block-fullpress-branding .logo img,
body.path-node-208 #block-fullpress-branding .logo img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 5px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  body.page-node-type-issue #block-fullpress-branding .logo img,
  body.page-node-type-story #block-fullpress-branding .logo img,
  body.path-node-186 #block-fullpress-branding .logo img,
  body.path-node-205 #block-fullpress-branding .logo img,
  body.path-node-206 #block-fullpress-branding .logo img,
  body.path-node-207 #block-fullpress-branding .logo img,
  body.path-node-208 #block-fullpress-branding .logo img {
    padding-top: 25px;
    margin-bottom: -30px;
  }
}
body.page-node-type-issue #block-fullpress-branding .fullpress-wrapper,
body.page-node-type-story #block-fullpress-branding .fullpress-wrapper,
body.path-node-186 #block-fullpress-branding .fullpress-wrapper,
body.path-node-205 #block-fullpress-branding .fullpress-wrapper,
body.path-node-206 #block-fullpress-branding .fullpress-wrapper,
body.path-node-207 #block-fullpress-branding .fullpress-wrapper,
body.path-node-208 #block-fullpress-branding .fullpress-wrapper {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  body.page-node-type-issue #block-fullpress-branding .fullpress-wrapper,
  body.page-node-type-story #block-fullpress-branding .fullpress-wrapper,
  body.path-node-186 #block-fullpress-branding .fullpress-wrapper,
  body.path-node-205 #block-fullpress-branding .fullpress-wrapper,
  body.path-node-206 #block-fullpress-branding .fullpress-wrapper,
  body.path-node-207 #block-fullpress-branding .fullpress-wrapper,
  body.path-node-208 #block-fullpress-branding .fullpress-wrapper {
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
body.page-node-type-issue #block-fullpress-branding .journal-title,
body.page-node-type-story #block-fullpress-branding .journal-title,
body.path-node-186 #block-fullpress-branding .journal-title,
body.path-node-205 #block-fullpress-branding .journal-title,
body.path-node-206 #block-fullpress-branding .journal-title,
body.path-node-207 #block-fullpress-branding .journal-title,
body.path-node-208 #block-fullpress-branding .journal-title {
  position: relative;
  font-size: 18px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  body.page-node-type-issue #block-fullpress-branding .journal-title,
  body.page-node-type-story #block-fullpress-branding .journal-title,
  body.path-node-186 #block-fullpress-branding .journal-title,
  body.path-node-205 #block-fullpress-branding .journal-title,
  body.path-node-206 #block-fullpress-branding .journal-title,
  body.path-node-207 #block-fullpress-branding .journal-title,
  body.path-node-208 #block-fullpress-branding .journal-title {
    font-size: 20px;
    letter-spacing: 2.75px;
  }
}
body.page-node-type-issue #block-fullpress-branding .slogan,
body.page-node-type-story #block-fullpress-branding .slogan,
body.path-node-186 #block-fullpress-branding .slogan,
body.path-node-205 #block-fullpress-branding .slogan,
body.path-node-206 #block-fullpress-branding .slogan,
body.path-node-207 #block-fullpress-branding .slogan,
body.path-node-208 #block-fullpress-branding .slogan {
  /*
		position: absolute;
		top: 9px;
		left: 15px;
*/
  display: none;
  font-size: 10px;
  color: #9B9B9B;
  letter-spacing: 1.65px;
}
@media (min-width: 768px) {
  body.page-node-type-issue #block-fullpress-branding .slogan,
  body.page-node-type-story #block-fullpress-branding .slogan,
  body.path-node-186 #block-fullpress-branding .slogan,
  body.path-node-205 #block-fullpress-branding .slogan,
  body.path-node-206 #block-fullpress-branding .slogan,
  body.path-node-207 #block-fullpress-branding .slogan,
  body.path-node-208 #block-fullpress-branding .slogan {
    display: block;
    /*
			position: relative;
			top: inherit;
			left: inherit
*/
  }
}
body.page-node-type-issue #block-fullpress-branding .dropdown .btn,
body.page-node-type-story #block-fullpress-branding .dropdown .btn,
body.path-node-186 #block-fullpress-branding .dropdown .btn,
body.path-node-205 #block-fullpress-branding .dropdown .btn,
body.path-node-206 #block-fullpress-branding .dropdown .btn,
body.path-node-207 #block-fullpress-branding .dropdown .btn,
body.path-node-208 #block-fullpress-branding .dropdown .btn {
  border: 0px;
}
body.page-node-type-issue #block-fullpress-branding .dropdown .navbar-toggle,
body.page-node-type-story #block-fullpress-branding .dropdown .navbar-toggle,
body.path-node-186 #block-fullpress-branding .dropdown .navbar-toggle,
body.path-node-205 #block-fullpress-branding .dropdown .navbar-toggle,
body.path-node-206 #block-fullpress-branding .dropdown .navbar-toggle,
body.path-node-207 #block-fullpress-branding .dropdown .navbar-toggle,
body.path-node-208 #block-fullpress-branding .dropdown .navbar-toggle {
  display: block;
}
body.page-node-type-issue #block-fullpress-branding .dropdown .icon-bar,
body.page-node-type-story #block-fullpress-branding .dropdown .icon-bar,
body.path-node-186 #block-fullpress-branding .dropdown .icon-bar,
body.path-node-205 #block-fullpress-branding .dropdown .icon-bar,
body.path-node-206 #block-fullpress-branding .dropdown .icon-bar,
body.path-node-207 #block-fullpress-branding .dropdown .icon-bar,
body.path-node-208 #block-fullpress-branding .dropdown .icon-bar {
  background-color: #4a4a4a;
}
body.page-node-type-issue #block-fullpress-branding .dropdown,
body.page-node-type-story #block-fullpress-branding .dropdown,
body.path-node-186 #block-fullpress-branding .dropdown,
body.path-node-205 #block-fullpress-branding .dropdown,
body.path-node-206 #block-fullpress-branding .dropdown,
body.path-node-207 #block-fullpress-branding .dropdown,
body.path-node-208 #block-fullpress-branding .dropdown {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-top: 7px;
  margin-left: -15px;
  z-index: 110;
}
@media (min-width: 768px) {
  body.page-node-type-issue #block-fullpress-branding .dropdown,
  body.page-node-type-story #block-fullpress-branding .dropdown,
  body.path-node-186 #block-fullpress-branding .dropdown,
  body.path-node-205 #block-fullpress-branding .dropdown,
  body.path-node-206 #block-fullpress-branding .dropdown,
  body.path-node-207 #block-fullpress-branding .dropdown,
  body.path-node-208 #block-fullpress-branding .dropdown {
    bottom: 25px;
  }
}
body.page-node-type-issue #block-fullpress-branding .dropdown-menu,
body.page-node-type-story #block-fullpress-branding .dropdown-menu,
body.path-node-186 #block-fullpress-branding .dropdown-menu,
body.path-node-205 #block-fullpress-branding .dropdown-menu,
body.path-node-206 #block-fullpress-branding .dropdown-menu,
body.path-node-207 #block-fullpress-branding .dropdown-menu,
body.path-node-208 #block-fullpress-branding .dropdown-menu {
  border-radius: 0px;
  border: 0px;
  opacity: 0.9;
  padding: 15px 0px;
  top: 96%;
}
body.page-node-type-issue #block-fullpress-branding .dropdown-menu a,
body.page-node-type-story #block-fullpress-branding .dropdown-menu a,
body.path-node-186 #block-fullpress-branding .dropdown-menu a,
body.path-node-205 #block-fullpress-branding .dropdown-menu a,
body.path-node-206 #block-fullpress-branding .dropdown-menu a,
body.path-node-207 #block-fullpress-branding .dropdown-menu a,
body.path-node-208 #block-fullpress-branding .dropdown-menu a {
  display: block;
  text-align: right;
  color: #4A4A4A;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 20px;
  letter-spacing: 2.25px;
}
@media (min-width: 768px) {
  body.page-node-type-issue #block-fullpress-branding .dropdown-menu a,
  body.page-node-type-story #block-fullpress-branding .dropdown-menu a,
  body.path-node-186 #block-fullpress-branding .dropdown-menu a,
  body.path-node-205 #block-fullpress-branding .dropdown-menu a,
  body.path-node-206 #block-fullpress-branding .dropdown-menu a,
  body.path-node-207 #block-fullpress-branding .dropdown-menu a,
  body.path-node-208 #block-fullpress-branding .dropdown-menu a {
    font-size: 11px;
    letter-spacing: 1.83px;
  }
}
body.page-node-type-issue .region-footer nav a,
body.page-node-type-story .region-footer nav a,
body.path-node-186 .region-footer nav a,
body.path-node-205 .region-footer nav a,
body.path-node-206 .region-footer nav a,
body.path-node-207 .region-footer nav a,
body.path-node-208 .region-footer nav a {
  font-weight: 700;
  font-size: 11px;
  color: #4A4A4A;
  letter-spacing: 1.83px;
  text-transform: uppercase;
}
body.page-node-type-issue .region-footer nav,
body.page-node-type-story .region-footer nav,
body.path-node-186 .region-footer nav,
body.path-node-205 .region-footer nav,
body.path-node-206 .region-footer nav,
body.path-node-207 .region-footer nav,
body.path-node-208 .region-footer nav {
  width: 100%;
}
@media (min-width: 768px) {
  body.page-node-type-issue .region-footer nav,
  body.page-node-type-story .region-footer nav,
  body.path-node-186 .region-footer nav,
  body.path-node-205 .region-footer nav,
  body.path-node-206 .region-footer nav,
  body.path-node-207 .region-footer nav,
  body.path-node-208 .region-footer nav {
    width: 67%;
  }
}
@media (min-width: 768px) {
  body.page-node-type-issue .region-footer .menu.social,
  body.page-node-type-story .region-footer .menu.social,
  body.path-node-186 .region-footer .menu.social,
  body.path-node-205 .region-footer .menu.social,
  body.path-node-206 .region-footer .menu.social,
  body.path-node-207 .region-footer .menu.social,
  body.path-node-208 .region-footer .menu.social {
    text-align: right;
    margin-right: -35px;
  }
}
body.page-node-type-issue #block-views-blog-promoted-footer .views-row,
body.page-node-type-story #block-views-blog-promoted-footer .views-row,
body.path-node-186 #block-views-blog-promoted-footer .views-row,
body.path-node-205 #block-views-blog-promoted-footer .views-row,
body.path-node-206 #block-views-blog-promoted-footer .views-row,
body.path-node-207 #block-views-blog-promoted-footer .views-row,
body.path-node-208 #block-views-blog-promoted-footer .views-row {
  display: none;
}
/**** Full Press Journal - front ****/
.view-journal-front {
  margin-left: -15px;
  margin-right: -15px;
}
.view-journal-front .views-row {
  position: relative;
}
@media (min-width: 768px) {
  .views-journal-front .views-row:first-of-type {
    margin-top: 100px;
  }
}
.view-journal-front .views-row .bubble {
  position: absolute;
  left: 8%;
  bottom: 5%;
  width: 180px;
  height: 180px;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  transition: opacity 0.5s, background-size 0.5s, ease-in;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .view-journal-front .views-row .bubble {
    bottom: 10%;
    width: 260px;
    height: 260px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .view-journal-front .views-row .bubble {
    width: 300px;
    height: 300px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .view-journal-front .views-row .bubble {
    width: 340px;
    height: 340px;
  }
}
.view-journal-front .views-row {
  height: 250px;
}
@media (min-width: 768px) {
  .view-journal-front .views-row {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .view-journal-front .views-row {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .view-journal-front .views-row .btn {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .view-journal-front .views-row:nth-of-type(1),
  .view-journal-front .views-row:nth-of-type(3),
  .view-journal-front .views-row:nth-of-type(5),
  .view-journal-front .views-row:nth-of-type(7),
  .view-journal-front .views-row:nth-of-type(9) {
    background-position: center left;
  }
}
@media (max-width: 991px) {
  .view-journal-front .views-row:nth-of-type(2),
  .view-journal-front .views-row:nth-of-type(4),
  .view-journal-front .views-row:nth-of-type(6),
  .view-journal-front .views-row:nth-of-type(8),
  .view-journal-front .views-row:nth-of-type(10) {
    background-position: center right;
  }
}
.view-journal-front .views-row:nth-of-type(2) .bubble,
.view-journal-front .views-row:nth-of-type(4) .bubble,
.view-journal-front .views-row:nth-of-type(6) .bubble,
.view-journal-front .views-row:nth-of-type(8) .bubble,
.view-journal-front .views-row:nth-of-type(10) .bubble {
  right: 8%;
  left: inherit;
}
.view-journal-front .views-row .bubble-inner {
  position: absolute;
  left: 17%;
  bottom: 25%;
}
@media (min-width: 768px) {
  .view-journal-front .views-row .bubble-inner {
    left: 20%;
  }
}
.view-journal-front .views-row .field-issue {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.71px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .view-journal-front .views-row .field-issue {
    font-size: 12px;
  }
}
.view-journal-front .views-row .field-title a {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.2px;
  max-width: 85%;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 768px) {
  .view-journal-front .views-row .field-title a {
    font-size: 22px;
    letter-spacing: 1.33px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .view-journal-front .views-row .field-title a {
    font-size: 26px;
    letter-spacing: 1.62px;
    max-width: 80%;
    margin-bottom: 25px;
  }
}
.view-journal-front .views-row .field-title a:hover {
  text-decoration: none;
}
.path-node-186 .regular-image,
.path-node-186 .regular-title {
  display: none;
}
/**** Journal TOC - Table of Contents ****/
.fullpress-toc {
  position: fixed;
  top: 37px;
  right: 0px;
  z-index: 20;
  width: 140px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 90%;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .fullpress-toc {
    top: 85px;
  }
}
.user-logged-in .fullpress-toc {
  top: 142px;
}
.fullpress-toc .block-inner {
  position: relative;
}
.fullpress-toc .view-header {
  text-align: right;
}
.fullpress-toc .toc-title {
  color: #fff;
  display: inline-block;
  font-size: 0px;
  height: 48px;
  width: 140px;
  background-image: url('../images/toc_toggle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.fullpress-toc:hover .toc-title {
  opacity: 1;
}
.fullpress-toc:hover {
  overflow-y: scroll;
}
.fullpress-toc .view-content {
  position: absolute;
  max-width: 360px;
  right: -140px;
  -webkit-transition: right 0.5s, opacity 0.5s, ease-in;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
}
/* Open state */
.fullpress-toc:hover {
  width: 85%;
  max-width: 360px;
}
.fullpress-toc:hover .view-content {
  position: relative;
  /* temporary solution */
  right: 0px;
  opacity: 1;
  padding: 5px 15px;
}
.fullpress-toc .views-row {
  min-height: 115px;
  padding: 15px 0px;
  border-bottom: 1px dashed #9B9B9B;
}
.fullpress-toc .views-row:last-of-type {
  border-bottom: 0px;
}
.fullpress-toc .views-row a {
  text-decoration: none;
}
.fullpress-toc .views-row .views-field {
  margin-left: 100px;
}
@media (min-width: 768px) {
  .fullpress-toc .views-row .views-field {
    margin-left: 115px;
  }
}
.fullpress-toc .views-row .views-field-field-image {
  position: absolute;
  width: 85px;
  height: auto;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .fullpress-toc .views-row .views-field-field-image {
    width: 100px;
  }
}
.fullpress-toc .views-row .views-field-field-image img {
  border-radius: 100%;
}
.fullpress-toc .views-row .views-field-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .fullpress-toc .views-row .views-field-title {
    font-size: 16px;
    letter-spacing: 2.5px;
  }
}
.fullpress-toc .views-row .views-field-field-journal-storytype {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.33px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .fullpress-toc .views-row .views-field-field-journal-storytype {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.fullpress-toc .views-row .views-field-body {
  font-size: 11px;
  line-height: 1.2;
}
/**** Issue Pages ****/
.page-node-type-issue .main-container > .row > section {
  padding-left: 0px;
  padding-right: 0px;
}
.page-node-type-issue .issue-splash {
  position: relative;
}
.page-node-type-issue .overlay-wrapper {
  color: #fff;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page-node-type-issue .overlay-wrapper .overlay-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .page-node-type-issue .overlay-wrapper .overlay-inner {
    max-height: 71px;
    overflow-x: hidden;
    transition: height 0.5s ease-in;
  }
}
@media (min-width: 992px) {
  .page-node-type-issue .overlay-wrapper .overlay-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .page-node-type-issue .overlay-wrapper .overlay-inner:hover {
    max-height: inherit;
    overflow-x: inherit;
  }
}
@media (max-width: 992px) {
  .page-node-type-issue .overlay-wrapper .overlay-inner:after {
    display: block;
    content: "Editor's Note";
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 992px) {
  .page-node-type-issue .overlay-wrapper .overlay-inner:hover:after {
    display: none;
  }
}
.page-node-type-issue .journal-titles {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-node-type-issue .journal-titles {
    max-width: 33%;
    padding-right: 30px;
  }
}
.page-node-type-issue .journal-titles .field--name-field-journal-issue {
  font-size: 12px;
}
.page-node-type-issue .journal-titles h1 {
  font-size: 26px;
  margin: 0px;
}
.page-node-type-issue .overlay-inner .field--name-body {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page-node-type-issue .overlay-inner .field--name-body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .page-node-type-issue .overlay-inner .field--name-body {
    border-left: 1px dotted #BAB8BB;
    padding-left: 30px;
    max-width: 66%;
  }
}
.page-node-type-issue .overlay-inner .field--name-body a {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}
.page-node-type-issue article .field--name-body p:after {
  content: " ";
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url('../images/icon_donkey_light.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: -2px;
}
#block-views-journal-issue-list {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #block-views-journal-issue-list {
    margin-top: 60px;
  }
}
#block-views-journal-issue-list .views-row {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 768px) {
  #block-views-journal-issue-list .views-row {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #block-views-journal-issue-list .views-row {
    min-height: 620px;
  }
}
#block-views-journal-issue-list .views-row:nth-of-type(1),
#block-views-journal-issue-list .views-row:nth-of-type(3),
#block-views-journal-issue-list .views-row:nth-of-type(5),
#block-views-journal-issue-list .views-row:nth-of-type(7) {
  border: 0px;
}
@media (max-width: 992px) {
  #block-views-journal-issue-list .views-row:nth-of-type(1),
  #block-views-journal-issue-list .views-row:nth-of-type(3),
  #block-views-journal-issue-list .views-row:nth-of-type(5),
  #block-views-journal-issue-list .views-row:nth-of-type(7) {
    border-right: 1px solid #BAB8BB;
  }
}
@media (min-width: 992px) {
  #block-views-journal-issue-list .views-row:nth-of-type(1),
  #block-views-journal-issue-list .views-row:nth-of-type(2),
  #block-views-journal-issue-list .views-row:nth-of-type(4),
  #block-views-journal-issue-list .views-row:nth-of-type(5),
  #block-views-journal-issue-list .views-row:nth-of-type(7),
  #block-views-journal-issue-list .views-row:nth-of-type(8) {
    border-right: 1px solid #BAB8BB;
  }
}
#block-views-journal-issue-list h2 {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4A4A4A;
  margin: 30px 0px 15px 0px;
}
#block-views-journal-issue-list a:hover {
  text-decoration: none;
}
#block-views-journal-issue-list img {
  border-radius: 100%;
}
#block-views-journal-issue-list .views-field-field-journal-storytype {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.5px;
  font-style: italic;
}
#block-views-journal-issue-list .views-field-body {
  font-size: 14px;
  margin: 30px 0px;
}
#block-views-journal-issue-list .more-link {
  text-align: center;
  margin: 15px 0px;
}
/*

#block-views-journal-issue-list #grid[data-columns]::before {

	@media (max-width: @screen-sm-min) {
		content: '2 .column.size-1of2';
	}

	// 768px+
	@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
		content: '3 .column.size-1of3';
	}

}

#block-views-journal-issue-list .column {
	float: left;
}


#block-views-journal-issue-list .size-1of2 {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

#block-views-journal-issue-list .size-1of3 {
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
}

*/
/**** Story Pages ****/
.page-node-type-story .splash-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.page-node-type-story .splash-inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 768px) {
  .page-node-type-story .field--name-field-journal-storysplash {
    display: none;
  }
}
.page-node-type-story .splash-inner blockquote {
  border-left-color: #4A4A4A;
  font-size: 30px;
  line-height: 1.2;
  color: #4A4A4A;
}
/*.page-node-type-story .field--name-field-image {
	margin-left: -15px;
	margin-right: -15px;
}
*/
@media (max-width: 768px) {
  .page-node-type-story .regular-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  .page-node-type-story .regular-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-node-type-story .field--name-field-journal-storyissue a {
  font-weight: 700;
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 2.33px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-node-type-story .field--name-field-journal-storyissue a {
    font-size: 14px;
    letter-spacing: 2;
  }
}
.page-node-type-story .field--name-field-journal-storyissue div {
  display: inline;
}
.page-node-type-story h1.page-header {
  padding: 0px;
  margin: 15px 0px;
  font-size: 28px;
  letter-spacing: 1.67px;
}
@media (min-width: 768px) {
  .page-node-type-story h1.page-header {
    font-size: 48px;
    letter-spacing: 2.67px;
  }
}
.page-node-type-story .field--name-field-journal-storytype {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .page-node-type-story .field--name-field-journal-storytype {
    font-size: 14px;
  }
}
.page-node-type-story .field--name-body p,
.page-node-type-story .paragraph p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.page-node-type-story p.intro {
  font-size: 20px;
  color: #9B9B9B;
  line-height: 1.1;
  margin: 30px 0px;
}
@media (min-width: 768px) {
  .page-node-type-story p.intro {
    font-size: 24px;
  }
}
.page-node-type-story p.intro a {
  color: #9B9B9B;
}
.page-node-type-story blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 20px;
  color: #D0021B;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 0px 0px 0px 30px;
  margin: 30px 0px;
  border-left: 3px solid #BAB8BB;
}
.page-node-type-story blockquote p {
  line-height: inherit !important;
  margin: 0px;
}
.page-node-type-story .field--name-field-image img {
  display: block;
}
.page-node-type-story .field--name-field-content-story {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .page-node-type-story .field--name-field-content-story {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-node-type-story .paragraph--type--markup {
  margin: 30px 0px;
}
@media (min-width: 768px) {
  .page-node-type-story .paragraph--type--markup {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-node-type-story .paragraph--type--markup {
    float: left;
    width: 100%;
  }
}
.page-node-type-story .paragraph--type--image-hero {
  margin-bottom: 0px;
}
.page-node-type-story .paragraph--type--image-set-collage {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-node-type-story .paragraph--type--image-set-collage {
    float: left;
    width: 100%;
  }
}
.page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-markup {
  margin-top: 0px;
}
.page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-markup .caption {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-markup .caption {
    max-width: 73%;
  }
}
@media (min-width: 992px) {
  .page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-markup .caption {
    max-width: 64%;
  }
}
.page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-imageset .field--item {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-imageset .field--item {
    display: inline-block;
    vertical-align: bottom;
    width: 36%;
    padding: 0px;
    padding-right: 12px;
    padding-bottom: 15px;
  }
  .page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-imageset .field--item:nth-of-type(1) {
    width: 28%;
    vertical-align: bottom;
  }
  .page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-imageset .field--item:nth-of-type(2) {
    width: 33%;
  }
  .page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-imageset .field--item:nth-of-type(3) {
    width: 25%;
  }
  .page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-imageset .field--item:nth-of-type(4) {
    vertical-align: top;
    width: 34%;
  }
  .page-node-type-story .paragraph--type--image-set-collage .field--name-field-item-imageset .field--item:nth-of-type(6) {
    width: 28%;
    vertical-align: top;
  }
}
.paragraph p.donkey:after {
  width: 16px;
  height: 16px;
  content: " ";
  margin-left: 5px;
  background-image: url('../images/icon_donkey_dark.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: -2px;
}
.page-node-type-story .video-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-node-type-story .playlist.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.page-node-type-story .playlist.row .track {
  padding-bottom: 30px;
}
.page-node-type-story .playlist.row .track .track-info {
  display: inline-block;
  width: 54%;
  padding-left: 15px;
  vertical-align: top;
}
.page-node-type-story .playlist.row .track img {
  width: 43%;
  height: auto;
  max-width: 110px !important;
  display: inline-block;
  box-shadow: 0px 0px 4px #000;
  vertical-align: top;
}
.page-node-type-story .playlist.row .track span {
  display: inline-block;
}
.page-node-type-story .playlist.row .track .track-title {
  line-height: 1.1;
}
.page-node-type-story .playlist.row .track .track-artist {
  padding-top: 3px;
  padding-bottom: 5px;
  font-style: italic;
  display: block;
  line-height: 1.1;
}
.page-node-type-story .playlist.row .track .track-link {
  font-size: 11px;
}
/**** Story footer pager ****/
#block-views-journal-pager-links {
  margin-top: 30px;
}
#block-views-journal-pager-links .block-inner {
  margin-left: -30px;
  margin-right: -30px;
}
#block-views-journal-pager-links .views-row {
  min-height: 75px;
  padding: 0px 10px;
  border-right: 1px dashed #9B9B9B;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  position: relative;
}
#block-views-journal-pager-links .views-row:last-of-type {
  border-right: none;
  text-align: left;
}
#block-views-journal-pager-links .views-row a {
  text-decoration: none;
}
@media (min-width: 992px) {
  #block-views-journal-pager-links .views-row .views-field {
    margin-right: 85px;
  }
}
@media (min-width: 992px) {
  #block-views-journal-pager-links .views-row:last-of-type .views-field {
    margin-left: 85px;
    margin-right: 0px;
  }
}
#block-views-journal-pager-links .views-row .views-field-field-image {
  position: absolute;
  width: 75px;
  height: auto;
  margin-right: 0px !important;
  margin-left: 0px !important;
  right: 13px;
  top: 0px;
}
@media (max-width: 992px) {
  #block-views-journal-pager-links .views-row .views-field-field-image {
    display: none;
  }
}
#block-views-journal-pager-links .views-row:last-of-type .views-field-field-image {
  right: inherit;
  left: 10px;
}
#block-views-journal-pager-links .views-row .views-field-field-image img {
  border-radius: 100%;
}
#block-views-journal-pager-links .views-row .views-field-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  #block-views-journal-pager-links .views-row .views-field-title {
    font-size: 16px;
    letter-spacing: 2.5px;
  }
}
#block-views-journal-pager-links .views-row:first-of-type .views-field-title a:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 6px;
  background-image: url('../images/arrow_left_dark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 4px;
  font-size: 0px;
}
#block-views-journal-pager-links .views-row:last-of-type .views-field-title a:after {
  content: "";
  height: 10px;
  width: 6px;
  display: inline-block;
  background-image: url('../images/arrow_right_dark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 4px;
  font-size: 0px;
}
#block-views-journal-pager-links .views-row:first-of-type:last-of-type .views-field-title a:before {
  display: none;
}
#block-views-journal-pager-links .views-row:first-of-type:last-of-type {
  margin-left: 49%;
}
#block-views-journal-pager-links .views-row .views-field-field-journal-storytype,
#block-views-journal-pager-links .views-row .views-field-field-journal-issue {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.33px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #block-views-journal-pager-links .views-row .views-field-field-journal-storytype,
  #block-views-journal-pager-links .views-row .views-field-field-journal-issue {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
#block-views-journal-pager-links .views-row .views-field-body {
  font-size: 11px;
  line-height: 1.2;
}
/* Paragraph content styles */
.page-node-type-story p.caption {
  color: #4A4A4A;
  font-size: 11px;
  line-height: 1.25;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .page-node-type-story p.caption {
    font-size: 12px;
  }
}
.page-node-type-story .inline-image-indent .caption {
  margin-top: 10px;
}
.page-node-type-story .caption a {
  text-decoration: none;
  color: #4a4a4a;
}
.page-node-type-story .caption a:hover {
  text-decoration: none;
}
.page-node-type-story .field--name-field-journal-storysplash .caption {
  position: absolute;
  right: 30px;
  bottom: 10px;
}
.page-node-type-story .caption a[href*='instagram'],
.page-node-type-story .slide__title a[href*='instagram'],
.page-node-type-story .caption a[href*='twitter'],
.page-node-type-story .slide__title a[href*='twitter'] {
  display: block;
}
.page-node-type-story .caption a.credit:before {
  content: ' Photo: ';
  padding-left: 7px;
}
.page-node-type-story .caption a[href*='instagram']:before,
.page-node-type-story .caption a[href*='instagram']:before,
.page-node-type-story .slide__title a[href*='instagram']:before {
  content: 'Photo: ';
  padding-right: 21px;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon_instagram.svg);
  margin-right: 3px;
}
.page-node-type-story .caption a[href*='twitter']:before,
.page-node-type-story .slide__title a[href*='twitter']:before {
  content: 'Photo: ';
  padding-right: 21px;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon_twitter.svg);
  margin-right: 3px;
}
.field--name-field-content-story .paragraph--type--text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .field--name-field-content-story .paragraph--type--text {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .field--name-field-content-story .paragraph--type--text {
    float: left;
    width: 58.33333333%;
  }
}
.paragraph--type--author + .paragraph--type--text {
  clear: none;
}
@media (min-width: 768px) {
  .paragraph--type--author + .paragraph--type--text {
    right: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--author + .paragraph--type--text {
    right: 41.66666667%;
  }
}
/* Text & Image */
.page-node-type-story .paragraph--type--text-image {
  padding-top: 30px;
}
.page-node-type-story .paragraph--type--text-image .inner:before {
  border-top: 1px dashed #9B9B9B;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
  content: " ";
  display: block;
  width: auto;
}
.page-node-type-story .paragraph--type--text-image:first-child .inner:before {
  border-top: 0px;
}
.page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea {
    float: left;
    width: 58.33333333%;
  }
}
.page-node-type-story .paragraph--type--text-image .field--name-field-item-image,
.page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-node-type-story .paragraph--type--text-image .field--name-field-item-image,
  .page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea2 {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .page-node-type-story .paragraph--type--text-image .field--name-field-item-image,
  .page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .page-node-type-story .paragraph--type--text-image .field--name-field-item-image,
  .page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea2 {
    margin-left: 8.33333333%;
  }
}
.page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea2 {
  text-align: center;
}
.page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea2 h4 {
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.page-node-type-story .paragraph--type--text-image .field--name-field-item-image img {
  display: block;
}
.page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea2 {
  float: none;
}
@media (min-width: 768px) {
  .page-node-type-story .paragraph--type--text-image .field--name-field-item-textarea2 {
    float: right;
  }
}
/* Author */
.paragraph--type--author {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .paragraph--type--author {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--author {
    left: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--author {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--author {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--author {
    left: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--author {
    margin-top: -150px;
  }
}
.paragraph--type--author .field {
  margin-left: 115px;
}
@media (min-width: 768px) {
  .paragraph--type--author .field {
    margin-left: 0px;
  }
}
.paragraph--type--author .field--name-field-item-image {
  position: absolute;
  width: 100px;
  height: auto;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .paragraph--type--author .field--name-field-item-image {
    position: relative;
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.paragraph--type--author .field--name-field-item-image img {
  border-radius: 100%;
}
.paragraph--type--author .field--name-field-item-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.25px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .paragraph--type--author .field--name-field-item-text {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.paragraph--type--author .field--name-field-item-text2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .paragraph--type--author .field--name-field-item-text2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.paragraph--type--author .field--name-field-item-textarea {
  font-size: 12px;
  line-height: 1.5;
}
.paragraph--type--author a[href*='instagram'] {
  padding-left: 22px;
  display: inline-block;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon_instagram.svg);
}
.paragraph--type--author a[href*='twitter'] {
  padding-left: 22px;
  display: inline-block;
  background-position: left center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-image: url(../images/icon_twitter.svg);
}
.page-node-type-page .paragraph--type--image-set-collage .field--item {
  display: inline-block;
  width: 32.25%;
}
.page-node-type-page .paragraph--type--image-set-collage .field--item:nth-of-type(1) {
  width: 65.75%;
}
.inline-image {
  margin: 30px 0px;
}
.inline-image-indent {
  width: 100%;
  margin: 15px 0px;
}
@media (min-width: 768px) {
  .inline-image-indent {
    margin: 40px -25% 15px 40px !important;
    float: right;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .inline-image-indent {
    width: 375px;
  }
}
@media (min-width: 1200px) {
  .inline-image-indent {
    width: 500px;
    margin-right: 200px;
  }
}
.inline-image-indent-small {
  width: 100%;
  margin: 15px 0px;
}
@media (min-width: 768px) {
  .inline-image-indent-small {
    margin: 40px -25% 15px 40px !important;
    float: right;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .inline-image-indent-small {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .inline-image-indent-small {
    width: 350px;
    margin-right: 200px;
  }
}
/* Slideshow */
.paragraph--type--image-set-slideshow {
  margin: 30px 0px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.paragraph--type--image-set-slideshow .slick {
  position: relative;
}
.paragraph--type--image-set-slideshow .slide__caption {
  margin-top: 15px;
}
.paragraph--type--image-set-slideshow .slide__title {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #4A4A4A;
  width: 90%;
  line-height: 1.5;
  max-width: 190px;
}
@media (min-width: 768px) {
  .paragraph--type--image-set-slideshow .slide__title {
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--image-set-slideshow .slide__title {
    max-width: 460px;
  }
}
.paragraph--type--image-set-slideshow .slick-current .slide__title {
  display: block;
}
.paragraph--type--image-set-slideshow .slick-slide {
  opacity: 0.5;
}
.paragraph--type--image-set-slideshow .slick-slide img {
  width: auto !important;
  max-height: 190px !important;
}
@media (min-width: 768px) {
  .paragraph--type--image-set-slideshow .slick-slide img {
    width: inherit !important;
    max-height: 490px !important;
  }
}
.paragraph--type--image-set-slideshow .slick-current {
  opacity: 1;
}
.paragraph--type--image-set-slideshow .slick-prev,
.paragraph--type--image-set-slideshow .slick-next {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0px;
  font-size: 0px;
  position: absolute;
  top: 60px;
  height: 80px;
  width: 50px;
  z-index: 10;
}
@media (min-width: 992px) {
  .paragraph--type--image-set-slideshow .slick-prev,
  .paragraph--type--image-set-slideshow .slick-next {
    top: 200px;
  }
}
.paragraph--type--image-set-slideshow .slick-prev:focus,
.paragraph--type--image-set-slideshow .slick-next:focus {
  outline: 0px !important;
}
.paragraph--type--image-set-slideshow .slick-prev {
  left: 0px;
  background-image: url('../images/arrow_slideshow_left.png');
}
@media (min-width: 992px) {
  .paragraph--type--image-set-slideshow .slick-prev {
    left: 10px;
  }
}
.paragraph--type--image-set-slideshow .slick-next {
  right: 0px;
  background-image: url('../images/arrow_slideshow_right.png');
}
@media (min-width: 992px) {
  .paragraph--type--image-set-slideshow .slick-next {
    right: 10px;
  }
}
/* Social Sharing */
.paragraph--type--social-sharing {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--social-sharing {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--social-sharing {
    float: left;
    width: 58.33333333%;
  }
}
.paragraph--type--social-sharing:last-of-type {
  margin: 15px 0px;
}
/* Markup - Sidebar */
.paragraph--type--markup-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: left;
}
@media (min-width: 768px) {
  .paragraph--type--markup-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--markup-sidebar {
    left: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--markup-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--markup-sidebar {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--markup-sidebar {
    left: 58.33333333%;
  }
}
.paragraph--type--markup-sidebar + .paragraph {
  clear: none;
}
@media (min-width: 768px) {
  .paragraph--type--markup-sidebar + .paragraph {
    right: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--markup-sidebar + .paragraph {
    right: 41.66666667%;
  }
}
/*
	  .oooooo.             oooo        .o8       oooooooooo.                                             .oooooo.                                                     o8o
	 d8P'  `Y8b            `888       "888       `888'   `Y8b                                           d8P'  `Y8b                                                    `"'
	888           .ooooo.   888   .oooo888        888     888 oooo d8b  .ooooo.  oooo oooo    ooo      888           .oooo.   ooo. .oo.  .oo.   oo.ooooo.   .oooo.   oooo   .oooooooo ooo. .oo.
	888          d88' `88b  888  d88' `888        888oooo888' `888""8P d88' `88b  `88. `88.  .8'       888          `P  )88b  `888P"Y88bP"Y88b   888' `88b `P  )88b  `888  888' `88b  `888P"Y88b
	888          888   888  888  888   888        888    `88b  888     888ooo888   `88..]88..8'        888           .oP"888   888   888   888   888   888  .oP"888   888  888   888   888   888
	`88b    ooo  888   888  888  888   888        888    .88P  888     888    .o    `888'`888'         `88b    ooo  d8(  888   888   888   888   888   888 d8(  888   888  `88bod8P'   888   888
	 `Y8bood8P'  `Y8bod8P' o888o `Y8bod88P"      o888bood8P'  d888b    `Y8bod8P'     `8'  `8'           `Y8bood8P'  `Y888""8o o888o o888o o888o  888bod8P' `Y888""8o o888o `8oooooo.  o888o o888o
	                                                                                                                                             888                       d"     YD
	                                                                                                                                            o888o                      "Y88888P'
*/
/*** Padding for serving suggestions list items ***/
html:lang(en) .path-node-257 .field--name-field-blend-suggestions .field--label,
html:lang(en) .path-node-254 .field--name-field-blend-suggestions .field--label {
  font-size: 0px;
}
html:lang(en) .path-node-257 .field--name-field-blend-suggestions ul li,
html:lang(en) .path-node-254 .field--name-field-blend-suggestions ul li {
  padding-bottom: 15px;
}
html:lang(en) .path-node-257 .details-2-inner .field--name-field-blend-suggestions .field--item:before,
html:lang(en) .path-node-254 .details-2-inner .field--name-field-blend-suggestions .field--item:before {
  content: "SERVING SUGGESTIONS:";
  display: block;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: 700;
}
/* Adjusts header background color for Coldbrew and FairTade */
.path-node-70 .navbar-collapse,
.path-node-255 .navbar-collapse {
  background-color: #000;
}
body.path-node-255 .region-content {
  overflow-x: hidden;
}
/** Override for navbar-header float **/
.navbar-header {
  float: none;
}
#block-topbar-cold-brew {
  background-color: #D5D5D5;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}
#block-topbar-cold-brew .text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  font-weight: 600;
}
#block-topbar-cold-brew .snowflake {
  width: 22px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  padding-top: 3px;
}
#block-topbar-cold-brew .btn.btn-default {
  padding-top: 5px;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  #block-topbar-cold-brew .text {
    display: none;
  }
}
.path-node-255 .main-container > .row section {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
#block-front-cold-brew-promo {
  background-color: #000;
  background-image: url("/assets/images/cb_cans_promo_bg-xs.jpg");
  background-size: auto 100%;
  background-position: 65% 45px;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 15px;
}
#block-front-cold-brew-promo .container {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
}
#block-front-cold-brew-promo .row {
  padding-bottom: 30px;
}
#block-front-cold-brew-promo .row .h2 {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}
#block-front-cold-brew-promo .row .typewriter {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1.7px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
#block-front-cold-brew-promo .row p {
  font-size: 12px;
  font-weight: 100;
  line-height: 24px;
  padding-right: 25px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
#block-front-cold-brew-promo .row .btn.btn-default {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #block-front-cold-brew-promo {
    background-image: url("/assets/images/cb_cans_promo_bg-sm.jpg");
    background-position: 100% center;
    padding-bottom: 60px;
  }
  #block-front-cold-brew-promo .container {
    text-align: center;
  }
  #block-front-cold-brew-promo .container .row {
    padding-bottom: 0px;
  }
  #block-front-cold-brew-promo .container .row .h2 {
    margin-top: 45px;
    padding-top: 30px;
    font-size: 36px;
  }
  #block-front-cold-brew-promo .container .row .typewriter {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  #block-front-cold-brew-promo .container .row p {
    font-size: 14px;
    margin-bottom: 60px;
    padding-right: auto;
  }
  #block-front-cold-brew-promo .container .button-container a {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  #block-front-cold-brew-promo {
    background-position: 60% center;
  }
}
#block-front-cold-brew-promo:after {
  background-position: top right;
  background-image: url('/assets/images/curl_coldbrew_en.svg');
  position: absolute;
  content: " ";
  padding: 0px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 42px;
  top: 0px;
  right: 0px;
  width: 74px;
  height: 42px;
}
@media (min-width: 768px) {
  #block-front-cold-brew-promo:after {
    background-size: auto 53px;
    width: 130px;
    height: 75px;
  }
}
html:lang(fr) #block-front-cold-brew-promo:after {
  background-image: url('/assets/images/curl_coldbrew_fr.svg');
}
#block-cold-brew-hero {
  background-color: #1b1b1b;
  color: #fff;
  min-height: 600px;
  height: 100%;
  position: relative;
}
#block-cold-brew-hero .container {
  margin-top: 75px;
  padding-bottom: 30px;
}
#block-cold-brew-hero .container .snowflake {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
  padding-bottom: 30px;
}
#block-cold-brew-hero .container .h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}
#block-cold-brew-hero .container .typewriter {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
#block-cold-brew-hero .container .row .col {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 45px;
}
#block-cold-brew-hero .container .row .cb_label {
  text-align: center;
  font-size: 18.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 15px;
}
#block-cold-brew-hero .container .row .strength {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
}
#block-cold-brew-hero .container .row a.btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: block;
}
@media (max-width: 768px) {
  #block-cold-brew-hero .col {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #block-cold-brew-hero .snowflake {
    width: 60px !important;
    padding-bottom: 15px;
  }
  #block-cold-brew-hero .container .h2 {
    font-size: 28px;
    letter-spacing: 3.5px;
  }
  #block-cold-brew-hero .container .typewriter {
    margin-bottom: 40px;
  }
  #block-cold-brew-hero .container .col-sm-2 {
    margin-bottom: 15px;
  }
  #block-cold-brew-hero .container .cb_image {
    max-width: 100px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
#block-cold-brew-hero:after {
  background-position: top right;
  position: absolute;
  content: " ";
  background-image: url('/assets/images/curl_coldbrew_en.svg');
  padding: 0px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 42px;
  top: -1px;
  right: 0px;
  width: 74px;
  height: 42px;
}
@media (min-width: 768px) {
  #block-cold-brew-hero:after {
    background-size: auto 53px;
    width: 130px;
    height: 75px;
  }
}
@media (min-width: 992px) {
  #block-cold-brew-hero:after {
    background-size: auto 65px;
  }
}
@media (min-width: 1200px) {
  #block-cold-brew-hero:after {
    background-size: auto 75px;
  }
}
html:lang(fr) #block-cold-brew-hero:after {
  background-image: url('/assets/images/curl_coldbrew_fr.svg');
}
.path-node-255 article > .container {
  display: none;
}
#block-cold-brew-wheretobuy {
  padding-top: 30px;
  padding-bottom: 30px;
}
#block-cold-brew-why-cold-brew {
  font-size: 24px;
  color: #656565;
  height: 100%;
  background-color: #000;
}
#block-cold-brew-why-cold-brew .container {
  padding-top: 45px;
  padding-bottom: 45px;
}
#block-cold-brew-why-cold-brew .list-unstyled li:nth-of-type(1) {
  color: #fff;
  font-weight: 700;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(2) {
  animation-delay: 0.5s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(3) {
  animation-delay: 1s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(4) {
  animation-delay: 1.5s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(5) {
  animation-delay: 2s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(6) {
  animation-delay: 2.5s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(7) {
  animation-delay: 3s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(8) {
  animation-delay: 3.5s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(9) {
  animation-delay: 4s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(10) {
  animation-delay: 5s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(11) {
  animation-delay: 5.5s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:nth-of-type(12) {
  animation-delay: 6s;
}
#block-cold-brew-why-cold-brew .list-unstyled li.wow.fadeIn.animated:last-of-type:after {
  content: " ";
  width: 25px;
  height: 25px;
  margin-left: 8px;
  background-image: url('../images/icon_donkey_light.svg');
  opacity: 0.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: -2px;
}
@media (min-width: 768px) {
  #block-cold-brew-why-cold-brew {
    background-image: url("/assets/images/cb_why_cold_brew_bg-sm.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  #block-cold-brew-why-cold-brew {
    font-size: 30px;
  }
}
#block-cold-brew-things-you-should-do {
  text-align: center;
}
#block-cold-brew-things-you-should-do .container {
  padding-top: 45px;
  padding-bottom: 45px;
}
#block-cold-brew-things-you-should-do .h2 {
  letter-spacing: 2.25px;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#block-cold-brew-things-you-should-do .col {
  margin-top: 30px;
}
#block-cold-brew-things-you-should-do .col:nth-of-type(2) {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#block-cold-brew-things-you-should-do .col:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 0px;
  height: 190px;
  width: 70%;
  border-top: 1px dashed #4A4A4A;
  border-bottom: 1px dashed #4A4A4A;
}
#block-cold-brew-things-you-should-do .typewriter {
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
  letter-spacing: 1.8px;
  font-size: 20px;
}
@media (min-width: 768px) {
  #block-cold-brew-things-you-should-do {
    font-size: 20px;
  }
  #block-cold-brew-things-you-should-do .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #block-cold-brew-things-you-should-do .h2 {
    letter-spacing: 2.5px;
    font-size: 36px;
  }
  #block-cold-brew-things-you-should-do .typewriter {
    width: 100%;
  }
  #block-cold-brew-things-you-should-do .col:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 0px;
    border-top: none;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #block-cold-brew-things-you-should-do .col:nth-of-type(2):before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -30px;
    height: 85px;
    width: 100%;
    border-left: 1px dashed #4A4A4A;
    border-right: 1px dashed #4A4A4A;
    border-top: none;
    border-bottom: none;
  }
  #block-cold-brew-things-you-should-do .heart {
    padding-top: 12px;
  }
}
#block-cold-brew-can-do-list {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/cb_swirls_bg-sm.jpg");
  background-color: #000;
  background-size: auto 100%;
  font-size: 28px;
  color: #fff;
  /*** Phones ***/
}
#block-cold-brew-can-do-list .container {
  color: #656565;
  padding-top: 60px;
  padding-bottom: 45px;
}
#block-cold-brew-can-do-list .col-sm-5 {
  margin-top: 100px;
}
#block-cold-brew-can-do-list .list-unstyled li:nth-of-type(1) {
  color: #fff;
  font-weight: 700;
}
#block-cold-brew-can-do-list .list-unstyled li.wow.fadeIn.animated:nth-of-type(2) {
  animation-delay: 0.5s;
}
#block-cold-brew-can-do-list .list-unstyled li.wow.fadeIn.animated:nth-of-type(3) {
  animation-delay: 1s;
}
#block-cold-brew-can-do-list .list-unstyled li.wow.fadeIn.animated:nth-of-type(4) {
  animation-delay: 1.5s;
}
#block-cold-brew-can-do-list .list-unstyled li.wow.fadeIn.animated:nth-of-type(5) {
  animation-delay: 2s;
}
#block-cold-brew-can-do-list .list-unstyled li.wow.fadeIn.animated:nth-of-type(6) {
  animation-delay: 2.5s;
}
#block-cold-brew-can-do-list .list-unstyled li.wow.fadeIn.animated:nth-of-type(7) {
  animation-delay: 3s;
}
#block-cold-brew-can-do-list .list-unstyled li.wow.fadeIn.animated:nth-of-type(8) {
  animation-delay: 3.5s;
}
@media (min-width: 768px) {
  #block-cold-brew-can-do-list .btn-wrapper {
    text-align: right;
  }
}
@media (max-width: 768px) {
  #block-cold-brew-can-do-list {
    background-image: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    background-position: left center;
  }
}
@media (min-width: 1200px) {
  #block-cold-brew-can-do-list {
    background-position: -50px center;
  }
}
#block-cold-brew-questions {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 45px;
  /*** Phones ***/
}
#block-cold-brew-questions .col-sm-6 {
  text-align: center;
}
#block-cold-brew-questions .col-sm-6 .img-cb_can {
  padding: 40px 5px 0px 5px;
}
#block-cold-brew-questions .col-sm-6 .img-cb_get_it {
  max-width: 270px;
  width: 100%;
  height: auto;
}
#block-cold-brew-questions .col-sm-6 .h2 {
  color: #D52B1E;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}
#block-cold-brew-questions .col-sm-6 .btn {
  margin-top: 20px;
}
#block-cold-brew-questions .col-sm-6:first-of-type {
  border-right: 1px dashed #bab8bb;
}
#block-cold-brew-questions .btn .icon-cart {
  background-image: url('../images/icon_cart.svg');
}
@media (min-width: 992px) {
  #block-cold-brew-questions .col-sm-6 .img-cb_can {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  #block-cold-brew-questions .col-sm-6:last-of-type {
    padding-top: 45px;
  }
  #block-cold-brew-questions .img-cb_can {
    padding-top: 0px;
  }
}
#block-front-cb-discover-more {
  background-image: url(/assets/images/panel_chalk_bg-xs.jpg);
  background-position: center center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #block-front-cb-discover-more {
    background-image: url(/assets/images/panel_chalk_bg-sm.jpg);
    background-size: cover;
  }
}
#block-front-cb-discover-more .cb-discover-wrapper .container {
  margin: 45px auto;
}
@media (min-width: 768px) {
}
#block-front-cb-discover-more .cb-discover-wrapper .cans {
  text-align: center;
}
#block-front-cb-discover-more .cb-discover-wrapper .cans img {
  max-height: 250px;
  width: auto;
}
@media (min-width: 768px) {
  #block-front-cb-discover-more .cb-discover-wrapper .cans img {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  #block-front-cb-discover-more .cb-discover-wrapper .cans img {
    max-height: 350px;
    margin: auto;
  }
}
#block-front-cb-discover-more .cb-discover-wrapper .text {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  #block-front-cb-discover-more .cb-discover-wrapper .text {
    padding-top: 40px;
  }
}
#block-front-cb-discover-more .cb-discover-wrapper .text h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  #block-front-cb-discover-more .cb-discover-wrapper .text h2 {
    font-size: 36px;
  }
}
#block-front-cb-discover-more .cb-discover-wrapper .text h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  #block-front-cb-discover-more .cb-discover-wrapper .text h3 {
    font-size: 24px;
  }
}
#block-front-cb-discover-more .cb-discover-wrapper .text h2,
#block-front-cb-discover-more .cb-discover-wrapper .text h3 {
  margin: 0px auto;
  letter-spacing: 4px;
  font-weight: 100!important;
  font-family: 'BrandonPrinted-Two';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#block-front-cb-discover-more .cb-discover-wrapper .text .icons {
  width: 133px;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
#block-front-cb-discover-more .cb-discover-wrapper .text .chalk {
  width: 65%;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  #block-front-cb-discover-more .cb-discover-wrapper .text .chalk {
    width: 100%;
  }
}
#block-front-cb-discover-more .cb-discover-wrapper .text .btn.btn-default {
  margin-top: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: none;
}
@media (min-width: 992px) {
  #block-front-cb-discover-more .cb-discover-wrapper .text .btn.btn-default {
    margin-top: 60px;
  }
}
/*
                                ####     ####                                                           ##
   ######                      ##       ##                 ####                                         ##
   ##   ##                     ##       ##                ##  ##
   ##   ##   ######  ## ###   #####    #####             ##        ######  ### ##   ######    ######  ####      ######  ## ###
   ######   ##   ##  ###  ##   ##       ##               ##       ##   ##  ## # ##  ##   ##  ##   ##    ##     ##   ##  ###  ##
   ##   ##  ##   ##  ##   ##   ##       ##               ##       ##   ##  ## # ##  ##   ##  ##   ##    ##     ##   ##  ##   ##
   ##   ##  ##  ###  ##   ##   ##       ##                ##  ##  ##  ###  ## # ##  ##   ##  ##  ###    ##     ##   ##  ##   ##
   ######    ### ##  ##   ##   ##       ##                 ####    ### ##  ##   ##  ######    ### ##  ######    ######  ##   ##
                               #        #                                           ##                              ##
                                                                                    ##                          #####
*/
.path-frontpage .field--name-field-content-fluid2 {
  display: none;
}
.path-frontpage.path-node-108 #block-front-banff-hero {
  background-image: url(/assets/images/banff_hero_bg_xs.jpg);
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .path-frontpage.path-node-108 #block-front-banff-hero {
    background-image: url(/assets/images/banff_hero_bg_sm.jpg);
  }
}
@media (min-width: 1200px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.path-frontpage.path-node-108 #block-front-banff-hero .content-wrapper {
  margin: 30px auto;
}
@media (min-width: 1200px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.path-frontpage.path-node-108 #block-front-banff-hero .text {
  padding-top: 45px;
}
@media (min-width: 992px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .text {
    padding-top: 110px;
  }
}
.path-frontpage.path-node-108 #block-front-banff-hero .circle {
  margin: 0px auto;
  border-radius: 100%;
  opacity: 0.8;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  width: 230px;
  height: 230px;
}
@media (min-width: 992px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .circle {
    height: 400px;
    width: 400px;
  }
}
.path-frontpage.path-node-108 #block-front-banff-hero .circle h1 {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .circle h1 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.path-frontpage.path-node-108 #block-front-banff-hero .circle h1:first-of-type,
.path-frontpage.path-node-108 #block-front-banff-hero .circle h1:nth-of-type(2) {
  color: #E52617;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .circle h1:first-of-type,
  .path-frontpage.path-node-108 #block-front-banff-hero .circle h1:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
.path-frontpage.path-node-108 #block-front-banff-hero .circle h3 {
  color: #fff;
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
@media (min-width: 992px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .circle h3 {
    font-size: 20px;
  }
}
.path-frontpage.path-node-108 #block-front-banff-hero .circle a.btn.btn-default.light {
  margin-top: 25px;
  background-color: #000;
}
.path-frontpage.path-node-108 #block-front-banff-hero .logos {
  background-image: url(/assets/images/banff_sponsors.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  background-size: 240px;
}
@media (min-width: 768px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .logos {
    margin-top: 170px;
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .path-frontpage.path-node-108 #block-front-banff-hero .logos {
    margin-top: 335px;
  }
}
/********** Hola Blend Campaign **********/
/*** Blend Curls ***/
.view-blends.view-list .views-field-title a[href*='hola']:after,
.field--name-field-blend-related a[href*='hola']:after,
.view-blends.view-list .views-field-title a[href*='smart-ass-ground']:after,
.field--name-field-blend-related a[href*='smart-ass-ground']:after,
.view-blends.view-list .views-field-title a[href*='smart-ass-moulu']:after,
.field--name-field-blend-related a[href*='smart-ass-moulu']:after {
  background-position: top right;
  position: absolute;
  content: " ";
  bottom: 0px;
  left: 0px;
  padding: 0px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 42px;
  top: 0px;
  right: 0px;
}
@media (min-width: 768px) {
  .view-blends.view-list .views-field-title a[href*='hola']:after,
  .field--name-field-blend-related a[href*='hola']:after,
  .view-blends.view-list .views-field-title a[href*='smart-ass-ground']:after,
  .field--name-field-blend-related a[href*='smart-ass-ground']:after,
  .view-blends.view-list .views-field-title a[href*='smart-ass-moulu']:after,
  .field--name-field-blend-related a[href*='smart-ass-moulu']:after {
    background-size: auto 53px;
  }
}
@media (min-width: 992px) {
  .view-blends.view-list .views-field-title a[href*='hola']:after,
  .field--name-field-blend-related a[href*='hola']:after,
  .view-blends.view-list .views-field-title a[href*='smart-ass-ground']:after,
  .field--name-field-blend-related a[href*='smart-ass-ground']:after,
  .view-blends.view-list .views-field-title a[href*='smart-ass-moulu']:after,
  .field--name-field-blend-related a[href*='smart-ass-moulu']:after {
    background-size: auto 65px;
  }
}
@media (min-width: 1200px) {
  .view-blends.view-list .views-field-title a[href*='hola']:after,
  .field--name-field-blend-related a[href*='hola']:after,
  .view-blends.view-list .views-field-title a[href*='smart-ass-ground']:after,
  .field--name-field-blend-related a[href*='smart-ass-ground']:after,
  .view-blends.view-list .views-field-title a[href*='smart-ass-moulu']:after,
  .field--name-field-blend-related a[href*='smart-ass-moulu']:after {
    background-size: auto 75px;
  }
}
/* Curl for Blend pages */
.path-node-216 .page-wrapper,
.path-node-217 .page-wrapper,
.path-node-218 .page-wrapper,
.path-node-254 .page-wrapper,
.path-node-257 .page-wrapper {
  position: relative;
}
.path-node-216 .page-wrapper:after,
.path-node-217 .page-wrapper:after,
.path-node-218 .page-wrapper:after,
.path-node-254 .page-wrapper:after,
.path-node-257 .page-wrapper:after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  width: 100%;
  height: 110px;
  display: block;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 65px;
  padding: 0px;
}
@media (min-width: 768px) {
  .path-node-216 .page-wrapper:after,
  .path-node-217 .page-wrapper:after,
  .path-node-218 .page-wrapper:after,
  .path-node-254 .page-wrapper:after,
  .path-node-257 .page-wrapper:after {
    background-size: auto 75px;
  }
}
@media (min-width: 992px) {
  .path-node-216 .page-wrapper:after,
  .path-node-217 .page-wrapper:after,
  .path-node-218 .page-wrapper:after,
  .path-node-254 .page-wrapper:after,
  .path-node-257 .page-wrapper:after {
    background-size: auto 85px;
  }
}
@media (min-width: 1200px) {
  .path-node-216 .page-wrapper:after,
  .path-node-217 .page-wrapper:after,
  .path-node-218 .page-wrapper:after,
  .path-node-254 .page-wrapper:after,
  .path-node-257 .page-wrapper:after {
    background-size: auto 105px;
  }
}
.path-node-254 .page-wrapper:after,
.path-node-257 .page-wrapper:after {
  background-image: url('/assets/images/curl_coldbrew_en.svg');
}
html:lang(fr) .path-node-254 .page-wrapper:after,
html:lang(fr) .path-node-257 .page-wrapper:after {
  background-image: url('/assets/images/curl_coldbrew_fr.svg');
}
/*=================================================================================*/
/* ============== DEVELOPER NOTICE BAR - TOP OF PAGE ============== */
#block-developer-bar-green {
  background-color: green;
  text-align: center;
  width: 100%;
  color: white;
}
#block-developer-bar-red {
  background-color: red;
  text-align: center;
  width: 100%;
  color: white;
}
#block-developer-bar-red a {
  text-decoration: underline;
}
#block-developer-bar-orange {
  background-color: orange;
  text-align: center;
  width: 100%;
  color: white;
}
