@charset "UTF-8";
/************************************************************************************************
 * Site Name: Bojangles'
 * Stylesheet: Main Stylesheet
 ************************************************************************************************/
meta.foundation-version {
  font-family: "/5.5.3/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1,
h2,
h3 {
  margin: 0 0 24px;
}
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 0 40px 24px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0 0 24px;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0 0 24px;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  height: auto;
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/* end .hentry */
.single-title,
.page-title {
  color: #a73219;
  text-transform: none;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
.entry-image {
  margin-bottom: 18px;
}
.entry-image img {
  max-width: 100%;
}
.entry-content {
  color: #555;
  font-size: 1.067em;
  line-height: 1.7;
  /*
	image alignment on a screen this size may be
	a bit difficult. It's set to start aligning
	and floating images at the next breakpoint,
	but it's up to you. Feel free to change it up.
	*/
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.3em;
}
.entry-content h1 {
  font-size: 2.125em;
  margin-bottom: 12px;
  color: #a73219;
}
.entry-content h2 {
  font-size: 1.5em;
  margin-bottom: 12px;
  padding-top: 26px;
  color: #ffba47;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 10px;
}
.entry-content a {
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
}
.entry-content a:link {
  color: #a73219;
}
.entry-content a:hover {
  color: #ffba47;
}
.entry-content p {
  margin-bottom: 1.8em;
}
.entry-content img {
  max-width: 100%;
}
.entry-content strong,
.entry-content b {
  color: #525252;
}
.entry-content del {
  color: #b9b9b9;
}
.entry-content ul,
.entry-content ol {
  margin-left: 40px;
  margin-bottom: 1.8em;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 8px;
  line-height: 1.4em;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ul.two-col,
.entry-content ul.three-col {
  list-style-type: none;
}
.entry-content ul.two-col li:before,
.entry-content ul.three-col li:before {
  content: '• ';
}
@media (min-width: 600px) {
  .entry-content ul.two-col {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  .entry-content ul.three-col {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content blockquote {
  font-family: serif;
  margin: 0 24px 0 0;
  padding: 0 0 0 30px;
  border-left: 4px solid #ffba47;
  font-style: italic;
}
.entry-content code,
.entry-content pre {
  font-size: .875em;
}
.entry-content dt {
  font-family: serif;
  font-weight: bold;
  color: #555;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry-content .styled-table {
  font-size: .8em;
  width: 100%;
}
.entry-content .styled-table tr {
  background: #fafafa;
}
.entry-content .styled-table tr:nth-child(even) {
  background: #f0f2f3;
}
.entry-content .styled-table tr td {
  padding: 10px 10px;
}
.entry-content form {
  width: 100%;
}
.entry-content form label {
  display: inline-block;
  font-size: .75em;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
}
.entry-content form input[type="text"],
.entry-content form input[type="email"],
.entry-content form textarea {
  padding: 4px;
  width: 100%;
  border: 1px solid #d3d7db;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/************************************************************************************************
 * Site Name: FEA Action Center
 * Author: Jason Koi
 * Copyright (C) 2013 DevelopThings, LLC.
 *
 * Stylesheet: Mixins & Constants Stylesheet
 *
 ************************************************************************************************/
/************************************************************************************************
 *  Clearfix
 ************************************************************************************************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/************************************************************************************************
 * Colors
 ************************************************************************************************/
/************************************************************************************************
 * Typography
 ************************************************************************************************/
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham/Gotham-Book.eot');
  src: url('../fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Book.woff') format('woff'), url('../fonts/Gotham/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham/Gotham-BookItalic.eot');
  src: url('../fonts/Gotham/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-BookItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-BookItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-BookItalic.Gotham-BookItalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham/Gotham-Medium.eot');
  src: url('../fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham/Gotham-MediumItalic.eot');
  src: url('../fonts/Gotham/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-MediumItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-MediumItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham/Gotham-Bold.eot');
  src: url('../fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham/Gotham-Bold.eot');
  src: url('../fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.eot');
  src: url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/sourcesanspro-it-webfont.eot');
  src: url('../fonts/SourceSansPro/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro/sourcesanspro-it-webfont.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesanspro-it-webfont.woff') format('woff'), url('../fonts/SourceSansPro/sourcesanspro-it-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/sourcesanspro-bold-webfont.eot');
  src: url('../fonts/SourceSansPro/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesanspro-bold-webfont.woff') format('woff'), url('../fonts/SourceSansPro/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/sourcesanspro-boldit-webfont.eot');
  src: url('../fonts/SourceSansPro/sourcesanspro-boldit-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro/sourcesanspro-boldit-webfont.woff2') format('woff2'), url('../fonts/SourceSansPro/sourcesanspro-boldit-webfont.woff') format('woff'), url('../fonts/SourceSansPro/sourcesanspro-boldit-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Nexa Rust Script L';
  src: url('../fonts/NexaRustScript/30BEEC_29_0.eot');
  src: url('../fonts/NexaRustScript/30BEEC_29_0.eot?#iefix') format('embedded-opentype'), url('../fonts/NexaRustScript/30BEEC_29_0.woff2') format('woff2'), url('../fonts/NexaRustScript/30BEEC_29_0.woff') format('woff'), url('../fonts/NexaRustScript/30BEEC_29_0.ttf') format('truetype');
}
/* Text Alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/************************************************************************************************
 * Border Radius - Usage: .border-radius(4px);
 ************************************************************************************************/
/************************************************************************************************
 * Transition - Usage: .transition(all,.2s, linear);
 ************************************************************************************************/
/************************************************************************************************
 * Gradients - Usage: .css-gradient(#dfdfdf,#f8f8f8);
 ************************************************************************************************/
/************************************************************************************************
 * Box Shadow - Usage: .boxShadow(0,0,4px,0,#444); OR .boxShadow(none);
 ************************************************************************************************/
/************************************************************************************************
 *  Buttons
 ************************************************************************************************/
.button,
.button:visited {
  border: none;
  padding: 10px 30px;
  color: white !important;
  display: inline-block;
  font-family: "Gotham" !important;
  font-size: .7em;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 20px;
  outline: none;
  line-height: 21px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #a73219;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: white;
  background: #ffba47;
}
.button.secondary,
.button:visited.secondary {
  background-color: #ffba47;
}
.button.full-width,
.button:visited.full-width {
  display: block;
  text-align: center;
}
.micro-button {
  font-size: 8px;
  font-weight: 700;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 6px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #888;
  font-style: normal;
  font-family: sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.micro-button:hover {
  color: #d33f20;
  border-color: #d33f20;
}
/*******************************************************************************************************************
* // !Triangle
*******************************************************************************************************************/
/*******************************************************************************************************************
* // !Background Sprites
*******************************************************************************************************************/
/*******************************************************************************************************************
* // !Bojangles dotted lines
*******************************************************************************************************************/
/************************************************************************************************
 * Site Name: Bojangles'
 * Stylesheet: Base Mobile Stylesheet
 ************************************************************************************************/
/*******************************************************************************************************************
* // !Global Styles
*******************************************************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:visited {
  color: #a73219;
  text-decoration: none;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
  outline: none !important;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #d33f20;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
img {
  max-width: 100%;
  outline: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #a73219;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.75em;
  line-height: 1.333em;
  margin-bottom: 24px;
}
h2 {
  font-size: 1.25em;
  line-height: 1.4em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
hr {
  height: 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
hr.dotted-line {
  height: auto;
  color: #a73219;
  display: block;
  border: none;
  margin: 1.8em 0;
  overflow-x: hidden;
  position: relative;
}
hr.dotted-line:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
a[href^=tel] {
  color: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  text-decoration: inherit !important;
}
.entry-content form .field,
form .field {
  margin-bottom: 10px;
}
.entry-content form .field input,
form .field input,
.entry-content form .field select,
form .field select,
.entry-content form .field textarea,
form .field textarea {
  background-color: white;
  width: 100%;
  color: #c44e37;
  font-family: Gotham, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #ffba47;
  border-radius: 0;
  padding: 15px;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.entry-content form .field input::-webkit-input-placeholder,
form .field input::-webkit-input-placeholder,
.entry-content form .field select::-webkit-input-placeholder,
form .field select::-webkit-input-placeholder,
.entry-content form .field textarea::-webkit-input-placeholder,
form .field textarea::-webkit-input-placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}
.entry-content form .field input::-moz-placeholder,
form .field input::-moz-placeholder,
.entry-content form .field select::-moz-placeholder,
form .field select::-moz-placeholder,
.entry-content form .field textarea::-moz-placeholder,
form .field textarea::-moz-placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}
.entry-content form .field input::-ms-input-placeholder,
form .field input::-ms-input-placeholder,
.entry-content form .field select::-ms-input-placeholder,
form .field select::-ms-input-placeholder,
.entry-content form .field textarea::-ms-input-placeholder,
form .field textarea::-ms-input-placeholder {
  color: #757575 !important
  opacity: 1 !important;
}
.entry-content form .field input:focus,
form .field input:focus,
.entry-content form .field select:focus,
form .field select:focus,
.entry-content form .field textarea:focus,
form .field textarea:focus {
  border-color: #c44e37;
}
.entry-content form .field select,
form .field select {
  background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QOBaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MTMzY2E3MjEtZGUwMS00MzI4LThiZjYtODMzZTYxOTIwMTE5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZEQTVBNDEzRjRGRjExRTU4MEQ0QTM2QjEwREYzRjQ3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZEQTVBNDEyRjRGRjExRTU4MEQ0QTM2QjEwREYzRjQ3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTMzY2E3MjEtZGUwMS00MzI4LThiZjYtODMzZTYxOTIwMTE5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEzM2NhNzIxLWRlMDEtNDMyOC04YmY2LTgzM2U2MTkyMDExOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIABAAGAMBEQACEQEDEQH/xABtAAEBAQAAAAAAAAAAAAAAAAAJBwoBAQADAAAAAAAAAAAAAAAAAAcFBggQAAEFAQACAwEAAAAAAAAAAAMCBAUGBwESCAARCSQRAAIBBAIBAwUBAAAAAAAAAAECAxEEBQYhEgAxIgdBUVIjCBP/2gAMAwEAAhEDEQA/ANK/unj/AOne/wCkQx8YlqXj2X5zZhzdGZsNLKytFkmYhwRMdcLmRjCOGhkmH9qbw6lGZNxE6k/Dk71fCTbsV8iZzII2JeG0x1vJ2jAlo7sp4kkopHP0TlQDQ9jz5rD4m2n+etJwMqbXFd5TYr+3MdwzWgaGKNx7oIA0gYUPDT0WRiAU6LQeJn6/Se7SGcxofY2r1Su6hFr5Gy7ujzqZur2kQGzdQrNHiW2aO4Mz4i1pOxIlaRFH1QydGtKEIeDkzT2CjPxxR5FeGMbdkfge8cArX6qfQioNDQZ93e302DOyPolxcz67IOyLcR/5zQkk1iY1YSBRQrICCwNGUMCTbvkx5UfBd95LV+oeL6HFynrrZmuqZZo9obQtcg2GW02Qs+dTsuTgmNZsB+xv9VXIpKlNp1ytAg88hPliUkRnJJuNz8jYi/WTAyC5xtxIFRRDGXiZvRGNOU+0hoB6ORwW1h8P43+d9swcltvVu2N2OwtjJLI15OsN1Ggq0sQ78TDgPboCW4aEMCyRpf67V3cq5mcUH2L0KK0TVJEipSed1+uw9crld67A38KrBiiWLFcsziFoVzr9ynhnRFqV4jR4IShYGDM2+OUZ6dZ8k3LFVVEWtPYvUDsF/I8k/YUHgBvV9p9/sEjaLYyWOuRjpGssryyy0J/dIXZujPx+tT1QACpNSbn8mfKd5//Z');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.entry-content form .file-field,
form .file-field {
  position: relative;
}
.entry-content form .file-field .wpcf7-form-control-wrap,
form .file-field .wpcf7-form-control-wrap {
  position: static;
}
.entry-content form .file-field input[type="file"],
form .file-field input[type="file"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.entry-content form .file-field .dummy_text,
form .file-field .dummy_text {
  background-color: white;
  width: 100%;
  color: #c44e37;
  font-family: Gotham, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #ffba47;
  border-radius: 0;
  padding: 11px 130px 10px 15px;
  outline: none;
  -webkit-appearance: none !important;
}
.entry-content form .file-field .dummy_text:before,
form .file-field .dummy_text:before {
  content: 'BROWSE';
  display: block;
  color: white;
  font-weight: bold;
  line-height: 50px;
  width: 130px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
}
.entry-content form .file-field .dummy_text:after,
form .file-field .dummy_text:after {
  content: ' ';
  display: block;
  color: white;
  font-weight: bold;
  line-height: 50px;
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffba47;
}
.entry-content form .datepicker-field,
form .datepicker-field {
  position: relative;
}
.entry-content form .datepicker-field .datepicker-trigger,
form .datepicker-field .datepicker-trigger {
  position: absolute;
  right: 14px;
  top: 10px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 38px;
  height: 33px;
  background-position: -2382px 0px;
  background-size: 3773px 170px;
}
.entry-content form input[type="submit"],
form input[type="submit"] {
  width: 100%;
  margin-top: 10px;
  background-color: #ffba47;
  font-size: 1em;
  font-weight: 600;
}
.entry-content form input[type="submit"]:hover,
form input[type="submit"]:hover {
  background-color: #c44e37;
}
.entry-content form .wpcf7-not-valid-tip,
form .wpcf7-not-valid-tip {
  color: #a73219;
  font-size: .875em;
}
.entry-content form .required-note,
form .required-note {
  color: #aaa;
  font-family: "Gotham";
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.entry-content form .vertical-label,
form .vertical-label {
  color: #c44e37;
  display: block;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
}
.entry-content .dotted-line-heading-left,
.dotted-line-heading-left {
  color: #a73219;
  overflow-x: hidden;
}
.entry-content .dotted-line-heading-left:after,
.dotted-line-heading-left:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
.entry-content .dotted-line-heading-centered,
.dotted-line-heading-centered {
  color: #a73219;
  overflow-x: hidden;
  text-align: center;
}
.entry-content .dotted-line-heading-centered:after,
.dotted-line-heading-centered:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  white-space: nowrap;
}
.entry-content .larger-copy,
.larger-copy {
  font-size: 1.1875em;
}
.entry-content h4 {
  font-size: 1em;
  color: #333;
  margin-bottom: 0;
}
.entry-content h5 {
  font-size: 1em;
  color: #333;
  margin-bottom: 0;
}
.video-embed-wrapper {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.video-embed-wrapper .video-embed {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/*******************************************************************************************************************
* // !Main Structure
*******************************************************************************************************************/
html,
body {
  height: 100%;
}
body {
  font-family: "Gotham";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  line-height: 1.5;
  color: #555;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
#container {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
body.home #container {
  transform: translate3d(0, 0, 0);
}
.boj-page-title {
  color: white;
  font-family: "Nexa Rust Script L", cursive;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
}
.boj-page-title .back-a-page {
  color: white !important;
}
.boj-page-title .back-a-page:before {
  content: ' ';
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 2px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 16px;
  height: 24px;
  background-position: -1253.92857143px 0px;
  background-size: 1347.5px 59.13043478px;
}
#content.standard-padded-content {
  padding: 25px 0 30px;
}
#content.grey {
  background: #f2f2f2;
}
/*******************************************************************************************************************
* // !Sitewide Alert
*******************************************************************************************************************/
#sitewide-alert {
  background: #fe5514;
  color: white;
  padding: 26px 0 26px;
  text-align: center;
}
#sitewide-alert .btn-close {
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 10px;
  transition: opacity 100ms linear;
  background: url(../images/sprites.png) left top no-repeat;
  width: 36px;
  height: 35px;
  background-position: -516.25px 0px;
  background-size: 1834.09722222px 82.63888889px;
}
#sitewide-alert #sitewide-alert-heading h2 {
  color: white;
  font-size: .875em;
  line-height: 1em;
}
#sitewide-alert #sitewide-alert-info {
  text-align: center;
}
#sitewide-alert #sitewide-alert-info .address {
  margin-bottom: 20px;
}
#sitewide-alert #sitewide-alert-info .button {
  background: transparent;
  border: 1px solid #ffba47;
  color: #ffba47 !important;
  font-size: .675em;
  font-weight: 500 !important;
  margin: 0 10px;
  padding: 6px 26px;
}
#sitewide-alert #sitewide-alert-info .button:hover {
  color: white !important;
  border-color: white !important;
}
#sitewide-alert #sitewide-alert-link {
  margin-top: 20px;
}
#sitewide-alert #sitewide-alert-link a {
  color: #ffba47;
  line-height: 1em;
  font-size: .75em;
  font-weight: 500;
  padding-right: 16px;
  position: relative;
  text-transform: uppercase;
}
#sitewide-alert #sitewide-alert-link a:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 9px;
  height: 16px;
  background-position: -61.77777778px 0px;
  background-size: 838.44444444px 41.21212121px;
}
#sitewide-alert .separator:after {
  content: '. . . . . . . . . . . . . . . . . . . . . .';
  color: white;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 24px;
  line-height: 10px;
}
#sitewide-alert .separator.second {
  display: none;
}
/*******************************************************************************************************************
* // !Primary Navigation Trigger
*******************************************************************************************************************/
#primary-navigation-sticky-trigger {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 55px;
  position: fixed;
  right: 15px;
  top: 10px;
  transition: background 50ms linear;
  width: 55px;
  z-index: 50;
}
#primary-navigation-sticky-trigger:hover {
  background: rgba(0, 0, 0, 0.8);
}
#primary-navigation-sticky-trigger:after {
  content: ' ';
  background: url(../images/sprites.png) left top no-repeat;
  width: 27px;
  height: 25px;
  background-position: -785px 0px;
  background-size: 1886.5px 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
}
/*******************************************************************************************************************
* // !Header
*******************************************************************************************************************/
#header {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 80px;
  margin-bottom: -80px;
  padding: 22px 0;
  position: relative;
  width: 100%;
  z-index: 20;
}
#header #inner-header {
  position: relative;
}
#header #logo {
  background: url(../images/sprites.png) left top no-repeat;
  width: 81px;
  height: 31px;
  background-position: -955.98455598px 0px;
  background-size: 1165.40540541px 52.7px;
  display: block;
  left: 10px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  transition: left 200ms linear, opacity 200ms linear;
}
#header #menu-header-menu {
  display: none;
  line-height: 24px;
  margin: 12px 0 0;
  padding: 0 80px 0 110px;
  text-align: center;
  font-family: "Gotham";
  font-weight: 500;
  transition: opacity 100ms linear;
}
#header #menu-header-menu li {
  display: inline-block;
  font-size: .9375em;
  margin: 0 20px;
  max-width: 86px;
  overflow: hidden;
  white-space: nowrap;
  transition: font-size 80ms, max-width 140ms, opacity 100ms;
}
#header #menu-header-menu li a {
  color: white;
  outline: none;
}
#header #menu-header-menu li a:hover {
  color: #ffba47;
}
#header #menu-header-menu li.show-on-expanded {
  max-width: 0px;
  opacity: 0;
  margin: 0;
}
#header #menu-header-menu.expanded li {
  font-size: .75em;
  margin: 0 6px;
  transition: font-size 120ms, max-width 240ms, opacity 300ms;
}
#header #menu-header-menu.expanded li.more {
  margin: 0 -2px !important;
  max-width: 0px;
  opacity: 0;
  transition: all 50ms linear;
}
#header #menu-header-menu.expanded li.show-on-expanded {
  max-width: 80px;
  opacity: 1;
}
#header #header-actions {
  padding-left: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  width: 139px;
  z-index: 10;
  transition: width 150ms ease-in;
}
#header #header-actions > div {
  display: inline-block;
  margin: 12px 0 0 0;
  vertical-align: top;
}
#header #header-actions > div a {
  display: inline-block;
  outline: none;
  text-indent: -9999px;
  width: 20px;
}
#header #header-actions > div a:first-child {
  margin-left: 0;
}
#header #header-actions > div#header-search-open {
  margin-top: 9px;
}
#header #header-actions > div#header-search-open a {
  text-indent: -9999px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 28px;
  height: 26px;
  background-position: -862.96153846px 0px;
  background-size: 1959.05769231px 88.4px;
}
#header #header-actions > div#header-search-close {
  margin-left: 20px;
  display: none;
}
#header #header-actions > div#header-search-close a {
  background: url(../images/sprites.png) left top no-repeat;
  width: 21px;
  height: 19px;
  background-position: -671.53846154px 0px;
  background-size: 1451.15384615px 64.6px;
}
#header #header-actions > div#header-menu-trigger {
  margin-left: 20px;
}
#header #header-actions > div#header-menu-trigger a {
  background: url(../images/sprites.png) left top no-repeat;
  width: 21px;
  height: 19px;
  background-position: -603.84615385px 0px;
  background-size: 1451.15384615px 64.6px;
}
#header #header-search-wrapper {
  margin-left: 0 !important;
}
#header #header-search-wrapper a {
  display: inline-block;
  vertical-align: middle;
}
#header #header-search-wrapper form {
  display: inline-block;
  vertical-align: middle;
}
#header #header-search-wrapper form label {
  display: none;
}
#header #header-search-wrapper form input[type="text"] {
  background: transparent;
  border: 0;
  color: white;
  font-size: .875em;
  outline: none;
  line-height: 20px;
  padding: 0;
  position: relative;
  top: -2px;
  width: 0;
  vertical-align: middle;
  transition: width 150ms ease-in;
  font-family: "Gotham";
}
#header #header-search-wrapper form input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}
#header #header-search-wrapper form input[type="text"]::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
#header #header-search-wrapper form input[type="text"]:-ms-input-placeholder {
  color: #ddd;
}
#header #header-search-wrapper form input[type="submit"] {
  display: none;
}
#header #header-search-wrapper form button {
  border: 0;
  outline: none;
  text-indent: -9999px;
  vertical-align: middle;
  background: url(../images/sprites.png) left top no-repeat;
  width: 18px;
  height: 18px;
  background-position: -570.80769231px 0px;
  background-size: 1233.48076923px 61.2px;
}
#header.search-active #logo {
  left: -110px;
  opacity: 0;
}
#header.search-active #menu-header-menu {
  opacity: 0;
}
#header.search-active #header-actions {
  width: 100%;
}
#header.search-active #header-actions #header-search-wrapper input[type="text"] {
  width: 208px;
}
#header.search-active #header-actions #header-search-open {
  cursor: default;
  pointer-events: none;
}
#header.search-active #header-actions #header-search-close {
  display: inline-block;
}
#header.search-active #header-actions #header-menu-trigger {
  display: none;
}
/*******************************************************************************************************************
* // !Primary Navigation
*******************************************************************************************************************/
#primary-navigation {
  background: rgba(164, 42, 12, 0.98);
  bottom: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: -100%;
  z-index: 100;
  transition: all 300ms cubic-bezier(0.14, 0.75, 0.79, 1);
}
#primary-navigation .section-1 {
  background: rgba(0, 0, 0, 0.1);
}
#primary-navigation .section-1 .wrap {
  height: 178px;
  padding-top: 100px;
  position: relative;
  transition: padding 100ms ease-in;
}
#primary-navigation .section-2 {
  padding-top: 30px;
}
#primary-navigation .section-3 {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
#primary-navigation .section-3 .wrap {
  max-width: 744px;
}
#primary-navigation .section-4 {
  background: rgba(0, 0, 0, 0.1);
  display: none;
  padding: 40px 0;
}
#primary-navigation .section-5 {
  background: rgba(0, 0, 0, 0.1);
  padding: 18px 0 18px;
}
#primary-navigation .section-5.hide-initially {
  display: none;
}
#primary-navigation .primary-navigation-title {
  color: white;
  font-family: "Nexa Rust Script L", cursive;
  font-size: 2em;
  left: 0;
  margin-left: 300px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 98px;
  transition: all 200ms linear;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
}
#primary-navigation .primary-navigation-title .btn-back {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
#primary-navigation .primary-navigation-title .btn-back:before {
  content: ' ';
  display: inline-block;
  margin-left: -34px;
  margin-right: 20px;
  position: relative;
  top: 2px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 15px;
  height: 24px;
  background-position: -78.55555556px 0px;
  background-size: 1467.27777778px 61.81818182px;
}
body.primary-navigation-active {
  overflow-y: hidden;
}
body.primary-navigation-active #primary-navigation {
  bottom: 0;
  opacity: 1;
  pointer-events: all;
  top: 0;
}
#primary-navigation-logo {
  background: url(../images/sprites.png) left top no-repeat;
  width: 102px;
  height: 39px;
  background-position: -1206.93050193px 0px;
  background-size: 1471.32432432px 66.3px;
  left: 10px;
  position: absolute;
  text-indent: -9999px;
  top: 20px;
  transition: opacity 100ms linear;
  width: 101px;
}
#primary-navigation-close {
  display: block;
  outline: none;
  position: absolute;
  right: 10px;
  top: 20px;
  text-indent: -9999px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 37px;
  height: 36px;
  background-position: -531px 0px;
  background-size: 1886.5px 85px;
}
#primary-navigation-top-links {
  text-align: center;
  transition: width 100ms linear;
  width: 100%;
}
#primary-navigation-top-links ul {
  border-bottom: 1px solid #ffba47;
  border-top: 1px solid #ffba47;
  display: inline-block;
  max-width: 744px;
  transition: max-width 100ms ease-in;
  width: 100%;
}
#primary-navigation-top-links ul li {
  border-right: 1px solid #ffba47;
  display: block;
  float: left;
  width: 33.333333%;
}
#primary-navigation-top-links ul li a {
  color: white;
  display: block;
  font-size: .71875em;
  font-weight: 500;
  line-height: 1;
  padding: 14px 0;
  text-transform: uppercase;
  transition: background 100ms linear, font-size 100ms linear;
  font-family: "Gotham";
}
#primary-navigation-top-links ul li a:hover {
  background: #ffba47;
}
#primary-navigation-top-links ul li:first-child {
  border-lefT: 1px solid #ffba47;
}
#primary-navigation-menu-wrapper {
  margin: 0 auto 35px;
  max-width: 452px;
  overflow: hidden;
}
#primary-navigation-menu {
  font-family: "Gotham";
  left: 0;
  position: relative;
  transition: left 200ms linear;
  width: 100%;
}
#primary-navigation-menu .link-wrapper {
  transition: opacity 200ms linear;
}
#primary-navigation-menu .menu-column > .link-wrapper {
  display: none;
}
#primary-navigation-menu .menu-column > ul.sub-menu {
  margin: 0;
}
#primary-navigation-menu .menu-column > ul.sub-menu > li.menu-item > .link-wrapper {
  background: url(../images/bg-navigation-menu-item.png) left bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 30px;
  position: relative;
}
#primary-navigation-menu .menu-column > ul.sub-menu > li.menu-item > .link-wrapper > a {
  color: white;
  display: block;
  font-weight: 500;
  line-height: 1;
}
#primary-navigation-menu .menu-column > ul.sub-menu > li.menu-item > .link-wrapper > .expand-menu {
  cursor: pointer;
  display: none;
  height: 100%;
  outline: none;
  margin: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 20px;
}
#primary-navigation-menu .menu-column > ul.sub-menu > li.menu-item > .link-wrapper > .expand-menu:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffba47;
  margin-top: -5px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 50%;
}
#primary-navigation-menu .menu-column > ul.sub-menu > li.menu-item.menu-item-has-children > .link-wrapper > .expand-menu {
  display: block;
}
#primary-navigation-menu > li > ul.sub-menu > li > ul.sub-menu {
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
#primary-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > .menu-column > .sub-menu > .menu-item > .link-wrapper {
  opacity: 0;
}
#primary-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
#primary-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > .menu-column > .sub-menu > .menu-item > .link-wrapper {
  opacity: 0;
}
#primary-navigation.expanded.level-1 #primary-navigation-title-1 {
  margin-left: 0;
  opacity: 1;
  pointer-events: all;
}
#primary-navigation.expanded.level-1 #primary-navigation-menu {
  left: -100%;
}
#primary-navigation.expanded.level-1 #primary-navigation-menu > li > ul.sub-menu > li.active > ul.sub-menu {
  pointer-events: all;
}
#primary-navigation.expanded.level-1 #primary-navigation-menu > .menu-column > .sub-menu > .menu-item > .link-wrapper {
  opacity: 0 !important;
}
#primary-navigation.expanded.level-1 #primary-navigation-menu > .menu-column > .sub-menu > .menu-item.active > .sub-menu > .menu-column > .sub-menu > .menu-item > .link-wrapper {
  opacity: 1 !important;
}
#primary-navigation.expanded.level-2 #primary-navigation-title-1 {
  margin-left: -300px;
  opacity: 0;
}
#primary-navigation.expanded.level-2 #primary-navigation-title-2 {
  margin-left: 0;
  opacity: 1;
  pointer-events: all;
}
#primary-navigation.expanded.level-2 #primary-navigation-menu {
  left: -200%;
}
#primary-navigation.expanded.level-2 #primary-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li.active > ul.sub-menu {
  pointer-events: all;
}
#primary-navigation.expanded.level-2 #primary-navigation-menu > .menu-column > .sub-menu > .menu-item > .link-wrapper {
  opacity: 0 !important;
}
#primary-navigation.expanded.level-2 #primary-navigation-menu > .menu-column > .sub-menu > .menu-item.active > .sub-menu > .menu-column > .sub-menu > .menu-item > .link-wrapper {
  opacity: 0 !important;
}
#primary-navigation.expanded.level-2 #primary-navigation-menu > .menu-column > .sub-menu > .menu-item.active > .sub-menu > .menu-column > .sub-menu > .menu-item.active > .sub-menu > .menu-column > .sub-menu > .menu-item > .link-wrapper {
  opacity: 1;
}
#primary-navigation-social-links {
  margin-bottom: 14px;
  text-align: center;
}
#primary-navigation-social-links li {
  display: inline-block;
  margin-left: 24px;
}
#primary-navigation-social-links li:first-child {
  margin-left: 0;
}
#primary-navigation-social-links a {
  display: block;
  outline: none;
  text-indent: -9999px;
  width: 31px !important;
}
#primary-navigation-social-links a.facebook {
  background: url(../images/sprites.png) left top no-repeat;
  width: 31px;
  height: 30px;
  background-position: -837.95454545px 0px;
  background-size: 1286.25px 57.95454545px;
}
#primary-navigation-social-links a.twitter {
  background: url(../images/sprites.png) left top no-repeat;
  width: 31px;
  height: 30px;
  background-position: -862.33333333px 0px;
  background-size: 1257.66666667px 57.95454545px;
}
#primary-navigation-social-links a.youtube {
  background: url(../images/sprites.png) left top no-repeat;
  width: 31px;
  height: 30px;
  background-position: -925.90909091px 0px;
  background-size: 1286.25px 57.95454545px;
}
#primary-navigation-social-links a.instagram {
  background: url(../images/sprites.png) left top no-repeat;
  width: 31px;
  height: 30px;
  background-position: -949px 0px;
  background-size: 1257.66666667px 57.95454545px;
}
#primary-navigation-social-links a.pinterest {
  background: url(../images/sprites.png) left top no-repeat;
  width: 31px;
  height: 30px;
  background-position: -1003.14606742px 0px;
  background-size: 1271.79775281px 57.95454545px;
}
#primary-navigation-gift-card-balance {
  display: block;
  font-size: .7em;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
