/**
 * Custom Stylesheet
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
/**
 * VARIABLES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
/**
 * Scaffolding
 * -----------------------------------------------------------------------------
*/
/**
 * Typography
 * -----------------------------------------------------------------------------
*/
/**
 * Horizontal Line
 * -----------------------------------------------------------------------------
*/
/**
 * Paragraph Margin
 * -----------------------------------------------------------------------------
*/
/**
 * Unordered and Ordered Lists 
 * -----------------------------------------------------------------------------
*/
/**
 * Definition List 
 * -----------------------------------------------------------------------------
*/
/**
 * Blockquote
 * -----------------------------------------------------------------------------
*/
/**
 * Strong & b Font Weight
 * -----------------------------------------------------------------------------
*/
/**
 * Table
 * -----------------------------------------------------------------------------
*/
/**
 * Placeholder
 * -----------------------------------------------------------------------------
*/
/**
 * Selection
 * -----------------------------------------------------------------------------
*/
/**
 * MIXINS
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
/**
 * Box Sizing
 * -----------------------------------------------------------------------------
*/
/**
 * Font Size
 * -----------------------------------------------------------------------------
*/
/**
 * Size
 * -----------------------------------------------------------------------------
*/
/**
 * Border Radius
 * -----------------------------------------------------------------------------
*/
/**
 * Opacity
 * -----------------------------------------------------------------------------
*/
/**
 * Box Shadow
 * -----------------------------------------------------------------------------
*/
/**
 * Transition
 * -----------------------------------------------------------------------------
*/
/**
 * Transform
 * -----------------------------------------------------------------------------
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * SCAFFOLDING
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
/**
 * Reset the box-sizing
 * -----------------------------------------------------------------------------
*/
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Body reset
 * -----------------------------------------------------------------------------
*/
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #766a62;
  background-color: #ffffff;
}
/**
 * Abbreviations
 * -----------------------------------------------------------------------------
*/
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #766a62;
}
/**
 * Embed
 * -----------------------------------------------------------------------------
*/
embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}
p > embed,
p > iframe,
p > object,
p > video,
.video-wrapper > video,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}
video {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
video > img {
  width: 100%;
  height: auto;
}
/**
 * Italic
 * -----------------------------------------------------------------------------
*/
cite,
dfn,
em,
i {
  font-style: italic;
}
/**
 * Links
 * -----------------------------------------------------------------------------
*/
a {
  color: #4f2683;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
/**
 * Image
 * -----------------------------------------------------------------------------
*/
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  height: auto;
}
/**
 * Figure
 * -----------------------------------------------------------------------------
*/
figure {
  margin: 0;
}
/**
 * Horizontal rules
 * -----------------------------------------------------------------------------
*/
hr {
  margin-top: 22;
  margin-bottom: 22;
  border: 0;
  border-top: 1px solid #766a62;
}
/**
 * Strong
 * -----------------------------------------------------------------------------
*/
b,
strong {
  font-weight: 700;
}
/**
 * Paragraph
 * -----------------------------------------------------------------------------
*/
p {
  margin: 0 0 20px 0;
}
/**
 * Definition List
 * -----------------------------------------------------------------------------
*/
dl {
  margin-bottom: 0 0 20px 0;
}
dd {
  margin-bottom: 0 0 20px 0;
}
/**
 * Blockquote List
 * -----------------------------------------------------------------------------
*/
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 24px 0;
  color: inherit;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 700;
}
/**
 * Pre
 * -----------------------------------------------------------------------------
*/
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Lists
 * -----------------------------------------------------------------------------
*/
ul,
ol {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin: 0;
}
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/**
 * Lists
 * -----------------------------------------------------------------------------
*/
table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 24px 0;
  border: 1px solid #cccccc;
  table-layout: fixed;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
