 body.page-taxonomy-term- > .gutter-image.left-image, body.page-taxonomy-term- > .gutter-image.right-image {
display: none;
}


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,
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: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
/*  border-collapse: collapse;
  border-spacing: 0;*/
  border: none;
}
td,
th {
  padding: 5px;
  border-color: #ccc;
}
.tright {
	text-align: right !important;
}
.tleft {
	text-align: left !important;
}
.tcenter {
	text-align: center !important;
}
#_atssh {
    display: none;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover {
  color: #2a6496;
  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 {
  display: 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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.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: 0;
  padding-right: 0;
}
.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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 1500px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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;
  min-height: 16.25px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.25;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@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;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .container-fluid.bkCallouts { text-align: center; }
  .container-fluid.bkCallouts .col-xs-6 { width: 47%; }
  body.home .bg-left, body.home .bg-right { display: none; }

}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1500px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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: 1499px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
    font-family: 'fs_sammyregular';
    src: url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.eot');
    src: url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.woff') format('woff'),
         url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.ttf') format('truetype'),
         url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.svg#fs_sammyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BlockBeCnPro';
    src: url('../fonts/BlockProPlus/blockpropluscon-webfont.eot');
    src: url('../fonts/BlockProPlus/blockpropluscon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BlockProPlus/blockpropluscon-webfont.woff') format('woff'),
         url('../fonts/BlockProPlus/blockpropluscon-webfont.ttf') format('truetype'),
         url('../fonts/BlockProPlus/blockpropluscon-webfont.svg#block_bertholdcondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.chalkboard-bg {
  background-color: #2d2d2d;
}
.chalkboard-color {
  color: #2d2d2d;
}
.bkOrange-bg {
  background-color: #ed7800;
}
.bkOrange {
  color: #ed7800;
}
.bkYellow-bg {
  background-color: #f6a800;
}
.bkRed-bg {
  background-color: #e1261c;
}
.bkBrown-bg {
  background-color: #59291c;
}
.bkLightBlue-bg {
  background-color: #92c0ea;
}
.offWhite-bg {
  background-color: #f5f7f8;
}
.white {
  color: #ffffff;
}
.bkMenuBrown {
  color: #762823;
}
.bkBrown {
  color: #59291c;
}
.bkMaroon {
  color: #ab192d;
}
.bkRed {
  color: #e1261c;
}
.bkAndroidGreen {
  color: #a4c839;
}
.bk-btn {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font: normal 22px/42px 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1px 10px 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
.bk-btn:hover {
  color: #fff;
  text-decoration: none;
}
.bk-btn-gray,
.bk-btn-disabled {
  background: #444242;
}
.bk-btn-red {
  background: #e1261c;
}
.bk-btn-brown {
  background: #59291c;
}
.bk-btn-lightBrown {
  background: #8b542f;
}
.bk-btn-orange {
  background: #ed7800;
}
.bk-btn-lightOrange {
  background: #ee8324;
}
.bk-btn-green {
  background: #59980d;
}
.bk-btn-lightGreen {
  background: #62a70f;
}
.bk-btn-purple {
  background: #a2007d;
}
.bk-btn-yellow {
  background: #f6a800;
}
.bk-btn-blue {
  background: #0071ce;
}
.bk-btn-lightBlue {
  background: #92c0ea;
}
.bk-btn-maroon {
  background: #ab192d;
}
.bk-btn-pink {
  background: #f36279;
}
.borderimage.inlinesvg .bk-btn {
  border-radius: 0;
  background: none;
  border: 5px solid transparent;
}
.borderimage.inlinesvg .bk-btn-gray,
.borderimage.inlinesvg .bk-btn-disabled {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNDQ0MjQyJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNDQ0MjQyJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}

.borderimage.inlinesvg .bk-btn-red {
  /*-webkit-border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='#e1261c'/></svg>") 5 round;
  border-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1' x='0' y='0' width='160' height='160' viewBox='0' xml:space='preserve' enable-background='new 0 0 160 160'><path d='M4 2c0 0 1 0 4 0 6 0 15 1 21 1C36 3 54 0 63 0c9 0 25 2 31 2 6 0 24 2 33 2 7 0 22-2 26-2 1 0 4 0 4 0 2 0 4 2 4 4v149c0 2-2 4-4 4 0 0-2 0-4 0 -3 0-19 1-24 1 -9 0-31-1-31-1s-22-1-30-1S43 160 37 160c-5 0-23-1-29-1 -1 0-4 0-4 0 -2 0-4-2-4-4V6C0 4 2 2 4 2z' fill='#e1261c'/></svg>") 5 fill round;*/
  -webkit-border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZTEyNjFjJy8+PC9zdmc+") 5 round;
border-image:
url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZTEyNjFjJy8+PC9zdmc+") 5 fill round;
}

.borderimage.inlinesvg .bk-btn-brown {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNTkyOTFjJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNTkyOTFjJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-lightBrown {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjOGI1NDJmJy8+PC9zdmc+") 5 fill round;
  border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjOGI1NDJmJy8+PC9zdmc+") 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-orange {
  /* background-color: @bg; */
  -webkit-border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+") 5 fill round;
border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+") 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-lightOrange {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWU4MzI0Jy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWU4MzI0Jy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-green {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNTk5ODBkJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNTk5ODBkJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-lightGreen {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNjJhNzBmJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNjJhNzBmJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-purple {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYTIwMDdkJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYTIwMDdkJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-yellow {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZjZhODAwJy8+PC9zdmc+) 5 fill round;
border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZjZhODAwJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-blue {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjMDA3MWNlJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjMDA3MWNlJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-lightBlue {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjOTJjMGVhJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjOTJjMGVhJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-maroon {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYWIxOTJkJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYWIxOTJkJy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-pink {
  /* background-color: @bg; */
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZjM2Mjc5Jy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZjM2Mjc5Jy8+PC9zdmc+) 5 fill round;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .bk-btn-simple {
  background-color: #ffffff;
  color: #444242;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 3px;
  border: 0 none;
  display: inline-block;
}
.borderimage.inlinesvg .bk-btn-simple.active {
  background-color: #ed7800;
  color: #ffffff;
}
.bk-btn .icon {
  margin-bottom: -3px;
  margin-left: 10px;
}
.icon_close-gray {
  height: 42px;
  width: 42px;
}
.icon_truck-white {
  width: 22px;
  height: 17px;
}
.icon_person-white {
  height: 22px;
  width: 18px;
}
.icon_card-white {
  width: 22px;
  height: 16px;
}
.icon_chat-white {
  width: 22px;
  height: 18px;
}
.icon_block-white {
  width: 22px;
  height: 16px;
}
.icon_addToMeal-white {
  height: 26px;
  width: 22px;
}
.icon_myMeal-white {
  height: 32px;
  width: 33px;
}
.icon_fork-white {
  height: 21px;
  width: 16px;
}
.icon_print-white {
  height: 29px;
  width: 32px;
}
.bk-btn .icon_print-white {
  margin-bottom: -6px;
}
.icon_email-white {
  height: 25px;
  width: 32px;
}
.bk-btn .icon_email-white {
  margin-bottom: -4px;
}
.icon_like-brown {
  height: 12px;
  width: 12px;
}
.like .icon_like-brown {
  margin-bottom: -2px;
  margin-right: 5px;
}
.icon_favorite-clicked-brown {
  height: 12px;
  width: 12px;
}
.favorite .icon_favorite-clicked-brown {
  margin-bottom: -2px;
  margin-right: 5px;
}
.icon_reply-brown {
  height: 12px;
  width: 14px;
}
.reply .icon_reply-brown {
  margin-bottom: -2px;
  margin-right: 5px;
}
.icon_retweet-brown {
  height: 11px;
  width: 19px;
}
.retweet .icon_retweet-brown {
  margin-bottom: -2px;
  margin-right: 5px;
}
/*
 *  Home Twitter Header area
 */
.homeSocial {
  padding: 50px 0 75px;
  text-align: center;
}
.homeSocial .title {
  text-align: center;
  margin: 0;
}
.homeSocial .title .top {
  display: block;
  font-size: 62px;
  line-height: .8;
  color: #f6a800;
}
.homeSocial .title .bot {
  display: block;
  font-size: 50px;
  line-height: .7;
  color: #8b542f;
}
.homeSocial .subtitle {
  display: inline-block;
  font: 30px/1.25 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: lowercase;
  margin: 20px 0;
  padding: 0 50px;
  position: relative;
}
.homeSocial .icon_twitter-left,
.homeSocial .icon_twitter-right {
  width: 39px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 0;
}
.homeSocial .icon_twitter-right {
  left: auto;
  right: 0;
}
/*
 *  Home Twitter Carousel
 */
.flickWrapper {
  width: 100%;
  height: 362px;
  overflow: hidden;
  cursor: move;
  cursor: ew-resize;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  position:relative;
}
.flickWrapper:active > ul {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.flick {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.flick > li {
  float: left;
  width: 312px;
  height: 362px;
  overflow: hidden;
  margin: 0 10px;
  padding: 10px 0;
}
/*
 * The following styles govern the flipping functionality
 */
.flipContainer {
  width: 312px;
  height: 312px;
  position: relative;
}
.flipContainer .front,
.flipContainer .back {
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid #ed7800;
  border-radius: 6px;
  display: inline-block;
  width: 312px;
  height: 312px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.flipContainer .front {
  -moz-transform: perspective(1200px) rotateY(0deg);
  -webkit-transform: perspective(1200px) rotateY(0deg);
  transform: perspective(1200px) rotateY(0deg);
}
.flipContainer .front > img {
  max-width: 100%;
}
.flipContainer .back {
  border-color: #0071ce;
  padding: 10px;
  -moz-transform: perspective(1200px) rotateY(180deg);
  -webkit-transform: perspective(1200px) rotateY(180deg);
  transform: perspective(1200px) rotateY(180deg);
}
.flipContainer .back .content {
  background: rgba(255, 255, 255, 0.83);
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 10px 15px 5px;
  white-space: normal;
  position: relative;
}
.flipContainer .back .header {
  color: #e1261c;
  font-family: 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.flipContainer .back .header .icon {
  height: 32px;
  width: 32px;
  margin-bottom: -4px;
  margin-right: 5px;
}
.flipContainer .back .text {
  color: #59291c;
  font: bold 20px/26px Arial, Helvetica, sans-serif;
}
.flipContainer .back .text a {
  color: #e1261c;
}
.flipContainer .back .actions {
  font-size: 12px;
  display: inline-block;
  bottom: 10px;
  position: absolute;
}
.flipContainer .back .actions span {
  margin-right: 20px;
}
.flipContainer .back .actions a {
  color: #59291c;
}
.bgFlip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.flipContainer.hover .front {
  -webkit-transform: perspective(1200px) rotateY(-179.9deg);
  -moz-transform: perspective(1200px) rotateY(-179.9deg);
  transform: perspective(1200px) rotateY(-179.9deg);
}
.flipContainer.hover .back {
  -moz-transform: perspective(1200px) rotateY(0);
  -webkit-transform: perspective(1200px) rotateY(0);
  transform: perspective(1200px) rotateY(0);
}
.no-csstransforms3d .flipContainer.hover .back {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .homeSocial {
    padding: 90px 0 75px;
    position: relative;
  }
  .homeSocial .bg-left,
  .homeSocial .bg-right {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 600px 300px;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 600px;
    height: 300px;
    margin-left: -1100px;
  }
  .homeSocial .bg-right {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -1100px;
  }
  .homeSocial .title .top {
    font-size: 130px;
    line-height: .75;
  }
  .homeSocial .title .bot {
    font-size: 105px;
    line-height: .75;
  }
  .homeSocial .subtitle {
    font-size: 45px;
    padding: 0 70px;
  }
  .homeSocial .icon_twitter-left,
  .homeSocial .icon_twitter-right {
    width: 39px;
    height: 32px;
  }
  .flickWrapper {
    width: 100%;
    height: 362px;
    overflow: hidden;
  }
  .flick {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .flick > li {
    width: 312px;
    height: 362px;
    margin: 0 25px;
    padding: 25px 0;
  }
  .flipContainer {
    width: 312px;
    height: 312px;
  }
  .flipContainer .front,
  .flipContainer .back {
    border: 6px solid #ed7800;
    border-radius: 6px;
    width: 312px;
    height: 312px;
  }
  .flipContainer .back {
    padding: 10px;
  }
  .flipContainer .back .content {
    padding: 20px 25px 10px;
  }
  .flipContainer .back .text {
    font-size: 20px;
    line-height: 26px;
  }
}
.pagination {
  clear: both;
  text-align: center;
  margin: 20px 0 40px;
}

.pagination.bk-search .item-list .pager li {
  display: none;
  margin: 0px;
  padding: 0px;
}
.pagination.bk-search .item-list .pager li.pager-previous,
.pagination.bk-search .item-list .pager li.pager-next {
  display: inline;
}

.bk-btn-prev {
  border-image-slice: 5 5 5 0 fill;
}
.bk-btn-prev .icon {
  margin-left: 0;
  margin-right: 10px;
}
.bk-btn-prev,
.bk-btn-next {
  margin: 0 5px;
  min-width: 140px;
}
.bk-btn-prev .icon,
.bk-btn-next .icon {
  width: 22px;
  height: 22px;
  margin-bottom: -3px;
}

/*
 *  Language Switcher
 */

.language-switcher { float:left; }
.language-switcher > ul.language-switcher-locale-url > li { color: #ED7800; font-size: 0.9em; position: relative; cursor: pointer; margin: 0; padding: 5px 15px;}
.language-switcher > ul.language-switcher-locale-url > li:after { content: '\f13a'; margin-left: 5px; font-family: 'FontAwesome';}
.language-switcher > ul.language-switcher-locale-url > li .ls-menu li { display: block; margin: 0; }
.language-switcher > ul.language-switcher-locale-url > li .ls-menu li a { padding: 5px 15px; display: block; }
.language-switcher > ul.language-switcher-locale-url > li .ls-menu li:hover { background-color: #3399FF; }
.language-switcher > ul.language-switcher-locale-url > li .ls-menu li:hover a { color: #FFF; }
.container-fluid.utility-header .content nav > ul { /* float: left; padding-left: 25%; */ }
.ls-menu { display: block; position: absolute; z-index: 5000; background: none repeat scroll 0% 0% rgb(255, 255, 255); padding: 10px; border: 1px solid black; }

/*
 *  Main Manu
 */
.utility-header {
  padding: 6px 0 7px;
}
.utility-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.utility-header li {
  margin: 0;
  padding: 0;
  display: none;
}
.utility-header li.location {
  display: inline;
}
.utility-header a {
  color: #414042;
  font-size: 13px;
}
.utility-header .icon_pindrop-orange {
  width: 8px;
  height: 11px;
  margin-right: 4px;
}
.main-header {
  background: url(../img/bg/header-footer-m.png) repeat-x 0 0;
  margin: -2px 0 -1px;
  position: relative;
  z-index: 1;
}
.main-header .logoNavHolder {
  height: 92px;
}
.main-header .logo {
  margin: -7px 0 0 3.4375%;
  /* 22/640 */
  position: absolute;
  z-index: 1;
}
.main-header .logo > .icon {
  width: 106px;
  height: 106px;
}
.main-header .mobilePageTitle {
  position: absolute;
  margin: 25px 0 0 26%;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-family: 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.main-header .mobileMenu {
  cursor: pointer;
  float: right;
  margin: 5px 20px 0 0;
}
.main-header .mobileMenu > .menu-icon > span {
  display: block;
  background: #fff;
  height: 12px;
  margin-top: 11px;
  width: 58px;
}
.main-header .mobileMenu .icon_close-white {
  width: 63px;
  height: 63px;
  margin-top: 10px;
  display: none;
}
.main-header .mobileMenu.expanded .icon_close-white {
  display: inline-block;
}
.main-header .mobileMenu.expanded .menu-icon {
  display: none;
}
.mainNav {
  display: none;
  background: #fff;
  font-family: 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.mainNav > li {
  display: block;
  list-style: none;
  border-bottom: 2px solid #802629;
  position: relative;
}
.mainNav > li.hasForm:before,
.mainNav > li.hasForm:after {
  content: " ";
  display: table;
}
.mainNav > li.hasForm:after {
  clear: both;
}
.mainNav > li.hasForm:before,
.mainNav > li.hasForm:after {
  content: " ";
  display: table;
}
.mainNav > li.hasForm:after {
  clear: both;
}
.mainNav > li:nth-last-child(-n+2) {
  border-bottom: none;
}
.mainNav > li > a {
  display: block;
  padding: 13px 15px 9px;
}
.mainNav > li .icon_plus-orange,
.mainNav > li .icon_minus-orange {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 14px;
  display: none;
}
.mainNav > li .icon_plus-orange {
  display: block;
}
.mainNav > li.expanded .icon_plus-orange {
  display: none;
}
.mainNav > li.expanded .icon_minus-orange {
  display: inline-block;
}
.mainNav .menuItem-small {
  display: none;
}
.mainNav .menuItem-medium {
  color: #ed7800;
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-left: -1px;
}
.mainNav .utility-menu {
  border-top: none;
  background: #ed7800;
  text-align: center;
}
.mainNav .utility-menu > a {
  color: #fff;
  text-transform: none;
  padding: 10px;
  display: inline-block;
  font: 14px Arial, Helvetica, Sans-serif;
}
.mainNav > li.hasForm > a {
  display: inline-block;
}
.mainNav .formArea {
  float: right;
  margin: 9px 15px 0 0;
}
.mainNav .formArea .navInput {
  border: 1px solid #663333;
  border-width: 1px 0 1px 1px;
  color: #666;
  font-size: 13px;
  height: 38px;
  width: 220px;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
}
.mainNav .formArea .navInputSubmit {
  background: #663333;
  border: 0;
  height: 38px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0;
}
.mainNav .formArea .icon_pindrop-white {
  width: 19px;
  height: 27px;
  margin: 5px 1px 0 0;
}
.mainNav .formArea .icon_search-white {
  width: 24px;
  height: 24px;
  margin: 7px 0 0;
}
.mainNav .formArea ::-webkit-input-placeholder {
  color: #666666;
}
.mainNav .formArea ::-moz-placeholder {
  color: #666666;
}
.mainNav .formArea :-ms-input-placeholder {
  color: #666666;
}
.mainNav .subNav {
  border-top: 1px solid #802629;
  display: none;
  margin: 0 10px;
  padding: 20px 0;
}
.mainNav .subNav > li {
  float: left;
  width: 50%;
}
.mainNav .subNav > li > a {
  color: #444242;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
}
.secondaryNav {
  display: none;
}

.mainNav li.alert-signup-popup 
{
  display: none;
}

@media screen and (max-width: 479px) {

.container-fluid > .white { width:315px !important; margin:0 auto !important; }
.homeSocial .bg-left, .homeSocial .bg-right { display: none !important; }

  .main-header .logoNavHolder {
    height: 70px;
  }
  .main-header .logo > .icon {
    width: 85px;
    height: 85px;
  }
  .main-header .mobilePageTitle {
    margin: 20px 0 0 35%;
    font-size: 36px;
  }
  .main-header .mobileMenu {
    cursor: pointer;
    float: right;
    margin: 3px 20px 0 0;
  }
  .main-header .mobileMenu > .menu-icon > span {
    display: block;
    background: #fff;
    height: 8px;
    margin-top: 10px;
    width: 50px;
  }
  .main-header .mobileMenu .icon_close-white {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    display: none;
  }
  .mainNav .formArea {
    margin: 9px 3% 0 0;
  }
  .mainNav .formArea .navInput {
    font-size: 12px;
    height: 40px;
    width: 115px;
    padding: 0 5px;
  }
  .mainNav .formArea .navInputSubmit {
    height: 40px;
    width: 36px;
  }
  .mainNav .utility-menu > a {
    padding: 9px 3px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .utility-header {
    padding: 6px 0 7px;
  }
  .utility-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .utility-header li {
    margin: 0 17px;
    padding: 0;
    display: inline;
  }
  .utility-header li:first {
    margin-left: 35px;
  }
  .utility-header a {
    color: #414042;
    font-size: 13px;
  }
  .main-header {
    background: url(../img/bg/header-footer.png) repeat-x 0 0;
    height: 90px;
    margin: -2px 0;
  }
  .main-header .logoNavHolder {
    background: transparent;
    height: auto;
    float: left;
    margin-bottom: -2px;
  }
  .main-header .logo {
    display: block;
    margin: -8px 30px -13px 0;
    position: relative;
    float: left;
    z-index: 1;
  }
  .main-header .mobilePageTitle {
    display: none;
  }
  .main-header .mobileMenu {
    display: none;
  }
  .main-header .icon_logo-main {
    width: 106px;
    height: 106px;
  }
  .main-header a:hover .menuItem-medium {
    color: #762823;
  }
  /*
     *  Main Manu
     */
  .utility {
    display: block;
  }
  .mainNav {
    background: transparent;
    display: block;
    padding: 15px 0 0;
  }
  .mainNav > li {
    float: left;
    margin: 0 23px 0 0;
    border: none;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .mainNav > li > a {
    padding: 0;
  }
  .mainNav > li .icon_plus-orange,
  .mainNav > li .icon_minus-orange,
  .mainNav > li.expanded .icon_plus-orange,
  .mainNav > li.expanded .icon_minus-orange {
    display: none;
  }
  .mainNav > li.active .menuItem-medium {
    color: #762823;
  }
  .mainNav .menuItem-small {
    color: #59291c;
    display: block;
    font-size: 18px;
    line-height: 1;
  }
  .mainNav .menuItem-medium {
    color: #fff;
    display: block;
    font-size: 42px;
  }
  .mainNav .icon {
    margin-left: 7px;
  }
  .mainNav .icon_pindrop-header {
    width: 24px;
    height: 33px;
  }
  .mainNav .icon_search-header {
    width: 33px;
    height: 33px;
  }
  .mainNav .utility-menu {
    display: none;
  }
  .mainNav .formArea {
    position: absolute;
    bottom: 3px;
    left: 100%;
    width: 180px;
    margin: 0;
  }
  .mainNav .formArea .navInput {
    width: 139px;
  }
  .mainNav .subNav {
    display: none;
  }
  .secondaryNav {
    display: block;
    text-align: center;
  }
  .secondaryNav > li {
    display: inline-block;
  }
  .secondaryNav > li > a {
    color: #444242;
    display: block;
    padding: 13px 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }
  .secondaryNav > li > a:hover,
  .secondaryNav > li.active > a {
    color: #fff;
    background: #59291c;
  }
  .franchising .secondaryNav > li > a,
  .page-news-press .secondaryNav > li > a,
  .page-global-media-contacts .secondaryNav > li > a {
    padding: 13px 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  .mainNav > li {
    float: left;
    margin: 0 28px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .main-header .logo {
    margin-right: 50px;
  }
  .mainNav {
    padding: 10px 0 0;
  }
  .mainNav > li {
    margin: 0 50px 0 0;
  }
  .mainNav .menuItem-small {
    font-size: 20px;
  }
  .mainNav .menuItem-medium {
    font-size: 50px;
  }
  .mainNav .icon {
    margin-left: 7px;
  }
  .mainNav .icon_pindrop-header {
    width: 24px;
    height: 33px;
  }
  .mainNav .icon_search-header {
    width: 33px;
    height: 33px;
  }
  .mainNav .formArea .navInput {
    height: 44px;
  }
  .mainNav .formArea .navInputSubmit {
    height: 44px;
    width: 40px;
  }
  .mainNav .formArea .icon_pindrop-white {
    width: 22px;
    height: 31px;
    margin: 5px 0 0;
  }
  .mainNav .formArea .icon_search-white {
    width: 27px;
    height: 27px;
    margin: 8px 0 0;
  }
}
@media screen and (min-width: 1200px) {

  /* Alert signup popup - Desktop only */
  .mainNav li.alert-signup-popup 
  {
    position: absolute;
    right: -5px;
    top: 36px;
    margin-right: 0px;
    display: block;
  }

  .mainNav li.alert-signup-popup .top-controls
   {
    float: right;
  }
  .mainNav li.alert-signup-popup a#btnLetter
   {
    background: url("../img/alert-signup-popup/icon_letter.png") no-repeat scroll 0 0 transparent;
    width: 40px;
    height: 29px;
    display: block;
    cursor: pointer;
  }
  .mainNav li.alert-signup-popup a#btnLetter.active
   {
    background: url("../img/alert-signup-popup/icon_letter_active.png") no-repeat scroll 0 0 transparent;
  }

  .mainNav li.alert-signup-popup span.arrow
   {
    background: url("../img/alert-signup-popup/icon_arrow.png") no-repeat scroll 0 0 transparent;
    width: 15px;
    height: 9px;
    margin-left: 13px;
    margin-top: 6px;
    display: block;
  }
  .mainNav li.alert-signup-popup span.arrow.active
   {
    background: url("../img/alert-signup-popup/icon_arrow_active.png") no-repeat scroll 0 0 transparent;
  }
  .mainNav li.alert-signup-popup .popup
   {
    background-color: #303030;
    padding: 15px 40px 15px 15px;
    
    color: #fff;
    font-family: Arial;
    width: 275px;
    margin-top: 5px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
  
    display: none;
  }
  .mainNav li.alert-signup-popup .popup a#lnkClose
   {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 12px;
    cursor: pointer;
    text-transform: none;
  }
  .mainNav li.alert-signup-popup .popup a#lnkClose,
  .mainNav li.alert-signup-popup .popup a#lnkClose:hover
   {
    color: #ed7800;
    text-decoration: underline;
  }
  .mainNav li.alert-signup-popup .popup a.orange-arrow
   {
    background: url("../img/alert-signup-popup/icon_orange_arrow.png") no-repeat scroll 0 3px transparent;
    display: block;
    padding: 0 0 0 40px;
  }
  .mainNav li.alert-signup-popup .popup a.orange-arrow,
  .mainNav li.alert-signup-popup .popup a.orange-arrow:hover
   {
    color: #fff;
  }
  
}



.modal-backdrop.fade.in {
  opacity: .5;
}
.modal-content {
  border: 5px solid #f2f2f3;
  border-image: url(../img/bg/modal-border.png) 10 repeat;
}
.modal-content .modal-header {
  background-color: #f2f2f3;
  border-bottom: none;
}
.modal-content .modal-header .modal-title {
  font-size: 50px;
}
.modal-content .modal-header .close {
  float: right;
}
.modal-content .modal-header .icon_close-gray {
  width: 30px;
  height: 30px;
  margin: 6px 0 0;
}
.modal-content .modal-body {
  background-color: #f2f2f3;
}
.modal-content .modal-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 5px;
}
.modal-content .modal-body table th {
  border: 0 none;
  font: 20px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.modal-content .modal-body table td {
  background-color: #e1e1e1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
  height: 35px;
  padding: 5px 15px;
}
.modal-content .modal-body table td a {
  cursor: pointer;
}
.modal-content .modal-body .items-table {
  border-spacing: 0;
}
.modal-content .modal-body .items-table .icon_close-gray {
  width: 20px;
  height: 20px;
}
.modal-content .modal-body .items-table td {
  border-bottom: 5px solid #f2f2f3;
  vertical-align: middle;
}
.modal-content .modal-body .items-table td.action {
  padding-right: 5px;
  width: 50px;
}
.modal-content .modal-body .items-table td.item {
  padding-left: 0;
}
.modal-content .modal-body .items-table td.item a {
  color: inherit;
}
.modal-content .modal-body .items-table td.calories {
  border-left: 5px solid #f2f2f3;
}
.modal-content .modal-body .items-table tfoot td {
  color: #FFF;
  background-color: #595959;
}
.modal-content .modal-body .items-table tfoot td:first-of-type {
  color: #000;
  background-color: transparent;
  text-align: right;
}
.modal-content .modal-footer {
  margin-top: 0;
  border-top: none;
  background-color: #f2f2f3;
}
/* 
 *  Core Owl Carousel CSS File
 *  v2.0.0-beta.2.4
 */
 /* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
 /* z-index: 1; */
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Fix flashing image on chrome */
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
* Owl Carousel - Basic theme, Copied from owl.theme.default.css
*
*/
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{opacity: 0.5;width:12px;height:12px;margin:5px 7px;background:none;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791;opacity: 1;}

 
.icon_crown-white {
  width: 25px;
  height: 17px;
  margin: 0 0 0 5px;
}
section.hero, 
header.sub-header, 
.page-locations .mapContainer {
  position: relative;
  top: -2px;
  margin-bottom: -2px;
}

.heroCarousel {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}
.heroCarousel .content {
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  text-align: center;
  left: 0;
  right: 0;
}
.heroCarousel .mainImage {
  text-align: center;
}
.offers .mainImage {
  position: relative;
}
.offer-focus {
  position: absolute;
  top: -50px;
}
.offers .mainImage img,
.heroCarousel .mainImage img {
  max-width: 100%;
}
.offers .mainImage img.big-img,
.heroCarousel .mainImage img.big-img {
  display: none;
}
.offers .mainImage img.mobile-img,
.heroCarousel .mainImage img.mobile-img {
  display: block;
  margin: 0 auto;
}
.heroCarousel h2 {
  font-size: 105px;
  /* 105 / 14 = 7.5 */
  text-transform: uppercase;
  margin: 0;
}
.heroCarousel h3 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
}
.heroCarousel .bk-btn {
  margin: 0;
}
.heroCarousel .owl-controls {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.heroCarousel .owl-controls .owl-dots .owl-dot span {
  background: #e0a568;
}
.heroCarousel .owl-controls .owl-dots .owl-dot.active span {
  background: #6f3e2d;
}

.heroCarousel .owl-controls .owl-nav
{
  height: 0px;
}
.heroCarousel.owl-theme .owl-controls .owl-nav .owl-prev,
.heroCarousel.owl-theme .owl-controls .owl-nav .owl-next
{
  padding: 0px;
  width: 0px;
  height: 0px;
}


/*
 *  Our Story
 */
.ourStory {
  padding: 51px 0 41px;
  background: url(../img/bg/ourStory-bg.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: -15px;
}
.ourStory .content {
  text-align: center;
  color: #ffffff;
}
.ourStory .content .title {
  margin: 0;
  font-size: 65px;
  line-height: .8;
}
.ourStory .content .subtitle {
  font: 25px/1.25 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  margin: 20px 0;
  padding: 0 20px;
}
/*
 *  Made to Order banner
 */
.madeToOrder {
  padding: 51px 0 41px;
  background: url(../img/bg/madeToOrder-bg.png) no-repeat center;
  margin-bottom: -15px;
}
.madeToOrder .content {
  text-align: center;
  color: #ffffff;
}
.madeToOrder .content .title {
  margin: 0;
  font-size: 50px;
  line-height: .8;
}
.madeToOrder .content .subtitle {
  font: 25px/1.25 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: none;
  margin: 20px 0 56px 0;
  padding: 0 20px;
}
/*
 *  Home Map Area
 */
.homeMap {
  background: url(../img/bg/BK_HP_Map_bg.jpeg) no-repeat center;
  position: relative;
}
.homeMap .mainMap {
  width: 100%;
  height: 380px;
}
.homeMap .swatch {
  background: url(../img/bg/map-swatch-m.png) no-repeat 50% 0;
  background-size: 100%;
  background-size: contain;
  width: 77.1875%;
  /* 494/640 */
  height: 228px;
  /* 228/640 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -114px 0 0 -38.59375%;
  /* 77.1875/2 = 38.59375 */
  padding: 10px 4.5%;
  text-align: center;
}
.homeMap .swatch .title {
  color: #444242;
  font-family: 'fs_sammyregular', Arial, Helvetica, sans-serif;
  font-size: 3.375em;
  /* 54/16 */
  line-height: 1;
  text-transform: none;
  margin: 0 0 15px;
}
.homeMap .swatch sup {
  font: 23px/1 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  top: -1.15em;
}
.homeMap .inputHolder {
  border: 2px solid #ed7800;
  border-right: none;
  width: 264px;
  margin: 0 auto;
  background: #fff;
}
.homeMap .mapInput {
  font-size: 14px;
  color: #ed7800;
  border: none;
  width: 220px;
  float: left;
  padding: 15px 15px 12px;
  line-height: 1.25em;
}
.homeMap .submit {
  float: left;
  background: #ed7800;
  border: none;
  width: 42px;
  height: 45px;
  padding: 4px 0 0;
}
.homeMap .icon_pindrop-white {
  width: 17px;
  height: 24px;
}
.homeMap ::-webkit-input-placeholder {
  color: #dba66f;
}
.homeMap ::-moz-placeholder {
  color: #dba66f;
}
.homeMap :-ms-input-placeholder {
  color: #dba66f;
}
.homeMap .bg-top {
  background: url(../img/bg/map-tatter-top.png) 0 0 repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14px;
}
.homeMap .bg-bot {
  background: url(../img/bg/map-tatter-bot.png) 0 100% repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14px;
}
.bkCallouts {
  padding: 50px 0;
}
.bkCallouts .col-sm-3 {
  text-align: center;
  padding: 25px 0;
}
.bkCallouts .title {
  font: 45px/0.95 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  color: #444242;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.bkCallouts .title > sup {
  font-size: 26px;
  top: -0.55em;
  margin: 0 -10px 0 0;
}
.bkCallouts .bk-btn {
  padding-left: 8px;
  padding-right: 10px;
}
@media screen and (max-width: 479px) {
  .bkCallouts .col-xs-6 {
    width: 100%;
  }
  .homeMap .mainMap {
    height: 250px;
  }
  .homeMap .swatch {
    height: 180px;
    margin-top: -80px;
  }
  .homeMap .swatch .title {
    font-size: 1.7em;
    margin-top: 5px;
  }
  .homeMap .swatch sup {
    font-size: 16px;
  }
  .homeMap .swatch .inputHolder {
    width: 200px;
  }
  .homeMap .swatch .mapInput {
    font-size: 12px;
    width: 156px;
    padding: 15px 10px 12px;
  }
  .homeMap .swatch .submit {
    width: 42px;
    height: 42px;
    padding: 4px 0 0;
  }
  .homeMap .swatch .icon_pindrop-white {
    width: 17px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .heroCarousel {
    max-height: 760px;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
  }
  .offers .mainImage,
  .heroCarousel .mainImage {
    text-align: center;
  }
  .offers .mainImage img,
  .heroCarousel .mainImage img {
    max-width: 100%;
  }
  .heroCarousel .mainImage img {
    width: auto;
  }
  .offers .mainImage img.big-img,
  .heroCarousel .mainImage img.big-img {
    display: block;
    margin: 0 auto;
  }
  .offers .mainImage img.mobile-img,
  .heroCarousel .mainImage img.mobile-img {
    display: none;
  }
  .heroCarousel h2 {
    font-size: 105px;
    /* 105 / 14 = 7.5 */
    text-transform: uppercase;
    margin: 0;
  }
  .heroCarousel h3 {
    font-size: 56.25px;
    /* 56.52 / 14 = 4.03714285714286 */
    text-transform: uppercase;
    display: inline;
    margin: 0;
  }
  .heroCarousel .owl-controls .owl-nav .owl-prev .arrow
    {
    background-image: url('/img/arrow-prev.png');
    position: relative;
    width: 44px;
    height: 44px;
    right: 372px;
    background-size: 44px 44px;
    bottom: 0px;
  }
  .heroCarousel .owl-controls .owl-nav .owl-next .arrow
    {
    background-image: url('/img/arrow-next.png');
    position: relative;
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    left: 330px;
    bottom: 0px;
  }
  
  /*
     *  Our Story
     */
  .ourStory {
    padding: 53px 0 26px;
  }
  .ourStory .content .title {
    font-size: 90px;
    line-height: .75;
  }
  .ourStory .content .subtitle {
    font-size: 40px;
    padding: 0 25px;
  margin-top: 10px;
  }
  /*
   *  Made to order banner
   */
  .madeToOrder {
    padding: 53px 0 26px;
  }
  .madeToOrder .content .title {
    font-size: 90px;
    line-height: .75;
  }
  .madeToOrder .content .subtitle {
    font-size: 40px;
    padding: 0 25px;
  margin: 10px 0px 20px 0;
  }
  .homeMap .swatch {
    background: url(../img/bg/map-swatch.png) no-repeat 0 0;
    width: 727px;
    height: 229px;
    margin: -114px 0 0 -363px;
  }
  .homeMap .swatch .title {
    font-size: 74px;
    margin: 25px 0 7px;
  }
  .homeMap .swatch sup {
    font-size: 25px;
    top: -1.4em;
  }
  .homeMap .inputHolder {
    border: 2px solid #ed7800;
    border-right: none;
    width: 264px;
    margin: 0 auto;
    background: #fff;
  }
  .homeMap .mapInput {
    font-size: 14px;
    color: #ed7800;
    border: none;
    width: 220px;
    float: left;
    padding: 15px 15px 12px;
  }
  .homeMap .submit {
    float: left;
    background: #ed7800;
    border: none;
    width: 42px;
    height: 45px;
    padding: 4px 0 0;
  }
  .homeMap .icon_pindrop-white {
    width: 17px;
    height: 24px;
  }
  /*
     * Callouts
     */
  .bkCallouts {
    padding: 100px 0 175px;
    background: url(../img/footer/footer_bacon.jpg);
    background-repeat: repeat-x;
    background-size: 1100px 180px;
    background-position: 0 bottom;
    margin-bottom: -5px;
  }

body.front section.bkCallouts > div.row.content { text-align:center; }

}

html {
  overflow-x: hidden;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon {
  background-size: 100%;
  display: inline-block;
}
.clear {
  clear: both;
}
.container > .content,
.container-fluid > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.container .mobile-content,
.container-fluid .mobile-content {
  margin: 0 4.6875% 0;
  /* 30/640 */
}
.sectionTitle {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  margin: 0;
}
.center {
  text-align: center;
}
/*
 *  CRM
 */
.crm {
  background-image: url('../img/bg/crm.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: -5px 0;
  position: relative;
}
.crm hr {
  background: transparent url(../img/bg/orange-horizontal.png) no-repeat center;
  background-size: cover;
  border: 0 none;
  height: 11px;
  margin: 20px 5%;
}
.crm .crm-content {
  padding: 50px 5px;
  text-align: center;
}
.crm .col-sm-6:nth-of-type(2) {
  background: url(../img/bg/orange-horizontal.png);
  background-position: center 0;
  -webkit-background-size: 80% 11px;
  -moz-background-size: 80% 11px;
  -o-background-size: 80% 11px;
  background-size: 80% 11px;
  background-repeat: no-repeat;
}
.crm .crm-content .crmTitle {
  margin: 0 auto;
  padding: 0px;
  max-width: 100%;
  font: 38px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}
.crm .crm-content .bk-btn.bk-btn-orange {
  margin: 15px 0px;
}
.crm .crm-content .shareSection {
  margin: 15px 0px;
}
.crm .crm-content .crmText {
  font-size: 45px;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.crm .inputHolder {
  border: 2px solid #ed7800;
  border-right: none;
  width: 264px;
  margin: 0 auto;
  background: #fff;
}
.crm .contactInput {
  font-size: 14px;
  color: #ed7800;
  border: none;
  width: 220px;
  float: left;
  padding: 15px 15px 12px;
}
.crm .icon_carat-right-white {
  width: 12px;
  height: 17px;
  margin: 0 0 0 5px;
}
.crm .submit {
  float: left;
  background: #ed7800;
  border: none;
  width: 42px;
  height: 45px;
  padding: 4px 0 0;
}
.crm .icon_pindrop-white {
  width: 17px;
  height: 24px;
}
.crm ::-webkit-input-placeholder {
  color: #dba66f;
}
.crm ::-moz-placeholder {
  color: #dba66f;
}
.crm :-ms-input-placeholder {
  color: #dba66f;
}
.crm .shareSection .icon {
  vertical-align: middle;
}
.crm .shareSection .socialLinks { text-align: center; }
.crm .shareSection .socialLinks .wrap-button {
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
}
.crm .shareSection .socialLinks .wrap-button.facebook > a {
  padding: 4px 4px 2px;
  background-color: #FFF;
  border-radius: 2px;
  display: block;
}

.crm .shareSection .socialLinks .wrapper:last-of-type {
  margin-right: 0;
}
.crm .shareSection .socialLinks .icon_facebook-crm-offwhite,
.crm .shareSection .socialLinks .icon_instagram-crm-offwhite,
.crm .shareSection .socialLinks .icon_twitter-crm-offwhite,
.crm .shareSection .socialLinks .icon_youtube-crm-offwhite,
.crm .shareSection .socialLinks .icon_googlePlus-crm-offwhite {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
}

/*
 *  BK delivers
*/
.bkDelivers {
  background: url(../img/bg/delivers.png) 50% 0 repeat-x;
  text-align: center;
  color: #f1f2f2;
  margin: -5px 0;
  position: relative;
  padding: 97px 0;
}
.bkDelivers .title {
  margin: 0;
  font: 100px/0.8 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
}
.bkDelivers .title span {
  text-transform: uppercase;
}
.bkDelivers .subtitle {
  margin: 15px 0 25px;
  font: bold 20px/1 Arial, Helvetica, sans-serif;
}
.nutrition-content {
  margin-bottom: 5px;
}
.nutrition-documents .content {
  padding: 0 !important;
}
.nutrition-documents h2 {
  display: none;
}
.nutrition-documents .smallFont {
  font-size: 0.8em;
  margin-top: 3px;
}
/*
 *  FOOTER
 */
footer {
  color: #e6e6e6;
  background: url(../img/bg/header-footer-m.png) repeat-x 0 -123px;
  padding: 5px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
/*
    display: block;
*/
}
footer .content {
  max-width: 1000px;
  margin: 0 auto;
}
footer .footerBg {
  background: #2d2d2d;
  padding: 5px 0 0;
}
footer a {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 13px;
}
footer > .content {
  padding-left: 45px;
  padding-right: 45px;
}
footer > .links {
  padding-left: 0;
  padding-right: 0;
}
footer .footerLinks > li {
  background: url(../img/bg/line-med-horz-white.png) 0 100% repeat-x;
  padding: 0 30px;
}
footer .footerLinks h4 {
  color: #fff;
  margin: 0;
  cursor: pointer;
  font-size: 30px;
  padding: 34px 0;
}
footer .footerLinks h4 .icon_minus-white {
  display: none;
}
footer .footerLinks h4.expanded .icon_plus-white {
  display: none;
}
footer .footerLinks h4.expanded .icon_minus-white {
  display: inline-block;
}
footer .footerLinks .icon {
  float: right;
  width: 45px;
  height: 45px;
  margin-top: -8px;
}
footer .subList {
  background: url(../img/bg/line-med-horz.png) 0 0 repeat-x;
  display: none;
  padding: 20px 0 0 15px;
  margin-left: -15px;
}
footer .subList > li {
  width: 50%;
  float: left;
  line-height: 1.2em;
  margin-bottom: 15px;
}
footer .subList > li > a {
  display: block;
  font-size: 18px;
  padding: 0 20px 30px 0;
}
footer .sectionText {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
footer .shareSection {
  text-align: center;
  margin-top: 50px;
}
footer .shareSection a {
  margin: 0 0 0 20px;
}
footer .shareSection a:first-child {
  margin-left: 0;
}
footer .shareSection .icon {
  vertical-align: middle;
}
footer .shareSection .icon_facebook-crm-offwhite {
  width: 50px;
  height: 50px;
}
footer .shareSection .icon_twitter-crm-offwhite {
  width: 60px;
  height: 50px;
}
footer .shareSection .icon_googlePlus-crm-offwhite {
  width: 50px;
  height: 50px;
}
footer .shareSection .icon_email-offwhite {
  width: 50px;
  height: 37px;
}
footer .appSection {
  text-align: center;
  margin-top: 50px;
}
footer .appSection a {
  margin: 0 5px 0 0;
}
footer .bk-logo {
  text-align: center;
  margin-top: 50px;
}
footer .bk-logo .icon {
  width: 240px;
  height: 29px;
}
footer .bk-logo > p {
  font-size: 16px;
  margin: 5px 0 0;
}
footer .toTopHolder {
  text-align: center;
}
footer .toTop {
  font-size: 36px;
  margin: 60px auto 0;
  padding: 14px 18px 12px;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: -5px;
  border-image-repeat: stretch !important;
  -webkit-border-image-repeat: stretch !important;
}
footer .toTop .icon_up-white {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  margin: -7px 0 0 5px;
}
.bk-btn-block {
  display: block;
}
/*
 * Block Module
 */
.block-module {
  padding: 30px;
}
/*
 * Component Module
 */
.component-module {
  font-size: 16px;
  height: 100%;
  padding: 20px 0;
}
.component-module p {
  font-size: 1em;
}
.component-module .title {
  font-size: 3em;
  line-height: 1.1;
  margin: 0;
}
.component-module .title.small {
  font-size: 24px;
}
.component-module.large {
  font-size: 20px;
}
.component-module.large .title {
  font-size: 5em;
}
.component-module .image {
  margin-bottom: 1em;
  text-align: center;
}
.component-module .image img {
  display: inline-block;
  width: 100%;
}
.component-module .icon_right-white {
  height: 1em;
  float: right;
  margin-top: 9px;
  width: 1em;
}
.component-module.col-xs-6:nth-child(odd) {
  padding-right: 10px;
}
.component-module.col-xs-6:nth-child(even) {
  padding-left: 10px;
}
.horizontal-module .row.content {
  padding: 50px 30px 65px;
  text-align: center;
}
.horizontal-module .title,
.node-type-news-press .component-module h3.title {
  font-size: 70px;
  line-height: 1;
  margin: 0;
  padding: 0 0 30px;
}
.horizontal-module p {
  font-size: 17px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.horizontal-module .contentImg {
  max-width: 100%;
}
.horizontal-module .sideImage.left {
  display: none;
}
.horizontal-module .sideImage.right {
  display: none;
}
.video-module {
  padding: 50px 30px;
}
.video-module .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-module .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * About BK / Franchising / Other
 */

.node-page h3 {
  font-size: 70px;
  line-height: 1;
  margin: 0px;
  padding: 0px 0px 30px;
}
.node-page .content-block {
  padding: 30px 0px 45px;
}
.content-wrapper {
  margin-bottom: -5px;
  overflow: hidden;
}
.pageTitle {
  padding: 8px 15px;
  background: #2D2D2D none repeat scroll 0% 0%;
  margin-top: -5px;
}

.pageTitle div {
  padding: 0;
  text-align: center;
}

.pageTitle div h2 {
  margin: 0 auto;
  color: #e6e6e6;
  font-size: 45px;
  font-family: 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* Franchising */
.franchising section {
  background: url(../img/bg/thick-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.franchising section:nth-of-type(1) {
  background: none;
}
/*
 * Search Results Page
 */
.searchItems .content {
  padding: 0 30px 0;
  color: #444242;
}
.searchItems .content.results {
  text-align: center;
  padding: 60px 30px 40px;
}
.searchItems .content .sectionTitle {
  padding: 10px 0;
  margin: 20px 0;
  clear: both;
}
.searchItems.bk-search.form .content .sectionTitle {
  padding: 10px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
}
.searchItems.bk-search.result-items .content {
  padding: 0 10px 0;
}
.searchItems .resultsNo {
  font-size: 20px;
  padding-top: 20px;
}
.searchItems.bk-search.controls .resultsNo {
  text-align: center;
  padding: 10px 0 20px 0;
}
.searchItems .icon_search-white {
  width: 18px;
  height: 18px;
}
.searchItems .wrapper-dropdown {
  position: relative;
  width: 220px;
  padding: 11.5px;
  margin: 0 auto;
  background: #ed7800;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  text-transform: uppercase;
}
.searchItems .wrapper-dropdown .icon {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: -1px;
}
.searchItems .wrapper-dropdown .icon_arrow-up-white {
  display: none;
}
.searchItems .wrapper-dropdown.active .icon_arrow-up-white {
  display: inline-block;
}
.searchItems .wrapper-dropdown.active .icon_arrow-down-white {
  display: none;
}
.searchItems .wrapper-dropdown .pd-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f5f5f5;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
}
.searchItems .wrapper-dropdown .pd-dropdown li a {
  display: block;
  text-decoration: none;
  color: #444242;
  padding: 11.5px;
  margin: 0;
}
.searchItems .wrapper-dropdown .pd-dropdown li a.current {
  color: #8d8d8d;
}
.searchItems .wrapper-dropdown .selected {
  color: #e0592b;
}
.searchItems .wrapper-dropdown .pd-dropdown li:hover a {
  background: #e0592b;
  color: #ffffff;
}
.searchItems .wrapper-dropdown.active .pd-dropdown {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.searchItems .wrapper-dropdown.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.searchItems .inputHolder {
  border: 2px solid #ed7800;
  border-right: none;
  width: 204px;
  background: #fff;
  margin: 0 auto;
}
.searchItems .contactInput {
  font-size: 14px;
  color: #ee8324;
  border: none;
  width: 160px;
  float: left;
  padding: 9px 9px 8px;
}
.searchItems .submit {
  float: left;
  background: #ed7800;
  border: none;
  width: 42px;
  height: 34px;
  padding: 4px 0 0;
}
.searchItems ::-webkit-input-placeholder {
  color: #dba66f;
  text-transform: capitalize;
}
.searchItems ::-moz-placeholder {
  color: #dba66f;
  text-transform: capitalize;
}
.searchItems :-ms-input-placeholder {
  color: #dba66f;
  text-transform: capitalize;
}
.searchItems ul.itemsList li {
  padding: 40px 0 20px 0;
  overflow: hidden;
  background: url(../img/bg/line-med-horz.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.searchItems.bk-search.result-items ul.itemsList li {
  padding: 25px 0 5px 0;
}
.searchItems ul.itemsList li:first-of-type {
  background: url(../img/bg/darkGrid-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
  background-size: 640px 6px;
}
.searchItems .itemImg {
  float: left;
  width: 20%;
}
.searchItems.bk-search.result-items .itemImg {
  width: 30%;
}
.searchItems .itemImg > img {
  width: 100%;
}
.searchItems .itemDetails {
  float: left;
  width: 80%;
  padding: 0 0 0 15px;
}
.searchItems.bk-search.result-items .itemDetails {
  width: 70%;
}
.searchItems .itemDetails > h4 {
  font: bold 28px Arial, Helvetica, sans-serif;
  margin: 0px;
}
.searchItems.bk-search.result-items .itemDetails > h4 {
  font-size: 18px;
}
.searchItems .itemDetails > a {
  color: #ee8324;
  font-size: 20px;
}
.searchItems.bk-search.result-items .itemDetails > a {
  font-size: 14px;
}
.searchItems .itemDetails .itemDesc {
  font-size: 22px;
  margin: 8px 0;
  text-align: initial;
}
.searchItems.bk-search.result-items .itemDetails .itemDesc {
  font-size: 14px;
}
.searchItems.pagination {
  padding: 0 30px 0;
}
.searchItems.pagination .content {
  padding: 40px 0 40px;
  background: url(../img/bg/line-med-horz.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.searchItems.pagination .content .icon_left-white {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
.searchItems.pagination .content .icon_right-white {
  height: 25px;
  width: 25px;
}
.searchItems .bk-btn-gray,
.searchItems .bk-btn-orange {
  padding: 7px 30px;
}
.searchItems .bk-btn-gray {
  padding: 7px 15px;
}
.bk-search form#search-api-page-search-form input[type='submit'] {
  display: none;
}
.bk-search .debug {
  display: none;
}

/* News and press page */
.page-news-press p.itemDesc {
  display: none;
}
.page-news-press span.date-display-single {
  font-size: 25px;
}
.page-news-press .itemImg,
.node-type-news-press .itemImg {
  display: none;
}

.node-type-news-press .component-module h3.title {
  text-align: center;
}
.page-news-press .searchItems .itemDetails > h4 {
    text-transform: none;
  margin-bottom: 5px;
  display: inline;
}
.page-news-press  .searchItems ul.itemsList li:first-of-type {
  background-image: none;
}
.page-news-press .read-full {
  margin-top: 5px;
}
.page-news-press .searchItems .itemDetails  .read-full a {
  color: #ee8324;
  font-size: 20px;
}

/*
 * Product Detail Page
 */
.label {
  font: bold 1em Arial, Helvetica, sans-serif;
}
.product-hero {
  background: transparent url(../img/bg/bk-product-bg.jpg) no-repeat center;
  font-size: 8px;
  position: relative;
  /* In order to fall underneath .nutrition's top border. */
  z-index: 0;
  background-size: cover;
}
.product-hero p {
  padding-right: 20px;
}
.product-hero .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 5%;
}
.product-hero .image {
  float: right;
  padding: 10px 0;
}
.product-hero .image img {
  width: 100%;
}
.product-hero .title-group {
  margin-bottom: 5%;
}
.product-hero .title {
  font-size: 4.0em;
  line-height: .8;
  margin: 0;
  padding: 10px 30px 10px 0;
}
.product-hero .title p {
  margin: 0;
}
.product-hero .subtitle {
  font: 3em 'fs_sammyregular', Arial, Helvetica, sans-serif;
  line-height: 1;
  text-transform: none;
  margin: 0;
}
.product-hero .description {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 90px;
}
.share-this {
  padding-left: 0;
}
.share-this a {
  margin-right: 10px;
}
.share-this .icon_facebook-blue,
.share-this .icon_twitter-blue,
.share-this .icon_pinterest-red,
.share-this .icon_tumblr-blue,
.share-this .icon_email-grey {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.share-this .icon_facebook-blue {
  height: 39px;
  width: 39px;
}
.share-this .icon_twitter-blue {
  height: 39px;
  width: 39px;
}
.share-this .icon_pinterest-red {
  height: 39px;
  width: 39px;
}
.share-this .icon_tumblr-blue {
  height: 39px;
  width: 39px;
}
.share-this .icon_email-grey {
  height: 39px;
  width: 39px;
}
/*.page-burgers .title {
  color: #8b542f;
}*/
@media screen and (min-width: 480px) {
  .product-hero {
    background-position: center bottom;
    font-size: 10.66666667px;
    position: relative;
  }
  .product-hero .title-group {
    margin-bottom: 0;
  }
  .product-hero .share-this {
/*    bottom: 20px;
    position: absolute;*/
    position: relative;
    float: left;
    margin: 0;
  }
}
.select-menu {
  background: #ffffff;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.select-menu .select-menu-options {
  background: #ffffff;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: none;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
}
.select-menu .select-menu-option-input {
  display: none;
}
.select-menu .select-menu-option-input:checked + .select-menu-option-label {
  color: #8d8d8d;
}
.select-menu .select-menu-label,
.select-menu .select-menu-option-label {
  color: #444242;
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 11.5px;
  margin: 0;
}
.select-menu .select-menu-label {
  color: #e0592b;
  padding-right: 31.5px;
}
.select-menu .select-menu-option-label.current {
  color: #8d8d8d;
}
.select-menu .icon {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.select-menu .icon_arrow-up-orange {
  display: none;
}
.select-menu.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select-menu.open .icon_arrow-up-orange {
  display: inline-block;
}
.select-menu.open .icon_arrow-down-orange {
  display: none;
}
.select-menu.open .select-menu-options {
  display: block;
  z-index: 1;
}
.nutrition {
  background: url(../img/bg/darkGrid-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
  margin-top: -4px;
  z-index: 10;
  position: relative;
}
.nutrition .ingredients .meal-btn {
  float: none;
  margin: 0;
  text-align: center;
}
.nutrition .content {
  padding: 30px 20px 30px;
}
.nutrition .content .share-this {
  text-align: center;
}
.nutrition .content .share-this .label {
  color: #444242;
}
.nutrition .content .title {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.nutrition .content .sectionTitle {
  cursor: pointer;
}
.nutrition .content .sectionTitle .icon_minus-orange {
  display: inline-block;
}
.nutrition .content .sectionTitle .icon_plus-orange {
  display: none;
}
.nutrition .content .sectionTitle.collapsed .icon_minus-orange {
  display: none;
}
.nutrition .content .sectionTitle.collapsed .icon_plus-orange {
  display: inline-block;
}
.nutrition .content .expandInfo {
  width: 35px;
  height: 35px;
  margin-left: 15px;
}
.nutrition-info {
  font-size: 16px;
  margin-top: 20px;
}
.nutrition-info a {
  cursor: pointer;
}
.nutrition-info h4 {
  color: #444242;
  margin: 0;
  padding: 20px 0px 23px 0px;
  font: bold 16px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.nutrition-info .actions > div {
  float: none;
  margin: 0 auto;
  text-align: right;
}
.nutrition-info .ingredients {
  max-width: 800px;
  overflow: hidden;
}
.nutrition-info .ingredient {
  display: block;
  margin-bottom: 20px;
}
.nutrition-info .ingredient input[type=checkbox] {
  display: none;
}
.nutrition-info .ingredient input[type=checkbox]:checked + span:before {
  background: #ffffff url('../img/checkMark.png') no-repeat center;
}
.nutrition-info .ingredient span {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 23px;
  padding-left: 43px;
  position: relative;
}
.nutrition-info .ingredient span:before {
  background-color: #fff;
  content: "";
  border: 2px solid #E97920;
  display: inline-block;
  height: 30px;
  left: 0;
  padding: 2px;
  position: absolute;
  width: 30px;
  box-shadow: inset 1px 1px 1px 0px rgba(254, 247, 239, 0);
  top: -3px;
}
.nutrition-info .allergens-list {
  display: inline-block;
  margin-right: 10%;
}
.nutrition-info .nutrition-form {
  background-color: #e5e5e5;
  font-weight: bold;
  padding: 15px;
}
.nutrition-info .nutrition-form .nutrition-update {
  display: none;
}
.nutrition-info .nutrition-form.isUpdate .nutrition-add {
  display: none;
}
.nutrition-info .nutrition-form.isUpdate .nutrition-update {
  display: inline-block;
}
.nutrition-info .bk-btn-simple,
.nutrition-info .select-menu label {
  font-size: 14px;
  font-weight: bold;
}
.nutrition-info .product-variants,
.nutrition-info .beverages,
.nutrition-info .sides {
  margin-bottom: 20px;
}
.nutrition-info .product-variants button {
  margin-right: 5px;
  outline: none;
} 
.nutrition-content .footnote {
  font-size: .8em;
}
.nutrition-data {
  font-weight: bold;
  margin-left: -5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.nutrition-data h3 {
  font: 20px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: left;
  text-transform: none;
}
.nutrition-data li {
  background-color: #e5e5e5;
  height: 35px;
  font-size: 14px !important;
  line-height: 2.5;
  padding: 0 15px 0 15px !important;
  margin: 5px 0 0 5px !important;
}
.nutrition-data li .label {
  float: left;
  margin: 0;
  text-transform: capitalize;
  line-height: inherit;
}
.nutrition-data li .value {
  float: right;
  margin: 0;
}
.modal .nutrition-data li {
  background-color: #e1e1e1;
}
.no-js .nutrition .nutrition-wrapper {
  display: block;
}
.recommendations {
  background: url(../img/bg/darkGrid-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
  padding: 30px 20px 30px;
}
.recommendations .content .title {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.recommendations .col-xs-6,
.recommendations .col-sm-4 {
  background: url(../img/bg/line-med-vert.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-y;
  padding: 5px;
  margin-top: 30px;
  height: 240px;
}
.recommendations .col-xs-6:first-of-type,
.recommendations .col-sm-4:first-of-type {
  background: none;
}
.recommendations .col-xs-6:last-of-type,
.recommendations .col-sm-4:last-of-type {
  display: none;
}
.recommendations .col-xs-6 .thumbnail,
.recommendations .col-sm-4 .thumbnail {
  display: block;
  text-align: center;
  height: 190px;
}
.recommendations .col-xs-6 .thumbnail img,
.recommendations .col-sm-4 .thumbnail img {
  display: inline-block;
  max-width: 100%;
}
.recommendations .col-xs-6 .itemTitle,
.recommendations .col-sm-4 .itemTitle,
.recommendations .col-xs-6 .thumbnail > span,
.recommendations .col-sm-4 .thumbnail > span {
  display: block;
  margin: auto;
  -webkit-font-smoothing: antialiased;
}
.recommendations .col-xs-6 .itemTitle,
.recommendations .col-sm-4 .itemTitle,
.recommendations .col-xs-6 .itemTitle a,
.recommendations .col-sm-4 .itemTitle a,
.recommendations .col-xs-6 .thumbnail > span,
.recommendations .col-sm-4 .thumbnail > span,
.recommendations .col-xs-6 .thumbnail > span a,
.recommendations .col-sm-4 .thumbnail > span a {
  color: #444242;
  vertical-align: top;
    font: bold 16px/1 Arial,Helvetica,sans-serif;
}
.offer img {
  max-width: 100%;
  padding: 5%;
}
/*
* Top banner at menu page
*/
.top-banner.offer img{
  padding-top: 0px;
  padding-bottom: 30px;
}
.mapContainer {
  position: relative;
}
.mapContainer .locInput {
  position: absolute;
  top: 25px;
  right: 90px;
  border: 1px solid #ed7800;
  font-size: 0;
}
.mapContainer .locInput > input {
  border: none;
  background: #fff;
  padding: 11px 15px 10px;
  font-size: 14px;
  color: #ed7800;
  width: 150px;
  border-radius: 0;
  -webkit-appearance: none;
}
.mapContainer .locInput .submit {
  background: #ed7800;
  height: 38px;
  width: 37px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.mapContainer .locInput .icon_pindrop-white {
  width: 17px;
  height: 24px;
  margin: 6px 0 0;
}
.mapContainer .locInput ::-webkit-input-placeholder {
  color: #ed7800;
}
.mapContainer .locInput ::-moz-placeholder {
  color: #ed7800;
}
.mapContainer .locInput :-ms-input-placeholder {
  color: #ed7800;
}
#locationsMap {
  height: 350px;
  width: 100%;
}
#locationsMap .mapMarkerLabel {
  font: 18px/1 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  position: relative;
}
#locationsMap .mapMarkerLabel.myBk {
  font-size: 13px;
}
#locationsMap .mapMarkerLabel.hasDelivery {
  overflow: visible !important;
  z-index: auto !important;
}
#locationsMap .mapMarkerLabel .getDelivery {
  font: 16px/1 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #2d2a26;
  color: #fff;
  padding: 8px 10px 8px 24px;
  position: absolute;
  left: 100%;
  top: -2px;
  white-space: nowrap;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
}
#locationsMap .mapMarkerLabel .getDelivery:after {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 0;
  background: linear-gradient(-45deg, transparent 75%, #2d2d2d 75%) 0 50%, linear-gradient(-135deg, transparent 75%, #2d2d2d 75%) 0 50%;
  background-repeat: repeat-y;
  background-size: 6px 6px, 5px 6px;
}
#locationsMap .mapMarkerLabel .text {
  position: relative;
  z-index: 2;
}
#locationsMap .mapMarkerLabel .icon_truck-white {
  width: 16px;
  height: 12px;
  margin: 0 0 0 5px;
}
.locationsResults .sectionTitle {
  margin: 25px 0 5px;
}
.locationsResults .resultsFound {
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.locationsList {
  color: #444242;
  margin: 30px 0px 0px 0px;
}
.locationsList .location {
  margin: 0 0 35px;
}
.locationsList .location dd {
  margin-left: 0;
}
.locationsList .markerArea {
  width: 44px;
  margin-right: 10px;
  float: left;
  position: relative;
}
.locationsList .icon_pindrop-orange,
.locationsList .icon_pindrop-blue {
  width: 43px;
  height: 60px;
}
.locationsList .index {
  color: #333;
  font: 18px/1 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 9px;
  top: 13px;
  width: 25px;
  text-align: center;
}
.locationsList .myBk {
  font-size: 13px;
  top: 9px;
}
.locationsList .location:nth-child(0n+2) .locationContent {
  min-height: 140px;
}
.locationsList .locationContent {
  float: left;
  width: 80%;
  /* 512/640 */
  font-size: 14px;
}
.locationsList .mainAddress {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.locationsList .mainAddress > a {
  color: #ed7800;
}
.locationsList .links {
  margin: 5px 0;
  font-size: 16px;
}
.locationsList .links > a {
  color: #ed7800;
}
.locationsResults .notification-msg {
    background-color: #ed7800;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
}

/*
 * Offers, Our-story Pages
 */
.offers section:not(.crm),
.our-story section:not(.crm) {
  background: url(../img/bg/thick-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
}
.offers section:not(.crm):nth-of-type(1),
.our-story section:not(.crm):nth-of-type(1),
.our-story section:not(.crm):nth-of-type(3) {
  background: none;
}
.offers section:not(.crm) .content,
.our-story section:not(.crm) .content {
  padding: 50px 10px;
}
.offers section:not(.crm) img,
.our-story section:not(.crm) img {
  max-width: 100%;
  padding: 0 2%;
}
/**
* Made to Order Page
*/

.page-made-to-order section.made-to-order-top h3.title {
  font-family: "BlockBeCnPro",Arial,Helvetica,sans-serif;
  color: #8b542f;
  font-size: 45px;
  padding-bottom: 0;
}

.page-made-to-order section.made-to-order-top .subtitle {
  font: 17px/1.25 "fs_sammyregular",Arial,Helvetica,sans-serif;
  text-align: center;
}

.page-made-to-order section.made-to-order-top .row.content
{
  padding: 20px 10px 10px;
}
  
section.hundref-p-beef .row.content
{
  text-align: center;
  padding: 50px 30px 20px;
}

section.hundref-p-beef .title
{
  margin-bottom: 35px;
  font: 35px/1.25 "fs_sammyregular",Arial,Helvetica,sans-serif;
}
section.hundref-p-beef .title-2nd
{
  font-family: "BlockBeCnPro",Arial,Helvetica,sans-serif;
  font-size: 18px;
}
/**
* Made to order slider
*/
.MadeToOrder-slider
{
  margin-bottom: 0px;
}

.MadeToOrder-slider .owl-carousel
{
  position: relative;
}

.MadeToOrder-slider .owl-carousel .owl-item .item {
  /* Small, Opacity 0.5*/

  opacity: 0.3;
  margin: 0 auto;
  min-height: 400px;
  transition: opacity 200ms ease 0s;
}

.MadeToOrder-slider .owl-carousel .owl-item .item img {
  width: 90%;
  padding-top: 18px;
  margin: 0 auto;
}

.MadeToOrder-slider .owl-carousel .owl-item.center .item {
  opacity: 1;
  position: relative;
}
.MadeToOrder-slider .owl-carousel .owl-item.center .item .frame {
  background-image: url('../img/made-to-order-slider/orange-frame.png');
  width: 103%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -5px;
  z-index: 101;
  background-size: 100%;
  background-repeat: no-repeat;
}
.MadeToOrder-slider .owl-carousel .owl-item.center .item img {

  padding: 7px 4px 0px 0px;
  width: 102%;
  
  z-index: 100;
}

.MadeToOrder-slider .owl-carousel .owl-item .item .desc-header,
.MadeToOrder-slider .owl-carousel .owl-item .item .desc-details 
{
  display: none;
}

.MadeToOrder-slider .owl-carousel .owl-item.center .item .desc-header,
.MadeToOrder-slider .owl-carousel .owl-item.center .item .desc-details 
{
  display: block;
  color: #fff;
  z-index: 102;
  position: relative;
}

.MadeToOrder-slider .owl-carousel .owl-item.center .item .desc-header
{
  font-family: "BlockBeCnPro",Arial,Helvetica,sans-serif;
  font-size: 20px;
  padding: 0 18px;
  margin-top: 5px;
}
.MadeToOrder-slider .owl-carousel .owl-item.center .item .desc-details
{
  display: none; /* Not show this on mobile */
}
.MadeToOrder-slider .owl-controls
{
  position: relative;
  margin: 0 auto;
}
.MadeToOrder-slider .owl-controls .owl-nav
{
  height: 0px;
}
.MadeToOrder-slider .owl-controls .owl-nav .owl-prev .arrow
{
  background-image: url('../img/made-to-order-slider/arrow-prev.png');
  position: absolute;
  width: 22px;
  height: 33px;
  bottom: 0px;
  left: 7px;
  background-size: 22px 33px;
}
.MadeToOrder-slider .owl-controls .owl-nav .owl-prev .hover
{
  background-image: url('../img/made-to-order-slider/arrow-hover.png');
  position: absolute;
  width: 38px;
  height: 43px;
  bottom: 150px;
  left: 7px;
  display: none;
  background-size: 38px 43px;
}

.MadeToOrder-slider .owl-controls .owl-nav .owl-next .arrow
{
  background-image: url('../img/made-to-order-slider/arrow-next.png');
  position: absolute;
  width: 22px;
  height: 33px;
  bottom: 0px;
  right: 7px;
  background-size: 22px 33px;
}
.MadeToOrder-slider .owl-controls .owl-nav .owl-next .hover
{
  background-image: url('../img/made-to-order-slider/arrow-hover.png');
  position: absolute;
  width: 38px;
  height: 43px;
  bottom: 150px;
  right: 7px;
  display: none;
  background-size: 38px 43px;
}
.MadeToOrder-slider .owl-controls .owl-nav .owl-prev,
.MadeToOrder-slider .owl-controls .owl-nav .owl-next,
.MadeToOrder-slider .owl-controls .owl-nav .owl-prev:hover,
.MadeToOrder-slider .owl-controls .owl-nav .owl-next:hover
{
  background-color: #fff;
}
/**
* Our story slider
*/
.OurStory-slider
{
  margin: 30px 0px;
}

.OurStory-slider .owl-carousel
{
  position: relative;
}
.OurStory-slider .owl-carousel .owl-item .item {
  /* Small, Opacity 0.5*/
 
  opacity: 0.3;
  margin: 0 auto;
  min-height: 500px;
  transition: opacity 200ms ease 0s;
  /*min-height: 596px;*/
  /*width: 800px;*/
    
}
.OurStory-slider .owl-carousel .owl-item .item img {
 
  margin: 0 auto;
  width: 90%;
  padding-top: 6px;
  

   /*width: 724px;
  padding-top: 18px;*/
}

.OurStory-slider .owl-carousel .owl-item.center .item {
  opacity: 1;
}

.OurStory-slider .owl-carousel .owl-item.center .item img {
  padding-top: 0px;
  padding: 0 1%;
  width: 100%;
  
  
  
  /*width: 800px;*/
  /*padding-top: 0px;*/
  
  
  
}
.OurStory-slider .owl-carousel .owl-item .item .desc-header,
.OurStory-slider .owl-carousel .owl-item .item .desc-details 
{
  display: none;
}

.OurStory-slider .owl-carousel .owl-item.center .item .desc-header,
.OurStory-slider .owl-carousel .owl-item.center .item .desc-details 
{
  display: block;
}

.OurStory-slider .owl-carousel .owl-item.center .item .desc-header
{
  font-family: "BlockBeCnPro",Arial,Helvetica,sans-serif;
  font-size: 27px;
  padding: 0 5%;
  margin-top: 10px;
  /*
  font-size: 27px;
  margin-top: 20px;
  padding: 0 89px;*/
}
.OurStory-slider .owl-carousel .owl-item.center .item .desc-details
{
  padding: 0 10%;
  /* font-size: 16px Arial */
  
  /* padding: 0 56px; */
}

.OurStory-slider .owl-controls
{
  position: relative;
  margin: 0 auto;
  
  /*width: 800px;*/
  
}
.OurStory-slider .owl-controls .owl-nav .owl-prev .arrow
{
  background-image: url('../img/our-story-slider/arrow-prev.png');
  position: absolute;
  width: 18px;
  height: 26px;
  left: 3px;
  background-size: 18px 26px;
  bottom: 0px; 
  /*
  width: 26px;
  height: 39px;
  bottom: 90px;
  left: 0px;*/
}
.OurStory-slider .owl-controls .owl-nav .owl-next .arrow
{
  background-image: url('../img/our-story-slider/arrow-next.png');
  position: absolute;
  width: 18px;
  height: 26px;
  background-size: 18px 26px;
  right: 3px;
  bottom: 0px; 
  /*
  width: 26px;
  height: 39px;
  bottom: 90px;
  right: 0px;*/
}
.OurStory-slider .owl-controls .owl-nav
{
  height: 0px;
}
.OurStory-slider .owl-controls .owl-nav .owl-prev,
.OurStory-slider .owl-controls .owl-nav .owl-next, 
.OurStory-slider .owl-controls .owl-nav .owl-prev:hover,
.OurStory-slider .owl-controls .owl-nav .owl-next:hover {
    background-color: #fff;
}



/*
 * BK-App Page
 */
.page-app section:not(.crm) .content {
  padding: 70px 10px 0;
}
.page-app img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: -2px;
  display: block;
}
.page-app .appLinks {
  text-align: left;
}
.page-app .appLinks img {
  display: inline-block;
}
/* Wifi Page */
.page-wifi-login .whopperImg img,
.page-wifi-login p {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.page-wifi-login .appLinks {
  margin-top: 35px;
  text-align: middle;
}
.page-wifi-login .appLinks a {
  margin: 0 10px;
}
.page-wifi-login .offers {
  padding: 50px 0;
}
.page-wifi-login .offers img {
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 375px)
{ /* i6, i6+ */
  .page-made-to-order section.made-to-order-top h3.title {
    font-size: 50px;
  }

  .page-made-to-order section.made-to-order-top .subtitle {
    font-size: 20px
  }
  
  .MadeToOrder-slider .owl-carousel .owl-item.center .item .desc-header
  {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .page-wifi-login .whopperImg {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  .page-wifi-login .offers {
    padding: 50px 0 0;
  }
  .page-wifi-login .footerImg:after {
    content: " ";
    display: block;
    height: 275px;
    width: 100%;
    background: url(../img/footer/footer_coffee.jpg);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    margin-bottom: -5px;
  }
}
/* 
 * BK-Android Page
 */
.page-android .bk-android.container-fluid > .content {
  max-width: 1500px;
  position: relative;
  padding-bottom: 42px;
}

.page-android .container-fluid.crm .col-md-6 {
  padding: 50px 0px 0px 0px;
}
.page-android .crm .col-md-6 .crmTitle {
  font-size: 55px;
  line-height: 1;
}
.page-android .bk-android {
  background-image: url('../img/bg/android.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-android .bk-android img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: -2px;
  display: block;
  padding: 5% 6%;
}
.page-android .bk-android .text {
  padding: 0px 30px 60px 30px;
  margin-top: -20px;
}
.page-android .bk-android .btnContainer {
  height: 0;
  margin-top: 20px;
}

.page-android .bk-copy {
  padding: 60px 10px;
  background: url(../img/bg/darkGrid-horizontal.png);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat-x, repeat-y;
  margin-top: -4px;
  z-index: 10;
  position: relative;
}
.page-android .bk-copy p {
  margin: 0 auto;
  max-width: 820px;
}
.page-android .crmTitle {
  margin: 0 auto;
  padding: 0 0 20px 0;
  max-width: 100%;
  font: 50px 'fs_sammyregular', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.page-android .title {
  padding: 0px;
  vertical-align: middle;
  font-size: 36px;
  display: inline-block;
  color: #ed7800;
}
.page-android .appLinks {
  display: inline;
}
.page-android .android-terms-conditions {
  padding: 60px 10px;
}
.page-android .android-terms-conditions h3,
.page-android .android-terms-conditions p {
  margin: 0 auto;
  max-width: 820px;
}
.page-android .android-terms-conditions h3 {
  color: #676767;
  font-size: 25px;
  margin-bottom: 20px;
}
.page-android .bk-copy,
.page-android .android-terms-conditions {
  padding: 60px 30px;
}
.page-android .bk-android .btnContainer {
  text-align: center;
  height: 0;
}
.page-android .bk-android .btnContainer .bk-btn {
    font: normal 22px/42px 'BlockBeCnPro', Arial, Helvetica, sans-serif;
    height: auto;
    width: auto;

}
.page-android .title,
.page-android .appLinks {
  display: block;
}
.page-android .title {
  margin-bottom: 35px;
  font-size: 36px;
}

@media screen and (max-width: 479px) {
  .sectionTitle {
    font-size: 27px;
  }
  /*
     *  CRM
     */
  .crm .col-sm-6 .wrapper {
    height: 180px;
  }
  .crm .col-sm-6 .crmTitle {
    font-size: 38px;
    line-height: 1;
  }
  .crm .col-sm-6 .crmText {
    font-size: 38px;
  }
  .crm .inputHolder {
    width: 224px;
  }
  .crm .contactInput {
    width: 180px;
  }
  /*
     *  BK delivers
    */
  .bkDelivers .title {
    font-size: 60px;
  }
  /*
     *  Search results page
     */
  .searchItems .show-btn {
    float: none;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .searchItems .resultsNo {
    font-size: 14px;
  }
  .searchItems .inputHolder {
    float: none;
  }
  .searchItems .bottom {
    width: 230px;
  }
  .horizontal-module .title,
  .node-type-news-press .component-module h3.title  {
    font-size: 50px;
  }
  .page-android .crm .col-md-6 .crmTitle {
    font-size: 55px;
  }

  /*nutrition*/
  .nutrition-info .actions > div {
  text-align: center; 
  }
  .nutrition-info .ingredient {
    display: block;
  }
  .nutrition-info-variants{
    text-align:center;
  }
}
@media screen and (min-width: 768px) {
  .container .mobile-content,
  .container-fluid .mobile-content {
    margin: 0 auto;
  }
  .sectionTitle {
    font-size: 54px;
  }
  .hero .heroPager {
    margin: 0 auto 25px;
    font-size: 40px;
    line-height: 10px;
  }
  .hero .heroPager > span {
    margin: 0 7px;
  }
  
  .mapContainer .locInput {
    right: 100px;
  }
  .mapContainer .locInput > input {
    width: 215px;
  }
  .mapContainer .map-bg {
    background: url(../img/bg/map-tatter-bot.png) 0 100% repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14px;
  }
  .locationsList > li {
    float: left;
    width: 50%;
  }
  .locationsList .location {
    margin: 0 0 15px;
    min-height: 195px;
  }
  .locationsResults .notification-msg-wrapper {
    text-align: center;
  }
  .locationsResults .notification-msg {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    padding: 10px 20px;
  }

  .recommendations .col-xs-6:last-of-type,
  .recommendations .col-sm-4:last-of-type {
    display: block;
  }
  .recommendations .col-xs-6 .itemTitle a,
  .recommendations .col-sm-4 .itemTitle a,
  .recommendations .col-xs-6 .thumbnail > span,
  .recommendations .col-sm-4 .thumbnail > span,
  .recommendations .col-xs-6 .thumbnail > span a,
  .recommendations .col-sm-4 .thumbnail > span a {
    font-size: 24px;
  }
  /*
     *  FOOTER
     */
  footer {
    padding: 5px 0 0;
    background: url(../img/bg/header-footer.png) repeat-x 0 -136px;
  }
  footer .footerBg {
    padding: 65px 0 0;
  }
  footer .links > .col-sm-3 {
    padding: 0 0 0 5%;
  }
  footer .footerLinks > li {
    background: none;
    padding: 0;
  }
  footer .footerLinks h4 {
    cursor: default;
    border-bottom: none;
    font-size: 22px;
    margin: 0 0 4px;
    padding: 0;
  }
  footer .footerLinks h4 .icon,
  footer .footerLinks h4.expanded .icon {
    display: none;
  }
  footer .subList {
    background: none;
    display: block !important;
    line-height: 31px;
    padding: 0;
    margin: 0;
  }
  footer .subList > li {
    width: 100%;
    float: none;
  }
  footer .subList > li > a {
    display: inline;
    font-size: 14px;
    padding: 0;
  }
  footer .bk-logo > p {
    font-size: 13px;
  }
  footer .shareText {
    font-size: 14px;
  }
  footer .shareSection a {
    margin: 0 10px 0 0;
  }
  footer .sectionText {
    font-size: 12px;
    text-align: left;
    margin: 0 0 10px;
  }
  footer .shareSection {
    padding-left: 5%;
    margin: 27px 0 0;
    text-align: left;
  }
  footer .shareSection > h4 {
    display: inline;
    vertical-align: middle;
    margin: 0 20px 0 0;
  }
  footer .socialLinks {
    display: inline;
    text-align: left;
  }
  footer .socialLinks > a {
    margin-right: 10px;
  }
  footer .socialLinks .icon_facebook-crm-offwhite {
    width: 32px;
    height: 32px;
  }
  footer .socialLinks .icon_twitter-crm-offwhite {
    width: 40px;
    height: 32px;
  }
  footer .socialLinks .icon_googlePlus-crm-offwhite {
    width: 32px;
    height: 32px;
  }
  footer .socialLinks .icon_email-offwhite {
    width: 34px;
    height: 29px;
  }
  footer .appSection {
    text-align: right;
    margin-top: 27px;
    padding-right: 5%;
  }
  footer .appSection .sectionText {
    text-align: right;
    padding-right: 117px;
  }
  footer .bk-logo {
    text-align: left;
    padding-left: 5%;
    margin-top: 40px;
  }
  footer .bk-logo .icon {
    width: 200px;
    height: 23px;
    float: left;
    margin: -5px 10px 0 0;
  }
  footer .bk-logo > p {
    font-size: 13px;
    margin: 5px 0 0;
    float: left;
  }
  .shareSection {
    padding-left: 5%;
    margin: 27px 0 0;
  }
  .socialLinks {
    display: inline;
    text-align: left;
  }
  .socialLinks > a {
    margin-right: 10px;
  }
  /* 
     * Component modules
     */
  .horizontal-module .row.content {
    padding: 50px 0px 65px;
    position: relative;
    height: auto;
    width: 1000px;
  }
  .thinner-page .horizontal-module .row.content {
    width: 800px;
  }
  .horizontal-module .sideImage.left {
    display: block;
    position: absolute;
    top: 50px;
    left: -520px;
  }
  .horizontal-module .sideImage.right {
    display: block;
    position: absolute;
    top: 50px;
    right: -800px;
    overflow: hidden;
  }
  /*
     * Offers Page
     */
  .offers section:not(.crm) .content,
  .our-story section:not(.crm) .content {
    padding: 70px 0;
    position: relative;
  }
  .offers section:not(.crm) .left-image,
  .our-story section:not(.crm) .left-image {
    position: absolute;
    top: 90px;
    left: -775px;
    height: 570px;
    width: 700px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain auto;
  }
  .offers section:not(.crm) .right-image,
  .our-story section:not(.crm) .right-image {
    position: absolute;
    top: 90px;
    right: -775px;
    height: 570px;
    width: 700px;
    background-repeat: no-repeat;
    background-position: left;
  }
  /* Locations Page */
  .locationFooter .content {
    padding: 50px 0 0;
  }
  .locationFooter:after {
    content: "";
    display: block;
    height: 375px;
    width: 100%;
    background: url(../img/footer/footer_strawberry.jpg);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    margin-bottom: -5px;
  }
  /* About BK Page */
  .aboutBK section.container-fluid:last-of-type {
    height: 700px;
    margin-bottom: -5px;
    background: url(../img/bg/aboutBK-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  .aboutBK .content-wrapper {
    background: url(../img/bg/aboutBK-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 480px;
  }
  /* Franchising Page */
  .franchising section.container-fluid:last-of-type:after {
    content: "";
    display: block;
    height: 645px;
    width: 100%;
    background: url(../img/bg/franchising-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: -25px;
  }
  .franchising .content-wrapper {
    padding-bottom: 645px;
    background: url(../img/bg/franchising-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  /**
  * Made to Order Page
  */

  .page-made-to-order section.made-to-order-top h3.title {
    font-size: 100px;
  }
  .page-made-to-order section.made-to-order-top .subtitle {
   font: 38px/1.25 "fs_sammyregular",Arial,Helvetica,sans-serif;
   text-align: center;
  }
  .page-made-to-order section.made-to-order-top .row.content
  {
     padding: 50px 0px 30px;
     width: auto; /* Fix 768 screen */
  }
  
  section.hundref-p-beef .title
  {
  font: 48px/1.25 "fs_sammyregular",Arial,Helvetica,sans-serif;
  }
  section.hundref-p-beef .title-2nd
  {
    font-size: 27px;
  }
  .MadeToOrder-slider
  {
    margin-bottom: 60px;
  }
  .MadeToOrder-slider .owl-carousel .owl-item .item {
    width: 650px;
    height: 596px;
  }
  .MadeToOrder-slider .owl-carousel .owl-item .item img {
    width: 400px;
    padding-top: 45px;
  }
  .MadeToOrder-slider .owl-carousel .owl-item.center .item .frame {
    width: 650px;
    height: 596px;
    background-size: 646px 595px;
  left: 0px;
  }
  .MadeToOrder-slider .owl-carousel .owl-item.center .item img {
    width: 632px;
    padding-top: 14px;
  padding-right: 0px;
  }
  .MadeToOrder-slider .owl-carousel .owl-item.center .item .desc-header
  {
    font-size: 27px;
    padding: 0 64px;
    margin-top: 10px;
  }
  .MadeToOrder-slider .owl-carousel .owl-item.center .item .desc-details
  {
    font-size: 20px;
    padding: 10px 56px 0px 56px;
    display: block;
  }
  .MadeToOrder-slider .owl-controls
  {
    width: 650px;
  }
  .MadeToOrder-slider .owl-controls .owl-nav .owl-prev .arrow
  {
    width: 33px;
    height: 49px;
    bottom: 339px;
    left: 33px;
    background-size: 33px 49px;
  }
  .MadeToOrder-slider .owl-controls .owl-nav .owl-prev .hover
  {
    width: 76px;
    height: 86px;
    bottom: 320px;
    left: 15px;
    background-size: 76px 86px;
  }
  .MadeToOrder-slider .owl-controls .owl-nav .owl-next .arrow
  {
    width: 33px;
    height: 49px;
    bottom: 339px;
    right: 37px;
    background-size: 33px 49px;
  }
  .MadeToOrder-slider .owl-controls .owl-nav .owl-next .hover
  {
    width: 76px;
    height: 86px;
    bottom: 320px;
    right: 19px;
    background-size: 76px 86px;
  }
  .MadeToOrder-slider .owl-controls .owl-nav .owl-prev:hover .hover,
  .MadeToOrder-slider .owl-controls .owl-nav .owl-next:hover .hover
    {
    display: block;
  }
  /* Our story slider*/
  .OurStory-slider .owl-carousel .owl-item .item {
      min-height: 596px;
      width: 768px;
      
      /*width: 800px*/
   }
   .OurStory-slider .owl-carousel .owl-item .item img {
    width: 695px;
    padding-top: 13px;
    /*width: 724px*/
  }
  
  .OurStory-slider .owl-carousel .owl-item.center .item img {
    width: 768px;
    padding: 0px 7px;
    /*width: 800px*/
  }
  .OurStory-slider .owl-carousel .owl-item.center .item .desc-header
  {
    margin-top: 20px;
    padding: 0 89px;
  }
  .OurStory-slider .owl-carousel .owl-item.center .item .desc-details
  {
    padding: 0 56px;
  }
  
  .OurStory-slider .owl-controls
  {
    width: 768px;
    /*width: 800px*/
  }
  .OurStory-slider .owl-controls .owl-nav .owl-prev .arrow
  {
    width: 26px;
    height: 39px;
    left: 7px;
    background-size: 26px 39px;
    bottom: 114px;

  }
  .OurStory-slider .owl-controls .owl-nav .owl-next .arrow
  {
    width: 26px;
    height: 39px;
    background-size: 26px 39px;
    right: 7px;
    bottom: 114px;
  }
  /*
     * Search Results Page
     */
  .searchItems .content {
    padding-left: 0;
    padding-right: 0;
  }
  .searchItems .content.results {
    padding-left: 0;
    padding-right: 0;
  }
  .searchItems .content .sectionTitle {
    text-align: left;
  }
  .searchItems.bk-search.result-items .content {
    padding: 0px;
  }
  .searchItems.bk-search.result-items ul.itemsList li {
    padding: 40px 0 20px 0;
  }
  .searchItems .inputHolder {
    width: 230px;
    float: right;
  }
  .searchItems .contactInput {
    width: 186px;
    padding: 9px 9px 6px;
  }
  .searchItems .submit {
    height: 32px;
  }
  .searchItems .wrapper-dropdown {
    float: left;
  }
  .searchItems .resultsNo {
    float: right;
    font-size: 18px;
  }
  .searchItems.bk-search.result-items .itemImg {
    width: 20%;
  }
  .searchItems.bk-search.result-items .itemDetails {
    width: 80%;
  }
  .searchItems .itemDetails > h4 {
    font-size: 18px;
  }
  .searchItems .itemDetails > a {
    font-size: 18px;
  }
  .searchItems .itemDetails .itemDesc {
    font-size: 18px;
  }
  .searchItems.bk-search.result-items .itemDetails > h4 {
    font-size: 18px;
  }
  .searchItems.bk-search.result-items .itemDetails > a {
    font-size: 18px;
  }
  .searchItems.bk-search.result-items .itemDetails .itemDesc {
    font-size: 16px;
  }
  
  /* News and press page */
  .page-news-press span.date-display-single,
  .node-type-news-press span.date-display-single {
    font-size: 16px;
   }
   .page-news-press .searchItems .itemDetails  .read-full a {
    font-size: 18px;
  }
  /*
     * Product Detail Page
     */
  .nutrition .content {
    padding: 30px 5px 30px;
  }
  .nutrition-info .beverages,
  .nutrition-info .sides {
    margin-left: 8%;
  }
  .nutrition-info .ingredient {
    min-height: 46px;
    margin-bottom: 8px;
  }
  /* 
     * Block modules
     */
  .block-module {
    padding: 40px 0 20px 0;
  }
  .block-module .row {
    padding-right: 30px;
  }
  /* 
         * Component modules
         */
  .component-module,
  .component-module.col-xs-6:nth-child(odd),
  .component-module.col-xs-6:nth-child(even) {
    padding: 0 0 0 5%;
  }
  .component-module.first.last .image {
    float: left;
    margin-right: 5%;
  }
  /* Android page */
  .page-android .horizontal-module .row.content {
    width: auto;
  padding: 50px 0px;
  }
  .page-android .bk-android .text {
  margin-bottom: 40px;
  margin-left: 51%;
  margin-top: -250px;
  padding: 0;
  width: 308px;
  
  }
  .page-android .container-fluid.crm .col-md-6 {
    padding: 10px 0px 0px 0px;
  }
  .page-android .crm .col-md-6 .crmTitle {
    font-size: 70px;
  }
  .page-android .title {
    margin-bottom: 20px;
  }
  .page-android .android-terms-conditions p {
    font-size: 14px;
  }
  .page-android .container-fluid.crm .col-md-6.links .appLinks a {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .product-hero {
    font-size: 16px;
  }
  .product-hero .content {
    padding: 20px 30px;
  }
  .nutrition-info .beverages,
  .nutrition-info .sides {
    margin-left: 12.5%;
  }
  
  .page-android .bk-android .text {
  margin-bottom: 60px;
  margin-left: 50%;
  margin-top: -275px;
  padding: 0;
  width: 415px;
  
  }
  .page-android .bk-android .btnContainer {
  text-align: center;
  }
  .page-android .bk-android img {
    padding: 2%;
  }
  .page-android .crm .col-md-6:nth-of-type(2) {
    background: url(../img/bg/orange-vertical.png);
    background-position: 0 40px, 100% 100%;
    background-repeat: no-repeat;
  }
  .page-android .container-fluid.crm .col-md-6.be-king {
    padding: 50px 0 50px 10px;
  width: 435px;
  }
  .page-android .crm .col-md-6 .crmTitle {
    font-size: 65px;
  width: 320px;
  line-height: 1.1;
  padding-bottom: 15px;
  }
  .page-android .container-fluid.crm .col-md-6.links {
    padding: 50px 0 50px 60px;
  }
  
  .page-android .container-fluid.crm .col-md-6.links .title  {
    padding: 20px 0px;
  margin-bottom: 0px;
  }
  .page-android .container-fluid.crm .col-md-6.links .appLinks a {
    margin-right: 30px;
  }
  .page-android .horizontal-module .row.content  {
  padding: 10px 0px;
  }
    /* Hero Carousel */
  .heroCarousel .owl-controls .owl-nav .owl-prev .arrow
   {
  right: 500px;
  }
  .heroCarousel .owl-controls .owl-nav .owl-next .arrow
   {
  left: 457px;
  }
  .nutrition-info .ingredients {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .offers .row.content img,
  .our-story .row.content img {
    padding: 0;
  }
}
.page-menu .menuTitle {
  color: #fff;
  margin: 30px 0;
}
.page-menu .menuTitle > span {
  background: #444242;
  padding: 10px 20px;
  display: inline-block;
}
.page-burgers .menuTitle > span {
  background: #8b542f;
}
.page-chicken .menuTitle > span {
  background: #ed7800;
}
.page-salads .menuTitle > span {
  background: #59980d;
}
.page-beverages .menuTitle > span {
  background: #a2007d;
}
.page-breakfast .menuTitle > span {
  background: #ee8324;
}
.page-sides .menuTitle > span {
  background: #f6a800;
}
.page-sweets .menuTitle > span {
  background: #0071ce;
}
.page-value .menuTitle > span {
  background: #ab192d;
}
.page-better .menuTitle > span {
  background: #62a70f;
}
.page-meal .menuTitle > span {
  background: #59291c;
}
.page-kids .menuTitle > span {
  background: #92c0ea;
}
.page-smoothies .menuTitle > span {
  background: #f36279;
}
.borderimage.inlinesvg .menuTitle > span {
  background: transparent;
  border-radius: 0;
  border: 5px solid transparent;
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNDQ0MjQyJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNDQ0MjQyJy8+PC9zdmc+") 5 0 5 5 fill stretch
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-burgers .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjOGI1NDJmJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjOGI1NDJmJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-chicken .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-salads .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNTk5ODBkJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNTk5ODBkJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-beverages .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYTIwMDdkJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYTIwMDdkJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-breakfast .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWU4MzI0Jy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWU4MzI0Jy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-sides .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZjZhODAwJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZjZhODAwJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-sweets .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjMDA3MWNlJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjMDA3MWNlJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-value .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYWIxOTJkJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYWIxOTJkJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-better .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNjJhNzBmJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNjJhNzBmJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-meal .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNTkyOTFjJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjNTkyOTFjJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-kids .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjOTJjMGVhJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjOTJjMGVhJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}
.borderimage.inlinesvg .page-smoothies .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZjM2Mjc5Jy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZjM2Mjc5Jy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /* 
       A bug in firefox on the mac displays a transparent line at 
        certain resolutions (it's a sub-pixel rendering bug). 
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge 
         was being truncated (the "0") with no curves
    */
}

.borderimage.inlinesvg .page-deals .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYWIxOTJkJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYWIxOTJkJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /*
       A bug in firefox on the mac displays a transparent line at
        certain resolutions (it's a sub-pixel rendering bug).
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge
         was being truncated (the "0") with no curves
    */
}

.borderimage.inlinesvg .page-savers .menuTitle > span {
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYTIwMDdkJy8+PC9zdmc+) 5 0 5 5 stretch;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjYTIwMDdkJy8+PC9zdmc+) 5 0 5 5 fill stretch;
  /*
       A bug in firefox on the mac displays a transparent line at
        certain resolutions (it's a sub-pixel rendering bug).
        To fix that we had:
         border-image: ~'url("@{content}")' 5 0 5 5 fill round;

         We removed that fix to fix a bug in Safari where the right edge
         was being truncated (the "0") with no curves
    */
}




/* 
 * Submenu Colors
 */
.mainNav .subNav > li.burgers > a:hover,
.mainNav .subNav > li.burgers.active > a {
  color: #8b542f;
}
.mainNav .subNav > li.chicken > a:hover,
.mainNav .subNav > li.chicken.active > a {
  color: #ed7800;
}
.mainNav .subNav > li.salads > a:hover,
.mainNav .subNav > li.salads.active > a {
  color: #59980d;
}
.mainNav .subNav > li.beverages > a:hover,
.mainNav .subNav > li.beverages.active > a {
  color: #a2007d;
}
.mainNav .subNav > li.breakfast > a:hover,
.mainNav .subNav > li.breakfast.active > a {
  color: #ee8324;
}
.mainNav .subNav > li.sides > a:hover,
.mainNav .subNav > li.sides.active > a {
  color: #f6a800;
}
.mainNav .subNav > li.sweets > a:hover,
.mainNav .subNav > li.sweets.active > a {
  color: #0071ce;
}
.mainNav .subNav > li.value > a:hover,
.mainNav .subNav > li.value.active > a {
  color: #ab192d;
}
.mainNav .subNav > li.better > a:hover,
.mainNav .subNav > li.better.active > a {
  color: #62a70f;
}
.mainNav .subNav > li.meal > a:hover,
.mainNav .subNav > li.meal.active > a {
  color: #59291c;
}
.mainNav .subNav > li.kids > a:hover,
.mainNav .subNav > li.kids.active > a {
  color: #92c0ea;
}
.mainNav .subNav > li.smoothies > a:hover,
.mainNav .subNav > li.smoothies.active > a {
  color: #f36279;
}
/* Category Menu Colors */
.food-category .title {
  font-family: 'BlockBeCnPro', Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1;
}
.food-category.burgers .title {
  color: #8b542f;
}
.food-category.chicken .title {
  color: #ed7800;
}
.food-category.salads .title {
  color: #59980d;
}
.food-category.beverages .title {
  color: #a2007d;
}
.food-category.breakfast .title {
  color: #ee8324;
}
.food-category.sides .title {
  color: #f6a800;
}
.food-category.sweets .title {
  color: #0071ce;
}
.food-category.value .title {
  color: #ab192d;
}
.food-category.better .title {
  color: #62a70f;
}
.food-category.meal .title {
  color: #59291c;
}
.food-category.kids .title {
  color: #92c0ea;
}
.food-category.smoothies .title {
  color: #f36279;
}

.food-category.savers .title {
  color: #a2007d;
}
.food-category.deals .title {
  color: #ab192d;
}



.menuBtns {
  text-align: center;
  margin: 35px 0;
}
.menuBtns .bk-btn {
  margin: 0 0 35px;
}
.menuBtns .icon_document-white {
  width: 16px;
  height: 20px;
  margin-bottom: -2px;
}
.menuBtns .icon_leaf-white {
  width: 16px;
  height: 25px;
  margin-bottom: -6px;
}
.menuBtns .icon_myMeal-white {
  width: 25px;
  height: 24px;
  margin-bottom: -2px;
}
#admin-menu .dropdown {
  display: block;
  height: auto;
}
.dropdown {
  display: none;
  height: 4px;
  max-height: 600px;
  z-index: 2;
}
.dropdown .wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}
.dropdown .wrapper:after,
.dropdown .wrapper:before {
  background: transparent url(../img/bg/line-med-horz.png) repeat-x 0 0;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}
.dropdown .wrapper:after {
  position: absolute;
  bottom: 0;
}
.dropdown .product-hero {
  height: 600px;
}
.dropdown .product-hero .action {
  text-align: center;
}
.dropdown .product-hero .title-group {
  margin-bottom: 0;
}
.dropdown .product-hero .image {
  padding: 0;
  text-align: center;
}
.dropdown .product-hero .image img {
  max-height: 400px;
  width: auto;
  max-width: 100%;
}
.dropdown .close {
  position: absolute;
  right: 2%;
  top: 3%;
  z-index: 1;
}
.dropdown .close .icon {
  display: inline-block;
  text-indent: 100%;
  overflow: hidden;
}
.dropdown + .food-item:before,
.dropdown + .food-item + .food-item:before {
  background-image: none;
}
.food-item,
.food-category {
  cursor: pointer;
  height: 333px;
  text-align: center;
  /* For 2 column layout
     * remove the right vertical border from every 2nd element 
     */
  /* For 2 column layout
     * remove the top horizontal from the first row
     */
  /* For 2 column layout ending with an extra element
     * extend the top horizontal border of the last element
     * to cover the entire row
     */
}
.food-item:after,
.food-category:after,
.food-item:before,
.food-category:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.food-item:before,
.food-category:before {
  background: url(../img/bg/line-med-horz.png) repeat-x top;
  height: 4px;
  width: 100%;
  left: 0;
}
.food-item:after,
.food-category:after {
  background: url(../img/bg/line-med-vert.png) repeat-y right;
  height: 100%;
  width: 4px;
  right: 0;
}
.food-item:nth-of-type(2n):after,
.food-category:nth-of-type(2n):after {
  background-image: none;
}
.food-item:nth-of-type(-n+2):before,
.food-category:nth-of-type(-n+2):before {
  background-image: none;
}
.food-item:nth-of-type(3n) + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category:last-of-type:before,
.food-item:nth-of-type(3n) + .food-item + .food-item + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-item + .food-item + .food-category:last-of-type:before,
.food-item:nth-of-type(3n) + .food-item + .food-category + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-item + .food-category + .food-category:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category + .food-item + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category + .food-item + .food-category:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category + .food-category + .food-item:last-of-type:before,
.food-item:nth-of-type(3n) + .food-category + .food-category + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item + .food-item + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item + .food-item + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item + .food-category + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-item + .food-category + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category + .food-item + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category + .food-item + .food-category:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category + .food-category + .food-item:last-of-type:before,
.food-category:nth-of-type(3n) + .food-category + .food-category + .food-category:last-of-type:before {
  width: 200%;
}
.food-item img,
.food-category img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.food-item > .inner,
.food-category > .inner {
  display: block;
  height: 100%;
  padding: 10% 5%;
  width: 100%;
}
.food-item.active > .inner,
.food-category.active > .inner {
  position: relative;
}
.food-item.active > .inner:after,
.food-category.active > .inner:after {
  border-color: transparent transparent #b5b5b5;
  border-style: solid;
  border-width: 0 10px 10px;
  display: block;
  content: '';
  height: 0;
  width: 0;
  bottom: -2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
.food-item .imgWrap,
.food-category .imgWrap {
  height: 170px;
}
.food-item .title,
.food-category .title {
  display: table;
  height: 2.5em;
  width: 100%;
  color: #444242;
}
.food-item .title > span,
.food-category .title > span {
  display: table-cell;
  vertical-align: top;
}
.food-item .title > span p {
  margin-top: 0;
  margin-bottom: 0;
}
.food-item {
  height: 275px;
}
.food-item .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.food-item > .inner {
  padding: 2% 5%;
}
.page-menu .menu-grid {
  position: relative;
}
.page-menu .gutter-image {
  display: none;
  background: transparent none no-repeat;
  background-size: contain;
  height: 639px;
  width: 700px;
  position: absolute;
}
.page-menu .left-image {
  background-position: right;
  top: 200px;
  right: 100%;
}
.page-menu .left-image ~ .left-image {
  top: 900px;
}
.page-menu .right-image {
  background-position: left;
  top: 600px;
  left: 100%;
}
.page-menu .right-image ~ .right-image {
  top: 1300px;
}
@media screen and (min-width: 321px) {
  .dropdown {
    max-height: 600px;
  }
  .dropdown .product-hero {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .food-item,
  .food-category {
    height: 333px;
    /* For a 3 col layout
         * reset the right vertical border for all elements
         */
    /* For a 3 col layout
         * remove the right vertical border from every 3rd element 
         */
    /* For a 3 col layout
         * remove the top horizontal border from every 3rd element 
         */
    /* For a 3 col layout, last row with one 1 element
         * extend the top horizontal border to cover the row
         * and center the last element 
         */
    /* For a 3 col layout, last row with 2 elements
         * extend the top horizontal border to cover the row
         */
    /* For a 3 col layout, last row with 3 elements
         * normal top horizontal broder width
         */
  }
  .food-item > .inner,
  .food-category > .inner {
    padding: 10% 5%;
  }
  .food-item:nth-of-type(1n):after,
  .food-category:nth-of-type(1n):after {
    background: url(../img/bg/line-med-vert.png) repeat-y right;
  }
  .food-item:nth-of-type(3n):after,
  .food-category:nth-of-type(3n):after {
    background-image: none;
  }
  .food-item:nth-of-type(-n+3):before,
  .food-category:nth-of-type(-n+3):before {
    background-image: none;
  }
  .food-item:nth-of-type(3n) + .food-item:last-of-type,
  .food-item:nth-of-type(3n) + .food-category:last-of-type,
  .food-category:nth-of-type(3n) + .food-item:last-of-type,
  .food-category:nth-of-type(3n) + .food-category:last-of-type {
    margin-left: 33.33%;
    width: 33.33%;
  }
  .food-item:nth-of-type(3n) + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category:last-of-type:before {
    left: -100%;
    width: 300%;
  }
  .food-item:nth-of-type(3n) + .food-item:last-of-type > .inner:before,
  .food-item:nth-of-type(3n) + .food-category:last-of-type > .inner:before,
  .food-category:nth-of-type(3n) + .food-item:last-of-type > .inner:before,
  .food-category:nth-of-type(3n) + .food-category:last-of-type > .inner:before {
    background: url(../img/bg/line-med-vert.png) repeat-y;
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: -4px;
  }
  .food-item:nth-of-type(3n) + .food-item + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-item + .food-category:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-category:last-of-type:before {
    width: 200%;
  }
  .food-item:nth-of-type(3n) + .food-item + .food-item + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-item + .food-item + .food-category:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-item + .food-category + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-item + .food-category + .food-category:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-item + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-item + .food-category:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-category + .food-item:last-of-type:before,
  .food-item:nth-of-type(3n) + .food-category + .food-category + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-item + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-item + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-category + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-item + .food-category + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-item + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-item + .food-category:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-category + .food-item:last-of-type:before,
  .food-category:nth-of-type(3n) + .food-category + .food-category + .food-category:last-of-type:before {
    width: 100%;
  }
  .food-item a,
  .food-category a {
    padding: 5% 2%;
  }
  .food-item .imgWrap,
  .food-category .imgWrap {
    height: 193px;
  }
  .food-item .title {
    font-size: 24px;
  }
  .menuBtns {
    margin: 40px 0;
  }
  .menuBtns .btnHolder {
    display: inline;
  }
  .menuBtns .bk-btn {
    margin: 10px;
  }
  .dropdown .product-hero .action {
    text-align: left;
  }
  .dropdown .product-hero .image {
    padding: 10px 0;
    text-align: center;
  }
  .dropdown .product-hero .image img {
    max-height: none;
    width: 100%;
  }
  .dropdown .content {
    padding: 25px 30px 0;
    position: relative;
  }
  .dropdown + .food-item + .food-item + .food-item:before {
    background-image: none;
  }
  .dropdown + .col-xs-6.col-sm-4:last-of-type {
    margin-left: 33.3%;
  }
  .dropdown + .col-xs-6.col-sm-4:last-of-type > .inner:before {
    background: url(../img/bg/line-med-vert.png) repeat-y;
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: -4px;
  }
}
@media screen and (min-width: 992px) {
  .dropdown .wrapper {
    left: -100%;
    right: -100%;
    width: auto;
  }
  .dropdown .product-hero .description {
    font-size: 1em;
  }
}
@media screen and (min-width: 1300px) {
.page-menu .gutter-image {
    display: block;
  }
  .page-menu .left-image {
    right: 90%;
  }
  .page-menu .right-image {
    left: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .page-menu .gutter-image {
    display: block;
  }
  .page-menu .left-image {
    right: 85%;
  }
  .page-menu .right-image {
    left: 85%;
  }
  .dropdown .content {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1800px) {

    /* Hero Carousel */
  .heroCarousel .owl-controls .owl-nav .owl-prev .arrow
  {
  right: 700px;
  }
  .heroCarousel .owl-controls .owl-nav .owl-next .arrow
  {
  left: 680px;
  }
  
}
.wait {
  cursor: wait;
}
.doneWait {
  cursor: auto;
}

/* Investor form */
.node-investor-form {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-investor-forms .container .row .col-sm-12 {
  padding: 0 15px;
}
.page-investor-forms .view-investor-forms {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-investor-forms .view-investor-forms .view-filters .views-exposed-form {
  margin-bottom: 30px;
}
.page-investor-forms .view-investor-forms .view-filters .views-exposed-form .description {
  font-size: 0.8em;
  margin-top: 5px;
}
.page-investor-forms .view-investor-forms .view-filters .views-exposed-widget.views-submit-button input.form-submit {
  width: 100%;
  border-radius: 0px;
  background: none repeat scroll 0% 0% transparent;
  border: 5px solid transparent;
  color: #FFF;
  display: inline-block;
  font: 22px/42px "BlockBeCnPro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1px 10px 0px;
  vertical-align: top;
  -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+) 5 round;
  border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+) 5 fill round;
}
@media only screen and (max-width: 439px) {
  .page-investor-forms .view-investor-forms .view-filters .views-exposed-widget.views-submit-button input.form-submit {
    margin-top: 0;
  }
}
.page-investor-forms .view-investor-forms .view-content table {
  width: 100%;
}
.page-investor-forms .view-investor-forms .view-content table tr td {
  padding: 7px;
}

.red { color:#ff0000; }
.bold {font-weight: bold; }
#admin_menu .dropdown { display: inline !important; } 

  .secondaryNav > li a:hover, .secondaryNav > li a.active { color:#fff; }
  .secondaryNav > li.burgers a:hover, .secondaryNav > li.burgers a.active 
  { background: #8b542f; }

  .secondaryNav > li.chicken a:hover, .secondaryNav > li.chicken a.active 
 { background: #ed7800; }

  .secondaryNav > li.breakfast a:hover, .secondaryNav > li.breakfast a.active
 { background: #ee8324; }

  .secondaryNav > li.sides a:hover, .secondaryNav > li.sides a.active
 { background: #f6a800; }

  .secondaryNav > li.sweets a:hover, .secondaryNav > li.sweets a.active
 { background: #0071ce; }

  .secondaryNav > li.meal a:hover, .secondaryNav > li.meal a.active
 { background: #59291c; }

  .secondaryNav > li.salads a:hover, .secondaryNav > li.salads a.active
 { background: #59980D; } 

  .secondaryNav > li.smoothies a:hover, .secondaryNav > li.smoothies a.active
 { background: #F36279; } 

  .secondaryNav > li.kids a:hover, .secondaryNav > li.kids a.active 
  { background: #92c0ea; }

  .secondaryNav > li.savers a:hover, .secondaryNav > li.savers a.active 
  { background: #a2007d; }

  .secondaryNav > li.deals a:hover, .secondaryNav > li.deals a.active
  { background: #ab192d;  }

.ds-1col.node-offers { width: 100% !important; }
.ds-1col.node-offers img { margin: 50px auto !important; display: block;  }


/* Node Offer style for Desktop and Mobile image */
.node-type-food-menu-items .node-offers.node-teaser h2,
.node-type-food-menu-items .node-offers.node-teaser .submitted,
.node-type-food-menu-items .pane-title {
  display: none;
}

.node-type-food-menu-items .node-offers.node-teaser .offer-desktop,
.node-type-food-menu-items .views-field-field-offer-image {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.node-type-food-menu-items .node-offers.node-teaser .offer-desktop img,
.node-type-food-menu-items .views-field-field-offer-image img {
  max-width: 90%;
  height: auto;
  margin: 0 auto !important;
}

.node-type-food-menu-items .node-offers.node-teaser .offer-mobile,
.node-type-food-menu-items .views-field-field-offer-image-for-mobile {
  display: none;
}
.node-type-food-menu-items .node-offers.node-teaser .offer-mobile img, 
.node-type-food-menu-items .views-field-field-offer-image-for-mobile img {
  max-width: 100%;
  height: auto;
  margin: 0 auto !important;
}

@media only screen and (max-width: 767px) {
  .node-type-food-menu-items .node-offers.node-teaser .offer-desktop,
  .node-type-food-menu-items .views-field-field-offer-image {
    display: none;
  }
  .node-type-food-menu-items .node-offers.node-teaser .offer-mobile,
  .node-type-food-menu-items .views-field-field-offer-image-for-mobile {
    display: block;
  }
}
/* End Node Offer style */

.node-type-food-menu-items .node-documents-area { margin-top:-50px;margin-left:5px; }
.node-type-food-menu-items .node-documents-area .content > h2 { display: none !important; }

/* BK form */

/* Default page style */

#mainNav input[type="text"],
.mapContainer input[type="text"],
#search-api-page-search-form input[type="text"],
.homeMap input[type="text"] {
  margin: 0;
  line-height: 1.2em;
}

.node-webform input.webform-calendar {
  vertical-align: middle;
}
.node-webform .field-prefix {
  max-width: 8%;
  padding-right: 2%;
  margin-top: 7px;
}
.node-webform .field-suffix {
  max-width: 8%;
  padding-left: 2%;
  margin-top: 7px;
}
.node-webform label { margin-bottom: 7px; }
.node-webform input[type="text"],
.node-webform input[type="email"],
.node-webform input[type="password"] {
  max-width: 79%;
}
.node-webform select,
.node-webform textarea {
  max-width: 100%;
}
.node-webform input[type="text"],
.node-webform input[type="email"],
.node-webform input[type="password"],
.node-webform select,
.node-webform textarea {
  border-radius: 0 !important;
  border: 1px solid #CCC;
  font-size: 14px;
  padding: 5px;
  background-color: #FFF;
  box-shadow: 0px 0px 3px #FFF inset, 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 3px 0;
}
.node-webform select {
  padding-right: 20px;
  min-width: 200px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  max-width: 100%;
}

.node-webform fieldset {
  padding: 0;
  border: none;
}

.node-webform fieldset legend span {
  font-weight: bold;
}
.node-webform .webform-container-inline div, 
.node-webform .webform-container-inline div.form-item {
  display: inline-block;
}
.node-webform .form-item label {
  font-weight: normal;
  font-size: 14px;
}
.node-webform .select-wrapper {
  display: inline-block; 
  position: relative; 
  max-width: 100%;
}
.node-webform .select-wrapper:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 7px;
  right: 7px;
}

.node-webform .form-item input.error, 
.node-webform .form-item textarea.error, 
.node-webform .form-item select.error {
  border: 2px solid #F00 !important;
}

.chosen-container.error {
  background: none;
}

.chosen-container .chosen-single {
  border-radius: 0 !important;
  height: auto !important;
  line-height: normal !important;
  background: none !important;
  border-color: #ccc;
}
.chosen-container .chosen-single span {
  font-size: 14px;
  padding: 5px;
}
.chosen-container .chosen-single div {
  
}

.system-message .messages {
  margin-top: 15px;
  margin-bottom: 15px;
}


/* End default page style */

/* Basic Page */

.before-content,
.after-content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.before-content-fluid,
.after-content-fluid {
  padding: 0;
}

.content-area {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
}
.content-area-fluid {
  padding: 30px 0;
}

.content-area #main-content {
  padding: 0 15px;
}

.content-area-fluid #main-content {
  padding: 0;
}

.sidebar {
  margin-top: 30px;
  padding: 0px 15px 15px 15px;
}

.sidebar .block {
  display: block;
  padding: 15px;
  border-style: solid; 
  border-width: 4px; 
  -moz-border-image: url('../img/bg/line-border.png') 4 repeat; 
  -webkit-border-image: url('../img/bg/line-border.png') 4 repeat; 
  -o-border-image: url('../img/bg/line-border.png') 4 repeat; 
  border-image: url('../img/bg/line-border.png') 4 fill repeat;
}

.sidebar .block h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

/* End Basic Page */

.node-type-webform .submitted, 
.node-type-page .submitted {
  display: none;
}

.form-managed-file {
  margin: 3px 0;
}
.form-managed-file .form-file {
  font-size: 14px;
}
.form-managed-file .form-submit {
  border-radius: 0;
  border:none;
  font-size: 14px;
  background-color: #666;
  color: #fff;
  padding: 5px 7px;
}
.form-managed-file .form-submit:hover {
  background-color: #ccc;
  color: #333;
}

.node-type-webform .form-actions input[type="submit"] {
  border-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEnIHg9JzAnIHk9JzAnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJyB2aWV3Qm94PScwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxNjAgMTYwJz48cGF0aCBkPSdNNCAyYzAgMCAxIDAgNCAwIDYgMCAxNSAxIDIxIDFDMzYgMyA1NCAwIDYzIDBjOSAwIDI1IDIgMzEgMiA2IDAgMjQgMiAzMyAyIDcgMCAyMi0yIDI2LTIgMSAwIDQgMCA0IDAgMiAwIDQgMiA0IDR2MTQ5YzAgMi0yIDQtNCA0IDAgMC0yIDAtNCAwIC0zIDAtMTkgMS0yNCAxIC05IDAtMzEtMS0zMS0xcy0yMi0xLTMwLTFTNDMgMTYwIDM3IDE2MGMtNSAwLTIzLTEtMjktMSAtMSAwLTQgMC00IDAgLTIgMC00LTItNC00VjZDMCA0IDIgMiA0IDJ6JyBmaWxsPScjZWQ3ODAwJy8+PC9zdmc+") 5 5 5 5 fill round round;
  border-radius: 0px;
  color: #FFF;
  display: inline-block;
  font: 22px/42px "BlockBeCnPro",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1px 10px 0px;
  vertical-align: top;
}

/* Delivery Page */

.page-delivery .intro-delivery-text {
  text-align: center;
  font-style: italic;
  color: #900;
  font-weight: bold;
  font-size: 16px;
}

.page-delivery .notice-delivery-text {
  color: #444242;
  margin: 20px 0px 0px 0px;
}

.page-delivery .delivery-list {
  color: #444242;
  margin: 20px 0px 0px 0px;
}
.page-delivery .delivery-list a {
  color: #ed7800;
}
.page-delivery .delivery-list ul.row {
  margin: 0 -15px;  
}
.page-delivery .delivery-list ul.row li {
  padding: 0 15px;  
}
.page-delivery .delivery-list li h3 {
  font-size: 24px;
  text-transform: none;
  padding: 20px 0 10px 0;
}
.page-delivery .delivery-list li p {
  margin: 0px;
}

/* End Delivery Page */

/* Clear Rows When Doing Multi-responsive Columns */

@media (min-width:992px) {
  .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
  .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
  .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

/* End of Clear Rows When Doing Multi-responsive Columns */

/* LATAM contact-us form */
section.latam-contact-us-form {
    width: 100%;
}
section.latam-contact-us-form label[for=edit-submitted-feedback-type]{
    display: none;
}
section.latam-contact-us-form h3.share-your-feedback {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
}

.node-webform section.latam-contact-us-form input[type="text"],
.node-webform section.latam-contact-us-form input[type="email"],
.node-webform section.latam-contact-us-form input[type="password"] {
  max-width: 60%;
}

@media screen and (min-width: 400px) {
    .node-webform section.latam-contact-us-form input[type="text"],
    .node-webform section.latam-contact-us-form input[type="email"],
    .node-webform section.latam-contact-us-form input[type="password"] {
      max-width: 79%;
    } 
}

@media screen and (min-width: 768px) {
    section.latam-contact-us-form {
        width: 90%;
    }  
}
/* End of LATAM contact-us form */