#primary-navigation-gift-card-balance a {
  color: #ffba47;
}
#primary-navigation-gift-card-balance a:before {
  background: url(../images/sprites.png) left top no-repeat;
  width: 20px;
  height: 19px;
  background-position: -2054.96875px 0px;
  background-size: 2240.21875px 111.37931034px;
  content: ' ';
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
#primary-navigation-callouts {
  font-family: "Gotham";
  margin: 0 auto;
  max-width: 744px;
}
#primary-navigation-callouts h2 {
  background: url(../images/bg-navigation-callout-item.png) left bottom no-repeat;
  background-size: 100% auto;
  color: #ffba47;
  font-family: "Gotham";
  font-size: .875em;
  font-weight: 600;
  margin-bottom: 14px;
  padding-bottom: 14px;
  position: relative;
}
#primary-navigation-callouts h2 .btn-more {
  color: #ffba47;
  font-weight: 400;
  font-size: .75em;
  letter-spacing: 2px;
  padding-right: 22px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
#primary-navigation-callouts h2 .btn-more:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/sprites.png) left top no-repeat;
  width: 10px;
  height: 15px;
  background-position: -69.5px 0px;
  background-size: 943.25px 38.63636364px;
}
#primary-navigation-location {
  font-family: "Gotham";
  margin: 0 auto;
  max-width: 744px;
}
#primary-navigation-location .mobile-left-side {
  float: left;
  width: 55%;
}
#primary-navigation-location .mobile-right-side {
  float: right;
  width: 40%;
}
#primary-navigation-location h3 {
  color: white;
  font-size: .65625em;
  font-weight: 500;
  margin: 0 0 12px;
}
#primary-navigation-location .address {
  color: #ffba47;
  font-size: .71875em;
  font-weight: 500;
}
#primary-navigation-location .directions {
  text-align: right;
  margin: 0 0 12px;
}
#primary-navigation-location .phone {
  text-align: right;
}
#primary-navigation-location .directions a,
#primary-navigation-location .phone a[href^=tel] {
  color: #ffba47 !important;
  display: block;
  font-size: .55em !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#primary-navigation-location .directions a:after,
#primary-navigation-location .phone a[href^=tel]:after {
  content: ' ';
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 4px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 8px;
  height: 13px;
  background-position: -54.05555556px 0px;
  background-size: 733.63888889px 33.48484848px;
}
#boj-header-instagram-widget h2 {
  padding-left: 32px;
  position: relative;
}
#boj-header-instagram-widget h2:before {
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  top: -1px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 19px;
  height: 18px;
  background-position: -1186.45714286px 0px;
  background-size: 1940.4px 87.42857143px;
}
#boj-header-instagram-widget .conversation-grid {
  margin: 0 -5px;
}
#boj-header-instagram-widget .cg-grid-item {
  background: transparent;
  float: left;
  padding: 0px 5px;
  width: 33.3333%;
}
#boj-header-instagram-widget .cg-header,
#boj-header-instagram-widget .cg-text,
#boj-header-instagram-widget .cg-footer,
#boj-header-instagram-widget #cg-load-more {
  display: none;
}
#email-signup-widget p {
  color: white;
  font-size: .75em;
  line-height: 1.3;
  margin-bottom: 16px;
}
#email-signup-widget form {
  border: 1px solid #ffba47;
}
#email-signup-widget input[type="text"] {
  background: transparent;
  border: 0;
  border-right: 1px solid #ffba47;
  color: white;
  font-family: "Gotham";
  font-size: .825em;
  line-height: 14px;
  outline: none;
  margin: 0;
  padding: 11px 10px;
  width: 70%;
  float: left;
}
#email-signup-widget input[type="text"]::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
#email-signup-widget input[type="text"]::-moz-placeholder {
  color: white;
  opacity: 1;
}
#email-signup-widget input[type="text"]:-ms-input-placeholder {
  color: white;
}
#email-signup-widget input[type="submit"] {
  background: none;
  border: 0;
  color: white;
  float: left;
  font-family: "Gotham";
  font-size: .7em;
  font-weight: 500;
  line-height: 12px;
  margin: 0;
  outline: none;
  padding: 12px 0;
  text-transform: uppercase;
  width: 30%;
}
#email-signup-widget .result-message {
  color: #ffba47;
  margin: 10px 0 0;
}
@media (max-width: 599px) {
  #primary-navigation.expanded .section-1 .wrap {
    padding-top: 17px;
  }
  #primary-navigation.expanded #primary-navigation-logo {
    opacity: 0;
    pointer-events: none;
  }
  #primary-navigation.expanded #primary-navigation-top-links {
    width: 250px;
  }
  #primary-navigation.expanded #primary-navigation-top-links ul {
    max-width: 250px;
  }
  #primary-navigation.expanded #primary-navigation-top-links ul li a {
    font-size: 0.65em;
  }
}
/*******************************************************************************************************************
* // !Homepage Billboard
*******************************************************************************************************************/
#homepage-billboard-image {
  overflow: hidden;
  position: relative;
}
#homepage-billboard-image img {
  display: block;
  width: 100%;
}
#homepage-billboard-image .images {
  height: 0;
  padding-top: 105.07%;
}
#homepage-billboard-image .images .image {
  background-position: center center !important;
  background-size: cover !important;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
#homepage-billboard-image .images .image:first-child {
  top: 0;
}
#homepage-billboard-image .images .image .overlay-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  z-index: 1;
}
#homepage-billboard-image #homepage-billboard-copy-box {
  background: #c42e10;
  position: relative;
  padding: 20px;
  transition: background-color 300ms linear;
  z-index: 2;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides {
  height: 220px;
  margin: 0 0 24px;
  position: relative;
}
@media (min-width: 450px) and (max-width: 599px) {
  #homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides {
    height: 150px;
  }
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides li {
  display: none;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides li:first-child {
  display: block;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides li h2 {
  color: white;
  font-family: "Nexa Rust Script L", cursive;
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides li h2:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #ffba47;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  line-height: 22px;
  max-width: 284px;
  margin: 0 auto 14px;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides li h2 a {
  color: white;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides li p {
  color: white;
  font-family: "SourceSansPro", sans-serif;
  font-size: .9em;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-indicators {
  text-align: center;
  margin-bottom: 0;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-indicators .indicator {
  display: inline-block;
  padding: 11px 8px;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-indicators .indicator a {
  background: transparent;
  border: 1px solid #ffba47;
  border-radius: 4px;
  display: block;
  height: 8px;
  text-indent: -9999px;
  transition: background 100ms linear;
  width: 8px;
}
#homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-indicators .indicator.active a {
  background: #ffba47;
}
#homepage-billboard-image #homepage-billboard-copy-box .btn-prev,
#homepage-billboard-image #homepage-billboard-copy-box .btn-next {
  display: none;
  margin-top: -40px;
  position: absolute;
  right: 35px;
  text-indent: -9999px;
  top: 50%;
}
#homepage-billboard-image #homepage-billboard-copy-box .btn-prev {
  background: url(../images/sprites.png) left top no-repeat;
  width: 19px;
  height: 10px;
  background-position: 0px 0px;
  background-size: 1029px 47.22222222px;
}
#homepage-billboard-image #homepage-billboard-copy-box .btn-next {
  background: url(../images/sprites.png) left top no-repeat;
  width: 19px;
  height: 10px;
  background-position: -26.18181818px 0px;
  background-size: 1029px 47.22222222px;
  margin-top: 30px;
}
#homepage-billboard-image #homepage-billboard-scroll-down {
  background: url(../images/sprites.png) left top no-repeat;
  width: 47px;
  height: 46px;
  background-position: -1087.5px 0px;
  background-size: 1886.5px 85px;
  bottom: 24px;
  display: none;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  text-indent: -9999px;
  z-index: 3;
}
#homepage-billboard.is-notification #homepage-billboard-copy-box {
  background: #fe5514;
}
#homepage-billboard-image .images {
  position: relative;
}
#homepage-billboard-split {
  background: #ac2a0f;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 21;
  transition: height 200ms ease-out;
}
#homepage-billboard-split .btn-expand {
  background: #ac2a0f;
  color: white;
  font-family: "Gotham";
  font-size: .65em;
  font-weight: 600;
  left: 50%;
  line-height: 24px;
  margin-top: -12px;
  outline: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transition: width 160ms ease-in, font-size 100ms linear, line-height 100ms linear, color 100ms linear;
  width: 230px;
}
#homepage-billboard-split .btn-expand:after {
  content: ' ';
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffbc47 transparent transparent transparent;
  display: inline-block;
  height: 0;
  margin-left: 14px;
  position: relative;
  top: -1px;
  transition: opacity 100ms linear;
  width: 0;
  vertical-align: middle;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper {
  color: white;
  display: none;
  padding: 26px 0 26px;
  text-align: center;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper .btn-close {
  opacity: 0;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 0px;
  transition: opacity 100ms linear;
  background: url(../images/sprites.png) left top no-repeat;
  width: 36px;
  height: 35px;
  background-position: -516.25px 0px;
  background-size: 1834.09722222px 82.63888889px;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-heading h2 {
  color: white;
  font-size: .875em;
  line-height: 1em;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-info {
  text-align: center;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-info .address {
  margin-bottom: 20px;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-info .button {
  background: transparent;
  border: 1px solid #ffba47;
  color: #ffba47 !important;
  font-size: .675em;
  font-weight: 500 !important;
  margin: 0 10px;
  padding: 6px 26px;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-info .button:hover {
  color: white !important;
  border-color: white !important;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-link {
  margin-top: 20px;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-link a {
  color: #ffba47;
  line-height: 1em;
  font-size: .75em;
  font-weight: 500;
  padding-right: 16px;
  position: relative;
  text-transform: uppercase;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-link a:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 9px;
  height: 16px;
  background-position: -61.77777778px 0px;
  background-size: 838.44444444px 41.21212121px;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper .separator:after {
  content: '. . . . . . . . . . . . . . . . . . . . . .';
  color: white;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 24px;
  line-height: 10px;
}
#homepage-billboard-split #homepage-billboard-split-location-wrapper .separator.second {
  display: none;
}
#homepage-billboard-split.expanded .btn-expand {
  color: transparent;
  pointer-events: none;
  width: 100%;
}
#homepage-billboard-split.expanded .btn-expand:after {
  opacity: 0;
}
#homepage-billboard-split.expanded #homepage-billboard-split-location-wrapper .btn-close {
  opacity: 1;
  transition: opacity 100ms linear;
}
/*******************************************************************************************************************
* // !Page Billboards
*******************************************************************************************************************/
#page-title {
  left: 0;
  padding: 0;
  position: absolute;
  top: 91px;
}
#page-billboard {
  position: relative;
}
#page-billboard-image {
  overflow: hidden;
  position: relative;
}
#page-billboard-image img,
#page-billboard-image picture {
  display: block;
  width: 100%;
}
#page-billboard-split {
  left: 0;
  position: absolute;
  top: 154px;
  z-index: 21;
  transition: height 200ms ease-out;
  width: 100%;
}
#page-billboard-split .btn-expand {
  background: #ac2a0f;
  color: white;
  font-family: "Gotham";
  font-size: .75em;
  font-weight: 600;
  left: 50%;
  line-height: 36px;
  margin-top: -18px;
  outline: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transition: width 160ms ease-in, font-size 100ms linear, line-height 100ms linear;
  width: 215px;
  z-index: 10;
}
#page-billboard-split .btn-expand:before {
  content: ' ';
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffbc47 transparent transparent transparent;
  display: block;
  height: 0;
  margin-top: -3px;
  opacity: 1;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 0;
  transition: opacity 200ms linear;
  vertical-align: middle;
}
#page-billboard-split .btn-expand:after {
  content: ' ';
  display: block;
  margin-left: 135px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity 100ms linear;
  transition-delay: 0;
  vertical-align: middle;
  background: url(../images/sprites.png) left top no-repeat;
  width: 22px;
  height: 12px;
  background-position: 0px 0px;
  background-size: 1200.5px 56.66666667px;
}
#page-billboard-split.expanded:after {
  opacity: 0;
}
#page-billboard-split.expanded .btn-expand {
  font-weight: 500;
  font-size: 1em;
  line-height: 60px;
  width: 100%;
}
#page-billboard-split.expanded .btn-expand:before {
  opacity: 0;
}
#page-billboard-split.expanded .btn-expand:after {
  opacity: 1;
  transition-delay: 140ms;
}
#billboard-split-menu {
  background: #ac2a0f;
  display: none;
  margin: 0;
  padding: 40px 0 30px;
  overflow: hidden;
  text-align: center;
}
#billboard-split-menu > li > div {
  background: url(../images/bg-navigation-menu-item.png) left bottom no-repeat;
  background-size: 120% 2px;
  margin: 0 auto;
  max-width: 375px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