/**
 * Placeholders
 * -----------------------------------------------------------------------------
*/
::-webkit-input-placeholder {
  color: #766a62;
}
::-moz-placeholder {
  color: #766a62;
}
:-ms-input-placeholder {
  color: #766a62;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #fff;
}
.search-form .search-field::-moz-placeholder {
  color: #fff;
}
.search-form .search-field:-ms-input-placeholder {
  color: #fff;
}
.store-locator-form ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.store-locator-form ::-moz-placeholder {
  text-transform: uppercase;
}
.store-locator-form :-ms-input-placeholder {
  text-transform: uppercase;
}
/**
 * Selection
 * -----------------------------------------------------------------------------
*/
::selection {
  background: #cccccc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #cccccc;
  color: #fff;
  text-shadow: none;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/**
 * TYPOGRAPHY
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
/**
 * TYPOGRAPHY
 * -----------------------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: inherit;
  font-weight: 400;
  color: #685c54;
  line-height: 1.1;
  margin: 0 0 12px;
}
h1 {
  margin: 1.25em 0 0.5em;
  font-family: 'Arvo', "Times New Roman", Times, serif;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.1;
  font-weight: 400;
  color: #111111;
}
h2 {
  margin: 0 0 0.5em 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
  color: #111111;
}
h3 {
  margin: 1.25em 0 0.5em 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: #685c54;
}
h4 {
  margin: 0 0 12px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  color: #685c54;
}
h5 {
  margin: 0 0 12px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: #685c54;
}
h6 {
  margin: 0 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1;
  color: #685c54;
}
.title--large,
a.title--large,
.title--large h2,
.title--large a {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.1;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .title--large,
  a.title--large,
  .title--large h2,
  .title--large a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .title--large,
  a.title--large,
  .title--large h2,
  .title--large a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
/**
 * GRID
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
/**
 * Container
 * -----------------------------------------------------------------------------
*/
.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
/**
 * Row
 * -----------------------------------------------------------------------------
*/
.row40 {
  margin-left: -40px;
  margin-right: -40px;
}
.row20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
/* 
*** COLUMNS (all)
=========================================================================== */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.two-column,
.two-columns,
.three-column,
.three-columns,
.four-column,
.four-columns,
.five-column,
.five-columns,
.six-column,
.six-columns,
.ten .twenty,
.thirty,
.fourty,
.forty,
.fifty,
.sixty,
.seventy,
.eighty,
.ninety,
.hundred {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
/* 
*** Large
=========================================================================== */
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-lg-pull-12 {
  right: 100%;
}
.col-lg-pull-11 {
  right: 91.66666667%;
}
.col-lg-pull-10 {
  right: 83.33333333%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-8 {
  right: 66.66666667%;
}
.col-lg-pull-7 {
  right: 58.33333333%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-5 {
  right: 41.66666667%;
}
.col-lg-pull-4 {
  right: 33.33333333%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-2 {
  right: 16.66666667%;
}
.col-lg-pull-1 {
  right: 8.33333333%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-push-12 {
  left: 100%;
}
.col-lg-push-11 {
  left: 91.66666667%;
}
.col-lg-push-10 {
  left: 83.33333333%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-8 {
  left: 66.66666667%;
}
.col-lg-push-7 {
  left: 58.33333333%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-5 {
  left: 41.66666667%;
}
.col-lg-push-4 {
  left: 33.33333333%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-2 {
  left: 16.66666667%;
}
.col-lg-push-1 {
  left: 8.33333333%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-offset-12 {
  margin-left: 100%;
}
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-5 {
  margin-left: 41.66666667%;
}
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.col-lg-offset-0 {
  margin-left: 0%;
}
/* 
*** Medium
=========================================================================== */
@media (max-width: 1199px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/* 
*** Small
=========================================================================== */
@media screen and (max-width: 991px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/* 
*** Xsmall
=========================================================================== */
@media screen and (max-width: 767px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
/* 
*** XXsmall
=========================================================================== */
@media screen and (max-width: 480px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
/* 
*** XXsmall
=========================================================================== */
@media screen and (max-width: 360px) {
  .col-xxxs-1,
  .col-xxxs-2,
  .col-xxxs-3,
  .col-xxxs-4,
  .col-xxxs-5,
  .col-xxxs-6,
  .col-xxxs-7,
  .col-xxxs-8,
  .col-xxxs-9,
  .col-xxxs-10,
  .col-xxxs-11,
  .col-xxxs-12 {
    float: left;
  }
  .col-xxxs-12 {
    width: 100%;
  }
  .col-xxxs-11 {
    width: 91.66666667%;
  }
  .col-xxxs-10 {
    width: 83.33333333%;
  }
  .col-xxxs-9 {
    width: 75%;
  }
  .col-xxxs-8 {
    width: 66.66666667%;
  }
  .col-xxxs-7 {
    width: 58.33333333%;
  }
  .col-xxxs-6 {
    width: 50%;
  }
  .col-xxxs-5 {
    width: 41.66666667%;
  }
  .col-xxxs-4 {
    width: 33.33333333%;
  }
  .col-xxxs-3 {
    width: 25%;
  }
  .col-xxxs-2 {
    width: 16.66666667%;
  }
  .col-xxxs-1 {
    width: 8.33333333%;
  }
  .col-xxxs-pull-12 {
    right: 100%;
  }
  .col-xxxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxxs-pull-9 {
    right: 75%;
  }
  .col-xxxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxxs-pull-6 {
    right: 50%;
  }
  .col-xxxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxxs-pull-3 {
    right: 25%;
  }
  .col-xxxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxxs-pull-0 {
    right: auto;
  }
  .col-xxxs-push-12 {
    left: 100%;
  }
  .col-xxxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxxs-push-9 {
    left: 75%;
  }
  .col-xxxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxxs-push-6 {
    left: 50%;
  }
  .col-xxxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxxs-push-3 {
    left: 25%;
  }
  .col-xxxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxxs-push-0 {
    left: auto;
  }
  .col-xxxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxxs-offset-0 {
    margin-left: 0%;
  }
}
/* 
*** Alternative Grid System
=========================================================================== */
.two-column,
.two-columns {
  width: 50%;
}
.three-column,
.three-columns {
  width: 33.33333%;
}
.four-column,
.four-columns {
  width: 25%;
}
.five-column,
.five-columns {
  width: 20%;
}
.six-column,
.six-columns {
  width: 16.6%;
}
.ten {
  width: 10%;
}
.twenty {
  width: 20%;
}
.thirty {
  width: 30%;
}
.fourty,
.forty {
  width: 40%;
}
.fifty {
  width: 50%;
}
.sixty {
  width: 60%;
}
.seventy {
  width: 70%;
}
.eighty {
  width: 80%;
}
.ninety {
  width: 90%;
}
.hundred {
  width: 100%;
}
/* 
*** VISIBLE/HIDDEN
=========================================================================== */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* 
*** CLEARFIX
=========================================================================== */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row40:before,
.row40:after,
.row20:before,
.row20:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row40:after,
.row20:after,
.row:after {
  clear: both;
}
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .two-column,
  .two-columns,
  .three-column,
  .three-columns,
  .four-column,
  .four-columns,
  .five-column,
  .five-columns,
  .six-column,
  .six-columns,
  .ten .twenty,
  .thirty,
  .fourty,
  .forty,
  .fifty,
  .sixty,
  .seventy,
  .eighty,
  .ninety,
  .hundred {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
/**
 * FORMS
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  color: #766a62;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
}
.required {
  color: #d11242;
  font-weight: 700;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d8cfc6;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #c2b7ab;
  background-color: #fdfdfd;
}
input,
textarea {
  color: #766a62;
  padding: 7px 10px 7px;
}
textarea {
  width: 100%;
}
input:focus,
textarea:focus {
  outline: 0;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
textarea,
select {
  width: 100%;
}
input,
select {
  line-height: 1;
  height: 33px;
  border-radius: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  width: 13px;
  height: 13px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}
input[type="file"] {
  border: none;
  width: 100%;
  padding: 0;
}
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px 7px;
  background: #ffffff url(http://www.newuses.com/wp-content/themes/newuses/less/../images/select-arrow.jpg) no-repeat 100% 0;
}
.select-box-wrapper {
  width: 100%;
  overflow: hidden;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.submit input[type="submit"] {
  font-family: 'Arvo', "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 14px 30px;
  background-color: #4f2683;
  color: #fff;
  text-transform: uppercase;
  height: auto;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit input[type="submit"]:hover {
  background-color: #d11242;
}
/**
 * OWN A FRANCHISE FORM
 * -----------------------------------------------------------------------------
*/
.fr-form {
  color: #766a62;
  background-color: #f6f2ee;
}
.fr-form header {
  position: relative;
  padding: 20px;
  text-align: center;
  background-color: #685c54;
}
.fr-form header h2 {
  font-family: 'Arvo', "Times New Roman", Times, serif;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
.fr-form header .form-toggle {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  padding-right: 10px;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/cir-arrow-sprite.png) no-repeat 80% 17px;
}
.fr-form header .form-toggle.closed {
  background-position: 80% -59px;
}
.fr-form .wpcf7-form {
  padding: 25px 23px;
}
.fr-form ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.fr-form .city,
.fr-form .state {
  width: 50%;
  float: left;
}
.fr-form .city {
  padding-right: 15px;
}
.fr-form .state {
  padding-left: 15px;
}
.fr-form .comments {
  clear: both;
  margin-bottom: 24px;
}
.fr-form .submit {
  margin-bottom: 0;
}
.fr-form .required-note {
  font-size: 12px;
  color: #d11242;
}
/**
 * FORM FOR LARGE ITEMS
 * -----------------------------------------------------------------------------
*/
.form-lg-items {
  padding-top: 1em;
  margin-right: -20px;
  margin-left: -20px;
}
.form-lg-items label {
  font-weight: 700;
}
.form-lg-items .fr-item {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}
.form-lg-items .fr-item.description {
  float: none;
  width: 100%;
}
.form-lg-items .input-group {
  float: left;
  width: 50%;
}
.form-lg-items .pics-group .fr-item {
  position: relative;
  width: 25%;
}
.form-lg-items .pics-group .reset {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 0px;
  line-height: 1;
  color: red;
  cursor: pointer;
}
.form-lg-items .pics-group .reqs {
  position: relative;
  top: -8px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  padding-left: 20px;
  padding-right: 20px;
}
.form-lg-items .submit {
  clear: both;
  padding-top: 1em;
  text-align: center;
}
/**
 * CONTACT US FORM
 * -----------------------------------------------------------------------------
*/
.fr-contact {
  padding-top: 3em;
  margin-left: -20px;
  margin-right: -20px;
}
.fr-contact label {
  font-weight: 700;
}
.fr-contact .fr-item {
  width: 50%;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.fr-contact .fr-message {
  width: 100%;
}
.fr-contact .submit {
  padding-top: 1em;
}
/**
 * APPLY ONLINE
 * -----------------------------------------------------------------------------
*/
span.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .column-wrapper {
  overflow: hidden;
  border-bottom: 2px solid black;
  margin-bottom: 20px;
}
.wpcf7 .column-wrapper input[type="text"],
.wpcf7 .column-wrapper input[type="tel"],
.wpcf7 .column-wrapper input[type="email"] {
  width: 100%;
}
.wpcf7 .column-wrapper > p {
  padding-right: 10px;
  padding-left: 0;
  margin-bottom: 30px;
}
.wpcf7 .column-wrapper p.one-column {
  width: 100%;
}
.wpcf7 .column-wrapper p.two-column {
  float: left;
  width: 50%;
}
.wpcf7 .column-wrapper p.three-column {
  float: left;
  width: 33.3%;
}
.wpcf7 .column-wrapper p.four-column {
  float: left;
  width: 25%;
}
.wpcf7 .current-date {
  display: none;
}
.wpcf7 .select-store {
  width: 30%;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
/**
*  MEDIA QUERIES
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {
  .fr-form .wpcf7-form {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .fr-form {
    margin-top: 10px;
  }
  .fr-form header h2 {
    padding-right: 60px;
  }
  .fr-contact {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fr-contact .fr-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-lg-items {
    margin-right: -15px;
    margin-left: -15px;
  }
  .form-lg-items .fr-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-lg-items .input-group {
    float: left;
    width: 100%;
  }
  .form-lg-items .pics-group .fr-item {
    width: 50%;
  }
  .form-lg-items .pics-group .reqs {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .form-lg-items {
    margin-right: 0;
    margin-left: 0;
  }
  .form-lg-items .fr-item {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
  .form-lg-items .input-group {
    float: left;
    width: 100%;
  }
  .form-lg-items .pics-group .fr-item {
    width: 100%;
  }
  .fr-contact {
    padding-top: 1em;
    margin-left: 0;
    margin-right: 0;
  }
  .fr-contact .fr-item {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 643px) {
  .wpcf7 .select-store {
    width: 100%;
  }
  .wpcf7 .column-wrapper > p {
    padding-right: 0;
  }
  .wpcf7 .column-wrapper p.two-column {
    float: none;
    width: 100%;
  }
  .wpcf7 .column-wrapper p.three-column {
    float: none;
    width: 100%;
  }
  .wpcf7 .column-wrapper p.four-column {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .fr-form .state,
  .fr-form .city {
    width: 100%;
    float: none;
    padding: 0;
  }
  .fr-form header {
    padding: 10px;
  }
  .fr-form .wpcf7-form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 340px) {
  .fr-form header h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/**
 * BUTTONS
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
.btn {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  background-color: #9398cc;
  color: #fff;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:focus {
  background-color: #d11242;
  color: #fff;
}
.btn:hover a,
.btn:focus,
.btn:focus a {
  color: #fff;
}
/**
*  PURPLE BUTTON
* -----------------------------------------------------------------------------
*/
.btn--purple {
  background-color: #4f2683;
}
/**
 * Sizes
 * -----------------------------------------------------------------------------
*/
.btn--xlg {
  font-family: 'Arvo', "Times New Roman", Times, serif;
  font-weight: 400;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-transform: none !important;
}
.btn--lg {
  font-family: 'Arvo', "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 32px;
  line-height: 1;
}
.btn--sm {
  padding: 14px 28px;
  line-height: 1;
}
.btn--xs {
  padding: 10px 12px;
  line-height: 1;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  .btn--xlg {
    height: 80px;
    line-height: 80px;
  }
}
/**
 * Helpers
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
/**
 * Table Centering
 * -----------------------------------------------------------------------------
*/
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
}
.vertical-top,
.vert-top {
  vertical-align: top;
}
.vertical-mid,
.vert-mid {
  vertical-align: middle;
}
.vertical-bottom,
.vert-bottom {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .table.collapsed,
  .table-cell.collapsed {
    display: block;
    width: 100% !important;
  }
}
/**
 * Positioning
 * -----------------------------------------------------------------------------
*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.absolute-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 2;
}
/**
 * Dispaly
 * -----------------------------------------------------------------------------
*/
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
/**
 * Margins and Paddings
 * -----------------------------------------------------------------------------
*/
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
/**
 * Clearing
 * -----------------------------------------------------------------------------
*/
.clear {
  clear: both;
}
/**
 * Alignment
 * -----------------------------------------------------------------------------
*/
.center-block,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right,
.alignright {
  float: right;
}
.pull-left,
.alignleft {
  float: left;
}
/**
 * Text Helpers
 * -----------------------------------------------------------------------------
*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.textcenter {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
/**
 * Hide Text
 * -----------------------------------------------------------------------------
*/
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-indent: -9999px;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/**
 * Visibility Toggle
 * -----------------------------------------------------------------------------
*/
.show {
  display: block;
}
.hide {
  display: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
  visibility: hidden;
}
/**
 * List Style
 * -----------------------------------------------------------------------------
*/
.list-normal {
  padding-left: 20px;
}
.list-unstyled {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/**
 * Image
 * -----------------------------------------------------------------------------
*/
.img-responsive,
.img-responsive > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-stretch,
.img-stretch > img {
  display: block;
  width: 100%;
  height: auto;
}
.img-circle,
.img-circle > img {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
/**
 * Colors
 * -----------------------------------------------------------------------------
*/
.text-white,
.text-white a {
  color: #fff;
}
.text-black,
.text-black a {
  color: #000;
}
.text-brown,
.text-brown a {
  color: #685c54;
}
.text-light-brown,
.text-light-brown a {
  color: #d8cfc6;
}
.white-bg {
  background-color: #fff;
}
.black-bg {
  background-color: #000;
}
.purple-bg {
  background-color: #3f1e69;
}
.light-brown-bg {
  background-color: #d8cfc6;
}
/**
 * Borders
 * -----------------------------------------------------------------------------
*/
.purple-brd {
  border: 10px solid #4f2683;
}
.light-brown-brd {
  border: 10px solid #d8cfc6;
}
/**
* INHERETANCE 
* -----------------------------------------------------------------------------
*/
.h-inherit {
  max-height: inherit;
  min-height: inherit;
  height: inherit;
}
/**
 * Misc
 * -----------------------------------------------------------------------------
*/
.pointer:hover {
  cursor: pointer;
}
/**
 * Embed
 * -----------------------------------------------------------------------------
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * Mics
 * -----------------------------------------------------------------------------
*/
.note {
  display: block;
  font-style: italic;
  margin-bottom: 10px;
}
/**
 * Ninja Forms
 * -----------------------------------------------------------------------------
*/
/**
 * WP HELPERS
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.wp-caption {
  margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption {
  color: #ccc;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}
div.wp-caption .wp-caption-text {
  padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
}
/**
* SITE HEADER
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
*/
.site-header {
  height: 150px;
  border-bottom: 1px solid #d8cfc6;
  /*-----  LOGO  ------*/
}
.site-header .header-main {
  padding: 26px 20px 0;
}
.site-header .site-logo a {
  display: block;
  width: 320px;
  height: 82px;
  margin-right: 12px;
  background: transparent url(http://www.newuses.com/wp-content/themes/newuses/less/../images/site_logo.png) no-repeat 0 0;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .site-header {
    height: 110px;
    /*-----  LOGO  ------*/
  }
  .site-header .site-logo a {
    width: 270px;
    height: 70px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    height: 80px;
  }
  .site-header .header-main {
    padding: 15px 20px 0;
  }
  .site-header .site-logo a {
    width: 210px;
    height: 55px;
  }
}
/**
 * DESKTOP NAVIGATION
 * -----------------------------------------------------------------------------
*/
#primary-navigation {
  padding-top: 15px;
}
#primary-navigation .nav-menu > li {
  position: relative;
  float: left;
  line-height: 1;
}
#primary-navigation .nav-menu > li > a {
  display: block;
  padding: 0 15px 29px;
  color: #333333;
  line-height: inherit;
}
#primary-navigation .nav-menu > li:hover > a,
#primary-navigation .nav-menu > li.current-menu-item > a,
#primary-navigation .nav-menu > li.current-page-parent > a {
  color: #4f2683;
}
#primary-navigation .nav-menu > li.menu-item-has-children:hover:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 32px;
  height: 9px;
  bottom: 9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 16px 0 16px;
  border-color: #4e2683 transparent transparent transparent;
}
#primary-navigation .nav-menu li ul {
  position: absolute;
  left: -99999px;
  top: auto;
  min-width: 230px;
  list-style: none;
  padding: 0;
  background: transparent url(http://www.newuses.com/wp-content/themes/newuses/less/../images/submenu_bg.png) repeat 0 0;
  z-index: 1000;
}
#primary-navigation .nav-menu li:hover ul {
  left: -24px;
}
#primary-navigation .nav-menu li ul li a {
  display: block;
  padding: 10px 18px;
  color: #fff;
}
#primary-navigation .nav-menu li ul li a:hover {
  background: #584d46;
}
#primary-navigation li.menu-item-search {
  display: block;
  z-index: 1000;
}
#primary-navigation li.menu-item-search a {
  width: 17px;
  height: 17px;
  padding-bottom: 0;
  background: transparent url(http://www.newuses.com/wp-content/themes/newuses/less/../images/search_magnifying_glass.png) no-repeat 100% 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#primary-navigation li.menu-item-search a:hover,
#primary-navigation li.menu-item-search.active a {
  background-position: 100% -51px;
}
#primary-navigation li.menu-item-search.active:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 32px;
  height: 9px;
  bottom: 9px;
  right: -10px;
  bottom: -19px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 16px 0 16px;
  border-color: #4e2683 transparent transparent transparent;
}
#primary-navigation li.menu-item-search .search-box {
  bottom: -62px;
  right: -10px !important;
  width: 230px;
  height: 33px;
  min-width: 230px;
  overflow: hidden;
}
#primary-navigation li.menu-item-search .search-box .search-field {
  min-width: 230px;
  background: #584d46;
  color: white;
  border: none;
  outline: none;
}
/**
 * MOBILE NAVIGATION
 * -----------------------------------------------------------------------------
*/
#mobile-menu-btn {
  display: none;
  position: relative;
  float: right;
  width: 45px;
  height: 40px;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/mobile_menu_icon.png) no-repeat 0 0;
}
#mobile-menu-btn.opened {
  background-position: 0 -80px;
}
#mobile-navigation {
  display: none;
  position: absolute;
  top: 0;
  right: -78%;
  width: 78%;
  height: 100%;
  background: #fff;
}
#mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-navigation ul li {
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #d8cfc6;
}
#mobile-navigation ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  padding: 19px 40px 19px 20px;
}
#mobile-navigation ul li a:hover {
  background: #e4e4e4;
}
#mobile-navigation ul li ul {
  background-color: #685c54;
}
#mobile-navigation ul li ul li {
  border-bottom: none;
}
#mobile-navigation ul li ul a {
  color: #fff;
}
#mobile-navigation ul li ul a:hover {
  background: #76685f;
}
#mobile-navigation > ul > li.opened > a {
  background-color: #e4e4e4;
}
#mobile-navigation .sub-menu {
  display: none;
}
#mobile-navigation .toggle-submenu {
  position: absolute;
  right: 20px;
  top: 8px;
  display: block;
  width: 38px;
  height: 38px;
  background-color: #4f2683;
  cursor: pointer;
}
#mobile-navigation .toggle-submenu:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/mobile_menu_icon.png) no-repeat -3px -139px;
}
#mobile-navigation .toggle-submenu.opened:after {
  background-position: -3px -194px;
}
#mobile-navigation ul li ul .toggle-submenu:after {
  border-color: transparent transparent transparent #d1d1d1;
}
#mobile-navigation ul li ul .toggle-submenu.opened:after {
  border-color: #d1d1d1 transparent transparent transparent;
}
#mobile-navigation .menu-item-search .search-box {
  padding: 20px;
}
#mobile-navigation .menu-item-search .search-box:hover {
  background: none;
}
#mobile-navigation .menu-item-search .search-box {
  position: relative;
  float: none;
  width: 100%;
}
#mobile-navigation .menu-item-search .search-box input {
  border: none;
}
#mobile-navigation .menu-item-search .search-box .search-field {
  width: 100%;
  background-color: #d8cfc6;
  color: #fff;
  padding-right: 35px;
}
#mobile-navigation .menu-item-search .search-box .search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 30px;
  height: 17px;
  border: none;
  background: transparent url(http://www.newuses.com/wp-content/themes/newuses/less/../images/search_magnifying_glass.png) no-repeat 0 0;
}
/**
 * FOOTER NAVIGATION
 * -----------------------------------------------------------------------------
*/
#secondary-navigation li {
  float: left;
  padding: 15px 16px 5px;
  line-height: 1;
}
#secondary-navigation a {
  line-height: inherit;
}
#secondary-navigation .facebook {
  padding-top: 10px;
}
#secondary-navigation .facebook a {
  display: block;
  text-indent: -99999px;
  width: 29px;
  height: 29px;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/facebook_icon.png) no-repeat 50% 50%;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 1160px) {
  #primary-navigation .nav-menu > li > a {
    display: block;
    padding: 0 13px 29px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1100px) {
  #primary-navigation .nav-menu > li > a {
    display: block;
    padding: 0 10px 29px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1080px) {
  #primary-navigation .nav-menu > li > a {
    display: block;
    padding: 0 10px 29px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1050px) {
  #primary-navigation .nav-menu > li > a {
    display: block;
    padding: 0 7px 29px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1010px) {
  #primary-navigation .nav-menu > li > a {
    display: block;
    padding: 0 6px 29px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 995px) {
  #primary-navigation .nav-menu > li > a {
    display: block;
    padding: 0 5px 29px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 991px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #primary-navigation {
    display: block;
  }
  #mobile-menu-btn {
    display: none;
  }
  #mobile-navigation {
    display: none;
  }
  #secondary-navigation {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #secondary-navigation li {
    padding: 15px 8px 5px;
  }
}
@media screen and (max-width: 767px) {
  #secondary-navigation {
    font-size: 15px;
    font-size: 0.9375rem;
    float: none;
    text-align: center;
  }
  #secondary-navigation .nav-menu {
    display: inline-block;
  }
  #secondary-navigation li {
    width: 50%;
    padding: 15px 8px 5px;
    text-align: left;
  }
  #secondary-navigation .facebook {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  #primary-navigation {
    display: none;
  }
  #mobile-menu-btn {
    display: block;
  }
  #mobile-navigation {
    display: block;
  }
  #mobile-navigation ul li a {
    padding: 11px 40px 12px 20px;
  }
  #mobile-navigation .toggle-submenu {
    top: 5px;
    width: 28px;
    height: 28px;
  }
  #mobile-navigation .toggle-submenu:after {
    background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/mobile_menu_icon.png) no-repeat -8px -144px;
  }
  #mobile-navigation .toggle-submenu.opened:after {
    background-position: -8px -199px;
  }
  #secondary-navigation {
    text-align: left;
  }
  #secondary-navigation .nav-menu {
    display: block;
  }
  #secondary-navigation li {
    width: 50%;
    padding: 5px 0;
  }
}
/**
 * BASIC STRUCTURE
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
#outerpage {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#page {
  position: relative;
}
body.mobile #page {
  -webkit-backface-visibility: hidden;
}
.apply-transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.csstransforms .move-page {
  -webkit-transform: translate(-78%, 0);
  -moz-transform: translate(-78%, 0);
  -o-transform: translate(-78%, 0);
  -ms-transform: translate(-78%, 0);
  transform: translate(-78%, 0);
  right: 0 !important;
}
.move-page {
  right: 78%;
}
/**
 * -----------------------------------------------------------------------------
*/
.site {
  background-color: #fff;
  position: relative;
}
.main-content {
  width: 100%;
}
.content-area {
  padding-top: 10px;
}
.site-content ul li {
  margin-bottom: 6px;
}
/** OVERLAY
 * -----------------------------------------------------------------------------
*/
.overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/overlay-50.png) repeat 0 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
/** VIDEO
 * -----------------------------------------------------------------------------
*/
video {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/** VIDEO PLAY BTN
 * -----------------------------------------------------------------------------
*/
.play-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/video-play-btn.png) no-repeat 50% 50%;
}
/**
*  404
* -----------------------------------------------------------------------------
*/
body.error404 .page-content,
body.search .page-content {
  padding-bottom: 7em;
}
body.error404 .page-content .search-field,
body.search .page-content .search-field {
  height: 34px;
}
body.search-results .site-content {
  padding-bottom: 3em;
}
/**
 * ENTRY CONTENT
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
.edit-link {
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
article[class*="page"] {
  margin-bottom: 2.4em;
}
body.home article[class*="page"] {
  padding: 1.563em 0 4.375em;
  margin-bottom: 0;
}
.col-lg-8 .entry-header {
  text-align: left;
}
.col-lg-8 .entry-header.text-center {
  text-align: center;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  body.home article[class*="page"] {
    padding: 1em 0 3em;
  }
}
@media screen and (max-width: 767px) {
  body.home article[class*="page"] {
    padding: 0.5em 0 1.8em;
  }
}
/**
 * PRIMARY SIDEBAR
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
/**
 * BLOG
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
.blog__body {
  padding-top: 2.1875em;
}
.blog__body .edit-link {
  clear: none;
  display: inline-block;
  text-transform: lowercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
.blog__content .blog__content--inner {
  padding-left: 40px;
  padding-right: 35px;
  margin-bottom: 3em;
}
.blog__content .page-title {
  margin-top: 0;
  margin-bottom: 1.2em;
}
.blog__content .entry-title {
  margin-top: 0;
}
.blog__content .entry-title a {
  color: #222;
}
.blog__content .entry-title a:hover {
  color: #4f2683;
}
.blog__content .post {
  padding-bottom: 10px;
  border-bottom: 1px solid #d8cfc6;
  margin-bottom: 1.875em;
}
.blog__content .post img {
  display: block;
  max-width: 100%;
}
.blog__content .entry-meta {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #998f87;
  margin-bottom: 1.3em;
}
.blog__content .post-thumnail {
  display: inline-block;
}
.blog__content .post-thumnail img {
  display: block;
  width: 100%;
  max-width: none;
}
.blog__content .more-link {
  font-weight: 700;
}
body.single .blog__body .post {
  border-bottom: none;
}
/**
 * PAGINATION
 * -----------------------------------------------------------------------------
*/
.paging-navigation {
  font-family: 'Arvo', "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
}
.paging-navigation a {
  color: #fff;
}
.paging-navigation .loop-pagination {
  text-align: center;
}
.paging-navigation .page-numbers {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #4f2683;
}
.paging-navigation .page-numbers.current {
  background-color: #9398cc;
}
.paging-navigation .next.page-numbers,
.paging-navigation .prev.page-numbers {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #4f2683;
}
.paging-navigation .next.page-numbers:hover,
.paging-navigation .prev.page-numbers:hover {
  color: #222;
}
/**
 * POST NAVIGATION
 * -----------------------------------------------------------------------------
*/
.nav-links {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  hyphens: auto;
  word-wrap: break-word;
}
.post-navigation,
.image-navigation {
  margin: auto;
  max-width: 474px;
  padding: 0 10px;
}
.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 0 12px;
  width: 100%;
}
.post-navigation .meta-nav {
  color: #767676;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 2;
  text-transform: uppercase;
}
.post-navigation a,
.image-navigation a {
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857142;
  text-transform: none;
}
.post-navigation a:hover,
.image-navigation a:hover {
  color: #4f2683;
}
/**
* MEDIA QUERIES 
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .blog__body .blog__content--inner {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.1875em;
  }
  .blog__body .blog__content--inner {
    padding: 0;
    margin-bottom: 1.2em;
  }
  .blog__body .blog__sidebar {
    margin-bottom: 20px;
  }
}
/**
 * BLOG SIDEBAR
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
.widget {
  margin-bottom: 1.7em;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.widget ul li {
  margin-bottom: 3px;
}
.widget-title {
  padding: 9px 0 13px 45px;
  color: #4f2683;
  background: #f6f2ee url(http://www.newuses.com/wp-content/themes/newuses/less/../images/cir-arrow-sprite.png) no-repeat 12px 7px;
  font-weight: 700;
  cursor: pointer;
}
.widget-title.closed {
  background-color: #4f2683;
  background-position: 12px -68px;
  color: #fff;
}
/**
 * FOOTER
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
.site-footer a {
  color: #000;
}
.site-footer a:hover {
  color: #4f2683;
}
.site-footer .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .footer-top {
  border-top: 1px solid #afa7a0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #d8cfc6;
}
.site-footer .site-logo a {
  display: block;
  width: 250px;
  height: 64px;
  background: transparent url(http://www.newuses.com/wp-content/themes/newuses/less/../images/site_logo_footer.png) no-repeat 0 0;
  background-size: 100%;
}
.site-footer .footer-bottom {
  font-size: 12px;
  font-size: 0.75rem;
  color: #837870;
  background: #111;
  padding-top: 15px;
  padding-bottom: 55px;
}
.site-footer .footer-bottom a {
  color: inherit;
  text-decoration: underline;
}
.site-footer .footer-bottom a:hover {
  color: #b3aba6;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .site-footer .site-logo a {
    width: 215px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-logo {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .site-footer .site-logo a {
    display: inline-block;
    vertical-align: top;
  }
}
/**
 * PULLS
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
.pull__title {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 2px 2px 3px #000000;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .pull__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .pull__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/**
*  CALLOUTS, PANELS, BOXES 
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
*/
/**
 * HERO UNIT
 * -----------------------------------------------------------------------------
*/
.hero-unit-inner {
  height: 540px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.hero-unit-inner .absolute-stretch {
  padding: 20px;
}
.hero-unit__title {
  font-family: 'Arvo', "Times New Roman", Times, serif;
  font-size: 48px;
  font-size: 3rem;
  width: 100%;
  text-shadow: 2px 2px 3px #000000;
}
/**
*  CALLOUTS
* -----------------------------------------------------------------------------
*/
.callout-inner {
  padding: 10px;
}
.callout--large .callout-inner--large {
  height: 354px;
  overflow: hidden;
}
/**
*  STORE LOCATOR BOX (front-page)
* -----------------------------------------------------------------------------
*/
.store-locator-box .store-locator-box-inner {
  height: 170px;
  overflow: hidden;
  background-image: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/store_locator_box_bg.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.store-locator-box .store-locator-form input {
  border: none;
  outline: none;
}
.store-locator-box .store-locator-form .zip {
  width: 140px;
}
.store-locator-box .store-locator-form .submit-btn {
  margin-left: -3px;
}
.store-locator-box--large .store-locator-box-inner {
  height: 170px;
}
.store-locator-box--large .store-locator-box__title {
  margin-bottom: 17px;
}
.store-locator-box--small .store-locator-box-inner {
  height: 100px;
  padding-top: 24px;
  padding-bottom: 23px;
  background-image: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/store_locator_box_bg--xsmall.png);
}
.store-locator-box--small .store-locator-box__title {
  margin-top: -4px;
  margin-right: 30px;
  display: inline-block;
}
.store-locator-box--small .store-locator-form {
  display: inline-block;
}
.store-locator-box--small .store-locator-form .zip {
  max-width: 140px;
}
.store-locator-box.store-locator-box--xlg .store-locator-box-inner {
  height: 440px;
  padding: 10% 15% 0;
  background-position: 0 0;
}
.store-locator-box.store-locator-box--xlg .store-locator-box__title {
  margin-top: 0;
  color: #685c54;
}
.store-locator-box.store-locator-box--xlg .store-locator-box__subtitle {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.store-locator-box.store-locator-box--xlg .store-locator-form #zip {
  line-height: inherit;
}
/**
*  SECTION: General
* -----------------------------------------------------------------------------
*/
.section .section__body {
  padding-top: 2.8em;
  padding-bottom: 3.750em;
}
.section .section__content {
  padding-bottom: 10px;
}
/**
*  SECTION: Intro (front-page)
* -----------------------------------------------------------------------------
*/
.section--intro {
  overflow: hidden;
}
.section--intro .section__body {
  padding-left: 40px;
}
.section--intro .section__image {
  background-size: cover;
}
.section--intro .section__image img {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 15px;
  margin: auto;
}
.section--intro.col-lg-12 {
  padding-right: 40px;
}
/**
*  SECTION: Bottom (appears on multiple pages above the footer)
* -----------------------------------------------------------------------------
*/
.section--bottom {
  padding: 0 0 2.2em;
}
.section--bottom.hasBorder {
  padding: 2.5em 0 2.2em;
}
.section--bottom .section--bottom__border {
  display: block;
  height: 1px;
  width: 93%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: #d8cfc6;
}
.section--bottom .section--bottom__paragraph {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 2em 0 2em;
  border-top: 1px solid #d8cfc6;
}
.page-id-16 .section--bottom .section--bottom__border {
  display: none;
}
/**
*  SECTION BOTTOM: Link box
* -----------------------------------------------------------------------------
*/
.link-box a {
  line-height: 88px;
}
/**
*  TILES
* -----------------------------------------------------------------------------
*/
.tiles {
  margin-bottom: 1.5em;
}
body.page-template-buy-sell-child-template .tiles {
  padding-top: 40px;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 2em;
  border-top: 1px solid #d8cfc6;
}
.tile.tile--half {
  padding-right: 40px;
  padding-left: 40px;
}
body.page-template-buy-sell-child-template .tile.tile--half {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-right: 60px;
  padding-left: 10px;
}
body.page-template-buy-sell-child-template .tile.tile--half.tile--text {
  padding-left: 45px;
  padding-right: 0;
}
.tiles--half-wrapper {
  clear: both;
  margin-top: 5px;
  padding-left: 40px;
  padding-right: 40px;
}
.tiles--half-wrapper:first-child {
  margin-top: 0;
}
.tiles--half-wrapper:first-child .tiles--half-inner {
  padding-top: 0;
  border: none;
}
.tiles--half-inner {
  border-top: 1px solid #d8cfc6;
  padding-top: 35px;
}
.tiles--half-inner .tile.tile--half:nth-child(odd) {
  padding-left: 0;
}
.tiles--half-inner .tile.tile--half:nth-child(even) {
  padding-right: 0;
}
/**
*  ITEMS CATEGORIES: (BUY AND SELL ITEMS) 
* -----------------------------------------------------------------------------
*/
.items-cat {
  padding-left: 35px;
  padding-bottom: 1.6em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #d8cfc6;
}
.items-cat .toggle-icon {
  display: block;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: transparent url(http://www.newuses.com/wp-content/themes/newuses/less/../images/cir-arrow-sprite.png) no-repeat 0 0;
}
.items-cat.closed .toggle-icon {
  background-position: 0 -76px;
}
.items-cat.closed .items-cat__title {
  color: #4f2683;
}
.items-cat .items-cat__title {
  margin-top: 0;
}
.items-cat .items-cat__image img {
  margin: 10px auto 0;
}
.items-cat .items-cat__image.even {
  float: right;
}
.items-cat .items-cat__list ul {
  overflow: hidden;
  list-style: none;
  margin-bottom: 0;
  column-count: 2;
  column-gap: 0;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
}
.items-cat .items-cat__list ul li {
  padding-left: 12px;
  padding-right: 13px;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/bullet.png) no-repeat 0 8px;
}
.items-cat .items-cat__list ul li:nth-child(even) {
  padding-right: 0;
}
.items-cat .items-cat__list.even ul {
  padding-left: 0;
}
.items-cat.last {
  margin-bottom: 0;
  border-bottom: none;
}
/**
*  FLYERS (adwords)
* -----------------------------------------------------------------------------
*/
.flyers {
  color: #fff;
  margin-bottom: 1.4em;
}
.flyers .flyer {
  padding: 25px 10px 25px;
  background-color: #4f2683;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  float: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.flyers .flyer:hover {
  background-color: #d11242;
}
.flyers .flyer:first-child {
  border-left: none;
}
.flyers .flyer:last-child {
  border-right: none;
}
.flyers .flyer__thumb {
  margin-bottom: 1.5em;
}
.flyers .flyer__title,
.flyers .flyer__subtitle {
  color: #fff;
}
.flyers .flyer__title {
  font-family: 'Arvo', "Times New Roman", Times, serif;
}
.flyers .flyer__subtitle {
  margin-bottom: 0;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .hero-unit-inner {
    height: 380px;
  }
  .hero-unit__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .store-locator-box.store-locator-box--xlg .store-locator-box-inner {
    height: 310px;
    padding: 25px 25% 0;
  }
  .store-locator-box.store-locator-box--xlg .store-locator-box__subtitle {
    margin-top: 0;
  }
  .store-locator-box--large .store-locator-box-inner {
    height: 145px;
    background-image: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/store_locator_box_bg--small.png);
  }
  .store-locator-box--large .store-locator-box__title {
    margin-bottom: 10px;
  }
  .store-locator-box--small {
    display: table;
  }
  .store-locator-box--small .store-locator-box-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    padding: 0;
  }
  .store-locator-box--small .store-locator-box__title {
    display: block;
    margin: 0 0 10px 0;
  }
  .store-locator-box--small .store-locator-form {
    display: block;
  }
  .callout--large .callout-inner--large {
    height: 219px;
  }
  .section .section__body {
    padding-top: 1.8em;
    padding-bottom: 2.2em;
  }
  .section--bottom .section--bottom__paragraph {
    padding: 1.5em 0 1.5em;
  }
  .page-id-16 .section--bottom.hasBorder {
    padding-top: 2em;
  }
  .section--intro .section__image img {
    right: 0;
  }
  .items-cat .items-cat__list ul {
    padding-left: 40px;
  }
  .link-box a {
    line-height: 91px;
  }
  body.page-template-buy-sell-child-template .tile.tile--half {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-unit__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .store-locator-box.store-locator-box--xlg .store-locator-box-inner {
    height: 280px;
    padding: 15px 15% 0;
  }
  .store-locator-box.store-locator-box--xlg .store-locator-box__subtitle {
    margin-top: 0;
  }
  .store-locator-box--small .store-locator-box-inner {
    height: 115px;
    padding: 0;
  }
  .store-locator-box--small .store-locator-box__title {
    display: block;
    margin: 0 0 10px 0;
  }
  .store-locator-box--small .store-locator-form {
    display: block;
  }
  .callout--large .callout-inner--large {
    height: 235px;
  }
  .section .section__body {
    padding-top: 1.2em;
    padding-bottom: 1.6em;
  }
  .section .section__content {
    padding-bottom: 5px;
  }
  .section--bottom {
    padding: 0 0 1.8em;
  }
  .section--bottom .section--bottom__paragraph {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 1.1em 0 1em;
  }
  .page-id-16 .section--bottom.hasBorder {
    padding-top: 20px;
  }
  .page-id-16 .tiles {
    margin-bottom: 35px;
  }
  .page-id-16 .tile,
  .page-id-16 .tile.tile--half ul {
    margin-bottom: 0;
  }
  .section--intro .section__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section--intro .section__image {
    background-position: 100% 50%;
    height: auto !important;
    max-height: 370px;
  }
  .section--intro .section__image img {
    position: relative;
    right: 0;
    margin: 0 auto;
  }
  .section--intro.col-lg-12 {
    padding-right: 20px;
  }
  .items-cat {
    padding-bottom: 1.4em;
    margin-bottom: 2em;
  }
  .items-cat .items-cat__image {
    float: left;
    margin-bottom: 20px;
  }
  .items-cat .items-cat__list ul {
    padding-left: 0;
  }
  .subpage-thumbs .subpage-thumb-inner {
    overflow: hidden;
  }
  .subpage-thumbs .subpage-thumb__image img {
    width: 130%;
  }
  .link-box a {
    line-height: 68px;
  }
  .flyers {
    display: block;
  }
  .flyers .flyer {
    display: table;
    width: 100%;
    border: none;
  }
  .flyers .flyer__thumb,
  .flyers .flyer__text {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .flyers .flyer__thumb {
    padding-right: 10px;
  }
  body.page-template-buy-sell-child-template .tile.tile--half {
    padding-right: 0;
    padding-left: 0;
  }
  body.page-template-buy-sell-child-template .tile.tile--half.tile--text {
    margin-top: 10px;
    padding-left: 0;
  }
  .tiles--half-inner .tile.tile--half:nth-child(odd) {
    padding: 0;
  }
  .tiles--half-inner .tile.tile--half:nth-child(even) {
    padding: 0;
  }
}
@media screen and (max-width: 615px) {
  .subpage-thumbs .subpage-thumb {
    float: none;
    width: 100%;
  }
  .subpage-thumbs .subpage-thumb__image {
    max-height: 240px;
  }
  .subpage-thumbs .subpage-thumb--half .subpage-thumb__image {
    width: 135%;
  }
}
@media screen and (max-width: 480px) {
  .hero-unit-inner {
    height: 220px;
  }
  .section--intro .section__image {
    max-height: 340px;
  }
  .items-cat .items-cat__list ul {
    padding-left: 0;
    column-count: 1;
    column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
  .items-cat .items-cat__list ul li {
    margin-bottom: 5px;
    width: 100%;
    padding-right: 0;
  }
  .subpage-thumbs .subpage-thumb--half .subpage-thumb__image {
    width: 140%;
  }
  .subpage-thumbs .subpage-thumb__image {
    max-height: 180px;
  }
}
@media screen and (max-width: 360px) {
  .section--intro .section__image {
    max-height: 280px;
  }
  .subpage-thumbs .subpage-thumb__image {
    max-height: 140px;
  }
}
.franchise-sequence {
  margin-top: 15px;
  height: 70px;
  border-top: 1px solid #d8cfc6;
  border-bottom: 1px solid #d8cfc6;
  margin-bottom: 50px;
}
.franchise-sequence .sequence {
  padding: 0;
  float: none;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/franchise-sequence-arrow.png) no-repeat -4px 19px;
}
.franchise-sequence .sequence:first-child {
  background: none;
}
.franchise-sequence .sequence a {
  font-weight: 700;
  color: #4f2683;
  padding: 0 20px 0 35px;
  display: block;
  text-transform: none;
}
.franchise-sequence .sequence a:hover,
.franchise-sequence .sequence a.active {
  color: #222222;
}
@media screen and (max-width: 1240px) {
  .franchise-sequence .sequence {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1000px) {
  .franchise-sequence .sequence {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .franchise-sequence .sequence a {
    padding: 0 10px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .franchise-sequence {
    height: auto;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .franchise-sequence-inner {
    display: block;
  }
  .franchise-sequence .sequence {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    float: left;
    background-position: 50% -120px;
  }
  .franchise-sequence .sequence a {
    padding: 25px 10px 15px;
  }
}
.accordion {
  margin: 0 0 25px 0;
}
.accordion__title {
  font-size: 16px;
  font-size: 1rem;
  padding: 11px 20px 12px 45px;
  margin-bottom: 2px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  cursor: pointer;
  background: #4f2683 url(http://www.newuses.com/wp-content/themes/newuses/less/../images/cir-arrow-sprite.png) no-repeat 12px -68px;
}
.accordion__title.active {
  background: #f6f2ee url(http://www.newuses.com/wp-content/themes/newuses/less/../images/cir-arrow-sprite.png) no-repeat 12px 8px;
  color: #4f2682;
}
.accordion__content {
  display: none;
  margin: 0;
  padding: 18px 0 18px 30px;
}
.accordion__content p {
  padding-left: 30px;
}
.accordion__content ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion__content ul li {
  float: left;
  width: 33.333%;
  padding: 0 13px;
  background: url(http://www.newuses.com/wp-content/themes/newuses/less/../images/bullet.png) no-repeat 0 8px;
}
/**
*  MEDIA QUERIES
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .accordion__content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .accordion__content ul li {
    float: none;
    width: 100%;
  }
}
.own-franchise .site-content__body {
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.own-franchise .content-area {
  padding-top: 0;
}
.own-franchise table {
  table-layout: fixed;
  width: 100%;
  border: none;
  margin-bottom: 2.5em;
  padding-right: 10px;
}
.own-franchise table tr {
  border-bottom: 2px solid red;
}
.own-franchise table td {
  color: #766a62;
  background: #f6f2ee;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 1.5% 2.5%;
  width: 20%;
  border: none;
  border-bottom: 2px solid #fff;
}
.own-franchise table tbody tr:nth-child(even) td {
  background: #e2dcd6;
}
.own-franchise table td:first-child {
  width: 60%;
}
.own-franchise table thead td {
  font-size: 28px;
  font-size: 1.75rem;
  background: none;
}
.own-franchise table thead td {
  color: #222;
}
.own-franchise table tfoot td,
.own-franchise table tfoot td:first-child {
  padding: 2.1% 2.5%;
}
.own-franchise table tfoot td {
  background-color: #d11242;
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #fff;
}
/**
*  MEDIA QUERIES
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .own-franchise {
    float: none;
    width: 100%;
  }
  .own-franchise .site-content__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .own-franchise .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .own-franchise table {
    padding-right: 0;
  }
  .own-franchise table thead td {
    font-size: 24px;
    font-size: 1.5rem;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .own-franchise .site-content__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .own-franchise table thead td {
    font-size: 20px;
    font-size: 1.25rem;
    background: none;
  }
}
@media screen and (max-width: 480px) {
  .own-franchise .site-content__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .own-franchise table td:first-child {
    width: 36%;
  }
}
/**
*  SIDEBAR
* -----------------------------------------------------------------------------
*/
.store__sidebar {
  padding: 16px 12px 0px 10px;
  background: #f6f2ee;
}
.store__sidebar p {
  margin-bottom: 0;
}
.store__box {
  margin-bottom: 20px;
}
.store__box .title {
  margin: 0 0 2px 0;
}
.store__sidebar--info {
  padding: 0 20px;
}
.store__sidebar--info .store-email__email {
  word-break: break-word;
}
.store-address {
  font-style: normal;
}
.store-social-links,
.store-map-shapshot,
.store-newsletter,
.store-facebook-feed,
.store-tagline {
  margin-bottom: 30px;
}
.store-social-links {
  padding-top: 5px;
}
.store-map-shapshot #map_canvas {
  min-height: 280px;
}
.store-map-shapshot h6 {
  margin-bottom: 0;
}
.store-map-shapshot .gm-style .gm-style-iw {
  min-height: 90px;
}
.store-newsletter .btn {
  font-family: 'Arvo', "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 24px 10px 24px;
  text-transform: uppercase;
  font-weight: 400;
}
/**
*  FACEBOOK FEED
* -----------------------------------------------------------------------------
*/
body.mac-os.mobile .store-facebook-feed {
  display: none;
}
.store-facebook-feed {
  background: #fff;
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}
.store-facebook-feed #fb-root {
  display: none !important;
}
.store-facebook-feed .fb_iframe_widget,
.store-facebook-feed .fb_iframe_widget span,
.store-facebook-feed .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff;
}
.store-facebook-feed .fb_iframe_widget img,
.store-facebook-feed .fb_iframe_widget span img,
.store-facebook-feed .fb_iframe_widget span iframe[style] img {
  max-width: 100% !important;
  width: 100% !important;
}
.store-facebook-feed .fb_iframe_widget {
  display: inline-block !important;
  position: relative !important;
  max-width: 100% !important;
  width: 100% !important;
}
.store-facebook-feed iframe * {
  max-width: 100% !important;
  width: 100% !important;
}
.store-facebook-feed iframe img {
  max-width: 100% !important;
  height: auto !important;
}
/**
*  MAIN CONTENT
* -----------------------------------------------------------------------------
*/
.store-images {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 1.4em;
}
.store-images .store-image {
  padding-left: 10px;
  padding-right: 10px;
}
.store-images .store-image img {
  display: block;
  width: 100%;
  max-width: none;
  /*border: 1px solid #d8cfc6; */
}
.store__content h1 {
  margin-bottom: 10px;
}
.store__content h2 {
  margin-bottom: 15px;
}
.store__content h3 {
  margin-bottom: 5px;
}
.store__content p {
  margin-bottom: 24px;
}
.store__content img {
  max-width: 100%;
}
.store__content .store__content--inner {
  padding: 20px 25px 3em;
}
.store__content .store-tagline {
  background-color: #685c54;
  padding: 2.2em 25px 2.2em;
  margin-bottom: 35px;
}
.store__content .store-tagline h2 {
  margin: 0;
}
.store__content .fr-lg-link {
  margin-top: 3em;
}
.store-top-content h1 {
  margin-top: 0px;
}
.store__content .title--large {
  font-size: 28px;
}
.store__content .store-locator-box-inner {
  padding-top: 10px;
}
.store__content .store-locator-box__title {
  padding-bottom: 5px;
  padding-left: 8px;
}
/**
*  MEDIA QUERIES
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
* -----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .store__content .store__content--inner {
    padding: 20px 5px 3em;
  }
}
@media screen and (max-width: 767px) {
  .store__content .store__content--inner {
    padding: 10px 15px 3em;
  }
  .store__content .store-tagline {
    margin-bottom: 20px;
  }
  /*BB added line below to hide sidebar in narrow browser */
  .store__sidebar {
    display: none;
  }
  .current-store {
    float: left;
  }
  .store__sidebar--info {
    padding: 0;
  }
  .store-social-links,
  .store-map-shapshot,
  .store-newsletter,
  .store-facebook-feed,
  .store-tagline {
    margin-bottom: 20px;
  }
  .store-social-links {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
@media (max-width: 643px) {
  body.single-stores .entry-content .store-image-wrapper .store-image,
  body.single-stores .entry-content .store-image-wrapper .store-image.one-column,
  body.single-stores .entry-content .store-image-wrapper .store-image.two-column,
  body.single-stores .entry-content .store-image-wrapper .store-image.three-column,
  body.single-stores .entry-content .store-image-wrapper .store-image.four-column {
    width: 50%;
  }
  body.single-stores .entry-content .store-image-wrapper .store-image img {
    max-width: 440px;
  }
}
@media screen and (max-width: 480px) {
  .store__content .store-tagline {
    padding: 1.2em 15px 1.2em;
  }
}
.store-locator-wrap {
  padding-top: 1.5em;
}
.store-locator-wrap .stores-map #map_canvas {
  min-height: 440px;
  width: 100%;
}
.store-locator-wrap .store-search-results div[class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.store-locator-wrap .store-results-lists,
.store-locator-wrap .store-results-instruction {
  margin-top: 1em;
  margin-bottom: 3em;
}
.store-locator-wrap .store-results-title,
.store-locator-wrap .store-results-title h2 {
  margin: 0;
}
.store-locator-wrap .location-list .col {
  margin-bottom: 0;
}
.store-locator-wrap .location-list .location {
  padding: 10px 0;
}
.store-locator-wrap .location-list .location.odd {
  background: #f6f2ee;
}
.store-locator-wrap .location-list .store-city {
  font-weight: 700;
}
.store-locator-wrap .location-list .store-email {
  word-break: break-word;
}
.store-locator-wrap .entry-content ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.store-locator-wrap .entry-content ul li {
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
  padding: 0 15px;
}
/**
*  Store map popup
* -----------------------------------------------------------------------------
*/
.store-locator-wrap .gm-style-iw {
  min-height: 300px;
}
.store-locator-wrap .gm-style-iw .store-name {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #545454;
  margin-bottom: 10px;
}
.store-locator-wrap .gm-style-iw .address,
.store-locator-wrap .gm-style-iw .phone,
.store-locator-wrap .gm-style-iw .hours,
.store-locator-wrap .gm-style-iw .store-link,
.store-locator-wrap .gm-style-iw .map-link {
  font-size: 16px !important;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 5px 0 0;
}
.store-locator-wrap .gm-style-iw .label {
  font-weight: 700;
}
.store-locator-wrap .gm-style-iw .label,
.store-locator-wrap .gm-style-iw a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 * -----------------------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  .page-id-12 .container {
    padding: 0;
  }
  .store-locator-wrap .store-results-instruction,
  .store-locator-wrap .stores-map {
    padding-right: 15px;
    padding-left: 15px;
  }
  .store-locator-wrap .stores-map {
    padding-top: 10px;
  }
}