#billboard-split-menu > li > div > a {
  color: white;
  display: block;
  font-family: "Gotham";
  font-size: .8125em;
  font-weight: 500;
  line-height: 1;
  padding-right: 10px;
  text-transform: uppercase;
}
#billboard-split-menu > li > div > a:hover {
  color: #ffba47;
}
#billboard-split-menu > li:first-child > div {
  margin-top: 1px;
}
#billboard-split-menu > li:first-child > div :after {
  background: url(../images/bg-navigation-menu-item.png) left bottom no-repeat;
  background-size: 120% 2px;
  content: ' ';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#page-billboard.no-dropdown #page-billboard-image {
  max-height: 184px;
}
/*******************************************************************************************************************
* // !Footer
*******************************************************************************************************************/
#footer {
  background: #c42e10;
  padding: 35px 0 60px;
}
#footer #menu-footer-menu {
  font-family: "Gotham";
  margin-bottom: 44px;
  text-transform: uppercase;
}
#footer #menu-footer-menu .menu-column > a {
  display: none;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu {
  margin: 0;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li {
  border-bottom: 2px solid #a7270e;
  margin: 0;
  padding: 20px 0;
  position: relative;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li:first-child {
  border-top: 2px solid #a7270e;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li > a {
  color: white;
  display: block;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li > a.expand-menu {
  display: none;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li.menu-item-has-children > a.expand-menu {
  display: block;
  height: 50px;
  outline: none;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 20px;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li.menu-item-has-children > a.expand-menu:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffba47;
  position: absolute;
  right: 0;
  top: 24px;
  transition: transform 200ms linear;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li.expanded > a.expand-menu:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 800px) {
  #footer #menu-footer-menu .menu-column.column-2 > ul.sub-menu > li {
    border-top: 0 !important;
  }
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li > ul.sub-menu {
  display: none;
  height: 0%;
  padding-top: 28px;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li > ul.sub-menu > li {
  margin-bottom: 24px;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li > ul.sub-menu > li > a {
  background: url(../images/bg-footer-subnav-item.png) right center no-repeat;
  background-size: 700px 32px;
  color: #ffd250;
  display: block;
  font-size: .625em;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: white;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li > ul.sub-menu > li > a span {
  background: #c42e10;
  display: inline-block;
  padding-right: 2px;
}
#footer #menu-footer-menu .menu-column > ul.sub-menu > li > ul.sub-menu > li > a.expand-menu {
  display: none;
}
#footer #footer-extras {
  color: #cddde0;
  font-family: 'Gotham';
  font-size: .5em;
  font-weight: 500;
  text-align: center;
}
#footer #footer-extras #menu-footer-terms {
  margin: 0 0 8px;
}
#footer #footer-extras #menu-footer-terms > li {
  border-left: 1px solid #ffda53;
  display: inline-block;
  margin-left: 8px;
  padding-left: 10px;
}
#footer #footer-extras #menu-footer-terms > li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
#footer #footer-extras #menu-footer-terms > li > a {
  color: #ffda53;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
#footer #footer-extras #menu-footer-terms > li > a:hover {
  color: white;
}
#footer #footer-social-links {
  text-align: center;
}
#footer #footer-social-links li {
  display: inline-block;
  margin-left: 24px;
}
#footer #footer-social-links li:first-child {
  margin-left: 0;
}
#footer #footer-social-links a {
  display: block;
  outline: none;
  text-indent: -9999px;
  width: 27px !important;
}
#footer #footer-social-links a.facebook {
  background: url(../images/sprites.png) left top no-repeat;
  width: 27px;
  height: 26px;
  background-position: -726.22727273px 0px;
  background-size: 1114.75px 50.22727273px;
}
#footer #footer-social-links a.twitter {
  background: url(../images/sprites.png) left top no-repeat;
  width: 27px;
  height: 26px;
  background-position: -747.35555556px 0px;
  background-size: 1089.97777778px 50.22727273px;
}
#footer #footer-social-links a.youtube {
  background: url(../images/sprites.png) left top no-repeat;
  width: 27px;
  height: 26px;
  background-position: -802.45454545px 0px;
  background-size: 1114.75px 50.22727273px;
}
#footer #footer-social-links a.instagram {
  background: url(../images/sprites.png) left top no-repeat;
  width: 27px;
  height: 26px;
  background-position: -822.46666667px 0px;
  background-size: 1089.97777778px 50.22727273px;
}
#footer #footer-social-links a.pinterest {
  background: url(../images/sprites.png) left top no-repeat;
  width: 27px;
  height: 26px;
  background-position: -869.39325843px 0px;
  background-size: 1102.2247191px 50.22727273px;
}
/*******************************************************************************************************************
* // !Home Page
*******************************************************************************************************************/
#body-wrapper.home #homepage-billboard-split.hide-initially {
  display: none;
}
#body-wrapper.home #content {
  background: #f5f5f5;
}
#body-wrapper.home #homepage-callouts {
  margin: 0 auto 40px;
  max-width: 1440px;
  padding: 16px 14px;
  width: 100%;
}
#body-wrapper.home #homepage-callouts li {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
#body-wrapper.home #homepage-callouts li > div {
  margin: 0 -1px;
}
#body-wrapper.home #homepage-callouts li .featured-item-widget h2,
#body-wrapper.home #homepage-callouts li .press-room-widget h2 {
  background: url(../images/bg-navigation-callout-item.png) left bottom no-repeat;
  background-size: 100% auto;
  color: white;
  font-family: "Gotham";
  font-size: 1.125em;
  font-weight: 600;
  left: 40px;
  padding-bottom: 22px;
  position: absolute;
  right: 40px;
  top: 35px;
}
#body-wrapper.home #homepage-callouts li .featured-item-widget h2 .btn-more,
#body-wrapper.home #homepage-callouts li .press-room-widget h2 .btn-more {
  color: #ffba47;
  font-weight: 400;
  font-size: .75em;
  letter-spacing: 2px;
  padding-right: 22px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
#body-wrapper.home #homepage-callouts li .featured-item-widget h2 .btn-more:after,
#body-wrapper.home #homepage-callouts li .press-room-widget h2 .btn-more:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 10px;
  height: 15px;
  background-position: -69.5px 0px;
  background-size: 943.25px 38.63636364px;
}
@media (max-width: 450px) {
  #body-wrapper.home #homepage-callouts li .press-room-widget h2 .btn-more {
    text-indent: -9999px;
  }
  #body-wrapper.home #homepage-callouts li .featured-item-widget h2 {
    left: 20px;
    right: 20px;
  }
  #body-wrapper.home #homepage-callouts li .featured-item-widget h2 .btn-more {
    font-weight: 500;
  }
}
#body-wrapper.home #homepage-callouts li .featured-item-widget {
  background-size: cover !important;
  height: 342px;
  position: relative;
}
#body-wrapper.home #homepage-callouts li .featured-item-widget h3 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
#body-wrapper.home #homepage-callouts li .press-room-widget {
  background: #a8280e;
  height: 342px;
  position: relative;
}
#body-wrapper.home #homepage-callouts li .press-room-widget ul.press-room-articles {
  bottom: 14px;
  left: 40px;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 94px;
}
#body-wrapper.home #homepage-callouts li .press-room-widget ul.press-room-articles .article {
  background: url(../images/bg-navigation-callout-item.png) left bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 18px;
  margin-bottom: 14px;
}
#body-wrapper.home #homepage-callouts li .press-room-widget ul.press-room-articles .article .article-date {
  color: #ffba47;
  font-family: "Gotham";
  font-size: .6875em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#body-wrapper.home #homepage-callouts li .press-room-widget ul.press-room-articles .article .article-title {
  font-family: "SourceSansPro", sans-serif;
  font-size: 1.125em;
  letter-spacing: 1px;
  margin: 0;
}
#body-wrapper.home #homepage-callouts li .press-room-widget ul.press-room-articles .article .article-title a {
  color: white;
}
#body-wrapper.home #homepage-callouts li .heading-copy-widget {
  background-size: cover !important;
  height: 342px;
  position: relative;
}
#body-wrapper.home #homepage-callouts li .heading-copy-widget .copy {
  bottom: 0;
  color: white;
  left: 0;
  padding: 0 25px 25px 25px;
  position: absolute;
  width: 100%;
}
#body-wrapper.home #homepage-callouts li .heading-copy-widget .copy h2 {
  color: white;
  display: inline-block;
  font-family: "Gotham";
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 6px;
  vertical-align: middle;
}
#body-wrapper.home #homepage-callouts li .heading-copy-widget .copy h2:after {
  margin-left: 10px;
  vertical-align: middle;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffba47;
  display: inline-block;
  position: relative;
  top: -1px;
}
#body-wrapper.home #homepage-callouts li .heading-copy-widget .copy p {
  font-family: "SourceSansPro", sans-serif;
  font-size: .875em;
  letter-spacing: 1px;
  margin: 0;
}
#body-wrapper.home #homepage-store-slider h2 {
  font-family: "Gotham";
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 40px;
  max-width: 1360px;
  position: relative;
  width: 100%;
}
@media (max-width: 1400px) {
  #body-wrapper.home #homepage-store-slider h2 {
    width: auto;
    margin: 0 14px 40px;
  }
}
#body-wrapper.home #homepage-store-slider h2:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  margin-top: 10px;
}
#body-wrapper.home #homepage-store-slider h2 .btn-shop {
  color: #c42e10;
  font-weight: 400;
  font-size: .75em;
  letter-spacing: 2px;
  padding-right: 22px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
@media (max-width: 450px) {
  #body-wrapper.home #homepage-store-slider h2 .btn-shop {
    text-indent: -9999px;
  }
}
#body-wrapper.home #homepage-store-slider h2 .btn-shop:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: -3px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 10px;
  height: 15px;
  background-position: -158px 0px;
  background-size: 943.25px 38.63636364px;
}
#body-wrapper.home #homepage-store-slider #store-slider-items-wrapper {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 90px;
  position: relative;
}
@media (max-width: 450px) {
  #body-wrapper.home #homepage-store-slider #store-slider-items-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  #body-wrapper.home #homepage-store-slider #store-slider-items-wrapper {
    width: auto;
    margin: 0 14px;
  }
}
#body-wrapper.home #homepage-store-slider #store-slider-items-wrapper .slick-prev,
#body-wrapper.home #homepage-store-slider #store-slider-items-wrapper .slick-next {
  border: 0;
  left: -40px;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  top: 119px;
  transform: opacity 100ms linear;
}
#body-wrapper.home #homepage-store-slider #store-slider-items-wrapper .slick-prev.slick-disabled,
#body-wrapper.home #homepage-store-slider #store-slider-items-wrapper .slick-next.slick-disabled {
  opacity: .2;
}
#body-wrapper.home #homepage-store-slider #store-slider-items-wrapper .slick-prev {
  background: url(../images/sprites.png) left top no-repeat;
  width: 13px;
  height: 21px;
  background-position: -185.33333333px 0px;
  background-size: 1257.66666667px 54.09090909px;
}
#body-wrapper.home #homepage-store-slider #store-slider-items-wrapper .slick-next {
  background: url(../images/sprites.png) left top no-repeat;
  width: 13px;
  height: 21px;
  background-position: -210.66666667px 0px;
  background-size: 1257.66666667px 54.09090909px;
  left: auto;
  right: -40px;
}
#body-wrapper.home #homepage-store-slider #store-slider-items {
  margin: 0 -14px;
}
#body-wrapper.home #homepage-store-slider #store-slider-items .product {
  outline: none;
  padding: 0 14px;
}
#body-wrapper.home #homepage-store-slider #store-slider-items .product .product-image {
  display: block;
  margin-bottom: 24px;
}
#body-wrapper.home #homepage-store-slider #store-slider-items .product .product-title {
  font-family: "Gotham";
  font-size: .8125em;
  font-weight: 600;
  text-align: center;
}
#body-wrapper.home #homepage-store-slider #store-slider-items .product .product-description {
  font-family: "Gotham";
  font-size: .75em;
  font-weight: 500;
}
#body-wrapper.home #homepage-store-slider #store-slider-items .product .product-description .price {
  font-weight: 400;
}
/*******************************************************************************************************************
* // !Search Results
*******************************************************************************************************************/
body.search-results h1.archive-title {
  font-size: 1.5em;
  margin-bottom: 20px;
  padding-top: 26px;
  color: #a73219;
  overflow-x: hidden;
}
body.search-results h1.archive-title:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
body.search-results .search-title {
  margin-bottom: 0px;
}
body.search-results article .entry-content {
  line-height: 1.3em;
}
body.search-results .pagination {
  overflow: hidden;
}
body.search-results .pagination:before {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
body.search-results .pagination .page-numbers {
  margin-top: 20px;
}
body.search-results .pagination .page-numbers li {
  display: inline-block;
  margin-right: 10px;
}
/*******************************************************************************************************************
* // !404 Page
*******************************************************************************************************************/
body.error404 #content {
  padding: 70px 0 20px;
  text-align: center;
}
body.error404 #content img {
  margin-bottom: 24px;
  max-width: 90%;
}
body.error404 #content .copy {
  color: #a73219;
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 60px;
}
body.error404 #content .button {
  font-size: .875em;
}
/*******************************************************************************************************************
* // !Site Map
*******************************************************************************************************************/
#menu-site-map ul,
#menu-site-map li {
  margin: 0;
}
#menu-site-map > li {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  padding-bottom: 24px;
}
#menu-site-map > li > a {
  font-size: 1.25em;
  font-weight: 600;
}
#menu-site-map > li > .sub-menu > li {
  margin-bottom: 4px;
}
#menu-site-map > li > .sub-menu > li > a {
  color: #555;
}
#menu-site-map > li > .sub-menu > li > .sub-menu {
  font-size: .875em;
  margin: 0 0 0 20px;
}
#menu-site-map > li > .sub-menu > li > .sub-menu > li {
  margin-bottom: 2px;
}
#menu-site-map > li > .sub-menu > li > .sub-menu > li > a {
  color: #6f6f6f;
}
/************************************************************************************************
 * Site Name: FEA Action Center
 * Author: Jason Koi
 * Copyright (C) 2013 DevelopThings, LLC.
 *
 * Stylesheet: Grid Stylesheet
 *
 ************************************************************************************************/
.row {
  margin: 0 -12px;
  max-width: 62.5em;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -12px;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
}
@media only screen and (min-width: 600px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 800px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -1.5rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 1.5rem 1.25rem;
}
@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 600px) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 800px) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1000px) {
  .extralarge-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .extralarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .extralarge-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .extralarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .extralarge-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .extralarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .extralarge-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .extralarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .extralarge-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .extralarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .extralarge-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .extralarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .extralarge-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .extralarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .extralarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .extralarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .extralarge-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .extralarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .extralarge-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .extralarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .extralarge-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .extralarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .extralarge-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .extralarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .extralarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.row.no-gutter {
  margin: 0;
}
.row.no-gutter > .column,
.row.no-gutter > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.gutter-20 {
  margin: 0 -10px;
}
.row.gutter-20 > .column,
.row.gutter-20 > .columns {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutter-30 {
  margin: 0 -15px;
}
.row.gutter-30 > .column,
.row.gutter-30 > .columns {
  padding-left: 15px;
  padding-right: 15px;
}
.row.gutter-40 {
  margin: 0 -20px;
}
.row.gutter-40 > .column,
.row.gutter-40 > .columns {
  padding-left: 20px;
  padding-right: 20px;
}
.row.gutter-50 {
  margin: 0 -25px;
}
.row.gutter-50 > .column,
.row.gutter-50 > .columns {
  padding-left: 25px;
  padding-right: 25px;
}
[class*="block-grid-"].gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
[class*="block-grid-"].gutter-10 > li {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
[class*="block-grid-"].gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
[class*="block-grid-"].gutter-20 > li {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
[class*="block-grid-"].gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
[class*="block-grid-"].gutter-30 > li {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
[class*="block-grid-"].gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
[class*="block-grid-"].gutter-40 > li {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
/************************************************************************************************
 * Site Name: Bojangles.com
 * Author: Jonathan Brown
 * Copyright (C) 2016 Theory + Craft, LLC.
 *
 * Stylesheet: Widgets
 *
 ************************************************************************************************/
.widget {
  position: relative;
}
.widget h2 a {
  display: block;
  position: relative;
}
.widget h2 a .more-link {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 22px;
}
@media (max-width: 450px) {
  .widget h2 a .more-link {
    text-indent: -9999px;
  }
}
.widget h2 a .more-link:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  color: #ba1400;
  background: url(../images/sprites.png) left top no-repeat;
  width: 10px;
  height: 16px;
  background-position: -158px 0px;
  background-size: 943.25px 41.21212121px;
}
.widget.dotted-line h2 {
  margin-bottom: 0 ;
}
.widget.dotted-line .dotted-line {
  display: block;
  padding: 0 20%;
  margin-bottom: 20px;
}
.widget.dotted-line .dotted-line:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  display: block;
  white-space: nowrap;
  margin: 5px 0 15px;
  vertical-align: middle;
  width: auto;
  letter-spacing: 2px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #ba1400;
}
.widget.dotted-line .dotted-line.full-width {
  padding: 0;
}
.widget.dotted-line.dotted-line-white .dotted-line:after {
  color: white;
}
.widget.expanding-content {
  padding: 10px 0;
  background-color: #fff;
}
.widget.expanding-content .copy h2 {
  color: #a73219;
  cursor: pointer;
  padding: 12px 0 12px 50px;
  position: relative;
}
.widget.expanding-content .copy h2:before {
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 33px;
  height: 32px;
  background-position: -408.34782609px 0px;
  background-size: 1312.34782609px 59.13043478px;
}
.widget.expanding-content .copy .content {
  display: none;
  padding-left: 50px;
}
.widget.expanding-content .copy .content p:last-child {
  margin-bottom: 0;
}
.widget.expanding-content .dotted-line {
  padding: 0;
  height: 8px;
}
.widget.expanding-content .dotted-line:after {
  margin: 0px;
}
.widget.expanding-content.expanded .copy h2:before {
  background: url(../images/sprites.png) left top no-repeat;
  width: 33px;
  height: 32px;
  background-position: -454.26086957px 0px;
  background-size: 1312.34782609px 59.13043478px;
}
.widget.expanding-content.dotted-line .dotted-line {
  margin-bottom: 0;
}
.widget.image-text-callout {
  position: relative;
  background-size: cover !important;
  padding: 40px 20px;
  text-align: center;
}
.widget.image-text-callout .link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  z-index: 1;
  font-size: 0px;
}
.widget.image-text-callout.no-link .link {
  display: none;
}
.widget.image-text-callout .copy {
  color: white;
  text-align: center;
}
.widget.image-text-callout .copy h2 {
  color: white;
  margin-bottom: 0px;
  line-height: 1em;
}
.widget.image-text-callout .copy .dotted-line {
  margin: 0;
}
.widget.image-text-callout .copy p {
  font-family: "SourceSansPro";
  font-size: .875em;
  letter-spacing: 1px;
  margin: 0;
}
.widget.image-text-callout.heading-red h2,
.widget.image-text-callout.text-red p {
  color: #a73219;
}
.widget.image-text-callout .button {
  background-color: rgba(255, 186, 71, 0.7);
  font-weight: bold;
  margin-bottom: 0;
}
.widget.image-text-callout.button-red .button {
  background-color: rgba(197, 46, 16, 0.9);
}
.widget.image-text-callout.arrow .copy h2:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffba47;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.widget.image-text-callout.arrow-red .copy h2:after {
  border-color: transparent transparent transparent #a73219;
}
.widget.image-text-callout.arrow-white .copy h2:after {
  border-color: transparent transparent transparent white;
}
.widget.list-widget {
  color: #a73219;
  font-weight: bold;
}
.widget.list-widget h2 {
  background: #f2f2f2;
  padding: 25px 25px 20px;
}
.widget.list-widget .dotted-line {
  padding: 0;
}
.widget.list-widget .dotted-line:after {
  margin: -30px 20px 20px 25px;
}
.widget.list-widget .list-wrapper {
  background-color: #fff;
}
.widget.list-widget .list-wrapper ul {
  margin: 0;
}
.widget.list-widget .list-wrapper ul li {
  background-position: 25px center;
  background-repeat: no-repeat;
  border-bottom: 4px solid #f2f2f2;
  margin: 0;
  padding: 20px 20px 20px 100px;
  position: relative;
}
.widget.list-widget .list-wrapper ul li .author {
  display: block;
  color: #f9a62d;
  font-size: .875em;
}
.widget.list-widget .list-wrapper ul li:last-child {
  border: 0;
}
.widget.list-widget.horizontal ul li {
  float: left;
  border-right: 4px solid #f2f2f2;
  border-bottom: 0;
}
.widget.list-widget.horizontal.item_count_2 ul li {
  width: 50%;
}
.widget.list-widget.horizontal.item_count_3 ul li {
  width: 33%;
}
.widget.list-widget.plus ul li {
  position: relative;
}
.widget.list-widget.plus ul li:before {
  content: ' ';
  display: block;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/sprites.png) left top no-repeat;
  width: 41px;
  height: 40px;
  background-position: -510.43478261px 0px;
  background-size: 1640.43478261px 73.91304348px;
}
.widget.list-widget.quote ul li:before {
  content: ' ';
  display: block;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/sprites.png) left top no-repeat;
  width: 41px;
  height: 40px;
  background-position: -625.2173913px 0px;
  background-size: 1640.43478261px 73.91304348px;
}
.widget.rich-edit {
  position: relative;
  padding: 25px;
}
.widget.rich-edit.no-padding {
  padding: 0;
}
.widget.rich-edit h2 {
  color: #a73219;
  padding-bottom: 20px;
}
.widget.rich-edit .dotted-line {
  padding: 0;
}
.widget.rich-edit .dotted-line:after {
  margin: -30px 0px 20px;
}
.widget.rich-edit .image {
  display: block;
  margin: 0;
}
.widget.rich-edit .content {
  font-family: 'SourceSansPro';
}
.widget.rich-edit .content p:last-child {
  margin-bottom: 0;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
@media only screen and (min-width: 600px) {
  /************************************************************************************************
 * Site Name: Bojangles'
 * Stylesheet: 481px and Up Stylesheet
 ************************************************************************************************/
  /* at this larger size, we can start to align images */
  .alignleft,
  img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .alignright,
  img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .aligncenter,
  img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  #container {
    padding-top: 0;
  }
  .boj-page-title .back-a-page:before {
    margin-left: -34px;
  }
  /*******************************************************************************************************************
* // !Sitewide Alert
*******************************************************************************************************************/
  #sitewide-alert {
    padding: 36px 75px 20px;
  }
  #sitewide-alert .btn-close {
    height: 45px;
    right: 20px;
    top: 10px;
    width: 45px;
  }
  /*******************************************************************************************************************
* // !Header
*******************************************************************************************************************/
  #header {
    height: 85px;
    margin-bottom: -85px;
    padding: 20px 0;
  }
  #header #logo {
    background: url(../images/sprites.png) left top no-repeat;
    width: 97px;
    height: 37px;
    background-position: -1147.18146718px 0px;
    background-size: 1398.48648649px 62.9px;
  }
  #header #header-actions div#header-search-close,
  #header #header-actions div#header-menu-trigger {
    margin-left: 32px;
  }
  #header.search-active #header-actions #header-search-wrapper input[type="text"] {
    width: 320px;
  }
  /*******************************************************************************************************************
* // !Primary Navigation
*******************************************************************************************************************/
  #primary-navigation .section-4 {
    display: block;
  }
  #primary-navigation .section-5 {
    background: rgba(0, 0, 0, 0.2);
  }
  #primary-navigation.expanded .section-1 .wrap {
    padding-top: 17px;
  }
  #primary-navigation.expanded #primary-navigation-logo {
    opacity: 0;
    pointer-events: none;
  }
  #primary-navigation.expanded #primary-navigation-top-links ul {
    max-width: 75%;
  }
  #primary-navigation-top-links ul li a {
    font-size: .71875;
  }
  #primary-navigation-menu-wrapper {
    margin-bottom: 50px;
  }
  #primary-navigation-social-links {
    margin-bottom: 24px;
  }
  #primary-navigation-social-links li {
    margin-left: 48px;
  }
  #primary-navigation-location .mobile-left-side {
    width: 75%;
  }
  #primary-navigation-location .mobile-right-side {
    width: 20%;
  }
  /*******************************************************************************************************************
* // !Footer
*******************************************************************************************************************/
  #footer #footer-extras {
    font-size: .7em;
  }
  #footer #footer-social-links li {
    margin-left: 44px;
  }
  /*******************************************************************************************************************
* // !Homepage Billboard
*******************************************************************************************************************/
  #homepage-billboard-image .images {
    padding-top: 92.643%;
  }
  #homepage-billboard-image #homepage-billboard-copy-box {
    background: rgba(196, 46, 16, 0.9);
    bottom: 0;
    height: 200px;
    left: 0;
    padding: 30px 80px;
    position: absolute;
    width: 100%;
  }
  #homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-indicators {
    left: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  #homepage-billboard-image #homepage-billboard-copy-box .billboard-copy-slides li {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #homepage-billboard-image #homepage-billboard-copy-box .btn-prev,
  #homepage-billboard-image #homepage-billboard-copy-box .btn-next {
    display: block;
  }
  #homepage-billboard.is-notification #homepage-billboard-copy-box {
    background: rgba(254, 85, 20, 0.9);
  }
  #homepage-billboard-split {
    top: 85px;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper {
    padding: 36px 75px 10px;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper .btn-close {
    height: 45px;
    right: 20px;
    top: 10px;
    width: 45px;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-link {
    margin-right: -65px;
    text-align: right;
  }
  /*******************************************************************************************************************
* // !Page Billboard Section
*******************************************************************************************************************/
  #page-title {
    top: 106px;
  }
  #page-billboard-image {
    margin: 0 -80px;
  }
  #page-billboard-split {
    top: 177px;
  }
  /*******************************************************************************************************************
* // !Site Map
*******************************************************************************************************************/
  #menu-site-map {
    column-count: 2;
    -webkit-column-count: 2;
  }
}
@media only screen and (min-width: 800px) {
  /************************************************************************************************
 * Site Name: Bojangles'
 * Stylesheet: Tablet & Small Desktop Stylesheet
 ************************************************************************************************/
  /************************************************************************************************
 *  Layout & Grid
 ************************************************************************************************/
  .wrap {
    max-width: 980px;
  }
  /*******************************************************************************************************************
* // !Header
*******************************************************************************************************************/
  #header.search-active #logo {
    left: 10px;
    opacity: 1;
  }
  #header #header-actions {
    padding-right: 27px;
  }
  #header #header-actions > div > a {
    width: 24px;
  }
  #header #header-actions div#header-search-open {
    margin-top: 12px;
  }
  #header #header-actions div#header-search-open a {
    background: url(../images/sprites.png) left top no-repeat;
    width: 25px;
    height: 23px;
    background-position: -767.07692308px 0px;
    background-size: 1741.38461538px 78.2px;
  }
  #header #header-actions div#header-search-close a {
    background: url(../images/sprites.png) left top no-repeat;
    width: 25px;
    height: 23px;
    background-position: -805.84615385px 0px;
    background-size: 1741.38461538px 78.2px;
  }
  #header #header-actions div#header-menu-trigger a {
    background: url(../images/sprites.png) left top no-repeat;
    width: 25px;
    height: 23px;
    background-position: -724.61538462px 0px;
    background-size: 1741.38461538px 78.2px;
  }
  /*******************************************************************************************************************
* // !Primary Navigation
*******************************************************************************************************************/
  #primary-navigation-social-links li {
    margin-left: 35px;
  }
  #primary-navigation-menu-wrapper {
    margin: 0 auto 65px;
    max-width: 744px;
  }
  #primary-navigation-menu .menu-column {
    float: left;
    width: 50%;
  }
  #primary-navigation-menu .menu-column.column-1 {
    padding-right: 50px;
  }
  #primary-navigation-menu .menu-column.column-2 {
    padding-left: 50px;
  }
  #primary-navigation-location {
    font-family: "Gotham";
    margin: 0 auto;
    max-width: 744px;
  }
  #primary-navigation-location .mobile-left-side,
  #primary-navigation-location .mobile-right-side {
    float: none;
    width: auto;
  }
  #primary-navigation-location h3 {
    float: left;
    margin: 0;
    width: 20.1612%;
  }
  #primary-navigation-location .address {
    float: left;
    width: 48.387%;
  }
  #primary-navigation-location .directions {
    float: left;
    margin: 0;
    text-align: left;
    width: 15.8602%;
  }
  #primary-navigation-location .phone {
    float: right;
    width: 15%;
  }
  #email-signup-widget p {
    font-size: .875em;
  }
  /*******************************************************************************************************************
* // !Home Billboard
*******************************************************************************************************************/
  #homepage-billboard-top #homepage-billboard-copy-box .billboard-copy-slides li h2 {
    font-size: 1.875em;
  }
  /*******************************************************************************************************************
* // !Page Billboard Section
*******************************************************************************************************************/
  #page-billboard-image {
    margin: 0;
  }
  /*******************************************************************************************************************
* // !Footer
*******************************************************************************************************************/
  #footer #menu-footer-menu {
    margin: 0 auto 44px;
    max-width: 100%;
    width: 685px;
  }
  #footer #menu-footer-menu .menu-column {
    float: left;
    width: 50%;
  }
  #footer #menu-footer-menu .menu-column.column-1 {
    padding-right: 25px;
  }
  #footer #menu-footer-menu .menu-column.column-2 {
    padding-left: 25px;
  }
  #footer #footer-bottom {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
  }
  #footer #footer-extras {
    float: left;
    width: 42%;
  }
  #footer #footer-social-links {
    float: right;
    padding-top: 8px;
    width: 48%;
  }
}
@media only screen and (min-width: 1000px) {
  /************************************************************************************************
 * Site Name: Bojangles'
 * Stylesheet: Desktop Stylesheet
 ************************************************************************************************/
  #content {
    padding-bottom: 50px;
  }
  .wrap {
    padding: 0;
  }
  #container {
    padding-top: 0;
  }
  .entry-content .padded-copy {
    padding-left: 24px;
    padding-right: 24px;
  }
  /*******************************************************************************************************************
* // !Sitewide Alert
*******************************************************************************************************************/
  #sitewide-alert {
    padding: 32px 0;
  }
  #sitewide-alert #sitewide-alert-heading {
    display: inline-block;
    padding-right: 40px;
    vertical-align: middle;
    width: 20%;
  }
  #sitewide-alert #sitewide-alert-heading h2 {
    margin: 0;
    text-align: right;
  }
  #sitewide-alert #sitewide-alert-info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  #sitewide-alert #sitewide-alert-link {
    display: inline-block;
    margin: 0;
    padding-left: 40px;
    text-align: left;
    vertical-align: middle;
    width: 20%;
  }
  #sitewide-alert .separator {
    display: inline-block !important;
    height: 120px;
    width: 1px;
    vertical-align: middle;
  }
  #sitewide-alert .separator:after {
    content: '. . . . . . . . . . . .';
    color: white;
    display: block;
    line-height: 10px;
    position: relative;
    top: -5px;
  }
  /*******************************************************************************************************************
* // !Header
*******************************************************************************************************************/
  #header {
    height: 102px;
    margin-bottom: -102px;
    padding: 23px 0;
  }
  #header #menu-header-menu {
    display: block;
  }
  #header #logo {
    background: url(../images/sprites.png) left top no-repeat;
    width: 131px;
    height: 50px;
    background-position: -1553.47490347px 0px;
    background-size: 1893.78378378px 85px;
    left: 0 !important;
  }
  #header #header-actions {
    right: 0;
  }
  /*******************************************************************************************************************
* // !Primary Navigation
*******************************************************************************************************************/
  #primary-navigation-logo {
    left: 0px;
  }
  #btn-close-navigation {
    right: 0px;
  }
  #primary-navigation.expanded .section-1 .wrap {
    padding-top: 20px;
  }
  #primary-navigation.expanded #primary-navigation-logo {
    opacity: 1;
    pointer-events: all;
  }
  #primary-navigation.expanded #primary-navigation-top-links ul {
    max-width: 656px;
  }
  #primary-navigation-social-links {
    margin-bottom: 0;
    text-align: left;
  }
  #primary-navigation-social-links li {
    margin-left: 39px;
  }
  #primary-navigation-gift-card-balance {
    text-align: right;
  }
  /*******************************************************************************************************************
* // !Homepage Billboard Section
*******************************************************************************************************************/
  #homepage-billboard-image .images {
    padding-top: 52.708%;
  }
  #homepage-billboard-image #homepage-billboard-copy-box {
    bottom: 23%;
    height: 240px;
    width: 514px;
  }
  #homepage-billboard-image #homepage-billboard-scroll-down {
    display: block;
  }
  #homepage-billboard-split {
    top: 102px;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper {
    padding: 32px 0;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-heading {
    display: inline-block;
    padding-right: 40px;
    vertical-align: middle;
    width: 20%;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-heading h2 {
    margin: 0;
    text-align: right;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper #homepage-billboard-split-location-link {
    display: inline-block;
    margin: 0;
    padding-left: 40px;
    text-align: left;
    vertical-align: middle;
    width: 20%;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper .separator {
    display: inline-block !important;
    height: 120px;
    width: 1px;
    vertical-align: middle;
  }
  #homepage-billboard-split #homepage-billboard-split-location-wrapper .separator:after {
    content: '. . . . . . . . . . . .';
    color: white;
    display: block;
    line-height: 10px;
    position: relative;
    top: -5px;
  }
  #homepage-billboard-split.expanded .btn-expand {
    color: transparent;
    pointer-events: none;
    width: 100%;
  }
  #homepage-billboard-split.expanded .btn-expand:after {
    opacity: 0;
  }
  #homepage-billboard-split.expanded #homepage-billboard-split-location-wrapper .btn-close {
    opacity: 1;
    transition: opacity 100ms linear;
  }
  /*******************************************************************************************************************
* // !Page Billboard Section
*******************************************************************************************************************/
  #page-title {
    top: 130px;
  }
  #page-billboard-image {
    margin: 0 -120px;
  }
  #page-billboard-split {
    top: 215px;
  }
  #page-billboard.no-dropdown #page-billboard-image {
    max-height: 240px;
  }
}
@media only screen and (min-width: 1240px) {
  /************************************************************************************************
 * Site Name: FEA Action Center
 * Author: Jason Koi
 * Copyright (C) 2013 DevelopThings, LLC.
 *
 * Stylesheet: Large Viewport Stylesheet
 *
 ************************************************************************************************/
  /*******************************************************************************************************************
* // !Page Billboard Section
*******************************************************************************************************************/
  #page-billboard-image {
    margin: 0;
  }
}
/*******************************************************************************************************************
* // !Careers: Overview
*******************************************************************************************************************/
#careers-overview-search {
  padding: 50px 26px;
  width: 100%;
}
#careers-overview-search form {
  padding-right: 50px;
  position: relative;
}
#careers-overview-search form:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
#careers-overview-search input[type="text"] {
  border: 0;
  font-size: 1.125em;
  outline: none;
  vertical-align: bottom;
  width: 100%;
}
#careers-overview-search input[type="text"]::-webkit-input-placeholder {
  color: #2b2b2b;
}
#careers-overview-search input[type="text"]::-moz-placeholder {
  color: #2b2b2b;
}
#careers-overview-search input[type="text"]:-ms-input-placeholder {
  color: #2b2b2b;
}
#careers-overview-search input[type="submit"] {
  border: 0;
  bottom: 0;
  margin-left: 10px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 34px;
  height: 34px;
  background-position: -558.86111111px 0px;
  background-size: 1152.86111111px 52.07207207px;
}
#careers-overview-callouts {
  margin: 0 -12px;
}
#careers-overview-callouts-top .callouts .image-text-callout,
#careers-overview-callouts-bottom .callouts .image-text-callout {
  background-size: cover !important;
  height: 0;
  padding: 100% 0 0 0;
  position: relative;
}
#careers-overview-callouts-top .callouts .image-text-callout .link,
#careers-overview-callouts-bottom .callouts .image-text-callout .link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  z-index: 1;
}
#careers-overview-callouts-top .callouts .image-text-callout .copy,
#careers-overview-callouts-bottom .callouts .image-text-callout .copy {
  bottom: 0;
  color: white;
  left: 0;
  padding: 0 25px 25px 25px;
  position: absolute;
  text-align: left;
  width: 100%;
}
#careers-overview-callouts-top .callouts .image-text-callout .copy h2,
#careers-overview-callouts-bottom .callouts .image-text-callout .copy h2 {
  color: white;
  display: inline-block;
  font-family: "Gotham";
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 6px;
  vertical-align: middle;
}
#careers-overview-callouts-top .callouts .image-text-callout .copy h2:after,
#careers-overview-callouts-bottom .callouts .image-text-callout .copy h2:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffba47;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#careers-overview-callouts-top .callouts .image-text-callout .copy p,
#careers-overview-callouts-bottom .callouts .image-text-callout .copy p {
  font-family: "SourceSansPro";
  font-size: .875em;
  letter-spacing: 1px;
  margin: 0;
}
#careers-overview-rotator {
  height: 630px;
  overflow: hidden;
  position: relative;
}
#careers-overview-rotator .images {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#careers-overview-rotator .images .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
#careers-overview-rotator .images .image a {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
#careers-overview-rotator .copy-box {
  background: rgba(196, 46, 16, 0.9);
  bottom: 0;
  height: 156px;
  left: 0;
  padding: 25px 80px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#careers-overview-rotator .copy-box .copy-slides .copy-slide {
  display: none;
}
#careers-overview-rotator .copy-box .copy-slides .copy-slide h2 {
  color: white;
  font-family: "Nexa Rust Script L", cursive;
  font-size: 1.325em;
  font-weight: 400;
  margin: 0;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
}
#careers-overview-rotator .copy-box .copy-slides .copy-slide h2:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #ffba47;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  line-height: 22px;
  max-width: 200px;
  margin: 0 auto 14px;
}
#careers-overview-rotator .copy-box .copy-slides .copy-slide p {
  color: white;
  font-family: "SourceSansPro", sans-serif;
  font-size: .75em;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}
#careers-overview-rotator .copy-box .copy-indicators {
  left: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
#careers-overview-rotator .copy-box .copy-indicators .indicator {
  padding: 11px 0;
}
#careers-overview-rotator .copy-box .copy-indicators .indicator a {
  background: transparent;
  border: 1px solid #ffba47;
  border-radius: 4px;
  display: block;
  height: 8px;
  text-indent: -9999px;
  transition: background 100ms linear;
  width: 8px;
}
#careers-overview-rotator .copy-box .copy-indicators .indicator.active a {
  background: #ffba47;
}
#careers-overview-rotator .copy-box .btn-prev,
#careers-overview-rotator .copy-box .btn-next {
  margin-top: -40px;
  position: absolute;
  right: 35px;
  text-indent: -9999px;
  top: 50%;
}
#careers-overview-rotator .copy-box .btn-prev {
  background: url(../images/sprites.png) left top no-repeat;
  width: 19px;
  height: 10px;
  background-position: 0px 0px;
  background-size: 1029px 47.22222222px;
}
#careers-overview-rotator .copy-box .btn-next {
  background: url(../images/sprites.png) left top no-repeat;
  width: 19px;
  height: 10px;
  background-position: -26.18181818px 0px;
  background-size: 1029px 47.22222222px;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  #careers-overview-rotator {
    height: auto;
    overflow: visible;
  }
  #careers-overview-rotator .images-wrapper {
    height: 0;
    overflow: hidden;
    padding-top: 78%;
    position: relative;
  }
  #careers-overview-rotator .copy-box {
    background: #c42e10;
    height: 200px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 30px;
    position: inherit;
  }
  #careers-overview-rotator .copy-box .btn-prev,
  #careers-overview-rotator .copy-box .btn-next {
    display: none;
  }
  #careers-overview-rotator .copy-box .copy-indicators {
    width: 100%;
    top: auto;
    bottom: 20px;
    left: 0;
    margin: 0;
    text-align: center;
    transform: none;
  }
  #careers-overview-rotator .copy-box .copy-indicators .indicator {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
  }
}
#benefits-and-perks {
  position: relative;
}
#benefits-and-perks .wrapper {
  height: 0;
  padding-top: 100%;
  position: relative;
}
#benefits-and-perks .heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#benefits-and-perks .heading h2 {
  font-family: "Gotham";
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin: 30px 14px;
  max-width: 1360px;
  position: relative;
}
#benefits-and-perks .heading h2:after {
  margin-top: 10px;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: 10px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
#benefits-and-perks .heading h2 .btn-learn-more {
  color: #c42e10;
  font-weight: 400;
  font-size: .75em;
  letter-spacing: 2px;
  padding-right: 22px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 2px;
}
@media (max-width: 700px) {
  #benefits-and-perks .heading h2 .btn-learn-more {
    text-indent: -9999px;
  }
}
#benefits-and-perks .heading h2 .btn-learn-more:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 10px;
  height: 15px;
  background-position: -158px 0px;
  background-size: 943.25px 38.63636364px;
}
#benefits-and-perks-slider-wrapper {
  background: #f2f2f2;
  bottom: 0;
  left: 0;
  padding: 30px 75px;
  position: absolute;
  top: 90px;
  right: 0;
}
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider {
  left: 0;
  padding: 30px 75px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .slick-prev,
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .slick-next {
  border: 0;
  left: 40px;
  margin-top: -10px;
  outline: none;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transition: opacity 100ms linear;
}
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .slick-prev.slick-disabled,
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .slick-next.slick-disabled {
  opacity: .2;
}
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .slick-prev {
  background: url(../images/sprites.png) left top no-repeat;
  width: 13px;
  height: 21px;
  background-position: -185.33333333px 0px;
  background-size: 1257.66666667px 54.09090909px;
}
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .slick-next {
  background: url(../images/sprites.png) left top no-repeat;
  width: 13px;
  height: 21px;
  background-position: -210.66666667px 0px;
  background-size: 1257.66666667px 54.09090909px;
  left: auto;
  right: 40px;
}
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .benefit {
  padding: 20px 0;
  text-align: center;
}
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .benefit img {
  display: block;
  max-width: 75%;
  margin: 0 auto;
  padding: 20px;
}
#benefits-and-perks-slider-wrapper #benefits-and-perks-slider .benefit .label {
  color: #ba2b0e;
  font-weight: 600;
  font-size: .875em;
}
.btn-view-corporate-jobs {
  border-radius: 0;
  display: block;
  font-family: "Gotham" !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  margin: 25px 0 !important;
  text-align: center;
  padding: 20px 0 !important;
}
#talent-network {
  background: #f2f2f2;
}
@media screen and (max-width: 800px) {
  #talent-network h2 {
    padding-bottom: 0;
  }
  #talent-network .more-link {
    display: none;
  }
  #talent-network .dotted-line:after {
    margin-top: 0px;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  #talent-network .more-link {
    text-indent: -9999px;
  }
}
/*******************************************************************************************************************
* // !Careers: View Jobs
*******************************************************************************************************************/
#body-wrapper.page-template-page-template-careers-positions #content {
  padding-bottom: 50px;
}
#careers-listing-filter-bar {
  background: #f2f2f2;
}
#careers-listing-filter-bar form {
  padding: 20px 0 14px;
}
#careers-listing-filter-bar form .field {
  font-size: .875em;
  padding-bottom: 16px;
  position: relative;
}
#careers-listing-filter-bar form .field:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
#careers-listing-filter-bar form .field select {
  background: transparent;
  border: 0;
  color: #222;
  font-family: "Gotham";
  font-weight: 600;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#careers-listing-filter-bar form .field label {
  color: #c42e10;
  font-family: "Gotham";
  font-weight: 600;
  margin-right: 10px;
}
#careers-listing-filter-bar form .field.custom-select:before {
  content: ' ';
  display: block;
  pointer-events: none;
  position: absolute;
  right: 1px;
  bottom: 19px;
  transform: translateY(-50%);
  width: 14px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 15px;
  height: 8px;
  background-position: -95.45454545px 0px;
  background-size: 800.33333333px 37.77777778px;
}
#careers-listing-filter-bar form .field.disabled select {
  opacity: .3;
}
#careers-listing-filter-bar form .field.disabled.custom-select:before {
  opacity: .5;
}
#careers-listing-results {
  position: relative;
  min-height: 400px;
}
#careers-listing-results .loading {
  height: 50px;
  left: 50%;
  margin: 0 0 0 -25px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 20%;
  width: 50px;
}
#careers-listing-results.fetching .loading {
  opacity: 1;
}
#careers-listing-results .more-results {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
}
#careers-listing-results .store-disclaimer {
  text-align: center;
  padding-top: 30px;
  font-size: .875em;
}
#careers-listing-results .job-listings .job {
  color: #c42e10;
  font-family: "Gotham";
  font-size: 1em;
  padding: 30px 0 0;
}
#careers-listing-results .job-listings .job:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
#careers-listing-results .job-listings .job .small-hide {
  display: none;
}
#careers-listing-results .job-listings .job .job-title-wrapper {
  position: relative;
  padding-left: 45px;
}
#careers-listing-results .job-listings .job .btn-expand,
#careers-listing-results .job-listings .job .btn-collapse {
  display: block;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: -3px;
  vertical-align: middle;
  width: 31px !important;
}
#careers-listing-results .job-listings .job .btn-expand.btn-collapse,
#careers-listing-results .job-listings .job .btn-collapse.btn-collapse {
  display: none;
  background: url(../images/sprites.png) left top no-repeat;
  width: 31px;
  height: 30px;
  background-position: -425.86956522px 0px;
  background-size: 1230.32608696px 55.43478261px;
}
#careers-listing-results .job-listings .job .btn-expand.btn-expand,
#careers-listing-results .job-listings .job .btn-collapse.btn-expand {
  background: url(../images/sprites.png) left top no-repeat;
  width: 31px;
  height: 30px;
  background-position: -382.82608696px 0px;
  background-size: 1230.32608696px 55.43478261px;
}
#careers-listing-results .job-listings .job .job-title {
  font-weight: 600;
}
#careers-listing-results .job-listings .job .btn-apply {
  color: #c42e10;
  display: block;
  font-size: .7em;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  top: 1px;
}
#careers-listing-results .job-listings .job .btn-apply:after {
  content: ' ';
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 3px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 10px;
  height: 15px;
  background-position: -158px 0px;
  background-size: 943.25px 38.63636364px;
}
#careers-listing-results .job-listings .job .job-details {
  color: #555;
  display: none;
  font-size: .925em;
  padding-top: 30px;
}
#careers-listing-results .job-listings .job .job-details .btn-learn-more {
  font-weight: 600;
  margin: 20px 0 0 0;
}
#careers-listing-results .job-listings .job.expanded .btn-expand {
  display: none;
}
#careers-listing-results .job-listings .job.expanded .btn-collapse {
  display: inline-block;
}
#careers-listing-results .job-listings .job.expanded .job-details {
  display: block;
}
#careers-listing-results .job-listings .not-found {
  color: #aaa;
  padding: 30px 20px;
  text-align: center;
}
#bottom-banner {
  margin-top: 40px;
}
@media only screen and (max-width: 799px) {
  #careers-listing-results .job-listings .job > .row {
    position: relative;
    padding-left: 56px;
    padding-right: 110px;
  }
  #careers-listing-results .job-listings .job > .row .columns {
    position: initial;
  }
  #careers-listing-results .job-listings .job .job-title-wrapper {
    position: initial;
    padding-left: 0;
  }
  #careers-listing-results .job-listings .job .job-title-col {
    padding: 0;
  }
  #careers-listing-results .job-listings .job .btn-expand,
  #careers-listing-results .job-listings .job .btn-collapse {
    left: 12px;
  }
  #careers-listing-results .job-listings .job .job-address-col,
  #careers-listing-results .job-listings .job .job-city-col,
  #careers-listing-results .job-listings .job .job-state-col {
    display: inline-block;
    width: auto;
    padding: 0;
  }
  #careers-listing-results .job-listings .job .job-address-col {
    margin-right: 8px;
  }
  #careers-listing-results .job-listings .job .job-city-col {
    margin-right: 4px;
  }
  #careers-listing-results .job-listings .job .job-city-col:after {
    content: ',';
  }
  #careers-listing-results .job-listings .job .job-apply-col {
    position: absolute !important;
    right: 0;
    top: -2px;
  }
}
@media only screen and (max-width: 499px) {
  #careers-listing-results .job-listings .job > .row {
    font-size: .875em;
    padding-left: 45px;
  }
  #careers-listing-results .job-listings .job .btn-expand,
  #careers-listing-results .job-listings .job .btn-collapse {
    top: -1px;
    width: 26px !important;
  }
  #careers-listing-results .job-listings .job .btn-expand.btn-collapse,
  #careers-listing-results .job-listings .job .btn-collapse.btn-collapse {
    background: url(../images/sprites.png) left top no-repeat;
    width: 26px;
    height: 25px;
    background-position: -354.89130435px 0px;
    background-size: 1025.27173913px 46.19565217px;
  }
  #careers-listing-results .job-listings .job .btn-expand.btn-expand,
  #careers-listing-results .job-listings .job .btn-collapse.btn-expand {
    background: url(../images/sprites.png) left top no-repeat;
    width: 26px;
    height: 25px;
    background-position: -319.02173913px 0px;
    background-size: 1025.27173913px 46.19565217px;
  }
}
/*******************************************************************************************************************
* // !Careers: Single Job Post
*******************************************************************************************************************/
body.single-job #job-listing-address {
  font-weight: bold;
}
body.single-job #job-listing-sidebar:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 1.8em;
}
body.single-job .btn-apply-bottom {
  font-size: 1em;
}
/*******************************************************************************************************************
* // !Careers : E-Verify Modal
*******************************************************************************************************************/
.everify-content {
  display: none;
}
.everify-content img {
  display: block;
  margin: 0 auto 24px;
}
.everify-content ul {
  text-align: center;
}
.everify-content ul li {
  display: inline-block;
  font-weight: 600;
  margin: 0 20px;
  text-transform: uppercase;
}
.everify-content ul li a {
  color: #888;
}
.everify-content ul li.active a {
  color: #a73219;
}
.everify-spanish {
  display: none;
}
.featherlight.everify .everify-content {
  display: block;
  padding: 20px;
}
@media (min-width: 800px) {
  .featherlight.everify .featherlight-content {
    max-height: 95%;
    max-width: 1000px;
  }
}
/*******************************************************************************************************************
* // !Careers : Third Party Site Modal
*******************************************************************************************************************/
.thirdpartysite-content {
  display: none;
}
.featherlight.thirdpartysite .thirdpartysite-content {
  display: block;
  padding: 30px;
}
.featherlight.thirdpartysite .thirdpartysite-content .btn-continue {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .featherlight.thirdpartysite .featherlight-content {
    max-height: 95%;
    max-width: 500px;
  }
}
/*******************************************************************************************************************
* // !Careers : Perks & Benefits
*******************************************************************************************************************/
body.page-id-272 .entry-content h2,
body.page-id-443 .entry-content h2 {
  clear: both;
}
body.page-id-272 .entry-content ul,
body.page-id-443 .entry-content ul {
  font-family: 'Gotham';
  padding: 0;
}
body.page-id-272 .entry-content ul .perk,
body.page-id-443 .entry-content ul .perk {
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 14px;
}
body.page-id-272 .entry-content ul .perk img,
body.page-id-443 .entry-content ul .perk img,
body.page-id-272 .entry-content ul .perk span,
body.page-id-443 .entry-content ul .perk span {
  display: block;
}
body.page-id-272 .entry-content ul .perk img,
body.page-id-443 .entry-content ul .perk img {
  margin: 0 auto 10px;
  width: 120px;
  height: 120px;
}
body.page-id-272 .entry-content ul .perk .label,
body.page-id-443 .entry-content ul .perk .label {
  color: #ba2b0e;
  font-weight: 600;
}
body.page-id-272 .entry-content ul .perk .description,
body.page-id-443 .entry-content ul .perk .description {
  margin-top: 15px;
  font-size: .75em;
  letter-spacing: 1px;
  line-height: 1.1em;
}
/*******************************************************************************************************************
* // !Media Queries
*******************************************************************************************************************/
@media only screen and (min-width: 600px) {
  /*******************************************************************************************************************
        * // !Careers: Overview
        *******************************************************************************************************************/
  #careers-overview-callouts-bottom .callouts > div,
  #careers-overview-callouts-top .callouts > div {
    float: left;
    width: 50%;
  }
  #careers-overview-callouts-bottom .callouts .image-text-callout,
  #careers-overview-callouts-top .callouts .image-text-callout {
    height: 0;
    padding-top: 100%;
  }
  #benefits-and-perks {
    width: 50%;
    float: right;
    height: 0;
  }
  #benefits-and-perks .heading h2 {
    margin: 30px 29px;
  }
}
@media only screen and (min-width: 800px) {
  /*******************************************************************************************************************
         * // !Careers: View Jobs (800px)
         *******************************************************************************************************************/
  #careers-listing-results .job-listings .job .small-hide {
    display: block;
  }
  #careers-listing-results .job-listings .job .job-title-col {
    width: 25%;
  }
  #careers-listing-results .job-listings .job .job-address-col {
    width: 27%;
  }
  #careers-listing-results .job-listings .job .job-city-col {
    width: 15%;
  }
  #careers-listing-results .job-listings .job .job-state-col {
    width: 5%;
  }
  #careers-listing-results .job-listings .job .job-franchise-col {
    width: 18%;
  }

  #careers-listing-results .job-listings .job .job-apply-col {
    width: 10%;
  }
  /*******************************************************************************************************************
        * // !Careers - Single Job Post (800px)
        *******************************************************************************************************************/
  body.single-job #job-listing-sidebar:after {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  /*******************************************************************************************************************
        * // !Careers: Overview (1000px)
        *******************************************************************************************************************/
  #careers-overview-rotator,
  #benefits-and-perks {
    float: left;
    width: 62%;
  }
  #careers-overview-callouts {
    margin: 0;
  }
  #careers-overview-callouts-top .callouts,
  #careers-overview-callouts-bottom .callouts {
    float: left;
    width: 38%;
  }
  #careers-overview-callouts-top .callouts > div,
  #careers-overview-callouts-bottom .callouts > div {
    float: none;
    width: auto;
  }
  #careers-overview-callouts-top .callouts .image-text-callout,
  #careers-overview-callouts-bottom .callouts .image-text-callout {
    height: 315px;
    padding-top: 0;
  }
  #benefits-and-perks {
    height: 315px;
  }
  #benefits-and-perks .wrapper {
    height: 100%;
    padding-top: 0;
  }
  .btn-view-corporate-jobs {
    margin-top: 0;
  }
}
/*******************************************************************************************************************
* // !Restaurant Menu - All Categories
*******************************************************************************************************************/
body.post-type-archive-menu_item,
body.tax-menu_category {
  background: url(../images/bg-menu.jpg) center top no-repeat fixed;
  background-size: cover;
}
#body-wrapper.post-type-archive-menu_item {
  padding-top: 80px;
  position: relative;
}
#body-wrapper.post-type-archive-menu_item .page-title {
  color: white;
  font-family: "Nexa Rust Script L", cursive;
  font-size: 2em;
  font-weight: 400;
  padding-top: 30px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 600px) {
  #body-wrapper.post-type-archive-menu_item #page-billboard-split {
    top: 174px;
  }
}
#body-wrapper.post-type-archive-menu_item #menu-categories {
  margin: 60px -1px 0;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li {
  padding: 1px 1px;
}
#body-wrapper.post-type-archive-menu_item .menu-category {
  background: #c42e10;
  background: rgba(197, 46, 16, 0.8);
  height: 0;
  padding-top: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
#body-wrapper.post-type-archive-menu_item .menu-category > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 100ms linear;
  width: 100%;
}
#body-wrapper.post-type-archive-menu_item .menu-category > a .menu-category-content {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 14px;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
#body-wrapper.post-type-archive-menu_item .menu-category > a .menu-category-content .down-arrow {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #ffbc47 transparent transparent transparent;
  margin-top: 4px;
}
#body-wrapper.post-type-archive-menu_item .menu-category > a .menu-category-content .back-arrow {
  display: none;
}
#body-wrapper.post-type-archive-menu_item .menu-category > a .bo-smart-tag {
  border: 2px solid #ffba47;
  border-radius: 50px;
  bottom: 12px;
  color: white;
  font-size: 2vw;
  font-weight: 500;
  left: 10%;
  position: absolute;
  padding: 6px 0;
  right: 10%;
}
#body-wrapper.post-type-archive-menu_item .menu-category .loading {
  height: 50px;
  left: 50%;
  margin: 0 0 0 -25px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 20%;
  width: 50px;
  transition: opacity 100ms linear;
  transition-delay: 250ms;
}
#body-wrapper.post-type-archive-menu_item.animating-from-next .menu-category {
  transition: all 200ms ease-in;
}
#body-wrapper.post-type-archive-menu_item.animating-from-next .menu-category.selected {
  transition: all 250ms linear !important;
  transition-delay: 0 !important;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(2) .menu-category.inbound-transition {
  transition-delay: 50ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(3) .menu-category.inbound-transition {
  transition-delay: 100ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(4) .menu-category.inbound-transition {
  transition-delay: 150ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(5) .menu-category.inbound-transition {
  transition-delay: 200ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(6) .menu-category.inbound-transition {
  transition-delay: 250ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(7) .menu-category.inbound-transition {
  transition-delay: 300ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(8) .menu-category.inbound-transition {
  transition-delay: 350ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(9) .menu-category.inbound-transition {
  transition-delay: 400ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(10) .menu-category.inbound-transition {
  transition-delay: 450ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(11) .menu-category.inbound-transition {
  transition-delay: 500ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(12) .menu-category.inbound-transition {
  transition-delay: 550ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(13) .menu-category.inbound-transition {
  transition-delay: 600ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(14) .menu-category.inbound-transition {
  transition-delay: 650ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(15) .menu-category.inbound-transition {
  transition-delay: 700ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(16) .menu-category.inbound-transition {
  transition-delay: 750ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(17) .menu-category.inbound-transition {
  transition-delay: 800ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(18) .menu-category.inbound-transition {
  transition-delay: 850ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(19) .menu-category.inbound-transition {
  transition-delay: 900ms;
}
#body-wrapper.post-type-archive-menu_item #menu-categories > li:nth-child(20) .menu-category.inbound-transition {
  transition-delay: 950ms;
}
#body-wrapper.post-type-archive-menu_item.animate-to-next .menu-category {
  transition: opacity 200ms linear;
  opacity: 0;
}
#body-wrapper.post-type-archive-menu_item.animate-to-next .menu-category > a {
  opacity: 0;
}
#body-wrapper.post-type-archive-menu_item.animate-to-next .menu-category.selected {
  opacity: 1 !important;
  transition: all 200ms ease-in !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #f2f2f2;
  z-index: 30;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 900;
}
#body-wrapper.post-type-archive-menu_item.animate-to-next .menu-category.selected .loading {
  opacity: 1;
}
@media (min-width: 1000px) {
  #body-wrapper.post-type-archive-menu_item.animate-to-next .menu-category.selected {
    top: 264px !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  #body-wrapper.post-type-archive-menu_item.animate-to-next .menu-category.selected {
    top: 247px !important;
  }
}
@media (max-width: 599px) {
  #body-wrapper.post-type-archive-menu_item.animate-to-next .menu-category.selected {
    top: 242px !important;
  }
}
#body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category {
  opacity: 0 !important;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
}
#body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category > a {
  opacity: 0;
}
#body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category.selected {
  opacity: 1 !important;
  transition: all 200ms ease-in !important;
  position: absolute;
  padding-top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 600;
}
@media (min-width: 1000px) {
  #body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category.selected {
    top: 264px !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  #body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category.selected {
    top: 247px !important;
  }
}
@media (max-width: 599px) {
  #body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category.selected {
    top: 242px !important;
  }
}
#body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category.selected .menu-category-content {
  margin-top: 0;
}
#body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category.selected .menu-category-content .down-arrow {
  display: none;
}
#body-wrapper.post-type-archive-menu_item.animate-from-next .menu-category.selected .menu-category-content .back-arrow {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  top: -1px;
  width: 18px;
}
/*******************************************************************************************************************
* // !Restaurant Menu - Single Category
*******************************************************************************************************************/
#body-wrapper.tax-menu_category {
  padding-top: 80px;
  position: relative;
}
#body-wrapper.tax-menu_category #content {
  background: #f5f5f5;
  margin: 60px 0 0 0;
  padding: 40px 0;
  position: relative;
}
#body-wrapper.tax-menu_category #inner-content > .loading {
  height: 50px;
  left: 50%;
  margin: 0 0 0 -25px;
  opacity: 0;
  position: absolute;
  top: 20%;
  width: 50px;
  transition: opacity 100ms linear;
  transition-delay: 250ms;
}
#body-wrapper.tax-menu_category .page-tile {
  transition: 50ms linear;
}
@media (max-width: 600px) {
  #body-wrapper.tax-menu_category #page-billboard-split {
    top: 174px;
  }
}
#body-wrapper.tax-menu_category #menu-items {
  margin: 0 -5px;
}
#body-wrapper.tax-menu_category #menu-items > li {
  padding: 0 5px;
  margin-bottom: 10px;
}
#body-wrapper.tax-menu_category .food-menu-item {
  background: white;
  padding: 15px 20px 46px 20px;
  transition: all 200ms linear;
  text-align: center;
}
#body-wrapper.tax-menu_category .food-menu-item h2 {
  display: block;
  font-size: .875em;
  font-weight: 700;
  height: 32px;
  line-height: 16px;
  margin-top: -10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#body-wrapper.tax-menu_category .food-menu-item.menu_category-drinks {
  padding-top: 12px;
}
#body-wrapper.tax-menu_category .food-menu-item.menu_category-drinks h2 {
  margin-top: 2px;
}
#body-wrapper.tax-menu_category .food-menu-item .post-thumbnail {
  display: block;
  height: 0;
  padding-top: 75%;
  position: relative;
}
#body-wrapper.tax-menu_category .food-menu-item .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#body-wrapper.tax-menu_category .food-menu-item.menu_category-drinks .post-thumbnail,
#body-wrapper.tax-menu_category .food-menu-item.menu_category-fixins .post-thumbnail {
  padding-top: 89.65%;
}
#body-wrapper.tax-menu_category .food-menu-item.menu_category-kids-meals .post-thumbnail {
  padding-top: 83%;
}
#body-wrapper.tax-menu_category .food-menu-item .button {
  border-radius: 0;
  display: block;
  margin: 0 auto;
  line-height: 1;
  max-width: 160px;
  padding: 13px 0;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: .65em;
  font-weight: 900 !important;
}
#body-wrapper.tax-menu_category .food-menu-item .button .loading {
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  transition: opacity 100ms linear;
  transition-delay: 250ms;
}
#body-wrapper.tax-menu_category .food-menu-item.bo-smart {
  padding-bottom: 12px;
}
#body-wrapper.tax-menu_category .food-menu-item.bo-smart .bo-smart-tag {
  border: 1px solid #ffba47;
  border-radius: 50px;
  bottom: 12px;
  color: #ffba47;
  display: inline-block;
  height: 24px;
  font-size: .5em;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  padding: 0px 14px;
  text-transform: uppercase;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(2) .food-menu-item {
  transition-delay: 50ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(3) .food-menu-item {
  transition-delay: 100ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(4) .food-menu-item {
  transition-delay: 150ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(5) .food-menu-item {
  transition-delay: 200ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(6) .food-menu-item {
  transition-delay: 250ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(7) .food-menu-item {
  transition-delay: 300ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(8) .food-menu-item {
  transition-delay: 350ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(9) .food-menu-item {
  transition-delay: 400ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(10) .food-menu-item {
  transition-delay: 450ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(11) .food-menu-item {
  transition-delay: 500ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(12) .food-menu-item {
  transition-delay: 550ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(13) .food-menu-item {
  transition-delay: 600ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(14) .food-menu-item {
  transition-delay: 650ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(15) .food-menu-item {
  transition-delay: 700ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(16) .food-menu-item {
  transition-delay: 750ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(17) .food-menu-item {
  transition-delay: 800ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(18) .food-menu-item {
  transition-delay: 850ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(19) .food-menu-item {
  transition-delay: 900ms;
}
#body-wrapper.tax-menu_category #menu-items > li:nth-child(20) .food-menu-item {
  transition-delay: 950ms;
}
#body-wrapper.tax-menu_category.animate-from-prev .page-title {
  opacity: 0;
}
#body-wrapper.tax-menu_category.animate-from-prev .food-menu-item {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
}
#body-wrapper.tax-menu_category.animate-to-prev .food-menu-item {
  transition: all 100ms linear !important;
  opacity: 0;
}
#body-wrapper.tax-menu_category.animate-to-prev #content .loading {
  opacity: 1;
}
#body-wrapper.tax-menu_category #animating-button-out {
  transition: all 150ms ease-in !important;
}
#body-wrapper.tax-menu_category.animate-to-next #animating-button-out {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  z-index: 500;
  color: #ffba47 !important;
}
#body-wrapper.tax-menu_category.animate-to-next #animating-button-out .loading {
  opacity: 1;
}
#body-wrapper.tax-menu_category #animating-button-in {
  transition: all 150ms ease-out;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  z-index: 500;
}
/*******************************************************************************************************************
* // !Restaurant Menu - Single Menu Item
*******************************************************************************************************************/
#body-wrapper.single-menu_item #menu-item-box {
  background: white;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 50;
}
#body-wrapper.single-menu_item #menu-item-box .wrap {
  margin-top: 70px;
}
@media screen and (min-width: 600px) {
  #body-wrapper.single-menu_item #menu-item-box.post-2067 > .wrap {
    margin-top: -50px;
  }
}
#body-wrapper.single-menu_item #menu-item-box .btn-close {
  background: #ffba47;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 10;
}
#body-wrapper.single-menu_item #menu-item-box .btn-close .loading {
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  transition: opacity 100ms linear;
  transition-delay: 250ms;
}
#body-wrapper.single-menu_item #menu-item-box > .loading {
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0;
  position: absolute;
  top: 150px;
  width: 50px;
  transition: opacity 100ms linear;
  transition-delay: 400ms;
}
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper {
  margin: 0 auto;
  max-width: 460px;
  position: relative;
}
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-prev,
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-next {
  color: #ffba47;
  font-family: "Gotham", sans-serif;
  font-size: .75em;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
  z-index: 10;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-prev:before,
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-next:before {
  content: ' ';
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: 0;
}
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-prev {
  left: -150px;
}
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-prev:before {
  background: url(../images/sprites.png) left top no-repeat;
  width: 41px;
  height: 40px;
  background-position: -1643.2183908px 0px;
  background-size: 1734.71264368px 78.16091954px;
}
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-next {
  right: -150px;
}
#body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-next:before {
  background: url(../images/sprites.png) left top no-repeat;
  width: 41px;
  height: 40px;
  background-position: -1692.4137931px 0px;
  background-size: 1734.71264368px 78.16091954px;
}
@media screen and (min-width: 701px) and (max-width: 800px) {
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-prev {
    width: 40px;
    left: -80px;
  }
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-next {
    width: 40px;
    right: -80px;
  }
}
@media screen and (min-width: 501px) and (max-width: 700px) {
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper {
    padding: 0 70px;
    margin-bottom: 20px;
  }
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-prev {
    width: 40px;
    left: 0px;
  }
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-next {
    width: 40px;
    right: 0px;
  }
}
@media screen and (max-width: 500px) {
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper {
    padding: 0 70px;
    margin-bottom: 40px;
  }
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-prev {
    font-size: .5em;
    left: 0px;
    padding-top: 35px;
    width: 30px;
  }
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-prev:before {
    background: url(../images/sprites.png) left top no-repeat;
    width: 31px;
    height: 30px;
    background-position: -1232.4137931px 0px;
    background-size: 1301.03448276px 58.62068966px;
    margin-left: -15px;
  }
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-next {
    font-size: .5em;
    right: 0px;
    padding-top: 35px;
    width: 30px;
  }
  #body-wrapper.single-menu_item #menu-item-box .item-image-wrapper .btn-next:before {
    background: url(../images/sprites.png) left top no-repeat;
    width: 31px;
    height: 30px;
    background-position: -1269.31034483px 0px;
    background-size: 1301.03448276px 58.62068966px;
    margin-left: -15px;
  }
}
#body-wrapper.single-menu_item #menu-item-box:not(.combo) .item-image-wrapper .item-image {
  height: 0;
  padding-top: 75%;
  position: relative;
}
#body-wrapper.single-menu_item #menu-item-box:not(.combo) .item-image-wrapper .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#body-wrapper.single-menu_item #menu-item-box.menu_category-drinks .item-image-wrapper .item-image,
#body-wrapper.single-menu_item #menu-item-box.menu_category-fixins .item-image-wrapper .item-image {
  padding-top: 86.95%;
}
#body-wrapper.single-menu_item #menu-item-box .item-title {
  color: #c44e37;
  font-size: 1.5em;
  font-weight: 700 !important;
  letter-spacing: 1px;
  margin: -40px 0px 26px 0px;
  padding-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}
#body-wrapper.single-menu_item #menu-item-box .item-title .bo-smart-tag {
  background: #ffba47;
  border-radius: 80px;
  color: white;
  font-size: .625em;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 24px;
}
#body-wrapper.single-menu_item #menu-item-box .item-title:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  bottom: 0;
  left: 50%;
  margin-top: 10px;
  max-width: 100%;
  position: absolute;
  width: 400px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
#body-wrapper.single-menu_item #menu-item-box.menu_category-drinks .item-title {
  margin-top: 0;
}
#body-wrapper.single-menu_item #menu-item-box .item-size-options,
#body-wrapper.single-menu_item #menu-item-box .combo-size-options {
  margin-top: 24px;
  text-align: center;
}
#body-wrapper.single-menu_item #menu-item-box .item-size-options li,
#body-wrapper.single-menu_item #menu-item-box .combo-size-options li {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: baseline;
}
#body-wrapper.single-menu_item #menu-item-box .item-size-options li.label,
#body-wrapper.single-menu_item #menu-item-box .combo-size-options li.label {
  color: #a73219;
  margin-right: 6px;
}
#body-wrapper.single-menu_item #menu-item-box .item-size-options li.size-option,
#body-wrapper.single-menu_item #menu-item-box .combo-size-options li.size-option {
  font-size: .875em;
  padding: 0 6px 8px;
  position: relative;
}
#body-wrapper.single-menu_item #menu-item-box .item-size-options li.size-option:after,
#body-wrapper.single-menu_item #menu-item-box .combo-size-options li.size-option:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  color: white;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: color 120ms linear;
  width: 100%;
}
#body-wrapper.single-menu_item #menu-item-box .item-size-options li.active:after,
#body-wrapper.single-menu_item #menu-item-box .combo-size-options li.active:after {
  color: #a73219;
}
#body-wrapper.single-menu_item #menu-item-box .meal-size-wrapper {
  margin-bottom: 50px;
  display: none;
}
#body-wrapper.single-menu_item #menu-item-box .meal-size-wrapper.active {
  display: block;
}
#body-wrapper.single-menu_item #menu-item-box .combo-drinks,
#body-wrapper.single-menu_item #menu-item-box .combo-fixins {
  margin-bottom: 30px;
}
#body-wrapper.single-menu_item #menu-item-box .combo-drinks .currently-selected img,
#body-wrapper.single-menu_item #menu-item-box .combo-fixins .currently-selected img {
  margin: 0px auto -14px;
  max-width: 120px;
}
#body-wrapper.single-menu_item #menu-item-box .combo-drinks .currently-selected h3,
#body-wrapper.single-menu_item #menu-item-box .combo-fixins .currently-selected h3 {
  font-size: .725em;
  font-weight: 500;
  text-transform: uppercase;
}
#body-wrapper.single-menu_item #menu-item-box .combo-drinks .heading,
#body-wrapper.single-menu_item #menu-item-box .combo-fixins .heading {
  background: #ffba47;
  color: white;
  display: block;
  font-size: .75em;
  font-weight: 600;
  max-width: 250px;
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  text-transform: uppercase;
}
#body-wrapper.single-menu_item #menu-item-box .combo-drinks .heading:after,
#body-wrapper.single-menu_item #menu-item-box .combo-fixins .heading:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a73219;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: transform 200ms linear;
}
#body-wrapper.single-menu_item #menu-item-box .combo-drinks ul,
#body-wrapper.single-menu_item #menu-item-box .combo-fixins ul {
  display: none;
  padding-top: 24px;
}
#body-wrapper.single-menu_item #menu-item-box .combo-drinks ul li,
#body-wrapper.single-menu_item #menu-item-box .combo-fixins ul li {
  color: #a73219;
  cursor: pointer;
  font-size: .5em;
  font-weight: 600;
  text-transform: uppercase;
}
#body-wrapper.single-menu_item #menu-item-box .combo-drinks.expanded .heading:after,
#body-wrapper.single-menu_item #menu-item-box .combo-fixins.expanded .heading:after {
  transform: rotate(-180deg);
}
#body-wrapper.single-menu_item #menu-item-box .item-description {
  color: #2e2f41;
  font-family: "SourceSansPro", sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 601px) {
  #body-wrapper.single-menu_item.admin-bar #menu-item-box {
    top: 47px;
  }
}
@media screen and (min-width: 782px) {
  #body-wrapper.single-menu_item.admin-bar #menu-item-box {
    top: 33px;
  }
}
#body-wrapper.single-menu_item.animate-from-prev #animating-button-in {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  color: transparent;
}
#body-wrapper.single-menu_item.animating-from-prev #animating-button-in {
  transition: all 150ms ease-out;
  border-radius: 50px !important;
  color: white !important;
  height: 40px !important;
  top: 20px !important;
  right: 20px !important;
  width: 40px !important;
}
#body-wrapper.single-menu_item #animating-button-out {
  transition: all 120ms ease-in !important;
  position: fixed;
  border-radius: 500px;
  color: white;
  height: 40px;
  top: 20px;
  right: 20px;
  width: 40px;
}
#body-wrapper.single-menu_item.animate-to-prev #animating-button-out {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0;
  color: transparent !important;
}
#body-wrapper.single-menu_item.animate-to-prev #animating-button-out .loading {
  opacity: 1;
}
#body-wrapper.single-menu_item.animate-to-item.source-prev .item-image,
#body-wrapper.single-menu_item.animate-to-item.source-prev .item-title,
#body-wrapper.single-menu_item.animate-to-item.source-prev .separator,
#body-wrapper.single-menu_item.animate-to-item.source-prev .section-2 {
  opacity: 0;
  transition: all 150ms linear;
  transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
}
#body-wrapper.single-menu_item.animate-to-item.source-prev #menu-item-box > .loading {
  opacity: 1;
}
#body-wrapper.single-menu_item.animate-to-item.source-next .item-image,
#body-wrapper.single-menu_item.animate-to-item.source-next .item-title,
#body-wrapper.single-menu_item.animate-to-item.source-next .separator,
#body-wrapper.single-menu_item.animate-to-item.source-next .section-2 {
  opacity: 0;
  transition: all 150ms linear;
  transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
}
#body-wrapper.single-menu_item.animate-to-item.source-next #menu-item-box > .loading {
  opacity: 1;
}
#body-wrapper.single-menu_item.animate-from-item.source-prev .item-image,
#body-wrapper.single-menu_item.animate-from-item.source-prev .item-title,
#body-wrapper.single-menu_item.animate-from-item.source-prev .separator,
#body-wrapper.single-menu_item.animate-from-item.source-prev .section-2 {
  opacity: 0;
  transition: all 150ms linear;
  transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
}
#body-wrapper.single-menu_item.animate-from-item.source-next .item-image,
#body-wrapper.single-menu_item.animate-from-item.source-next .item-title,
#body-wrapper.single-menu_item.animate-from-item.source-next .separator,
#body-wrapper.single-menu_item.animate-from-item.source-next .section-2 {
  opacity: 0;
  transition: all 150ms linear;
  transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
}
#body-wrapper.single-menu_item.animating-from-item .item-image,
#body-wrapper.single-menu_item.animating-from-item .item-title,
#body-wrapper.single-menu_item.animating-from-item .separator,
#body-wrapper.single-menu_item.animating-from-item .section-2 {
  opacity: 1;
  transition: all 150ms linear;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
}
/*******************************************************************************************************************
* // !Media Queries
*******************************************************************************************************************/
@media only screen and (max-width: 1000px) {
  #body-wrapper.post-type-archive-menu_item {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 600px) {
  #body-wrapper.post-type-archive-menu_item,
  #body-wrapper.tax-menu_category {
    padding-top: 85px;
  }
  #body-wrapper.post-type-archive-menu_item .menu-category > a .bo-smart-tag {
    font-size: 1.5vw;
    bottom: 20px;
  }
  #body-wrapper.single-menu_item #menu-item-box .item-title .bo-smart-tag {
    font-size: .875em;
  }
  #body-wrapper.single-menu_item #menu-item-box .section-2 .item-description {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 800px) {
  #body-wrapper.post-type-archive-menu_item .menu-category > a .bo-smart-tag {
    font-size: 1vw;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1000px) {
  #body-wrapper.post-type-archive-menu_item,
  #body-wrapper.tax-menu_category {
    padding-top: 102px;
  }
  #body-wrapper.post-type-archive-menu_item .menu-category > a .bo-smart-tag {
    font-size: 0.75em;
  }
  #body-wrapper.single-menu_item #menu-item-box > .wrap {
    position: relative;
  }
  #body-wrapper.single-menu_item #menu-item-box .meal-size-wrapper {
    margin-bottom: 0px;
  }
  #body-wrapper.single-menu_item #menu-item-box .combo-fixins,
  #body-wrapper.single-menu_item #menu-item-box .combo-drinks {
    display: inline-block;
    width: 40%;
    margin: 0 2% 50px;
    vertical-align: top;
  }
  #body-wrapper.single-menu_item #menu-item-box .combo-fixins .heading,
  #body-wrapper.single-menu_item #menu-item-box .combo-drinks .heading {
    max-width: 300px;
  }
}
/*******************************************************************************************************************
    * // !Combo Image Swapping - Fold back into above styles
    *******************************************************************************************************************/
body.single-menu_item #primary-navigation-sticky-trigger {
  display: none !important;
}
@media (min-width: 1000px) {
  #body-wrapper.single-menu_item .combo-image-stage-wrapper {
    margin: 30px auto;
  }
}
#body-wrapper.single-menu_item .combo-image-stage {
  height: 0;
  padding-top: 75%;
  position: relative;
}
#body-wrapper.single-menu_item .combo-images-wrapper {
  display: none;
}
#body-wrapper.single-menu_item .combo-images-wrapper.active {
  display: block;
}
#body-wrapper.single-menu_item .combo-images-wrapper img.base {
  position: absolute;
  left: 44%;
  top: 51%;
  width: 75%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item .combo-images-wrapper img.fixin-image-1 {
  position: absolute;
  left: 71%;
  top: 42%;
  width: 66%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item .combo-images-wrapper img.fixin-image-2 {
  position: absolute;
  left: 74%;
  top: 42%;
  width: 66%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item .combo-images-wrapper img.fixin-image-3 {
  position: absolute;
  left: 78%;
  top: 42%;
  width: 66%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item .combo-images-wrapper img.fixin-image-4 {
  position: absolute;
  left: 80%;
  top: 42%;
  width: 66%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item .combo-images-wrapper img.drink-image-1 {
  position: absolute;
  left: 20%;
  top: 31%;
  width: 81%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.menu_category-dinners img.base {
  position: absolute;
  left: 50%;
  top: 41%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.menu_category-dinners img.fixin-image-1 {
  position: absolute;
  left: 13%;
  top: 24%;
  width: 60%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.menu_category-dinners img.fixin-image-2 {
  position: absolute;
  left: 87%;
  top: 24%;
  width: 60%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.post-2048 img.base {
  position: absolute;
  left: 50%;
  top: 32%;
  width: 90%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.post-2048 img.fixin-image-1 {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 42%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.post-2048 img.fixin-image-2 {
  position: absolute;
  left: 22%;
  top: 65%;
  width: 43%;
  z-index: 4;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.post-2048 img.fixin-image-3 {
  position: absolute;
  left: 78%;
  top: 65%;
  width: 43%;
  z-index: 4;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.post-2048 img.fixin-image-4 {
  position: absolute;
  left: 90%;
  top: 50%;
  width: 42%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#body-wrapper.single-menu_item #menu-item-box.post-2048 img.drink-image-1 {
  position: absolute;
  left: 16%;
  top: 31%;
  width: 81%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
/*******************************************************************************************************************
* // !Custom Conversation Grid Styles
*******************************************************************************************************************/
.conversation-grid .cg-column {
  float: left;
  padding: 0 10px;
}
.conversation-grid.cg-one-columns .cg-column {
  width: 100%;
}
.conversation-grid.cg-two-columns .cg-column {
  width: 50%;
}
.conversation-grid.cg-three-columns .cg-column {
  width: 33.33%;
}
.conversation-grid.cg-four-columns .cg-column {
  width: 25%;
}
.conversation-grid.cg-five-columns .cg-column {
  width: 20%;
}
.conversation-grid.cg-six-columns .cg-column {
  width: 16.66%;
}
.conversation-grid.js {
  opacity: 0;
}
/* Hide until javascript is ready() */
.cg-temp-column .cg-column {
  float: none !important;
}
.conversation-grid .cg-grid-item {
  font-family: "SourceSansPro", sans-serif;
  padding-bottom: 14px;
  margin-bottom: 8px;
  background: white;
  width: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.conversation-grid .cg-grid-item a {
  text-decoration: none;
  outline: none;
  border: none;
}
/* Header - Author Info */
.conversation-grid .cg-grid-item .cg-header {
  padding: 16px 22px 16px;
  position: relative;
  padding-right: 70px;
}
.conversation-grid .cg-grid-item .cg-header .cg-author-avatar {
  display: none;
}
.conversation-grid .cg-grid-item .cg-header .cg-author-name {
  color: #c42d0f;
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
}
.conversation-grid .cg-grid-item .cg-header .cg-author-screen-name {
  color: #9b9b9b;
  display: block;
  font-size: .75em;
  line-height: 1.2em;
}
.conversation-grid .cg-grid-item .cg-header .cg-follow-button {
  position: absolute;
  color: #9b9b9b !important;
  top: 16px;
  right: 22px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 8px 2px 23px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: white url(../images/cg_sprites.png) top left no-repeat;
}
/* Featured Image/Video */
.conversation-grid .cg-grid-item .cg-featured-image {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
}
.conversation-grid .cg-grid-item .cg-featured-image-wrapper {
  position: relative;
  height: 0;
  width: 100%;
}
.conversation-grid .cg-grid-item .cg-featured-image-wrapper .cg-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* Title */
.conversation-grid .cg-grid-item .cg-title {
  display: block;
  font-size: .875em;
  line-height: 1.3;
  margin: 0 12px;
  word-wrap: break-word;
  font-weight: bold;
}
/* Text */
.conversation-grid .cg-grid-item .cg-text {
  color: #c42d0f;
  font-size: 1.175em;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0 22px;
  word-wrap: break-word;
}
.conversation-grid .cg-grid-item .cg-text a {
  color: #ffba47 !important;
}
/* Footer - Timestamp and Actions */
.conversation-grid .cg-grid-item .cg-footer {
  margin: 8px 22px 0;
  border-top: 2px solid #f2f2f2;
  padding-top: 8px;
}
.conversation-grid .cg-grid-item .cg-footer .cg-timestamp {
  float: left;
  height: 16px;
  font-size: .75em;
  color: #9b9b9b;
  font-weight: normal;
}
.conversation-grid .cg-grid-item .cg-footer .cg-footer-actions {
  float: right;
}
.conversation-grid .cg-grid-item .cg-footer .cg-footer-actions > a {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/cg_sprites.png) left top no-repeat;
  opacity: 1;
  transition: opacity 200ms linear;
}
.conversation-grid .cg-grid-item .cg-footer .cg-footer-actions > a:hover {
  opacity: 1;
}
.conversation-grid .cg-grid-item .cg-footer .cg-footer-actions > a.btn-facebook-share {
  background-position: -175px top;
  width: 14px;
}
.conversation-grid .cg-grid-item .cg-footer .cg-footer-actions > a.btn-twitter-share {
  background-position: -192px top;
}
/* Video Controls */
.conversation-grid .cg-grid-item .cg-featured-video {
  position: relative;
}
.conversation-grid .cg-grid-item .cg-featured-video .cg-video-thumbnail {
  margin: 0;
}
.conversation-grid .cg-grid-item .cg-featured-video .btn-play {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/btn-play.png) 24px center no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: .7;
  transition: opacity 200ms linear;
}
.conversation-grid .cg-grid-item .cg-featured-video .btn-play:hover {
  opacity: 1;
}
.conversation-grid .cg-grid-item .cg-featured-video.touch-video-showing {
  background: #000;
}
.conversation-grid .cg-grid-item .cg-featured-video.touch-video-showing .cg-video-thumbnail,
.conversation-grid .cg-grid-item .cg-featured-video.touch-video-showing .btn-play {
  display: none;
}
.conversation-grid .cg-grid-item .cg-featured-video.touch-video-showing .embedded-video-preview {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.conversation-grid .cg-grid-item .cg-featured-video.touch-video-showing .embedded-video-preview iframe,
.conversation-grid .cg-grid-item .cg-featured-video.touch-video-showing .embedded-video-preview .crt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Facebook Tile */
.conversation-grid .cg-grid-item.facebook .cg-header .cg-follow-button {
  color: #3b5998;
  background-position: 5px -49px;
}
.conversation-grid .cg-grid-item.facebook .web-link {
  display: block;
  margin: 14px -14px 0 -14px;
  padding: 14px;
  position: relative;
  border-top: 1px dotted #ddd;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.conversation-grid .cg-grid-item.facebook .web-link .web-link-thumbnail {
  display: none;
  position: absolute;
  left: 14px;
  top: 14px;
  width: 40px;
}
.conversation-grid .cg-grid-item.facebook .web-link .web-link-title {
  display: block;
  font-size: .75em;
  color: #3b5998;
  line-height: 1.2em;
  margin: 0;
  font-weight: bold;
}
.conversation-grid .cg-grid-item.facebook .web-link .web-link-domain {
  display: block;
  font-size: .75em;
  color: #959595;
  line-height: 1.2em;
  margin: 0;
}
.conversation-grid .cg-grid-item.facebook .web-link .web-link-text {
  display: block;
  font-size: .75em;
  color: #959595;
  line-height: 1.2em;
  margin: 8px 0 0 0;
}
.conversation-grid .cg-grid-item.facebook .web-link.has-thumb .web-link-thumbnail {
  display: block;
}
.conversation-grid .cg-grid-item.facebook .web-link.has-thumb .web-link-title,
.conversation-grid .cg-grid-item.facebook .web-link.has-thumb .web-link-domain,
.conversation-grid .cg-grid-item.facebook .web-link.has-thumb .web-link-text {
  margin-left: 50px;
}
.conversation-grid .cg-grid-item.facebook .cg-footer .cg-footer-actions > a.btn-facebook-like {
  background-position: -159px top;
  margin-right: 2px;
}
.conversation-grid .cg-grid-item.facebook .cg-footer .cg-footer-actions > a.btn-facebook-comment {
  background-position: -144px 1px;
  margin-right: 3px;
}
/* Image Tile */
.conversation-grid .cg-grid-item.image {
  padding: 0;
  position: relative;
}
.conversation-grid .cg-grid-item.image img {
  display: block;
  width: 100%;
  height: auto;
}
/* Instagram Tile */
.conversation-grid .cg-grid-item.instagram .cg-header .cg-follow-button {
  color: #417199;
  background-position: 4px -23px;
}
.conversation-grid .cg-grid-item.instagram .cg-featured-image-wrapper {
  padding-top: 100%;
}
.conversation-grid .cg-grid-item.instagram .cg-text a {
  color: #417199;
}
.conversation-grid .cg-grid-item.instagram .cg-footer .cg-footer-actions > a.btn-instagram-like {
  background-position: -128px top;
  margin-right: 5px;
}
/* Post Tile */
.conversation-grid .cg-grid-item.post .cg-header {
  padding: 0;
}
.conversation-grid .cg-grid-item.post .cg-header .cg-featured-image-wrapper {
  margin-bottom: 10px;
}
.conversation-grid .cg-grid-item.post .cg-text {
  margin-bottom: 12px;
  line-height: 1.4;
}
.conversation-grid .cg-grid-item.post .cg-read-more-button {
  display: block;
  white-space: nowrap;
  font-size: .875em;
}
/* Tumblr Tile */
.conversation-grid .cg-grid-item.tumblr .cg-header .cg-follow-button {
  color: #36465d;
  padding-left: 24px;
  background-position: 4px -123px;
}
.conversation-grid .cg-grid-item.tumblr .cg-header .cg-title {
  display: block;
  clear: both;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 20px 0 0;
}
.conversation-grid .cg-grid-item.tumblr .cg-text a {
  color: #1c5db8;
}
.conversation-grid .cg-grid-item.tumblr .cg-text h1,
.conversation-grid .cg-grid-item.tumblr .cg-text h2,
.conversation-grid .cg-grid-item.tumblr .cg-text h3 {
  font-size: 1.125em;
}
.conversation-grid .cg-grid-item.tumblr .cg-text blockquote {
  padding: 4px 15px;
  margin: 10px 0;
  border-left: 3px solid #ddd;
}
.conversation-grid .cg-grid-item.tumblr .cg-text blockquote p {
  margin: 0;
}
.conversation-grid .cg-grid-item.tumblr .cg-footer .cg-footer-actions > a.btn-tumblr-reblog {
  background-position: -80px top;
  margin-right: 3px;
}
.conversation-grid .cg-grid-item.tumblr .cg-footer .cg-footer-actions > a.btn-tumblr-favorite {
  background-position: -128px top;
  margin-right: 5px;
}
/* Tumblr Audio Type */
.conversation-grid .cg-grid-item.tumblr .cg-audio-title {
  display: block;
  font-style: italic;
}
.conversation-grid .cg-grid-item.tumblr .cg-audio-info {
  color: #9b9b9b;
  font-style: italic;
  font-size: .875em;
}
/* Spotify Player */
.conversation-grid .cg-grid-item.tumblr .spotify_audio_player {
  height: 80px;
  width: 100%;
}
/* Tumblr Player */
.conversation-grid .cg-grid-item.tumblr .tumblr_audio_player {
  width: 100%;
  height: 88px;
}
.conversation-grid .cg-grid-item.tumblr .tumblr_audio_player .audio_player {
  height: 88px;
  border: 1px solid #eee;
}
/* Tumblr Quote Type */
.conversation-grid .cg-grid-item.tumblr .cg-quote {
  font-style: italic;
  margin-bottom: 12px;
}
.conversation-grid .cg-grid-item.tumblr .cg-source {
  font-size: .875em;
}
/* Twitter Tile */
.conversation-grid .cg-grid-item.twitter .cg-header .cg-follow-button {
  color: #00acee;
  background-position: 4px -74px;
}
.conversation-grid .cg-grid-item.twitter .cg-text a {
  color: #00acee;
}
.conversation-grid .cg-grid-item.twitter .cg-footer .cg-footer-actions > a.btn-twitter-retweet {
  background-position: -80px top;
}
.conversation-grid .cg-grid-item.twitter .cg-footer .cg-footer-actions > a.btn-twitter-favorite {
  background-position: -32px top;
}
/* YouTube Tile */
.conversation-grid .cg-grid-item.youtube .cg-header {
  padding-right: 95px;
}
.conversation-grid .cg-grid-item.youtube .cg-header .cg-follow-button {
  color: #d22222;
  padding-left: 30px;
  background-position: 4px -97px;
}
.cg-modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}
.cg-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  max-height: 80%;
  padding: 20px;
  display: none;
  z-index: 110;
  background: white;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.cg-modal .close {
  font: 40px sans-serif;
  position: absolute;
  top: 0;
  right: -30px;
  line-height: 1em;
  text-decoration: none;
  color: #333;
}
.cg-modal .cg-featured-video {
  width: 100%;
}
.cg-modal .cg-video {
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.cg-modal .cg-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Instagram */
#cg-preview-instagram-video {
  width: 460px;
}
#cg-preview-instagram-video .cg-video {
  padding-top: 100%;
}
/* Tumblr */
#cg-preview-tumblr-video .crt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Facebook */
#cg-preview-facebook-video .wp-video-shortcode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 799px) {
  .conversation-grid.one-columns-mobile-narrow .cg-column {
    width: 100%;
  }
  .conversation-grid.two-columns-mobile-narrow .cg-column {
    width: 50%;
  }
  .conversation-grid.three-columns-mobile-narrow .cg-column {
    width: 33.33%;
  }
  .conversation-grid.four-columns-mobile-narrow .cg-column {
    width: 25%;
  }
  .conversation-grid.five-columns-mobile-narrow .cg-column {
    width: 20%;
  }
  .conversation-grid.six-columns-mobile-narrow .cg-column {
    width: 16.66%;
  }
}
@media all and (min-width: 800px) and (max-width: 1000px) {
  .conversation-grid.one-columns-mobile-wide .cg-column {
    width: 100%;
  }
  .conversation-grid.two-columns-mobile-wide .cg-column {
    width: 50%;
  }
  .conversation-grid.three-columns-mobile-wide .cg-column {
    width: 33.33%;
  }
  .conversation-grid.four-columns-mobile-wide .cg-column {
    width: 25%;
  }
  .conversation-grid.five-columns-mobile-wide .cg-column {
    width: 20%;
  }
  .conversation-grid.six-columns-mobile-wide .cg-column {
    width: 16.66%;
  }
}
@media screen and (max-width: 767px) {
  /* Mobile styles for Video Modal */
  .cg-modal {
    z-index: 501 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    max-height: none;
    margin: 0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .cg-modal .close {
    position: absolute;
    top: 6px;
    right: 10px;
  }
}
/*******************************************************************************************************************
* // !Features: Overview
*******************************************************************************************************************/
body.page-id-317 #content {
  background: #f2f2f2;
}
body.page-id-317 #content #features-overview-bo-buzz {
  padding: 0 0 25px;
}
@media (min-width: 800px) {
  body.page-id-317 #content #features-overview-bo-buzz {
    padding: 0 25px 25px;
  }
}
body.page-id-317 #content #features-overview-bo-buzz #cg-load-more {
  display: none;
}
body.page-id-317 #content #bojangles-biscuits h2 {
  font-family: "Nexa Rust Script L", cursive;
  font-size: 40px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
body.page-id-317 #content #bojangles-biscuits .dotted-line:after {
  color: #fff;
}
body.page-id-317 #content #bojangles-biscuits .button {
  margin-top: 20px;
}
body.page-id-317 #content #bomoji {
  padding: 40px;
}
body.page-id-317 #content #bomoji .dotted-line:after {
  color: #fff;
}
#features-overview-bo-buzz .cg-grid-item:nth-child(n+4) {
  display: none !important;
}
#features-overview-callouts .image-only-widget .link {
  display: block;
  width: 100%;
  background-size: cover !important;
}
#features-overview-callouts .image-only-widget img {
  display: block;
}
/*******************************************************************************************************************
* // !Features - Bo Buzz
*******************************************************************************************************************/
#conversation-grid-1 + #cg-load-more {
  background: transparent;
  border: 2px solid #ffba47;
  border-radius: 0;
  color: #ffba47 !important;
  font-size: .875em;
  font-weight: 600 !important;
  line-height: 31px;
  margin-top: 20px;
  width: 100%;
}
/*******************************************************************************************************************
* // !Features: Media Queries
*******************************************************************************************************************/
@media only screen and (min-width: 800px) {
  #features-overview-callouts {
    float: left;
    width: 50%;
    padding-left: 15px;
  }
  .boj-full-grid {
    margin: 0 -18px;
  }
  .boj-full-grid .cg-column {
    padding: 0 18px;
  }
  body.page-id-317 #content #sign-up-e-club {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body.page-id-317 #content #bomoji {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/*******************************************************************************************************************
* // !Features: E-Club
*******************************************************************************************************************/
@media (max-width: 450px) {
  body.page-id-364 .entry-content > .dotted-line-heading-left {
    font-size: 1.8em;
  }
}
#eclub-form-wrapper {
  position: relative;
}
#eclub-form-wrapper .result-message {
  color: red;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
#eclub-form-wrapper #eclub-form-success {
  display: none;
  text-align: center;
}
#eclub-form-wrapper #eclub-form-success h2 {
  color: #a73219;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
#eclub-form-wrapper #eclub-form-success h3 {
  color: #ffba47;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#eclub-form-wrapper #eclub-form-success p {
  color: #a73219;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 730px;
}
@media (min-width: 600px) {
  #eclub-form-wrapper #eclub-form-success h2 {
    font-size: 6em;
  }
  #eclub-form-wrapper #eclub-form-success h3 {
    font-size: 2.5em;
  }
}
#eclub-form-wrapper.fixed-height #eclub-form-success {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#eclub-callouts .widget,
#refer-a-friend-eclub-callout {
  height: 350px;
}
@media (min-width: 600px) and (max-width: 800px) {
  #eclub-callouts .widget,
  #refer-a-friend-eclub-callout {
    height: 400px;
  }
}
#eclub-callouts .widget h2,
#refer-a-friend-eclub-callout h2 {
  font-family: "Nexa Rust Script L";
  font-size: 2.5em;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
#eclub-callouts .widget .copy,
#refer-a-friend-eclub-callout .copy {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#eclub-callouts .widget .copy .button,
#refer-a-friend-eclub-callout .copy .button {
  margin-top: 24px;
  margin-bottom: 0;
}
#refer-a-friend-eclub-callout .copy {
  max-width: 350px;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
/*******************************************************************************************************************
* // !About Us: Overview
*******************************************************************************************************************/
body.page-id-275 {
  background: #f2f2f2;
}
body.page-id-275 #bojangles-history .copy {
  margin: 0 auto;
  max-width: 300px;
}
body.page-id-275 #bojangles-history .dotted-line:after {
  color: #fff;
}
body.page-id-275 #catering-and-events {
  height: 630px;
}
body.page-id-275 #catering-and-events h2 {
  font-family: "Nexa Rust Script L", cursive;
  font-size: 40px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
body.page-id-275 #catering-and-events .copy {
  position: relative;
  top: 155px;
}
body.page-id-275 #contact-us {
  padding-top: 83px;
  padding-bottom: 82px;
}
body.page-id-275 #contact-us .copy {
  color: #ba2c0f;
}
body.page-id-275 #contact-us .copy h2 {
  color: #ba2c0f;
}
body.page-id-275 #contact-us .copy h2:after {
  border-left-color: #a73219;
}
body.page-id-275 #locations {
  padding-top: 72px;
  padding-bottom: 72px;
}
body.page-id-275 #locations .dotted-line:after {
  color: #fff;
}
body.page-id-275 #in-the-community .content {
  background: #fff;
}
body.page-id-275 #in-the-community .content img {
  margin: 0 20px 0 -20px;
  width: auto;
}
body.page-id-275 #in-the-community .content p {
  padding: 20px 20px 0;
}
body.page-id-275 #in-the-community .button {
  width: 100%;
  background: #ffba47;
  text-align: center;
}
body.page-id-275 #in-the-community .button:hover {
  background: #a73219;
}
body.page-id-275 #testimonials {
  display: none;
}
/*******************************************************************************************************************
* // !About Us: History
*******************************************************************************************************************/
body.page-template-page-template-aboutus-history-php .button.view-timeline {
  display: block;
  margin: 0 auto 1.8em;
  text-align: center;
  width: 220px;
}
body.page-template-page-template-aboutus-history-php .button.view-timeline:after {
  content: ' ';
  display: block;
  background: url(../images/sprites.png) left top no-repeat;
  width: 22px;
  height: 11px;
  background-position: -255.81818182px 0px;
  background-size: 1200.5px 51.94444444px;
  margin: 6px auto 4px;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline {
  background: white;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  transition: background 150ms linear;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading {
  cursor: pointer;
  overflow: hidden;
  padding: 30px 20px 30px 52px;
  position: relative;
  transition: padding 150ms linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading:before {
  content: ' ';
  display: block;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: url(../images/sprites.png) left top no-repeat;
  width: 25px;
  height: 24px;
  background-position: -306.26086957px 0px;
  background-size: 984.26086957px 44.34782609px;
  transition: opacity 100ms linear;
  width: 25px !important;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading:after {
  color: #ffba47;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  font-size: .675em;
  font-weight: 500;
  left: 27px;
  opacity: 1;
  position: absolute;
  letter-spacing: 3px;
  top: 0px;
  transition: opacity 100ms linear;
  width: 1px;
  z-index: 9;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading .btn-close {
  opacity: 0;
  position: absolute;
  right: 14px;
  text-indent: -9999px;
  top: 16px;
  transition: opacity 100ms linear;
  transition-delay: 100ms;
  background: url(../images/sprites.png) left top no-repeat;
  height: 23px;
  background-position: -1696.5px 0px;
  background-size: 1886.5px 85px;
  width: 24px;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading .timeline-year {
  color: #a73219;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  line-height: 36px;
  text-align: right;
  vertical-align: middle;
  width: 20%;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading .timeline-title {
  display: inline-block;
  font-size: .875em;
  font-weight: 500;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  top: 2px;
  vertical-align: middle;
  width: 75%;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading .timeline-title,
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading .timeline-year,
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading .timeline-content {
  transition: color 100ms linear;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-content {
  display: none;
  font-size: 1.25em;
  padding: 0 20px 10px;
  line-height: 1.6;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-content .timeline-image-wrapper {
  background: #9e250d;
  margin: 0 -20px 24px;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-content .timeline-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry.expanded {
  background: #ba2c0f;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry.expanded .timeline-title,
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry.expanded .timeline-year,
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry.expanded .timeline-content {
  color: white;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry.expanded .timeline-heading {
  padding-top: 60px !important;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry.expanded .timeline-heading .btn-close {
  opacity: 1;
}
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry.expanded .timeline-heading:before,
body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry.expanded .timeline-heading:after {
  opacity: 0;
}
@media (min-width: 600px) {
  body.page-template-page-template-aboutus-history-php .page-content {
    overflow: hidden;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 10px;
    position: relative;
  }
  body.page-template-page-template-aboutus-history-php .page-content:before {
    color: #a73219;
    content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
    display: block;
    font-size: .675em;
    font-weight: 500;
    left: 35px;
    position: absolute;
    letter-spacing: 3px;
    top: 1px;
    width: 1px;
  }
  body.page-template-page-template-aboutus-history-php .page-content:after {
    content: ' ';
    display: block;
    left: 31px;
    position: absolute;
    letter-spacing: 3px;
    top: 7px;
    height: 10px;
    width: 10px;
    background: #ffba47;
    border-radius: 5px;
  }
  body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry:before {
    display: block;
  }
  body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading {
    background-position: 25px center;
    padding: 40px 50px 40px 24px;
    text-align: left;
  }
  body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading:before {
    left: 24px;
  }
  body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading:after {
    left: 35px;
  }
  body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-heading .timeline-title {
    padding-left: 40px;
    width: 79%;
  }
  body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-content {
    padding: 0 52px 10px;
  }
  body.page-template-page-template-aboutus-history-php #about-us-history-timeline .timeline-entry .timeline-content .timeline-image-wrapper {
    margin: 0 -52px 24px;
  }
}
/*******************************************************************************************************************
* // !About Us: In The Community
*******************************************************************************************************************/
#community-share-nights {
  background: #f2f2f2;
  margin-bottom: 40px;
}
#community-share-nights .content {
  font-family: 'Gotham';
  font-size: 1.067em;
  line-height: 1.7;
}
#share-nights-widget {
  margin-bottom: 30px;
}
#share-nights-widget .box {
  background: white;
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
}
#share-nights-widget .box .label {
  color: #a73219;
  font-size: .75em;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
#share-nights-widget .box .amount {
  color: #a73219;
  font-size: 2.2em;
  font-weight: 800;
}
@media (min-width: 500px) {
  #share-nights-widget .box {
    text-align: left;
  }
  #share-nights-widget .box .label {
    display: inline-block;
    font-size: .75em;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
  }
  #share-nights-widget .box .amount {
    display: inline-block;
    text-align: right;
    width: 95%;
    vertical-align: middle;
  }
}
@media (min-width: 800px) {
  #share-nights-widget .box .amount {
    font-size: 2em;
  }
  #community-partnership-request-form-callout {
    padding: 100px 0;
  }
}
@media (min-width: 1000px) {
  #share-nights-widget .box .amount {
    font-size: 2.2em;
  }
}
/*******************************************************************************************************************
* // !Franchising: Overview
*******************************************************************************************************************/
body.page-id-303 {
  background: #f2f2f2;
}
body.page-id-303 #why-bojangles,
body.page-id-303 #key-markets,
body.page-id-303 #training-and-support {
  background-position: left center !important;
	background-size: initial !important;
	height: 6.5rem;
	padding-left: 6rem;
	padding-right: 1rem;
	margin-bottom: 2px;
}
body.page-id-303 #why-bojangles .copy { text-align: left !important; }

body.page-id-303 #why-bojangles .dotted-line:after,
body.page-id-303 #key-markets .dotted-line:after,
body.page-id-303 #training-and-support .dotted-line:after {
  margin: 0;
}
body.page-id-303 #bojangles-difference {
  background-position: left center !important;
  height: 546px;
}
body.page-id-303 #bojangles-difference h2 {
  font-family: "Nexa Rust Script L", cursive;
  font-size: 50px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
body.page-id-303 #bojangles-difference .dotted-line:after {
  color: #fff;
}
body.page-id-303 #bojangles-difference .copy {
  position: relative;
  top: 155px;
}
body.page-id-303 #qualifications .dotted-line:after,
body.page-id-303 #why-bojangles .dotted-line:after,
body.page-id-303 #training-and-support .dotted-line:after {
  color: #fff;
}
body.page-id-303 #key-markets .copy,
body.page-id-303 #key-markets h2 {
  color: #a73219;
}
body.page-id-303 #key-markets h2:after {
  border-left-color: #a73219;
}
body.page-id-303 #qualifications .content {
  padding: 20px;
  background: #fff;
}
body.page-id-303 #qualifications .content .button {
  width: 100%;
  background: #ffba47;
  text-align: center;
}
body.page-id-303 #qualifications .content .button:hover {
  background: #a73219;
}
body.page-id-303 #faqs li {
  padding: 20px 15px 20px 80px;
}
body.page-id-303 #request-franchising-information .content {
  padding-top: 0;
  font-family: "Gotham";
}
body.page-id-303 #request-franchising-information .content a {
  font-weight: 600;
}
body.page-id-303 #request-franchising-information form p {
  display: none;
}
#testimonials ul li {
  float: none;
  background-size: 80px 80px;
  background-position: 15px center;
  display: inline-block;
  vertical-align: middle;
  padding-left: 120px;
}
@media screen and (max-width: 1000px) {
  #testimonials ul li {
    float: none;
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 4px solid #f2f2f2;
  }
}
/*******************************************************************************************************************
* // !Franchising: Key Markets
*******************************************************************************************************************/
body.page-id-454 #content {
  padding-bottom: 0;
}
body.page-id-454 .gray-bg {
  background: #f2f2f2;
  padding: 80px 10px;
}
@media (min-width: 600px) {
  body.page-id-454 .gray-bg {
    padding: 80px 80px;
  }
}
body.page-id-454 .page-content {
  padding-top: 30px;
  font-size: 1.50em;
}
body.page-id-454 .page-content h2 {
  font-size: 1.5em;
}
body.page-id-454 .page-content hr {
  display: block;
  margin-bottom: 50px;
  padding: 0 20%;
  border: 0;
}
body.page-id-454 .page-content hr:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  margin: 5px 0 15px;
  vertical-align: middle;
  font-size: 14px;
}
body.page-id-454 img.legend {
  margin-top: -100px;
}
body.page-id-454 #state-form {
  margin-bottom: 50px;
  transform: translateZ(0);
}
body.page-id-454 #state-form input[type="submit"] {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
body.page-id-454 #key-market-results {
  margin: -20px 0 80px;
}
body.page-id-454 #key-market-results h2 {
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}
body.page-id-454 #key-market-results h2:before,
body.page-id-454 #key-market-results h2:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  margin: 5px 0 15px;
  vertical-align: middle;
  font-size: 14px;
}
body.page-id-454 #key-market-results .key-market-info {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 25px;
  background: #fff;
  zoom: 1;
}
body.page-id-454 #key-market-results .key-market-info:before,
body.page-id-454 #key-market-results .key-market-info:after {
  content: "";
  display: table;
}
body.page-id-454 #key-market-results .key-market-info:after {
  clear: both;
}
body.page-id-454 #key-market-results .key-market-info .copy {
  float: left;
  line-height: 41px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a73219;
}
@media (max-width: 600px) {
  body.page-id-454 #key-market-results .key-market-info .copy {
    font-size: .875em;
  }
}
body.page-id-454 #key-market-results .key-market-info .button {
  float: right;
  margin: 0;
  background: #ffba47;
}
body.page-id-454 #key-market-results .key-market-info .button:hover {
  background: #a73219;
}
body.page-id-454 #submit-a-site,
body.page-id-454 #did-you-know {
  height: 200px;
}
body.page-id-454 #did-you-know {
  padding-left: 20%;
  padding-right: 20%;
}
/*******************************************************************************************************************
* // !Franchising: FAQs
*******************************************************************************************************************/
@media (min-width: 800px) {
  body.page-id-470 .faq {
    width: 80%;
    margin: 0 auto;
  }
}
/*******************************************************************************************************************
* // !Franchising: Video Gallery
*******************************************************************************************************************/
#franchising-video-gallery-videos {
  background: #f2f2f2;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px;
}
/*******************************************************************************************************************
* // !Franchising: News & Awards
*******************************************************************************************************************/
#franchising-news-awards .news-award {
  background: white;
  margin-bottom: 24px;
  padding: 24px 0;
  list-style-type: none;
}
#franchising-news-awards .news-award .news-award-date,
#franchising-news-awards .news-award .news-award-title,
#franchising-news-awards .news-award .news-award-excerpt {
  padding: 0 24px;
}
#franchising-news-awards .news-award .wp-post-image {
  margin-bottom: 24px;
  margin-top: -24px;
}
#franchising-news-awards .news-award .news-award-date {
  color: #ffba47;
  font-size: .875em;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#franchising-news-awards .news-award .news-award-title {
  font-size: 1.125em;
}
#franchising-news-awards .news-award .news-award-excerpt {
  font-family: "SourceSansPro", sans-serif;
}
#franchising-news-awards .news-award .news-award-excerpt .excerpt-read-more {
  display: none;
}
#franchising-news-awards .news-award .button {
  margin: 0 24px;
}
#franchising-news-awards-load-more {
  background: transparent;
  border: 2px solid #ffba47;
  color: #ffba47 !important;
  font-size: .875em;
  font-weight: 600 !important;
  margin-top: 20px;
}
/*******************************************************************************************************************
* // !Franchising: Video Gallery
*******************************************************************************************************************/
#franchising-video-gallery-videos .video {
  margin-bottom: 34px;
}
#franchising-video-gallery-videos .video .video-embed-wrapper {
  height: 0;
  margin-bottom: 18px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#franchising-video-gallery-videos .video .video-embed {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#franchising-video-gallery-videos .video .video-image {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms linear;
}
#franchising-video-gallery-videos .video .video-image img {
  width: 100%;
}
#franchising-video-gallery-videos .video .video-image .video-play-button {
  background: rgba(237, 168, 29, 0.5);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  transition: background-color 200ms linear;
}
#franchising-video-gallery-videos .video .video-image .video-play-button:after {
  content: ' ';
  display: block;
  background: url(../images/sprites.png) left top no-repeat;
  width: 81px;
  height: 80px;
  background-position: -1007.89808917px 0px;
  background-size: 1922.5477707px 86.62420382px;
  margin-left: -40px;
  margin-top: -40px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 81px !important;
}
#franchising-video-gallery-videos .video .video-image .video-play-button:hover {
  background-color: rgba(159, 121, 44, 0);
}
#franchising-video-gallery-videos .video .video-image img {
  display: block;
}
#franchising-video-gallery-videos .video .video-embed-wrapper.video-playing .video-image {
  pointer-events: none;
}
#franchising-video-gallery-videos .video .video-title {
  font-size: 1.125em;
  margin-bottom: 4px;
}
#franchising-video-gallery-videos .video .video-excerpt {
  color: #8b8b8b;
  font-family: "SourceSansPro", sans-serif;
  margin: 0;
}
#franchising-video-gallery-videos .video .video-excerpt .excerpt-read-more {
  display: none;
}
/*******************************************************************************************************************
* // !Franchising: Show Schedule
*******************************************************************************************************************/
body.page-id-466 table thead td {
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  padding: 5px 8px;
}
body.page-id-466 table tbody td {
  border-bottom: 1px solid #eee;
  padding: 15px 8px;
}
body.page-id-466 table tbody tr:last-child td {
  border-bottom: 0;
}
body.page-id-466 .booth {
  display: block;
  font-style: italic;
  font-weight: normal;
}
/*******************************************************************************************************************
* // !Franchising: Press Room Widget
*******************************************************************************************************************/
.franchising-press-room-widget {
  background: #a8280e;
  margin: 20px 0;
  padding: 20px;
  position: relative;
}
.franchising-press-room-widget h2 {
  color: white;
  font-family: "Gotham";
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
}
.franchising-press-room-widget h2:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #ffba47;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
.franchising-press-room-widget h2 .btn-more {
  color: #ffba47;
  font-weight: 400;
  font-size: .75em;
  letter-spacing: 2px;
  padding-right: 22px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
@media (max-width: 450px) {
  .franchising-press-room-widget h2 .btn-more {
    text-indent: -9999px;
  }
}
.franchising-press-room-widget h2 .btn-more:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 10px;
  height: 15px;
  background-position: -69.5px 0px;
  background-size: 943.25px 38.63636364px;
}
.franchising-press-room-widget ul.press-room-articles li {
  padding-bottom: 0;
}
.franchising-press-room-widget ul.press-room-articles .article {
  padding-bottom: 0;
}
.franchising-press-room-widget ul.press-room-articles .article .article-date {
  color: #ffba47;
  font-family: "Gotham";
  font-size: .6875em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.franchising-press-room-widget ul.press-room-articles .article .article-title {
  font-family: "SourceSansPro", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  margin: 0;
}
.franchising-press-room-widget ul.press-room-articles .article .article-title a {
  color: white;
}
@media (max-width: 600px) {
  .franchising-press-room-widget ul.press-room-articles .article {
    background: url(../images/bg-navigation-callout-item.png) left bottom no-repeat;
    background-size: 100% auto;
    margin-bottom: 14px;
    padding-bottom: 18px;
  }
}
.yellowline {
  border: 4px solid #ffba47;
}
/*******************************************************************************************************************
* // !News: Overview
*******************************************************************************************************************/
#news-overview-widgets #media-contacts h2:after {
  display: none;
}
#news-overview-widgets #media-contacts .dotted-line:after {
  color: white;
}
#news-overview-widgets #media-contacts .row {
  margin-left: -20px;
  margin-right: -20px;
}
#news-overview-widgets #media-contacts .columns {
  padding-left: 20px;
  padding-right: 20px;
}
#news-overview-widgets #media-contacts .media-contact {
  font-size: 1.25em;
  margin: 12px 0;
  text-align: center;
}
#news-overview-widgets #media-contacts .media-contact h3 {
  color: #ffba47;
  margin: 0 0 4px;
}
#news-overview-widgets #media-contacts .media-contact p a {
  color: white;
}
#news-overview-widgets #media-contacts .media-contact p a:hover {
  color: #ffba47;
}
@media (min-width: 600px) {
  #news-overview-widgets #media-contacts {
    padding-left: 40px;
    padding-right: 40px;
  }
  #news-overview-widgets #media-contacts .media-contact {
    margin: 0px;
  }
}
/*******************************************************************************************************************
* // !News: Press Releases / Media Links
*******************************************************************************************************************/
#news-overview-press-releases .press-release,
#news-press-releases .press-release,
#news-overview-in-the-media .press-release,
#news-media-links .press-release {
  background: white;
  margin-bottom: 24px;
  padding: 24px 0;
  list-style-type: none;
}
#news-overview-press-releases .press-release .press-release-date,
#news-press-releases .press-release .press-release-date,
#news-overview-in-the-media .press-release .press-release-date,
#news-media-links .press-release .press-release-date,
#news-overview-press-releases .press-release .press-release-title,
#news-press-releases .press-release .press-release-title,
#news-overview-in-the-media .press-release .press-release-title,
#news-media-links .press-release .press-release-title,
#news-overview-press-releases .press-release .press-release-excerpt,
#news-press-releases .press-release .press-release-excerpt,
#news-overview-in-the-media .press-release .press-release-excerpt,
#news-media-links .press-release .press-release-excerpt {
  padding: 0 24px;
}
#news-overview-press-releases .press-release .wp-post-image,
#news-press-releases .press-release .wp-post-image,
#news-overview-in-the-media .press-release .wp-post-image,
#news-media-links .press-release .wp-post-image {
  margin-bottom: 24px;
  margin-top: -24px;
}
#news-overview-press-releases .press-release .press-release-date,
#news-press-releases .press-release .press-release-date,
#news-overview-in-the-media .press-release .press-release-date,
#news-media-links .press-release .press-release-date {
  color: #ffba47;
  font-size: .875em;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#news-overview-press-releases .press-release .press-release-title,
#news-press-releases .press-release .press-release-title,
#news-overview-in-the-media .press-release .press-release-title,
#news-media-links .press-release .press-release-title {
  font-size: 1.125em;
  line-height: 1.3;
}
#news-overview-press-releases .press-release .press-release-excerpt,
#news-press-releases .press-release .press-release-excerpt,
#news-overview-in-the-media .press-release .press-release-excerpt,
#news-media-links .press-release .press-release-excerpt {
  font-family: "SourceSansPro", sans-serif;
}
#news-overview-press-releases .press-release .press-release-excerpt .excerpt-read-more,
#news-press-releases .press-release .press-release-excerpt .excerpt-read-more,
#news-overview-in-the-media .press-release .press-release-excerpt .excerpt-read-more,
#news-media-links .press-release .press-release-excerpt .excerpt-read-more {
  display: none;
}
#news-overview-press-releases .press-release .button,
#news-press-releases .press-release .button,
#news-overview-in-the-media .press-release .button,
#news-media-links .press-release .button {
  margin: 0 24px;
}
#news-overview-press-releases .media-link,
#news-press-releases .media-link,
#news-overview-in-the-media .media-link,
#news-media-links .media-link {
  background: white;
  margin-bottom: 24px;
  padding: 24px;
}
#news-overview-press-releases .media-link .media-link-date,
#news-press-releases .media-link .media-link-date,
#news-overview-in-the-media .media-link .media-link-date,
#news-media-links .media-link .media-link-date {
  color: #ffba47;
  font-size: .875em;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
#news-overview-press-releases .media-link .media-link-title,
#news-press-releases .media-link .media-link-title,
#news-overview-in-the-media .media-link .media-link-title,
#news-media-links .media-link .media-link-title {
  font-size: 1.125em;
  line-height: 1.3;
  margin: 0;
}
#news-overview-in-the-media {
  margin-bottom: 20px;
}
#news-overview-in-the-media .media-link,
body.page-template-page-template-news-media-links #news-press-releases .media-link {
  margin-bottom: 4px;
}
#press-releases-filter-bar {
  background: white;
  margin-top: -25px;
  margin-bottom: 30px;
}
#press-releases-filter-bar form {
  padding: 20px 0 14px;
}
#press-releases-filter-bar form .field {
  font-size: .875em;
  padding-bottom: 16px;
  position: relative;
}
#press-releases-filter-bar form .field:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  color: #a73219;
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
#press-releases-filter-bar form .field select {
  background: transparent;
  border: 0;
  color: #222;
  font-family: "Gotham";
  font-weight: 600;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#press-releases-filter-bar form .field label {
  color: #c42e10;
  font-family: "Gotham";
  font-weight: 600;
  margin-right: 10px;
}
#press-releases-filter-bar form .field.custom-select:before {
  content: ' ';
  display: block;
  pointer-events: none;
  position: absolute;
  right: 1px;
  bottom: 19px;
  transform: translateY(-50%);
  width: 14px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 15px;
  height: 8px;
  background-position: -95.45454545px 0px;
  background-size: 800.33333333px 37.77777778px;
}
#press-releases-filter-bar form .field.disabled select {
  opacity: .3;
}
#press-releases-filter-bar form .field.disabled.custom-select:before {
  opacity: .5;
}
/*******************************************************************************************************************
* // !News: Single Press Release
*******************************************************************************************************************/
body.single-press-release .btn-back {
  display: block;
  font-size: .875em;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
body.single-press-release .btn-back:before {
  content: ' ';
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 4px;
  background: url(../images/sprites.png) left top no-repeat;
  width: 11px;
  height: 19px;
  background-position: -154.44444444px 0px;
  background-size: 1048.05555556px 48.93939394px;
}
body.single-press-release .entry-image {
  text-align: center;
}
body.single-press-release .entry-title {
  font-size: 1.375em;
  line-height: 1.5;
  max-width: 920px;
  margin: 0 auto;
}
body.single-press-release .entry-content {
  max-width: 920px;
  margin: 0 auto;
}
body.single-press-release .entry-content hr.dotted-line {
  margin: 1em auto 1.3em;
}
/*******************************************************************************************************************
* // !News: Resources
*******************************************************************************************************************/
#news-resources-branding-callout .copy > p {
  max-width: 700px;
  margin: 0 auto;
}
/*******************************************************************************************************************
* // !News: Videos
*******************************************************************************************************************/
#news-resources-overview-videos .video,
#news-resources-videos .video {
  background: white;
  margin-bottom: 24px;
  padding: 24px 0;
  list-style-type: none;
}
#news-resources-overview-videos .video .video-title,
#news-resources-videos .video .video-title,
#news-resources-overview-videos .video .video-excerpt,
#news-resources-videos .video .video-excerpt {
  padding: 0 24px;
}
#news-resources-overview-videos .video .video-embed-wrapper,
#news-resources-videos .video .video-embed-wrapper {
  height: 0;
  margin-bottom: 24px;
  margin-top: -24px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#news-resources-overview-videos .video .video-embed,
#news-resources-videos .video .video-embed {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#news-resources-overview-videos .video .video-image,
#news-resources-videos .video .video-image {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms linear;
}
#news-resources-overview-videos .video .video-image .video-play-button,
#news-resources-videos .video .video-image .video-play-button {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  transition: background-color 200ms linear;
}
#news-resources-overview-videos .video .video-image .video-play-button:after,
#news-resources-videos .video .video-image .video-play-button:after {
  content: ' ';
  display: block;
  background: url(../images/sprites.png) left top no-repeat;
  width: 81px;
  height: 80px;
  background-position: -1007.89808917px 0px;
  background-size: 1922.5477707px 86.62420382px;
  margin-left: -40px;
  margin-top: -40px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 81px !important;
}
#news-resources-overview-videos .video .video-image .video-play-button:hover,
#news-resources-videos .video .video-image .video-play-button:hover {
  background-color: rgba(159, 121, 44, 0.3);
}
#news-resources-overview-videos .video .video-image img,
#news-resources-videos .video .video-image img {
  display: block;
  width: 100%;
}
#news-resources-overview-videos .video .video-embed-wrapper.video-playing .video-image,
#news-resources-videos .video .video-embed-wrapper.video-playing .video-image {
  pointer-events: none;
}
#news-resources-overview-videos .video .video-title,
#news-resources-videos .video .video-title {
  font-size: 1.125em;
  line-height: 1.3;
  margin-bottom: 4px;
}
#news-resources-overview-videos .video .video-excerpt,
#news-resources-videos .video .video-excerpt {
  color: #8b8b8b;
  font-family: "SourceSansPro", sans-serif;
  margin: 0;
}
#news-resources-overview-videos .video .video-excerpt .excerpt-read-more,
#news-resources-videos .video .video-excerpt .excerpt-read-more {
  display: none;
}
/*******************************************************************************************************************
* // !News: Photos
*******************************************************************************************************************/
#news-resources-overview-photos .photo img {
  display: block;
}
#news-resources-photos .photo {
  margin-bottom: 20px;
  position: relative;
}
#news-resources-photos .photo .cg-image-wrapper {
  height: 0;
  margin-bottom: 16px;
  position: relative;
}
#news-resources-photos .photo .cg-image-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#news-resources-photos .photo .photo-link-overlay {
  background: rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 200ms linear;
  z-index: 10;
}
#news-resources-photos .photo .photo-link-overlay:hover {
  background: rgba(255, 255, 255, 0.3);
}
#news-resources-photos .photo .photo-title {
  font-size: 1.125em;
  line-height: 1.3;
  margin-bottom: 4px;
  padding: 0 14px;
}
#news-resources-photos .photo .photo-excerpt {
  color: #8b8b8b;
  font-family: "SourceSansPro", sans-serif;
  margin: 0 0 14px;
  padding: 0 14px;
}
#news-resources-photos .photo .photo-excerpt .excerpt-read-more {
  display: none;
}
#news-resources-photos .photo .photo-download {
  margin: 0 14px;
}
/*******************************************************************************************************************
* // !News: Branding
*******************************************************************************************************************/
#news-resources-branding .branding {
  margin-bottom: 20px;
  position: relative;
}
#news-resources-branding .branding .cg-image-wrapper {
  height: 0;
  margin-bottom: 16px;
  position: relative;
}
#news-resources-branding .branding .cg-image-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px;
}
#news-resources-branding .branding .branding-link-overlay {
  background: rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 200ms linear;
  z-index: 10;
}
#news-resources-branding .branding .branding-link-overlay:hover {
  background: rgba(255, 255, 255, 0.3);
}
#news-resources-branding .branding .branding-title {
  font-size: 1.125em;
  line-height: 1.3;
  margin-bottom: 4px;
  padding: 0 14px;
}
#news-resources-branding .branding .branding-excerpt {
  color: #8b8b8b;
  font-family: "SourceSansPro", sans-serif;
  margin: 0 0 14px;
  padding: 0 14px;
}
#news-resources-branding .branding .branding-excerpt .excerpt-read-more {
  display: none;
}
#news-resources-branding .branding .branding-download {
  margin: 0 14px;
}
.featherlight-content .btn-download {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  right: 0;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  background: #ffba47;
  color: #a73219;
  font-size: .675em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 8px;
}
/*******************************************************************************************************************
* // !The Load More Button
*******************************************************************************************************************/
#news-press-releases-load-more,
#news-media-links-load-more,
#news-resources-videos-load-more,
#news-resources-photos-load-more,
#news-resources-branding-load-more {
  background: transparent;
  border: 2px solid #ffba47;
  color: #ffba47 !important;
  font-size: .875em;
  font-weight: 600 !important;
  margin-top: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /************************************************************************************************
 * Site Name: Bojangles'
 * Stylesheet: Retina Images Stylesheet
 ************************************************************************************************/
}
@media print {
  /************************************************************************************************
 * Site Name: FEA Action Center
 * Author: Jason Koi
 * Copyright (C) 2013 DevelopThings, LLC.
 *
 * Stylesheet: Print Stylesheet
 *
 ************************************************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/************************************************************************************************
 * Site Name: Bojangles'
 * Stylesheet: WP Admin Bar
 ************************************************************************************************/
html {
  margin-top: 0 !important;
}
body.admin-bar #primary-navigation-sticky-trigger {
  top: 52px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #primary-navigation-sticky-trigger {
    top: 56px !important;
  }
}
body.admin-bar #primary-navigation {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #primary-navigation {
    top: 46px !important;
  }
}
body.admin-bar #container {
  height: auto;
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #container {
    top: 46px !important;
  }
}
.ginput_container_select select {
    color: #757575; /* default unselected color */
}
.ginput_container_select select :focus {
    color: #a73219; /* color when focused */
}
.ginput_container_select select option:checked{
    color: #a73219; /* color when selected but not focused */
}