/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
@font-face {
  font-family: 'centuryGothic';
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'centuryGothic';
  src: url("../fonts/CenturyGothicBold.eot");
  src: url("../fonts/CenturyGothicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothicBold.woff") format("woff"), url("../fonts/CenturyGothicBold.ttf") format("truetype"), url("../fonts/CenturyGothicBold.svg#CenturyGothicBold") format("svg");
  font-weight: bold;
  font-style: normal; }

/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
  -webkit-font-feature-settings: unset;
  -ms-font-feature-settings: unset;
  -o-font-feature-settings: unset;
  font-feature-settings: unset; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
VERTICAL ALIGNMENT
*********************/
/*********************
BORDER RADIUS
*********************/
/* @include border-radius(3px, 3px, 3px, 3px); */
/*********************
FLEX
*********************/
/* @include flex(direction); */
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #e50000;
  background: #fe0000; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.small-btn, .blue-btn, #submit, .green-btn {
  display: inline-block;
  position: relative;
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  padding: .75em 2.5em;
  border-radius: 4px;
  border: 1px solid;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .small-btn:hover, .blue-btn:hover, #submit:hover, .green-btn:hover, .small-btn:focus, .blue-btn:focus, #submit:focus, .green-btn:focus {
    color: #fff;
    text-decoration: none; }
  .small-btn:active, .blue-btn:active, #submit:active, .green-btn:active {
    top: 1px; }

.small-btn {
  padding: .25em 1.75em;
  font-size: .875em; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, #submit {
  background-color: #2980b9; }
  .blue-btn:hover, #submit:hover, .blue-btn:focus, #submit:focus {
    background-color: #2574a8; }
  .blue-btn:active, #submit:active {
    background-color: #2472a4; }

.green-btn {
  background-color: #748d40; }
  .green-btn:hover, .green-btn:focus {
    background-color: #c0d235; }
  .green-btn:active {
    background-color: #bed131; }

.offscreen {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(1px 1px 1px 1px);
          clip-path: inset(1px 1px 1px 1px);
  -webkit-clip-path: inset(1px, 1px, 1px, 1px);
          clip-path: inset(1px, 1px, 1px, 1px); }

.skip-to-content.offscreen:focus {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0.625em 1.25em;
  background-color: #002e5e;
  color: #fff;
  overflow: visible;
  -webkit-clip-path: none;
          clip-path: none;
  text-decoration: none; }

.hidden-tab {
  text-align: left; }

.hidden-contact-field {
  height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  display: block;
  text-decoration: none; }
  .hidden-contact-field:focus {
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    margin-top: 25px; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #593500;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  width: 100%;
  max-width: none;
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f8f9fa;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fe0000;
    border-color: #fe0000;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fe0000; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

.fieldblock input[type="submit"] {
  margin: .5em auto .25em; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #593500;
  line-height: 1.5; }

pre {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #593500;
  white-space: inherit; }

/*---WYSIWYG CONTENT---*/
.b-wysiwyg p {
  overflow: hidden; }

.b-wysiwyg p:empty {
  display: none; }

.b-wysiwyg img {
  margin-top: 12px;
  margin-bottom: 12px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  float: none; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
a {
  color: #653565;
  font-weight: bold;
  /* on hover */
  /* on click */
  /* visited */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #bf6b29;
    text-decoration: underline; }
  a:visited {
    color: #653565; }
  a:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */ }

a:target {
  display: block;
  border-top: 160px solid transparent;
  margin-top: -140px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.b-button_flat, .b-button_flat, .b-button-flat, .b-flat-button {
  border-radius: 0px;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.06em;
  background-color: #653565;
  padding: 14px 45px;
  white-space: nowrap; }
  .b-button_flat:hover, .b-button_flat:focus, .b-button_flat:hover, .b-button_flat:focus, .b-button-flat:hover, .b-button-flat:focus, .b-flat-button:hover, .b-flat-button:focus {
    background: #3d203d;
    text-decoration: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  border-radius: 0px;
  font-style: italic;
  font-size: .81em;
  background-color: #653565;
  padding: 1em 2.5em;
  border: none;
  color: white;
  font-size: 0.8125em;
  letter-spacing: 0.06em;
  font-weight: 700; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: centuryGothic, centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #bf6b29;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal; }
  h1 small, h1 span, .h1 small, .h1 span, h2 small, h2 span, .h2 small, .h2 span, h3 small, h3 span, .h3 small, .h3 span, h4 small, h4 span, .h4 small, .h4 span, h5 small, h5 span, .h5 small, .h5 span, h6 small, h6 span, .h6 small, .h6 span {
    font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    letter-spacing: normal;
    color: #653565;
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 75%; }

h3, .h3 {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  letter-spacing: normal; }

h4, .h4 {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal; }

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9000; }
  .header .toggle-contrast {
    position: absolute;
    z-index: 999999;
    right: 80px;
    top: 24px; }
    .header .toggle-contrast button {
      font-size: 11px;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      background-color: transparent;
      padding: 0;
      font-style: normal;
      color: #643765; }
    .header .toggle-contrast img, .header .toggle-contrast .toggle-eye {
      width: 20px;
      height: 12px;
      display: none;
      margin-left: 8px; }
    .header .toggle-contrast .toggle-eye {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/contrast-icon.png); }
    .header .toggle-contrast span {
      text-transform: uppercase; }

.contrast .header .toggle-contrast span {
  display: block; }

.contrast .header .toggle-contrast .toggle-eye {
  display: block; }

.b-header__logo {
  margin: 0.25em 0 0px;
  float: left;
  position: absolute;
  z-index: 3; }
  .b-header__logo a img {
    max-width: 140px; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/ }
    .nav li a {
      /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/ }
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current_page_ancestor a {
    color: #f2bd33; }

/* end .nav */
/* menu-items */
.menu-item a {
  color: #653565; }
  .menu-item a:hover, .menu-item a:visited:hover {
    color: #f2bd33; }
  .menu-item a:visited, .menu-item a:focus {
    color: #653565; }

/*
 * Main Menu
 */
.b-main-nav {
  clear: both;
  position: relative;
  z-index: 1000; }
  .b-main-nav ul {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    .b-main-nav ul li a span, .b-main-nav ul li a:hover span, .b-main-nav ul li a:focus span {
      text-transform: none; }

.b-mobile-nav-switch {
  cursor: pointer;
  text-align: right;
  position: relative;
  vertical-align: top;
  float: right;
  z-index: 10;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: auto;
  width: 35px;
  height: 35px;
  margin: 0.8em 10px 0.8em auto; }
  .b-mobile-nav-switch.on {
    background: none;
    border: none; }
    .b-mobile-nav-switch.on:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 45%;
      left: 0; }
    .b-mobile-nav-switch.on:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-top: 4px solid #653565;
      top: 45%;
      left: 0; }

.b-mobile-nav-switch:before, .b-mobile-nav-switch:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  border-bottom: 4px solid #653565;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.b-mobile-nav-switch:after {
  top: 16px;
  border-top: 12px double #653565;
  border-bottom: none; }

a.b-mobile-nav-switch__link, a.b-mobile-nav-switch__link:link, a.b-mobile-nav-switch__link:hover, a.b-mobile-nav-switch__link:visited, a.b-mobile-nav-switch__link:focus {
  display: none;
  color: #323944;
  text-decoration: none;
  padding: 0.4em .7em;
  border-radius: 0;
  border: none;
  vertical-align: middle; }

/*********************
POSTS & CONTENT STYLES
*********************/
article.hentry {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 1.5em;
  border: none;
  width: 90%;
  margin: 0 auto 1.5em; }
  article.hentry header {
    text-align: center;
    border-bottom: none; }
  article.hentry footer {
    border-top: none; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  font-family: sans-serif;
  letter-spacing: normal; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }

/* end .entry-content */
.wp-caption {
  /* images inside wp-caption */ }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* end .bones_page_navi */
/* fallback previous & next links */
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  /* number of comments span */ }

.comment {
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .children {
    /* variations */
    /* change number for different depth */ }

/* comment meta */
/* comment content */
/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* no comments */
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

/*********************
FOOTER STYLES
*********************/
.b-footer {
  clear: both;
  background-color: #6a3c6b;
  color: #653565;
  padding-bottom: 3em;
  padding-top: 2em; }

.b-footer_inner nav {
  margin: 3em auto; }

.b-footer__nav {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: normal; }
  .b-footer__nav li {
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
    text-align: center; }
    .b-footer__nav li.menu-item a {
      color: #3e1c3f; }

/* end .b-footer__nav */
.copyright {
  font-size: .75em;
  text-align: center;
  color: #3e1c3f; }

/*-------------------------------------------
 SOCIAL PROMO ICONS & FOOTER EMAIL SIGN UP
--------------------------------------------*/
.b-social-promo {
  text-align: center; }
  .b-social-promo h4 {
    font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 1.8em;
    margin-top: 1em;
    font-size: 1.25em; }

.b-social-links {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.b-social-link {
  margin: 0 .5em; }

.b-footer__social-actions {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }

.b-footer__signup {
  text-align: center; }

.b-footer__signup-intro {
  font-weight: normal;
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 1.5em; }

.header .b-social-promo {
  text-align: center; }
  .header .b-social-promo h4 {
    display: none; }

.header .b-social-links {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.header .b-social-link {
  margin: 0 .5em; }
  .header .b-social-link img {
    max-width: 40px; }

/*-------------------------------------------
 FORMS
--------------------------------------------*/
.wpcf7-form {
  text-align: left;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

form p {
  clear: both;
  margin: 0;
  width: auto; }
  form p br {
    display: none; }

form .b-caption {
  font-size: 90%;
  font-style: italic;
  color: gray;
  width: auto;
  padding-right: 4px; }

label.b-caption {
  color: #653565; }

fieldset {
  float: none;
  padding-right: 0;
  display: inline-block;
  vertical-align: top; }

select option:first-child {
  color: gray; }

.b-textarea__remaining {
  color: gray;
  font-size: 90%;
  margin-top: -10px;
  display: block;
  margin-bottom: 10px; }
  .b-textarea__remaining span {
    display: inline; }

/*********************
ACF oEmbed
*********************/
.b-resp-image {
  position: relative; }
  .b-resp-image img {
    min-height: 0; }
  .b-resp-image .b-resp-image__icon {
    position: absolute;
    bottom: 10px;
    right: 15px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    font-size: 40px;
    z-index: 5;
    background: white; }
    .b-resp-image .b-resp-image__icon:before {
      left: -6px;
      position: absolute; }

/********************
 * BEM TYPE RULES
*********************/
/*---HEADLINES AND SUBHEADS---*/
/*-------------------------------------------------
 Section Block
---------------------------------------------------*/
.b-section .b-section__wrap-inner {
  padding: 2em 0; }

.b-section_collapsed-negtop {
  overflow: visible;
  position: relative; }
  .b-section_collapsed-negtop .b-section__wrap-inner {
    margin-top: -1.5em;
    padding-top: 0; }
  .b-section_collapsed-negtop .b-section__wrap-inner_filled {
    padding-top: 1em; }

.b-section .b-section__wrap-inner_filled {
  margin-left: 1%;
  margin-right: 1%; }

.b-section_collapsed-bottom.b-section .b-section__wrap-inner_filled,
.b-section_collapsed-both.b-section .b-section__wrap-inner_filled {
  margin-bottom: 0em; }

.b-section_tall {
  min-height: 225px; }

.b-section__headline {
  margin: .25em auto .7em; }

/*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
.b-video-background {
  height: 100%;
  width: 100%;
  position: absolute;
  font-family: 'object-fit: cover; object-position: center top;';
  background-size: cover;
  background-position: center; }

.b-video-headline-wrapper {
  color: #643765;
  text-align: center; }
  .b-video-headline-wrapper h2 {
    font-size: 40px;
    line-height: 0.9;
    text-transform: uppercase;
    color: #643765; }
    @media only screen and (min-width: 768px) {
      .b-video-headline-wrapper h2 {
        font-size: 45px; } }
    @media only screen and (min-width: 1030px) {
      .b-video-headline-wrapper h2 {
        font-size: 54px; } }

.b-bkg-video__headline {
  font-weight: bold;
  margin-bottom: .5em; }

.b-bkg-video__text p {
  margin-top: .5em; }

.b-bkg-video__button {
  font-weight: normal;
  font-size: .94em; }

.b-bkg-video__close {
  top: 30px;
  right: 15px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px; }

video {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;'; }

object-fit {
  left: 0 !important;
  top: 0px !important; }

object-fit object-fit {
  left: 0 !important;
  top: -10% !important;
  height: 110% !important;
  display: none !important; }

/*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
.b-section-intro img {
  margin: 12px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.b-section-intro__title img {
  margin: 0;
  max-width: 55px; }

.b-section-intro__headline_big {
  font-size: 2.5em;
  margin-bottom: 0.25em;
  font-weight: normal;
  color: #f2bd33; }

.b-section-intro__subhead_big {
  margin-top: .25em;
  color: #653565;
  font-weight: bold; }

.b-section-intro_medium {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal; }

.b-section-intro__headline_medium {
  margin-bottom: 0.35em;
  margin-top: 0.6em;
  font-size: 2em;
  font-weight: normal;
  color: #f2bd33;
  letter-spacing: normal; }

.b-section-intro__subhead_medium {
  margin-top: .25em;
  color: #653565;
  font-weight: normal;
  font-size: .875em; }

.b-section-intro__headline_small {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.35em;
  letter-spacing: normal;
  color: #f2bd33; }

.b-section-intro__subhead_small {
  margin-top: 1.15em;
  color: #653565; }

.b-section-intro__caption {
  font-style: italic;
  right: 3%;
  font-size: 1em; }

a.b-section-intro__button {
  font-size: 0.8125em;
  margin-top: 1.5em; }

/*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
.b-colored-list__title {
  margin-top: .5em; }

/*-------------------------------------------
 EXTRA MENU (IN-PAGE MENU)
--------------------------------------------*/
.b-extra-menu__menu {
  margin-left: 10px;
  margin-right: 10px; }

.b-extra-menu__link {
  border: 3px solid #653565;
  color: #653565;
  background-color: transparent;
  padding: 1em 1em; }
  .b-extra-menu__link:visited {
    color: #653565;
    background-color: transparent; }
  .b-extra-menu__link:hover, .b-extra-menu__link:focus {
    color: #fff;
    background-color: #653565; }

/*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
/* PLAY */
/*-------------------------------------------
 FAQs
--------------------------------------------*/
.b-faq {
  background: transparent;
  margin-bottom: 2em; }

.b-faq__question {
  color: #bf6b29;
  color: #653565;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.25em;
  padding-left: 24px; }

.b-faq__question_sprite {
  left: 0;
  top: 3px;
  margin-top: 0;
  width: 20px;
  height: 24px;
  background-image: url(../images/accordion-sprite.png);
  background-repeat: no-repeat;
  background-position: -8px -36px; }

.b-faq__question_sprite.open {
  background-position: -8px -4px; }

.b-faq__answer {
  background: transparent;
  margin: 0em;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.3;
  margin-top: 8px;
  color: #653565; }
  .b-faq__answer p {
    margin: 0; }
  .b-faq__answer form {
    padding-top: 8px; }

/*-------------------------------------------
 FEATURE CARDS
--------------------------------------------*/
.b-section_feature-cards {
  margin-top: 0em;
  padding: 0;
  z-index: 12; }
  .b-section_feature-cards.b-section_collapsed-negtop .b-section__wrap-inner {
    margin-top: 0; }

.b-feature-cards {
  overflow: visible;
  margin-bottom: .25em; }

.b-feature-card {
  margin: 0 0 1.5em; }

.b-feature-card__inner {
  padding: 0em 2% 1em;
  overflow: visible;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.b-resp-image_feature-card {
  width: 100%;
  margin: 0em; }

.b-feature-card__headline {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-size: 1.125em;
  font-weight: bold; }
  .b-feature-card__headline img {
    display: block;
    margin: auto auto .5em; }

.b-feature-card__text {
  color: #653565; }

.b-feature-card__button, a.b-feature-card__button {
  position: relative;
  width: auto;
  left: auto;
  right: auto;
  bottom: initial; }

.b-section_feature-cards input {
  border-color: #653565; }

/***** STACKED VERSION *****/
.b-resp-image_feature-card_default img {
  width: auto; }

.b-feature-card__headline_default {
  font-size: 1.625em;
  margin-top: 1em;
  margin-bottom: 0em;
  margin-left: initial;
  margin-right: initial; }
  .b-feature-card__headline_default:before {
    content: "+";
    color: #f2bd33;
    margin-right: .25em; }

.b-feature-card__text_default {
  font-weight: bold;
  max-width: 100%; }

/***** OVERLAY VERSION *****/
.b-feature-card_overlay {
  margin-bottom: 1em; }

.b-feature-card__inner_overlay {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3.25em 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.b-feature-card__cover-image a:hover {
  background-color: rgba(63, 57, 43, 0.5); }

.b-resp-image_feature-card_overlay {
  width: 100%;
  margin: 0em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
  .b-resp-image_feature-card_overlay img {
    min-width: 100%;
    max-width: 100%;
    width: auto;
    min-width: 100%; }

.b-feature-card__headline_overlay {
  z-index: 1;
  position: relative;
  margin: 0em 0 0;
  padding: 0 0%;
  color: #f2bd33;
  font-weight: normal;
  font-size: 1.5em; }

.b-feature-card__text_overlay {
  z-index: 2;
  position: relative;
  max-width: 405px;
  margin-left: auto;
  margin-right: auto; }
  .b-feature-card__text_overlay p {
    padding: 0;
    font-size: 1.125em;
    line-height: 1.3; }
    .b-feature-card__text_overlay p:first-child {
      margin-top: .25em; }
  .b-feature-card__text_overlay img {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }
  .b-feature-card__text_overlay pre img {
    margin-left: -7%; }

.b-feature-card__button_overlay, a.b-feature-card__button_overlay {
  position: relative;
  width: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 0;
  padding: 14px 35px;
  opacity: .99;
  display: block;
  max-width: none; }

/*-------------------------------------------
 FEATURE WITH ICON
--------------------------------------------*/
.b-features {
  margin: 0;
  text-align: center; }

.b-feature {
  margin-bottom: 3em;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: auto;
  padding-right: 0; }
  .b-feature:last-child {
    margin-bottom: 0; }

.b-feature__inner {
  padding: 0em 2.5em 0em 2.25em;
  margin: 0.9em 5%; }

.b-feature__text {
  max-width: 230px;
  margin: auto; }

.t-1of3 .b-feature__image-wrap {
  max-width: 175px; }
  .t-1of3 .b-feature__image-wrap .b-feature__image {
    max-width: 80%; }

.b-section-features-list.b-section_collapsed-negtop .b-section__wrap-inner_filled {
  padding-bottom: 0; }

/*-------------------------------------------
 FEATURED POSTS
--------------------------------------------*/
.b-section-featured-posts_headline {
  margin-bottom: 0.25em;
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  letter-spacing: normal; }

.b-section-featured-posts_subhead {
  margin-top: .25em;
  margin-bottom: 2em;
  color: #653565;
  font-weight: normal;
  font-size: .875em; }

.b-featured-post__inner {
  padding: 0 0 35px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.b-featured-post__headline {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .1em;
  color: #fff;
  font-size: 1em; }

.b-featured-post__button, a.b-featured-post__button {
  padding: 0em;
  margin: .2em auto; }

/******DEFAULT VERSION RULES: THESE COULD GO IN THE STANDARD RULES, BUT SOME OF THESE ARE A PAIN TO UNDUE ACROSS ALL THE OTHER OPTIONS.******/
.b-featured-post__content_default {
  background-color: #653565;
  position: absolute;
  bottom: 0%;
  left: 6%;
  z-index: 3;
  max-width: 75%;
  padding: 0.5em 5% 0.5em; }

.b-featured-post__button_default:hover, a.b-featured-post__button_default:hover,
.b-featured-post__button_default:focus, a.b-featured-post__button_default:focus {
  background-color: transparent;
  text-decoration: underline; }

/******MASONRY VERSION RULES******/
.b-featured-post_masonry {
  margin-bottom: .5em; }
  .b-featured-post_masonry .b-featured-post__inner {
    padding: 0;
    background-color: #fcfcfc; }

.b-featured-post__content_masonry {
  padding-left: 5%;
  padding-right: 5%; }

.b-featured-post__headline_masonry {
  margin: 0.7em auto 0em;
  font-size: 1em;
  color: #653565; }

.b-featured-post__button_masonry, a.b-featured-post__button_masonry {
  padding: 14px 45px;
  margin: 1em auto 1.3em; }

/******CAROUSEL VERSION RULES******/
.b-featured-post_carousel .b-featured-post__inner {
  background: #fff; }

.b-featured-post__content_carousel, .inverse_text .b-featured-post__content_carousel {
  padding: 2em 9% 1em;
  text-align: left;
  color: #593500; }

.b-featured-post__headline_carousel, .inverse_text .b-featured-post__headline_carousel {
  color: #bf6b29 !important;
  font-size: 1.125em; }

.b-featured-post__text_carousel, .inverse_text .b-featured-post__text_carousel {
  font-size: .875em;
  color: #593500 !important; }

.b-featured-post__button_carousel, a.b-featured-post__button_carousel {
  margin-top: 1.25em;
  padding: 1em 2.5em; }

/*-------------------------------------------
 GROUPED CONTENT WITH SORTER
--------------------------------------------*/
.b-section_grouped-content .b-section__wrap-outer {
  width: 100%; }

.b-section_grouped-content .b-section__wrap-inner {
  padding-top: 2em; }

.b-group-sortbar {
  background-color: transparent;
  padding: 0;
  margin-bottom: 1em; }

.b-select_sortbar select {
  width: 100%;
  max-width: 700px;
  margin: auto; }

.b-grouped-content__title {
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  color: #653565;
  margin-top: 0; }

.b-grouped-content {
  padding: 3em 4%;
  margin: 0 auto; }

a.b-grouped-content__title__back {
  display: none; }

.b-grouped-content__content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.b-grouped-content:first-child {
  background-color: #f6bd24; }
  .b-grouped-content:first-child * {
    color: #fff; }
  .b-grouped-content:first-child div.wpcf7 input[type="file"] {
    color: #fff; }
  .b-grouped-content:first-child input, .b-grouped-content:first-child select, .b-grouped-content:first-child textarea {
    color: #323944; }
  .b-grouped-content:first-child input[type="submit"] {
    color: #fff; }

.b-grouped-content:nth-child(3) {
  background-color: #82973f; }
  .b-grouped-content:nth-child(3) * {
    color: #fff; }
  .b-grouped-content:nth-child(3) input, .b-grouped-content:nth-child(3) select, .b-grouped-content:nth-child(3) textarea {
    color: #323944; }
  .b-grouped-content:nth-child(3) input[type="submit"] {
    color: #fff; }

.b-grouped-content:nth-child(5) {
  background-color: #653565; }
  .b-grouped-content:nth-child(5) * {
    color: #fff; }
  .b-grouped-content:nth-child(5) input[type="submit"] {
    background-color: #f2bd33; }
  .b-grouped-content:nth-child(5) input, .b-grouped-content:nth-child(5) select, .b-grouped-content:nth-child(5) textarea {
    color: #323944; }
  .b-grouped-content:nth-child(5) input[type="submit"] {
    color: #fff; }

.b-section_grouped-content.alt-bg .b-grouped-content:first-child {
  background-color: #859940; }

.b-section_grouped-content.alt-bg .b-grouped-content:nth-child(2) {
  background-color: #f6bd24; }
  .b-section_grouped-content.alt-bg .b-grouped-content:nth-child(2) .b-grouped-content__title, .b-section_grouped-content.alt-bg .b-grouped-content:nth-child(2) .b-faq__question, .b-section_grouped-content.alt-bg .b-grouped-content:nth-child(2) .b-faq__answer {
    color: white; }
  .b-section_grouped-content.alt-bg .b-grouped-content:nth-child(2) .b-faq__question_sprite {
    background-image: url("../images/accordion-sprite-alt.png"); }

/*-------------------------------------------
 HALF AND HALF TILES
--------------------------------------------*/
.b-section_halves .wrap {
  width: 100%; }

.b-section_halves .b-section__wrap-inner {
  padding: 0; }

.b-half-tiles {
  margin: 0; }

.b-half-tile {
  text-align: center; }

.b-half-tile__inner {
  padding: 3em 3em; }

.b-half-tile__headline {
  max-width: 100%;
  margin-bottom: 0em;
  color: #f2bd33;
  font-size: 1.75em;
  margin-top: .65em; }
  .b-half-tile__headline img {
    display: block;
    margin: auto auto .5em; }

.b-half-tile__subhead {
  max-width: 100%;
  text-transform: none;
  font-size: 1.25em;
  color: #653565;
  margin-top: 0; }

.b-half-tile__text {
  max-width: 100%; }
  .b-half-tile__text p:first-child {
    margin-top: .25em; }
  .b-half-tile__text p:last-child {
    margin-bottom: 0; }

.b-half-tile__button {
  margin-top: 1.75em; }

/*-------------------------------------------
 HERO WITH OPTIONAL SLIDESHOW
--------------------------------------------*/
.b-hero-slide__full-link {
  display: block;
  height: 100%; }

.uber_link .b-hero-slide__wrap {
  pointer-events: none; }

.b-hero-slide__content {
  min-width: 80%; }

.b-hero-slide__headline {
  color: #653565;
  line-height: 1.05;
  font-size: 2em;
  text-transform: uppercase; }
  .b-hero-slide__headline span {
    color: #653565;
    font-weight: normal; }

.b-hero-slide__subhead {
  text-align: center; }

.b-hero-slide__text {
  color: #653565;
  font-weight: normal;
  font-size: 1em; }

/****** BUTTONS ******/
.b-hero-slide__buttons {
  font-size: 1em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: .75em;
  width: 100%;
  z-index: 9000; }

a.b-hero-slide__button {
  border-radius: 0;
  background-color: #f2bd33;
  padding: 1em 20px;
  margin: 0;
  display: block;
  display: table;
  color: #fff;
  display: inline-block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  white-space: nowrap;
  margin-bottom: 4px;
  cursor: pointer; }
  a.b-hero-slide__button:visited {
    color: #fff; }
  a.b-hero-slide__button:hover, a.b-hero-slide__button:focus {
    background-color: #f2bd33;
    color: #fff;
    text-decoration: none; }

a.b-hero-slide__button_secondary {
  background-color: #bf6b29; }
  a.b-hero-slide__button_secondary:hover, a.b-hero-slide__button_secondary:focus {
    background-color: #bf6b29; }

/****** LEFT VERSION ******/
.b-hero-slide__wrap_left {
  -webkit-align-self: flex-start;
          align-self: flex-start; }

.b-hero-slide__content_left {
  max-width: 90%; }

.b-hero-slide__headline_left {
  font-weight: bold;
  text-align: left;
  display: block;
  text-transform: uppercase;
  line-height: 1.35;
  font-size: 1.125em;
  letter-spacing: 0.025em; }

.b-hero-slide__subhead_left {
  font-size: 1.375em;
  letter-spacing: 0.025em;
  margin: .25em 0 .5em 0.4em;
  text-align: left; }
  .b-hero-slide__subhead_left span {
    color: #fff;
    font-weight: bold;
    background-color: transparent;
    text-transform: none;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    line-height: 2;
    padding: .25em;
    box-shadow: 0.35em 0 0 #f2bd33, -0.35em 0 0 #f2bd33;
    background-color: #f2bd33;
    display: inline; }

.b-hero-slide__text_left {
  font-weight: bold;
  line-height: 1.5; }

/****** CENTERED VERSION ******/
.b-hero-slide__content_center {
  margin-bottom: 1em;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
  margin-top: 1.5em;
  margin-bottom: 0; }

.b-hero-slide__headline_center {
  font-size: 3em; }

.b-hero-slide__text_center {
  color: #323944; }

.b-hero-slide__image-float_center {
  padding: 0;
  margin: 0; }

/****** RIGHT VERSION ******/
.b-hero-slide__wrap_right {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.b-hero-slide__content_right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2; }

.b-hero-slide__headline_right {
  text-align: center;
  margin-top: .5em; }

.b-hero__caption {
  color: #f3f2ee;
  font-style: italic;
  width: 100%;
  text-align: right;
  left: 50%;
  width: 96%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/*-------------------------------------------
 ICON CAROUSEL
--------------------------------------------*/
.b-carousel__image.p-all.t-all.d-all {
  width: 100%; }

/*-------------------------------------------
 INSET CONTENT PANEL
--------------------------------------------*/
.b-section_content-panel .b-section__wrap-inner {
  padding-top: 0;
  padding-bottom: 0; }

.b-content-panel {
  padding: 1em 8% 1em; }
  .b-content-panel .b-wysiwyg a {
    display: inline-block; }
  .b-content-panel h4 {
    color: #5d543d !important;
    margin-top: 2em;
    margin-bottom: 0; }

.inverse_text .b-content-panel h4 {
  color: #5d543d !important; }

.b-content-panel__headline {
  font-size: 2em;
  margin-bottom: 0.3em;
  line-height: 1.5; }

.b-hero__caption_inset-panel {
  bottom: 1em; }

/*********************
MAP STYLES
*********************/
/*---MARKERS---*/
/*---MAP SERACH---*/
/*---Location Listings---*/
/*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
/*-------------------------------------------
 MULTI COLUMN TEXT
--------------------------------------------*/
.b-section_multi-column {
  color: #653565; }
  .b-section_multi-column.reverse-mobile-order .b-multi-column__text:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .b-section_multi-column.reverse-mobile-order .b-multi-column__text:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }

.b-multi-column__text {
  max-width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: initial; }
  .b-multi-column__text p {
    font-size: 1.125em; }
    .b-multi-column__text p:nth-child(2) {
      margin-top: .5em; }
  .b-multi-column__text h3, .b-multi-column__text h4 {
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    color: #653565;
    font-size: 1.225em;
    margin-top: .5em;
    margin-bottom: .5em; }
  .b-multi-column__text img {
    margin-right: 5px;
    margin-left: 5px; }
  .b-multi-column__text:first-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .b-multi-column__text:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }

.b-multi-column__headline {
  margin: 1em auto .5em;
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
  color: #653565; }

.b-multi-column__buttons {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.b-multi-column__text_two {
  max-width: none; }

.b-section_multi-column_twocol .b-section__wrap-inner {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.b-section_multi-column_twocol .b-multi-column__text {
  max-width: none; }

/*-------------------------------------------
  MULTI-LEVEL SHOWCASE
--------------------------------------------*/
.b-headline_showcase {
  /*These three sections will add a down arrow to the title underline*/
  /*&:before, &:after {
      content: "";
      position: absolute;
      border-style: solid;
      border-color: transparent;
      border-bottom: 0;
    }
  
    &:before {
      left: 46%;
      border-top-color: $main-color;
      border-width: 12px;
      bottom: -12px;
      background-color: transparent;
    }
  
    &:after {
      bottom: -12px;
      left: 45.2%;
      border-top-color: transparent;
      border-width: 22px;
    }*/ }

.b-showcase-item {
  -webkit-flex-basis: auto;
          flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  float: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

.b-showcase-item__inner {
  padding: 0; }

.b-showcase__image {
  height: 100px;
  max-width: 260px; }

/*-------------------------------------------
  QUIZ
--------------------------------------------*/
/*** QUESTIONS AND ANSWERS ***/
/*** FEEDBACK ***/
/*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
.b-section_quotes .b-social-promo {
  margin: 4em auto 3em; }

.b-section_quotes .bx-wrapper {
  max-width: 70% !important; }

.b-quotes-carousel {
  margin: 0em auto 1em; }

.b-quote {
  padding-top: 2em; }

.b-quote__image {
  text-align: center;
  margin-bottom: 0.75em; }

.b-quote__words {
  position: relative;
  background-color: #fff;
  padding: 1.5em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -webkit-flex-basis: 40%;
          flex-basis: 40%; }

.b-quote__body {
  font-size: 1em;
  margin-bottom: 0;
  color: #4a4a49;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
  max-width: 100%; }

.b-quote__body:before {
  display: none; }

.b-quote__body:after {
  display: none; }

.b-quote__attribution {
  margin-top: 0;
  margin-bottom: .25em;
  color: #4a4a49;
  font-size: 1.25em;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
  line-height: 1.25;
  max-width: 100%;
  font-weight: bold; }

/*********************************
CONTENT WITH MENU SLIDER STYLES
*********************************/
/*-------------------------------------------
  SPLIT SHOWCASE
--------------------------------------------*/
.b-section__split-showcase {
  text-align: center; }

.b-split-showcase__introduction {
  margin-bottom: 1em; }

.b-split-showcase__headline {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  margin-bottom: 0.5em; }

.b-split-showcase__subhead {
  font-size: 1.125em;
  font-weight: bold;
  font-family: centuryGothic, centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #653565;
  text-transform: none; }

.b-split-showcase__intro {
  font-size: .875em; }
  .b-split-showcase__intro p:first-child {
    margin-top: 0; }

.b-showcase-post__title {
  display: none; }

.b-showcase-post .b-showcase-post__imagewrap {
  text-align: center; }

.bx-wrapper .bx-controls-direction a a {
  opacity: 1; }

.b-split-showcase__menu {
  text-align: center;
  margin-top: 2em; }
  .b-split-showcase__menu .b-split-showcase__menu-item {
    padding: 0;
    display: inline-block;
    text-transform: uppercase; }
    .b-split-showcase__menu .b-split-showcase__menu-item:after {
      content: "/";
      display: inline-block;
      padding-left: 4px;
      padding-right: 0px;
      color: #bf6b29; }
    .b-split-showcase__menu .b-split-showcase__menu-item:last-child:after {
      content: "";
      padding: 0; }
    .b-split-showcase__menu .b-split-showcase__menu-item a {
      color: #bf6b29;
      display: inline-block;
      cursor: pointer;
      font-weight: normal; }
      .b-split-showcase__menu .b-split-showcase__menu-item a:hover, .b-split-showcase__menu .b-split-showcase__menu-item a:focus {
        color: #bf6b29; }
    .b-split-showcase__menu .b-split-showcase__menu-item.is-active a {
      font-weight: bold; }

/*********************************
SUCCESS TRACK
*********************************/
/*-------------------------------------------
  TEXT WITH SIDE IMAGE
--------------------------------------------*/
.b-text-side-image__content h4 {
  margin: .5em 0;
  font-weight: bold;
  color: #653565; }

.b-text-side-image__content h5 {
  text-transform: none;
  margin: 0 auto .5em; }

.b-text-side-image__content ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  .b-text-side-image__content ul li {
    color: #653565;
    position: relative;
    margin-left: 1em;
    list-style-type: none; }
    .b-text-side-image__content ul li:first-child {
      margin-top: 0; }
    .b-text-side-image__content ul li:before {
      margin-right: .35em;
      margin-left: -1em;
      content: "+";
      font-size: 1.25em;
      font-weight: bold;
      color: #f2bd33;
      vertical-align: bottom; }

.b-text-column__headline {
  margin-top: 1em;
  margin-bottom: 0.35em;
  font-size: 2em;
  font-family: centuryGothic, centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .05em; }

.b-side-image {
  margin-top: 1.5em; }

.b-text-column {
  min-width: 0; }
  .b-text-column img {
    margin: auto 5px; }

.b-text-column_button {
  float: none; }

/*-------------------------------------------
  THIRD PARTY EMBED CODE
--------------------------------------------*/
.b-embedded__headline {
  color: #cdc5b3; }

/*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
.b-section_video-feature .b-section__wrap-inner {
  padding: 0; }

.b-video-feature {
  padding-bottom: 30%; }

.b-video-poster {
  /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/ }

.b-video-poster__play-button:hover {
  -webkit-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: transparent; }

.b-video-poster__link {
  padding-bottom: 45.25%; }

/*---------------------------------------------------------------------------------------------
 * 
 * CHILD THEME ONLY RULES
 * 
 --------------------------------------------------------------------------------------------*/
/*-------------------------------------------
 RECIPE CARDS
--------------------------------------------*/
.b-section_recipe-cards {
  margin-top: 0em;
  padding-bottom: 2em;
  padding: 0;
  background-color: #fff;
  z-index: 12; }

.b-recipe-cards {
  margin-bottom: .25em; }

.b-recipe-card {
  margin: 0 0 .75em;
  padding-right: .25em;
  padding-left: .25em; }

.b-recipe-card__inner {
  padding: 0em 5% 0em;
  background-color: #fff; }
  .b-recipe-card__inner a:hover .b-resp-image__icon {
    background: #fff; }
    .b-recipe-card__inner a:hover .b-resp-image__icon:before {
      color: #653565; }

.embed-container_recipe {
  padding-bottom: 66.7%; }

.b-resp-image_recipe-card {
  width: 111%;
  margin: 0em 0 1em -5.5%; }
  .b-resp-image_recipe-card img {
    width: 100%; }

.b-recipe-card__headline {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: none;
  font-weight: bold;
  margin: .85em 0 0.5em; }

.b-recipe-card__text {
  font-size: 0.81em;
  color: #323944; }
  .b-recipe-card__text p {
    margin: .25em 0; }

.b-recipe-card__button, a.b-recipe-card__button {
  position: relative;
  width: auto;
  left: auto;
  right: auto;
  bottom: initial;
  padding: 14px 10%;
  margin-top: 1em; }

.b-recipe-card_submit {
  list-style: none;
  display: none; }

.b-recipe-card_submit_image {
  background-color: #f2bd33;
  width: 111%;
  margin: 0em 0 1em -5.5%;
  padding: .5em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.b-headline_submitcard {
  margin: 0;
  color: white;
  text-transform: none;
  font-weight: bold; }

/*-------------------------------------------
 RECIPE SUBMISSION PAGE
--------------------------------------------*/
.b-section_recipe-submission {
  background: #fff; }

.b-submission-form {
  padding: 0 4%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .b-submission-form div.wpcf7 {
    margin-top: 3em; }

.b-headline_recipe-submit {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.56em; }

#btn_recipe-submit {
  margin-bottom: 2em; }

/*-------------------------------------------
 RECIPE PAGE
--------------------------------------------*/
#recipe-sort-bar {
  margin: auto .25em 2em; }

.b-sortbar_label {
  display: block;
  margin-left: 3px;
  margin-bottom: 10px;
  padding-right: 1.5em; }

.b-recipe-sort-options {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.b-recipe-sort-option {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
          flex-basis: auto;
  padding: 0px 10px 10px 0;
  margin: 0px 10px 10px 0;
  float: none;
  text-align: center;
  cursor: pointer; }

.b-recipe-sort-option_active {
  font-weight: bold; }

.b-section_recipe {
  background: white;
  padding: 2em 0; }
  .b-section_recipe .b-section__wrap_recipe {
    padding-left: 5%;
    padding-right: 5%; }

.b-recipe {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.b-recipe__title {
  color: #f2bd33;
  font-family: sans-serif;
  margin-bottom: .25em; }

.b-recipe__author {
  margin-top: .25em;
  margin-bottom: 0; }

.b-recipe__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: .5em; }

.b-recipe__rating {
  margin-bottom: .2em;
  line-height: 1.3; }

.b-recipe__share-title {
  margin-top: .25em;
  margin-bottom: .25em;
  color: #f2bd33; }

.b-recipe__share-buttons {
  color: #f2bd33;
  font-family: sans-serif;
  text-align: center;
  margin-left: auto; }
  .b-recipe__share-buttons .b-social-links_recipe {
    margin-top: 0em;
    margin-bottom: 0em; }
  .b-recipe__share-buttons .b-social-link_recipe {
    margin: 0 .2em;
    cursor: pointer; }
    .b-recipe__share-buttons .b-social-link_recipe:first-child {
      margin-left: 0; }
    .b-recipe__share-buttons .b-social-link_recipe:last-child {
      margin-right: 0; }
    .b-recipe__share-buttons .b-social-link_recipe a {
      vertical-align: top; }

.b-social-link__image_recipe {
  max-width: 25px; }

.b-ingredients__headline {
  color: #f2bd33; }

.b-ingredients__category {
  font-weight: bold; }

.b-recipe__directions-title {
  color: #f2bd33; }

.b-related-recipes {
  border-top: 1px solid green;
  margin-top: 3em;
  padding-top: 1em;
  text-align: center; }

.b-related-recipes__list {
  padding-left: .5em; }

.b-related-recipe {
  padding-right: .5em; }

.b-related-recipe__link {
  text-decoration: none; }

.b-related-recipe__name {
  line-height: 1.2;
  font-size: .75em;
  margin-top: .5em;
  padding-left: 4%;
  padding-right: 4%; }

.b-related-recipe__link_seeall {
  position: relative;
  display: block;
  background: #653565; }

.b-related-recipe__photo_seeall {
  visibility: hidden; }

.b-related-recipe__name_seeall {
  font-size: 1em;
  z-index: 10;
  color: #fff;
  background-color: #653565;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

a.b-recipe__button-make {
  display: none; }

#colorbox .b-recipe__directions {
  display: none; }

#colorbox a.b-recipe__button-make {
  display: inline-block; }

/*-------------------------------------------
 PRODUCT PAGE
--------------------------------------------*/
.b-hero-slide__content_product {
  margin-bottom: 1.5em; }
  .b-hero-slide__content_product .b-hero-slide__headline_right {
    text-align: center; }
  .b-hero-slide__content_product .b-hero-slide__text_right {
    text-align: center; }

.b-section_nutrition {
  z-index: 100;
  text-align: center; }
  .b-section_nutrition .b-section__wrap-inner {
    background: #fff;
    padding-left: 5%;
    padding-right: 5%; }

.b-nutrition__headline {
  font-family: centuryGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em; }

.b-nutrition__servings {
  font-weight: bold; }

.b-nutrition__stats {
  position: relative;
  text-align: left;
  border-top: 1px solid #653565;
  padding-top: 1em;
  margin-top: 1em;
  border-bottom: 1px solid #653565;
  padding-bottom: .5em;
  margin-bottom: 1em; }

.b-nutrition-stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.b-nutrition__ingredients {
  font-weight: bold;
  margin-bottom: 3em; }

.b-nutrition__certifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.b-nutrition__certification {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-bottom: .5em; }
  .b-nutrition__certification img {
    max-width: 80px; }

/*-------------------------------------------
 PLUG IN STYLES
--------------------------------------------*/
.bx-viewport {
  overflow: visible; }

.b-section_hero .bx-wrapper .bx-pager {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff !important; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #ffce49 !important; }

.bx-has-controls-direction {
  display: none; }

.bx-wrapper .bx-controls-direction a {
  opacity: 1; }

.bx-wrapper .bx-pager {
  bottom: 32%; }

.rateit {
  margin-right: 10px; }

.yasr-total-average-container, .yasr-total-average-text {
  display: none; }

.yasr-already-voted-text, #yasr-vote-saved {
  color: #9fa6b4;
  font-weight: lighter;
  display: inline-block; }

.yasr-already-voted-text {
  display: none; }

.yasr-visitor-votes_readonly {
  display: none; }

.js_li_grid .p-all ul:first-child {
  margin-top: 0; }

.b-feature-card .wpcf7-form {
  text-align: left;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.b-feature-card .g-recaptcha {
  display: none; }

.b-feature-card .wpcf7-response-output {
  margin: 0 auto;
  max-width: 93%;
  padding: 2em 1.2em;
  background: palegoldenrod;
  color: #333;
  border: 2px solid #f3f2ee;
  position: absolute;
  bottom: -87px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 85%;
  font-style: italic; }

.b-feature-card span.wpcf7-not-valid-tip {
  margin-top: -1em;
  margin-bottom: 0;
  font-size: .875em; }

.b-feature-card div.wpcf7 {
  margin: 0 2% 0em; }

div.wpcf7 .ajax-loader {
  display: block;
  margin: 5px auto; }

div.wpcf7 input[type="file"] {
  min-height: 40px;
  border: 1px solid #e9e9e9;
  padding: 0.4em;
  line-height: 1.5em;
  margin-bottom: 2em;
  max-width: 91%; }

div.wpcf7-response-output {
  width: 100%; }

.wpcf7-character-count {
  font-size: 90%;
  color: gray;
  margin-bottom: 14px;
  margin-top: -10px;
  display: block; }

span.wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: 12px; }

.wpcf7-form {
  text-align: left; }
  .wpcf7-form .field_block {
    max-width: 46%; }
  .wpcf7-form .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .wpcf7-form .field_block {
    margin: auto 2%; }
  .wpcf7-form .centerField {
    text-align: center; }

.b-footer__signup {
  width: 100%;
  max-width: 480px; }
  .b-footer__signup .wpcf7-response-output {
    color: #fff;
    text-align: center; }
  .b-footer__signup span.wpcf7-not-valid-tip {
    margin-top: 4px;
    margin-bottom: 0px;
    color: #f2bd33; }
  .b-footer__signup div.wpcf7-validation-errors {
    border-color: #f2bd33; }
  .b-footer__signup div.wpcf7-mail-sent-ok {
    border-color: #3e1c3f; }
  .b-footer__signup form > p {
    width: 100%; }

#footer-email-form {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative; }
  #footer-email-form .wpcf7-form-control-wrap {
    -webkit-flex-basis: 60%;
            flex-basis: 60%;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1; }
  #footer-email-form .ajax-loader {
    display: block;
    position: absolute;
    left: 52%;
    top: 35%; }

input#bronto-newsletter {
  margin-bottom: 0;
  min-height: 50px; }

#footer-email-submit {
  margin-top: 0;
  min-height: 50px;
  padding: 0.9em 2.5em;
  margin-bottom: 0;
  min-width: 150px;
  -webkit-flex-basis: 40%;
          flex-basis: 40%;
  background-color: #f2bd33; }

#colorbox {
  margin-top: 1em; }
  #colorbox .wrap {
    max-width: 100%; }
  #colorbox .b-section_recipe {
    max-width: 800px; }

#colorbox, #cboxContent, #cboxWrapper {
  overflow: visible !important; }

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  width: 0 !important;
  height: 0 !important;
  background: none !important; }

#cboxContent {
  background-color: transparent !important; }
  #cboxContent .wrap {
    width: 100%; }
  #cboxContent .b-section__wrap-inner_filled {
    margin-left: 0;
    margin-right: 0; }

button#cboxClose {
  top: 5px;
  z-index: 100;
  right: 1.5%; }

#cboxCurrent {
  left: 0 !important;
  color: #fff !important; }

#cboxPrevious {
  left: -20px !important;
  bottom: 50% !important; }

#cboxNext {
  right: -20px !important;
  bottom: 50% !important;
  left: auto !important; }

/********************
 * STYLE OVERIDES
*********************/
.inverse_text {
  color: #fff !important; }
  .inverse_text a, .inverse_text a:visited {
    /* on hover */
    /* on click */
    /* mobile tap color */ }
    .inverse_text a:link, .inverse_text a:visited:link {
      /*
      this highlights links on iPhones/iPads.
      so it basically works like the :hover selector
      for mobile devices.
      */ }
  .inverse_text h1, .inverse_text .h1, .inverse_text h2, .inverse_text .h2, .inverse_text h3, .inverse_text .h3, .inverse_text h4, .inverse_text .h4, .inverse_text h5, .inverse_text .h5, .inverse_text h6, .inverse_text .h6, .inverse_text p {
    color: #fff !important; }

.b-scroll-more {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  background: url(../images/video-down-arrow.png) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.b-hero-bg-style {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center; }

.b-hero-slide.text-outside-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto;
  width: 100% !important; }
  .b-hero-slide.text-outside-header .b-hero-bg-style {
    position: relative;
    height: 400px; }
  .b-hero-slide.text-outside-header .b-hero-slide__wrap-outer {
    height: auto;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px; }
  .b-hero-slide.text-outside-header .b-hero-slide__content_center {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

body .b-section__wrap-outer_bkg-video-player {
  padding: 0 !important; }
  body .b-section__wrap-outer_bkg-video-player * {
    color: #fff !important; }

.b-hero {
  background-color: white; }

.b-faq {
  overflow: visible; }

.b-faq:focus, .b-faq__question:focus {
  outline: 1px dashed #653565; }

.form_radio_wrap .radio-option {
  width: 100%;
  margin-bottom: 5px;
  position: relative; }
  .form_radio_wrap .radio-option label {
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-align: center; }
    .form_radio_wrap .radio-option label input {
      opacity: 0;
      position: absolute; }
      .form_radio_wrap .radio-option label input ~ .radio-bg {
        color: white;
        background-color: #653565;
        font-weight: bold;
        height: 100%;
        width: 100%;
        left: 0;
        padding: 1rem;
        display: block;
        opacity: .7; }
      .form_radio_wrap .radio-option label input:checked ~ .radio-bg, .form_radio_wrap .radio-option label input:hover ~ .radio-bg {
        color: white;
        background-color: #653565;
        font-weight: bold;
        opacity: 1; }

.tf_forms {
  min-height: 100px; }
  .tf_forms .form {
    display: none; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  h1, .h1, h2, .h2, h3, .h3 {
    letter-spacing: .05em; }
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  .b-footer__nav li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
            flex: auto;
    -webkit-box-flex: 0.2;
    -webkit-flex-grow: 0.2;
            flex-grow: 0.2; }
  /* end .b-footer__nav */
  /***********************************************************
  BEM BLOCKS STYLES  BEM BLOCKS STYLES  BEM BLOCKS STYLES
***********************************************************/
  /*------------------
 Section Block
------------------*/
  .b-section .b-section__wrap-inner {
    padding: 2em 0; }
  .b-section_tall .b-section__wrap-inner {
    padding: 3em 0; }
  .b-section_collapsed-negtop .b-section__wrap-inner {
    margin-top: -4em; }
  .b-section_collapsed-negtop .b-section__wrap-inner_filled {
    margin-top: -2em; }
  .b-section .b-section__wrap-inner_filled {
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 1%;
    margin-right: 1%; }
  /*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
  .b-bkg-video__content {
    max-width: 70%;
    margin: 0 auto; }
  /*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
  .b-section-intro__headline_big {
    font-size: 3.25em; }
  .b-section-intro__subhead_big {
    max-width: 60%; }
  .b-section-intro__headline_small {
    max-width: none; }
  /*-------------------------------------------
 EXTRA MENU (IN-PAGE MENU)
--------------------------------------------*/
  .b-extra-menu__item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin: .25em 4px; }
  /*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
  /*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
  /*-------------------------------------------
 FAQs
--------------------------------------------*/
  /*-------------------------------------------
 FEATURE CARDS
--------------------------------------------*/
  .b-features {
    margin-top: 1em; }
  /***** OVERLAY VERSION *****/
  .b-feature-cards_overlay {
    margin: 0em; }
  .b-feature-card_overlay {
    margin: 0 5px 1em;
    float: none;
    padding: 0;
    width: auto; }
  .b-feature-card_overlay.t-all {
    margin: 0 0 1em; }
  /******CAROUSEL VERSION RULES******/
  .b-featured-post_carousel .b-featured-post__inner {
    height: 100%;
    margin: auto 10px; }
  /*-------------------------------------------
 FEATURE WITH ICON
--------------------------------------------*/
  .b-feature__image-wrap {
    max-width: none; }
  /*-------------------------------------------
 FEATURED POSTS
--------------------------------------------*/
  /******MASONRY VERSION RULES******/
  .b-featured-post__sizer {
    width: 27.5%; }
  .b-featured-post_masonry {
    width: 47.9%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%; }
    .b-featured-post_masonry .b-featured-post__inner {
      -webkit-border-top-left-radius: 0px;
      -webkit-border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
  .b-featured-post_masonry:nth-child(2) {
    width: 98%; }
  .b-featured-post_masonry:nth-child(5) {
    width: 98%; }
    .b-featured-post_masonry:nth-child(5) .b-resp-image_featured-post_masonry {
      height: 0;
      padding-bottom: 31.5%; }
      .b-featured-post_masonry:nth-child(5) .b-resp-image_featured-post_masonry img {
        max-width: 100%; }
  .b-featured-post__headline_masonry {
    font-size: .9em; }
  /******CAROUSEL VERSION RULES******/
  /*-------------------------------------------
 GROUPED CONTENT WITH SORTER
--------------------------------------------*/
  /*-------------------------------------------
 HALF AND HALF TILES
--------------------------------------------*/
  .b-section_halves .wrap {
    width: 100%; }
  .b-section_halves .b-section__wrap-inner {
    padding: 0; }
  .b-half-tile__headline {
    font-size: 1.75em; }
  /*-------------------------------------------
 HERO WITH OPTIONAL SLIDESHOW
--------------------------------------------*/
  .b-hero-slide {
    min-height: 0; }
  body.home .b-hero-slide {
    min-height: 425px; }
  .b-hero-slide__content {
    max-width: 70%;
    min-width: 40%;
    -webkit-align-self: center;
            align-self: center; }
  .b-hero-slide__headline {
    font-size: 2em; }
  .b-hero-slide__image-float {
    padding-bottom: 0; }
  /****** BUTTONS ******/
  /****** LEFT VERSION ******/
  .b-hero-slide__content_left {
    margin-left: 3%; }
  .b-hero-slide__headline_left {
    font-size: 1.125em; }
  /****** CENTERED VERSION ******/
  .b-hero-slide__content_center {
    max-width: 100%;
    margin-left: 0; }
  .b-hero-slide__headline_center {
    font-size: 3.5em;
    margin-bottom: .1em; }
  .b-hero-slide__subhead_center {
    font-size: 1.25em; }
  .b-hero-slide__text_center {
    width: auto; }
  .b-hero-slide__image-float_center {
    -webkit-align-self: center;
            align-self: center; }
  /****** RIGHT VERSION ******/
  .b-hero-slide__content_right {
    max-width: 55%;
    margin-left: 3%;
    margin-right: 1%; }
  .b-hero-slide__headline_right {
    font-size: 2em; }
  .b-hero-slide__subhead_right {
    font-size: 1.25em; }
  .b-hero-slide__text_right {
    font-size: 1em; }
  .b-hero-slide__image-float_right {
    padding-right: 2%; }
  /*-------------------------------------------
 ICON CAROUSEL
--------------------------------------------*/
  /*-------------------------------------------
 INSET CONTENT PANEL
--------------------------------------------*/
  .b-section_content-panel .b-section__wrap-inner {
    padding: 0; }
  .b-content-panel {
    min-width: 375px; }
  .b-content-panel__headline {
    font-size: 2.63em; }
  /*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
  /*-------------------------------------------
 MULTI COLUMN TEXT
--------------------------------------------*/
  .b-multi-column__headline {
    margin-bottom: .5em; }
  .b-multi-column__text img {
    max-width: 98%;
    margin-right: 1%;
    margin-left: 1%; }
  .b-multi-column__text h3 {
    margin-top: .5em; }
  .b-multi-column__text h4 {
    margin-top: 0em; }
  /*-------------------------------------------
  MULTI-LEVEL SHOWCASE
--------------------------------------------*/
  .b-showcase__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .b-showcase-item {
    padding-right: 0;
    margin: 0; }
  /*-------------------------------------------
  QUIZ
--------------------------------------------*/
  /*** QUESTIONS AND ANSWERS ***/
  /*** FEEDBACK ***/
  /*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
  .b-section_quotes .b-section__wrap-inner {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .b-section_quotes .b-social-promo {
    margin: auto 2em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1; }
  .b-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .b-quote__image {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-bottom: 0.5em; }
    .b-quote__image img {
      min-height: 0; }
  /*-------------------------------------------
  SPLIT SHOWCASE
--------------------------------------------*/
  .b-split-showcase__headline {
    font-size: 2em; }
  /*-------------------------------------------
  TEXT WITH SIDE IMAGE
--------------------------------------------*/
  .b-text-side-image__content {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    .b-text-side-image__content h5 {
      margin: 0 auto 1em; }
    .b-text-side-image__content ul {
      text-align: left; }
  .b-text-column {
    width: 80%;
    text-align: center;
    margin-bottom: 1.5em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .b-side-image {
    padding-right: 0em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    width: auto;
    float: none; }
  /*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
  /*---------------------------------------------------------------------------------------------
 * 
 * CHILD THEME ONLY RULES
 * 
 --------------------------------------------------------------------------------------------*/
  /*-------------------------------------------
 RECIPE CARDS
--------------------------------------------*/
  .b-recipe-card__content {
    padding: 0 5% 1em;
    margin-top: 1.5em; }
  .b-recipe-card__headline {
    font-size: 1.25em; }
  .b-headline_submitcard {
    font-size: 1.4em; }
  /*-------------------------------------------
 RECIPE PAGE
--------------------------------------------*/
  /*-------------------------------------------
 PRODUCT PAGE
--------------------------------------------*/
  .b-hero-slide__content_product {
    margin-bottom: 1.5em; }
    .b-hero-slide__content_product .b-hero-slide__headline_right {
      text-align: left; }
    .b-hero-slide__content_product .b-hero-slide__text_right {
      text-align: left; }
  .b-section_nutrition .b-section__wrap-inner {
    padding-left: 5%;
    padding-right: 5%; }
  .b-nutrition__stats span.m-1of2 {
    padding-right: .75em;
    padding-left: .75em;
    padding-top: .5em; }
    .b-nutrition__stats span.m-1of2:first-child {
      border-right: 1px solid #653565;
      padding-left: 0; }
    .b-nutrition__stats span.m-1of2:last-child {
      padding-right: 0; }
  .b-nutrition-stats {
    border-bottom: 1px solid #653565;
    padding-bottom: 1em; }
    .b-nutrition-stats:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  /********************
 * PLUGIN STYLES
 *******************/
  .yasr-visitor-votes_readonly {
    display: block; }
  button#cboxClose {
    right: 1.5%; }
  #cboxPrevious {
    left: -4.5% !important; }
  #cboxNext {
    right: -4.5% !important; } }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*---WYSIWYG CONTENT---*/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 740px;
    max-width: 100%; }
  /*********************
HEADER STYLES
*********************/
  .header {
    position: fixed;
    z-index: 9000;
    width: 100%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); }
  .header .toggle-contrast {
    right: 41px;
    top: 7px; }
  .b-header__logo {
    margin: 12px 0 15px;
    position: absolute;
    z-index: 3000; }
    .b-header__logo a img {
      max-width: 155px;
      vertical-align: bottom; }
  #inner-header {
    width: 100%;
    padding: 0 20px; }
  .b-header-buffer {
    min-height: 72px;
    display: block; }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav li {
      /*
		plan your menus and drop-downs wisely.
		*/
      /* showing sub-menus */ }
      .nav li a {
        /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/ }
      .nav li ul.sub-menu,
      .nav li ul.children {
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
  /* end .nav */
  /*
 * Main Menu
 */
  .b-main-nav {
    font-weight: bold;
    clear: none;
    float: none;
    margin-top: auto;
    margin-bottom: auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    .b-main-nav ul {
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -o-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-flex-basis: 100%;
              flex-basis: 100%;
      width: 100%;
      margin: 0;
      margin-top: 15px; }
      .b-main-nav ul li {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
        -webkit-flex-basis: 16%;
                flex-basis: 16%;
        font-size: .75em; }
        .b-main-nav ul li a, .b-main-nav ul li a:hover, .b-main-nav ul li a:focus {
          letter-spacing: normal;
          padding: 0; }
        .b-main-nav ul li:hover a, .b-main-nav ul li:focus a, .b-main-nav ul li.current_page_ancestor a, .b-main-nav ul li.current-menu-item a {
          border-bottom: none; }
  .b-mobile-nav-switch {
    margin: 1em 0; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .widget ul li {
    /* deep nesting */ }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .b-footer {
    padding-top: 4em; }
  .footer-links ul li {
    /*
      be careful with the depth of your menus.
      it's very rare to have multi-depth menus in
      the footer.
      */ }
  /* end .footer-links */
  .b-footer__nav {
    font-size: 1.125em; }
  .b-footer_inner nav {
    margin: 3em auto 5em; }
  .copyright {
    font-size: .875em; }
  /*-------------------------------------------
 SOCIAL PROMO ICONS & FOOTER EMAIL SIGN UP
--------------------------------------------*/
  .b-footer__social-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin: 3em auto 4em; }
  .b-footer__signup {
    -webkit-flex-basis: 48%;
            flex-basis: 48%; }
  .header .b-social-promo h4 {
    display: none; }
  .header .b-social-links {
    margin-bottom: 5px;
    margin-top: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .header .b-social-link img {
    max-width: 32px; }
  /*-------------------------------------------
 FORMS
--------------------------------------------*/
  fieldset.t-1of2 {
    width: 49%;
    padding-right: 0;
    float: none; }
  fieldset.t-1of3 {
    width: 32%;
    padding-right: 0;
    float: none; }
  /********************
 * BEM TYPE RULES
*********************/
  /*-------------------------------------------------
 Section Block
---------------------------------------------------*/
  .b-section .b-section__wrap-inner {
    padding: 3.25em 0; }
  .b-section .b-section__wrap-inner_filled {
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    margin-right: 0; }
  .b-section_tall {
    min-height: 360px; }
  .b-section_collapsed-negtop .b-section__wrap-inner {
    margin-top: -6em;
    margin-bottom: 0; }
  .b-section_collapsed-negtop .b-section__wrap-inner_filled {
    margin-top: -2.75em; }
  /*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
  .b-bkg-video__content {
    max-width: 700px; }
  .b-bkg-video__headline {
    font-size: 2em; }
  .b-bkg-video__text {
    font-size: 1.5em; }
  .b-bkg-video__close {
    top: 65px; }
  /*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
  .b-section-intro__caption {
    right: inherit;
    width: 100%;
    max-width: 733px;
    text-align: right; }
  a.b-section-intro__button {
    font-size: 0.8125em; }
  .b-section-intro__headline_small {
    font-size: 1.3em; }
  .b-section-intro_medium .b-section__wrap-outer {
    margin-left: auto;
    margin-right: auto; }
  .b-section-intro_medium .b-section__wrap-inner {
    padding: 6em 0; }
  .b-section-intro__headline_medium {
    font-size: 2.25em;
    margin-top: .35em; }
  .b-section-intro__subhead_medium {
    font-size: 1.125em;
    max-width: 85%; }
  .b-section-intro__headline_big {
    font-size: 3.5em; }
  .b-section-intro__subhead_big {
    font-size: 1.25em; }
  .b-section_tall .b-section__wrap-inner {
    padding: 6em 0; }
  /*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
  /*-------------------------------------------
 EXTRA MENU (IN-PAGE MENU)
--------------------------------------------*/
  .b-extra-menu__item {
    -webkit-flex-basis: 180px;
            flex-basis: 180px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0; }
  /*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
  /*-------------------------------------------
 FAQs
--------------------------------------------*/
  /*-------------------------------------------
 FEATURE CARDS
--------------------------------------------*/
  .b-section_feature-cards.b-section_collapsed-negtop .b-section__wrap-inner {
    margin-top: -6em;
    padding-top: 3.25em; }
  .b-section_feature-cards.no-gutter .b-feature-card {
    margin: 0; }
  .b-feature-cards_default {
    margin-left: 1.25em; }
  .b-feature-card {
    margin-bottom: 0; }
  .b-feature-card__inner {
    margin: 0; }
  /***** STACKED VERSION *****/
  .b-feature-card__inner_default {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .b-resp-image_feature-card_default {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
    overflow: visible; }
  .b-feature-card__text_default {
    text-align: left;
    margin-bottom: 1em; }
  .b-resp-image_feature-card_default {
    position: relative; }
    .b-resp-image_feature-card_default img {
      width: auto;
      max-width: 80%; }
  .b-feature-card_default:first-child .b-resp-image_feature-card img {
    max-width: 290%;
    right: 0;
    position: absolute; }
  .b-feature-card_default:nth-child(2) .b-resp-image_feature-card img {
    max-width: 100%; }
  .b-feature-card_default:last-child .b-resp-image_feature-card img {
    max-width: 140%;
    margin-left: 20%; }
  /***** OVERLAY VERSION *****/
  .b-feature-cards_overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .b-feature-card_overlay {
    -webkit-flex-basis: 48%;
            flex-basis: 48%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    margin: 0 5px 0em; }
  .b-feature-card__inner_overlay {
    margin: 0;
    padding: 2.5em 4% 3.5em;
    min-height: 160px; }
  .b-feature-card__headline_overlay {
    font-size: 1.625em; }
  /****** Single Card ******/
  .b-feature-card_overlay.t-all .b-feature-card__headline_overlay {
    font-size: 2em; }
  /*-------------------------------------------
 FEATURE WITH ICON
--------------------------------------------*/
  .b-features {
    padding-left: 1.25em; }
  .b-feature {
    margin-bottom: 0em; }
    .b-feature.t-1of3 {
      max-width: 32%; }
    .b-feature.t-1of2 {
      max-width: 48%; }
  .b-feature__inner {
    padding: 1.5em 1.25em 1.5em 1.25em;
    margin: .9em 0; }
  .b-feature__image-wrap {
    margin-bottom: 1.5em; }
  /*-------------------------------------------
 FEATURED POSTS
--------------------------------------------*/
  .b-featured-post {
    width: auto; }
  /******DEFAULT VERSION RULES: THESE COULD GO IN THE STANDARD RULES, BUT SOME OF THESE ARE A PAIN TO UNDUE ACROSS ALL THE OTHER OPTIONS.******/
  .b-featured-post_default .b-featured-post__inner {
    width: 50%; }
  .b-featured-post_default:nth-child(2n) {
    margin-top: -10em; }
    .b-featured-post_default:nth-child(2n) .b-featured-post__inner {
      float: right;
      padding: 35px 0 0; }
    .b-featured-post_default:nth-child(2n) .b-featured-post__content {
      top: 0;
      bottom: initial;
      right: 6%;
      left: initial; }
  /******MASONRY VERSION RULES******/
  .b-section-featured-posts_masonry .b-section__wrap-inner {
    padding-left: 4.5%;
    padding-right: 4.5%; }
  .b-featured-posts__wrap_masonry {
    margin-top: 1.7em; }
  .b-featured-post__sizer {
    width: 27.5%; }
  .b-featured-post_masonry {
    width: 26.5%; }
  .b-resp-image_featured-post_masonry {
    height: 0;
    padding-bottom: 90%; }
    .b-resp-image_featured-post_masonry img {
      width: auto;
      max-width: 150%; }
  .b-featured-post__headline_masonry {
    color: #fff;
    margin-bottom: 1em; }
  .b-featured-post_masonry:nth-child(2) {
    width: 40%;
    height: 0;
    padding-bottom: 50%; }
    .b-featured-post_masonry:nth-child(2) .b-resp-image_featured-post_masonry {
      height: 0;
      padding-bottom: 122%; }
      .b-featured-post_masonry:nth-child(2) .b-resp-image_featured-post_masonry img {
        width: auto;
        min-height: 120%;
        max-width: 200%;
        min-width: 110%;
        margin-left: 0%;
        margin-top: 0%; }
  .b-featured-post_masonry:nth-child(5) {
    width: 55%; }
    .b-featured-post_masonry:nth-child(5) .b-resp-image_featured-post_masonry {
      height: 0;
      padding-bottom: 41.5%; }
      .b-featured-post_masonry:nth-child(5) .b-resp-image_featured-post_masonry img {
        max-width: 100%; }
  .b-featured-post__content_masonry {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(48, 47, 44, 0.75);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 1em; }
  .b-featured-post__headline_masonry {
    font-size: 1em;
    line-height: 1.2; }
  .b-featured-post_masonry:hover .b-featured-post__content_masonry {
    opacity: 1; }
  /******CAROUSEL VERSION RULES******/
  .b-featured-post_carousel {
    width: 50%; }
  .b-featured-post_carousel .wrap {
    overflow: visible; }
  /*-------------------------------------------
 GROUPED CONTENT WITH SORTER
--------------------------------------------*/
  .b-section_grouped-content .b-section__wrap-inner {
    padding-top: 2em; }
  .b-group-sortbar {
    margin-bottom: 5em; }
  .b-grouped-content {
    padding: 3.25em 5%; }
  .b-grouped-content__title {
    font-size: 1.56em;
    margin-bottom: 0; }
  /*-------------------------------------------
 HALF AND HALF TILES
--------------------------------------------*/
  .b-section_halves .wrap {
    width: 100%; }
  .b-section_halves .b-half-tiles {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-content: center;
            align-content: center; }
  .b-section_halves .b-half-tile {
    width: auto;
    float: none;
    display: block;
    max-width: none;
    -webkit-flex-basis: 50%;
            flex-basis: 50%; }
  .b-section_halves .b-half-tile__inner {
    padding: 3em 1em;
    max-width: 600px;
    margin: auto; }
  .b-section_halves .b-section__wrap-inner {
    padding: 0; }
  /*-------------------------------------------
 HERO WITH OPTIONAL SLIDESHOW
--------------------------------------------*/
  .b-hero-slide {
    min-height: 480px; }
  body.home .b-hero-slide {
    min-height: 480px; }
  .b-hero-slide__wrap {
    width: 100%; }
  .b-hero-slide__headline {
    font-size: 2.45em;
    margin-bottom: 0.1em;
    padding-right: 0; }
  .b-hero-slide__text {
    font-size: 1.125em; }
  /****** LEFT VERSION ******/
  .b-hero-slide__content_left {
    margin-left: 45px;
    max-width: 60%;
    margin-top: .75em; }
  .b-hero-slide__headline_left {
    font-size: 1.125em; }
  .b-hero-slide__subhead_left {
    font-size: 1.75em; }
  .b-hero-slide__text_left {
    max-width: 90%; }
  /****** CENTERED VERSION ******/
  .b-hero-slide__content_center {
    max-width: 80%;
    margin-bottom: 1.5em; }
  .b-hero-slide__headline_center {
    max-width: none;
    margin: auto;
    font-size: 4em; }
  .b-hero-slide__text_center {
    margin: auto;
    margin-top: .5em; }
  /****** RIGHT VERSION ******/
  .b-hero-slide__content_right {
    margin-left: .75%; }
  .b-hero-slide__image-float_right {
    padding-right: 0; }
  .b-hero-slide__headline_right {
    font-size: 2.5em; }
  .b-hero-slide__subhead_right {
    font-size: 1.5em; }
  .b-hero__caption {
    font-size: 1em;
    max-width: 730px; }
  /*-------------------------------------------
 ICON CAROUSEL
--------------------------------------------*/
  /*-------------------------------------------
 INSET CONTENT PANEL
--------------------------------------------*/
  .b-section_content-panel .b-section__wrap-inner {
    padding: 0; }
  .b-content-panel {
    padding: 1em 7% 1.5em;
    min-width: 525px; }
  .b-hero__caption_inset-panel {
    bottom: 1em; }
  /*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
  /*-------------------------------------------
 MULTI COLUMN TEXT
--------------------------------------------*/
  .b-multi-column__headline {
    margin: 1em auto .5em;
    font-size: 1.56em; }
  .b-section_multi-column_twocol .b-section__wrap-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .b-section_multi-column_twocol .b-multi-column__text {
    text-align: left; }
    .b-section_multi-column_twocol .b-multi-column__text:first-child {
      -webkit-flex-basis: 100%;
              flex-basis: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
              order: 2; }
    .b-section_multi-column_twocol .b-multi-column__text:last-child {
      -webkit-flex-basis: 60%;
              flex-basis: 60%;
      text-align: center;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
              order: 3;
      padding-right: 0; }
    .b-section_multi-column_twocol .b-multi-column__text img {
      margin-right: 2%;
      margin-left: 2%; }
  /*-------------------------------------------
 MULTI-LEVEL SHOWCASE
--------------------------------------------*/
  .b-showcase__image:hover .b-showcase__image-hover {
    width: auto;
    margin-left: 0;
    margin-right: 0; }
  .b-showcase__image_a:hover .b-showcase__image-hover {
    width: auto;
    margin-left: 0;
    margin-right: 0; }
  /*-------------------------------------------
  QUIZ
--------------------------------------------*/
  /*** QUESTIONS AND ANSWERS ***/
  /*** FEEDBACK ***/
  /*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
  .b-section_quotes .b-section__wrap-outer {
    max-width: 80%; }
  .b-section_quotes .b-section__wrap-inner {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .b-section_quotes .bx-wrapper {
    margin: 0 auto 2.5em 0px !important; }
    .b-section_quotes .bx-wrapper .bx-pager {
      width: 66%;
      right: 4px; }
  .b-section_quotes .b-social-promo {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    margin: auto 1.5em auto 2em; }
  .b-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    padding-left: 5px;
    padding-right: 5px; }
  .b-quote__image {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 33%;
            flex-basis: 33%;
    margin-right: 2%;
    margin-bottom: 0;
    min-width: 130px; }
    .b-quote__image img {
      min-height: 0;
      margin-left: 0; }
  .b-quote__words {
    -webkit-flex-basis: 70%;
            flex-basis: 70%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .b-quote__body {
    text-align: left; }
  .b-quote__attribution {
    text-align: left; }
  /*-------------------------------------------
  SPLIT SHOWCASE
--------------------------------------------*/
  .b-section__split-showcase {
    text-align: left; }
    .b-section__split-showcase .b-section__wrap-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
      padding: 4em 0; }
  .b-split-showcase__introduction {
    -webkit-flex-basis: 43%;
            flex-basis: 43%;
    padding: 0 3em 2.5em 0em;
    margin-bottom: inherit; }
  .b-split-showcase__headline {
    margin-top: 0; }
  .b-split-showcase__intro {
    font-size: 1em;
    margin-bottom: 2em;
    margin-top: .5em; }
  .b-split-showcase__features {
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 52%;
            flex-basis: 52%;
    max-width: 730px;
    min-width: 0;
    margin-right: 1.5%;
    margin-left: 1.5%;
    -webkit-align-self: flex-end;
            align-self: flex-end; }
    .b-split-showcase__features.carousel {
      width: auto; }
  .b-image-holder__showcase img {
    min-height: 0; }
  .b-split-showcase__menu {
    text-align: center; }
  .b-split-showcase__introduction_right {
    padding: 0 1em 2.5em 3em; }
  /*********************************
SUCCESS TRACK
*********************************/
  /*-------------------------------------------
  TEXT WITH SIDE IMAGE
--------------------------------------------*/
  .b-text-side-image__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .b-text-column {
    -webkit-flex-basis: 43%;
            flex-basis: 43%;
    width: auto;
    text-align: left;
    margin-bottom: auto;
    float: none; }
  .b-side-image {
    margin-top: 0;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 52%;
            flex-basis: 52%; }
    .b-side-image img {
      max-height: 300px; }
  .b-side-image_left {
    text-align: center;
    padding-right: 2em; }
  .b-side-image_right {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  /*-------------------------------------------
  THIRD PARTY EMBED CODE
--------------------------------------------*/
  .b-embedded__headline {
    font-size: 2.25em;
    color: #cdc5b3; }
  /*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
  .b-section_video-feature .b-section__wrap-inner {
    padding: 0; }
  /*---------------------------------------------------------------------------------------------
 * 
 * CHILD THEME ONLY RULES
 * 
 --------------------------------------------------------------------------------------------*/
  /*-------------------------------------------
 RECIPE CARDS
--------------------------------------------*/
  .b-recipe-cards {
    margin-bottom: .5em; }
  .b-recipe-card {
    padding-right: .5em;
    padding-left: .5em; }
  .b-recipe-card__headline {
    margin-bottom: .25em;
    margin-top: 1.2em; }
  .b-recipe-card__text {
    font-size: 1em;
    line-height: 1.333;
    margin-bottom: 1em; }
  .b-recipe-card_submit {
    width: 33%; }
  .b-headline_submitcard {
    padding: 29% 0.75em;
    font-size: 1.4em; }
  .b-recipe-card__text_submitcard {
    margin: .75em auto 1.75em; }
  /*-------------------------------------------
 RECIPE PAGE
--------------------------------------------*/
  #recipe-sort-bar {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-bottom: 3.5em; }
  .b-sortbar_label {
    margin-bottom: 0; }
  .b-recipe-sort-options {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1; }
  .b-recipe-sort-option {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    line-height: 1.1;
    padding: 0 0px 0 0;
    margin: 0 10px 0 0; }
    .b-recipe-sort-option:hover {
      text-decoration: underline; }
  .b-recipe-sort-option + .b-recipe-sort-option {
    border-left: solid 1px #593500; }
  .b-recipe-sort-option_active {
    font-weight: normal;
    text-decoration: underline; }
  .b-related-recipes {
    margin-top: 4em;
    padding-top: 2em; }
  .b-related-recipe__name {
    font-size: 1em; }
  /*-------------------------------------------
 PRODUCT PAGE
--------------------------------------------*/
  .b-hero-slide__image-float_product {
    max-width: 50%; }
  .b-section_nutrition .b-section__wrap-inner {
    padding: 2em 8% 3em; }
  .b-nutrition__stats span.m-1of2 {
    padding-right: 1.25em;
    padding-left: 1.25em;
    padding-top: 1em; }
  .b-hero-slide__headline_product {
    font-size: 4.063em; }
  /*-------------------------------------------
 PLUG IN STYLES
--------------------------------------------*/
  div.wpcf7 .ajax-loader {
    display: block;
    margin: 5px auto;
    position: absolute;
    left: 47%; }
  .b-hero-slide.text-outside-header .b-hero-slide__wrap-outer {
    padding-top: 100px;
    padding-bottom: 100px; }
  .b-hero-slide.text-outside-header .b-hero-slide__headline_center {
    font-size: 54px;
    line-height: 0.9; }
  /********************
 * STYLE OVERIDES
*********************/
  .pseudo_link::before, .pseudo_section {
    display: block;
    content: " ";
    margin-top: -128px;
    height: 128px;
    visibility: hidden; }
  .form_radio_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .form_radio_wrap .radio-option {
      width: 25%;
      width: calc(25% - 12px);
      position: relative;
      margin-bottom: 0; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .wrap {
    width: 990px; }
  /*********************
HEADER STYLES
*********************/
  .header .toggle-contrast {
    right: 35px;
    top: 10px; }
  .b-header__logo {
    margin: 16px 0 20px; }
    .b-header__logo a img {
      max-width: 235px; }
  #inner-header {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
  .b-header-buffer {
    min-height: 105px; }
  /*
 * Main Menu
 */
  .b-main-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    min-height: 0; }
    .b-main-nav ul li {
      font-size: .875em; }
      .b-main-nav ul li a, .b-main-nav ul li a:hover, .b-main-nav ul li a:focus {
        padding: 0; }
  /*********************
FOOTER STYLES
*********************/
  .b-footer__nav {
    font-size: 1.25em; }
  .copyright {
    font-size: 1em; }
  /*-------------------------------------------
 SOCIAL PROMO ICONS & FOOTER EMAIL SIGN UP
--------------------------------------------*/
  .b-footer__social-actions {
    max-width: 780px; }
  /*-------------------------------------------
 FORMS
--------------------------------------------*/
  fieldset.d-1of3 {
    width: 33%;
    padding-right: 0;
    float: none; }
  /*-------------------------------------------------
 Section Block
---------------------------------------------------*/
  .b-section .b-section__wrap-inner {
    padding: 4em 0; }
  .b-section_collapsed-negtop .b-section__wrap-inner {
    padding-top: 3.25em; }
  /*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
  .b-section__wrap-outer_bkg-video-player {
    min-height: 750px; }
  .b-section__wrap-inner_bkg-video-player {
    padding: 10em 0 !important; }
  .b-bkg-video__close {
    top: 90px; }
  /*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
  .b-section-intro_big .b-section__wrap-inner {
    padding: 4.5em 0; }
  .b-section-intro__title img {
    margin: 0;
    max-width: none; }
  .b-section-intro__headline_big {
    font-size: 4.5em;
    max-width: 70%;
    margin: 0em auto 0.2em; }
  .b-section-intro__headline_medium {
    font-size: 3.5em;
    max-width: 70%; }
  .b-section-intro__subhead_big {
    font-size: 1.5em;
    max-width: 70%; }
  .b-section-intro__subhead_medium {
    max-width: 77%; }
  .b-section-intro__subhead_small {
    font-size: 1.25em; }
  .b-section-intro__caption {
    max-width: 982px; }
  a.b-section-intro__button {
    font-size: 0.8125em; }
  .b-section_tall {
    min-height: 525px; }
  .b-section_tall .b-section__wrap-inner {
    padding: 10em 0;
    min-height: 525px; }
  /*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
  /*-------------------------------------------
 EXTRA MENU (IN-PAGE MENU)
--------------------------------------------*/
  /*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
  /*-------------------------------------------
 FAQs
--------------------------------------------*/
  /*-------------------------------------------
 FEATURE CARDS
--------------------------------------------*/
  /***** OVERLAY VERSION *****/
  .b-feature-card__inner_overlay {
    padding: 3em 8% 3.5em; }
  /*single card overlay*/
  .b-feature-card_overlay.t-all .b-feature-card__inner_overlay {
    padding: 6em 8%; }
  .b-feature-card_overlay.t-all .b-feature-card__headline {
    font-size: 3.5em; }
  .b-feature-card_overlay.t-all .b-feature-card__text_overlay {
    max-width: 535px; }
  .b-feature-card_overlay.t-all p {
    font-size: 1.25em; }
  /*-------------------------------------------
 FEATURE WITH ICON
--------------------------------------------*/
  .b-feature__inner {
    padding: 2em 2em 2em 2em; }
  /*-------------------------------------------
 FEATURED POSTS
--------------------------------------------*/
  /******MASONRY VERSION RULES******/
  .b-featured-post__content_masonry {
    padding: 1em; }
  .b-featured-post__headline_masonry {
    font-size: 1.57em;
    line-height: 1.2; }
  /******CAROUSEL VERSION RULES******/
  /*-------------------------------------------
 GROUPED CONTENT WITH SORTER
--------------------------------------------*/
  /*-------------------------------------------
 HALF AND HALF TILES
--------------------------------------------*/
  .b-section_halves .wrap {
    width: 100%; }
  .b-section_halves .b-half-tile__inner {
    padding: 3em 2em; }
  .b-section_halves .b-section__wrap-inner {
    padding: 0; }
  /*-------------------------------------------
 HERO WITH OPTIONAL SLIDESHOW
--------------------------------------------*/
  .b-hero-slide {
    min-height: 635px; }
  body.home .b-hero-slide {
    min-height: 550px; }
  .b-hero-slide__wrap {
    width: 100%;
    max-width: 990px; }
  .b-hero-slide__headline {
    font-size: 3em; }
  .home .b-hero-slide__text {
    font-size: 1.25em; }
  .b-hero-slide__image-float {
    max-width: none; }
  /****** LEFT VERSION ******/
  .b-hero-slide__headline_left {
    font-size: 1.75em; }
  .b-hero-slide__subhead_left {
    font-size: 2em; }
  .b-hero-slide__text_left {
    max-width: 100%;
    font-size: 1.25em; }
  /****** CENTERED VERSION ******/
  .b-hero-slide__headline_center {
    font-size: 5em; }
  .b-hero-slide__subhead_center {
    font-size: 1.5em;
    font-weight: bold; }
  /****** RIGHT VERSION ******/
  .b-hero-slide__image-float_right {
    max-width: 50%;
    margin-left: 2%; }
  .b-hero__caption {
    max-width: 982px; }
  /*-------------------------------------------
 ICON CAROUSEL
--------------------------------------------*/
  /*-------------------------------------------
 INSET CONTENT PANEL
--------------------------------------------*/
  .b-section_content-panel .b-section__wrap-outer {
    width: 1080px; }
  .b-section_content-panel .b-section__wrap-inner {
    padding: 0; }
  .b-hero__caption_inset-panel {
    bottom: 1em; }
  /*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
  /*-------------------------------------------
 MULTI COLUMN TEXT
--------------------------------------------*/
  .b-multi-column__text {
    max-width: 90%; }
    .b-multi-column__text p {
      font-size: 1.25em; }
    .b-multi-column__text h3 {
      margin-top: .5em;
      font-size: 1.75em; }
    .b-multi-column__text h4 {
      margin-bottom: 0;
      font-size: 1.5em; }
  .b-multi-column__headline {
    font-size: 2.25em; }
  .b-section_multi-column_twocol .b-multi-column__text {
    width: auto; }
    .b-section_multi-column_twocol .b-multi-column__text p {
      font-size: 1.125em; }
    .b-section_multi-column_twocol .b-multi-column__text img {
      margin-right: 12px;
      margin-left: 12px; }
  /*-------------------------------------------
 MULTI-LEVEL SHOWCASE
--------------------------------------------*/
  /*-------------------------------------------
  QUIZ
--------------------------------------------*/
  /*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
  .b-quote__body {
    font-size: 1.25em; }
  /*-------------------------------------------
  SPLIT SHOWCASE
--------------------------------------------*/
  .b-image-holder__showcase img {
    max-height: 500px; }
  .b-split-showcase__introduction {
    -webkit-flex-basis: 40%;
            flex-basis: 40%;
    min-width: 40%;
    padding: 2.5em 3em 2.5em 0em; }
  .b-split-showcase__headline {
    font-size: 2.3em;
    margin-bottom: 0.3em; }
  .b-split-showcase__introduction_right {
    padding: 2.5em 4.5em 2.5em 3em; }
  /*-------------------------------------------
  TEXT WITH SIDE IMAGE
--------------------------------------------*/
  .b-text-side-image__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .b-text-column {
    font-size: 100%; }
  .b-text-column {
    -webkit-flex-basis: 36%;
            flex-basis: 36%; }
  .b-text-column__headline {
    margin-bottom: 0; }
  .b-side-image {
    -webkit-flex-basis: 60%;
            flex-basis: 60%; }
    .b-side-image img {
      max-height: initial; }
  /*-------------------------------------------
  THIRD PARTY EMBED CODE
--------------------------------------------*/
  .b-embedded {
    text-align: center; }
  .b-embedded__headline {
    font-size: 3em;
    max-width: 52%; }
  /*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
  /*---------------------------------------------------------------------------------------------
 * 
 * CHILD THEME ONLY RULES
 * 
 --------------------------------------------------------------------------------------------*/
  /*-------------------------------------------
 RECIPE CARDS
--------------------------------------------*/
  .b-section_recipe-cards .wrap {
    width: 870px; }
  .b-recipe-cards {
    margin-bottom: 3em; }
  .b-recipe-card {
    margin-bottom: 1em; }
  .b-recipe-card__content {
    padding: 0 5% 1.5em;
    margin-top: 1.9em; }
  .b-recipe-card__headline {
    margin-bottom: .25em; }
  .b-headline_submitcard {
    font-size: 1.75em; }
  /*-------------------------------------------
 RECIPE PAGE
--------------------------------------------*/
  /*-------------------------------------------
 RECIPE PAGE
--------------------------------------------*/
  #recipe-sort-bar {
    margin-bottom: 3.8em;
    max-width: 85%; }
  .b-related-recipes {
    margin-top: 5em;
    padding-top: 3em; }
  /*-------------------------------------------
 PRODUCT PAGE
--------------------------------------------*/
  .b-hero-slide__image-float_product {
    max-width: 45%;
    margin-top: 1.2em;
    margin-left: 8%;
    margin-bottom: 2.5em; }
  .b-hero-slide__headline_product {
    font-size: 4.063em; }
  .b-hero-slide__content_product {
    padding-left: 0;
    margin-bottom: 5.25em;
    -webkit-flex-basis: 42%;
            flex-basis: 42%; }
  .b-hero-slide__text_product {
    margin-top: .75em; }
  .b-section_nutrition .b-section__wrap-inner {
    padding: 2em 8% 3em; }
  /*-------------------------------------------
 PLUG IN STYLES
--------------------------------------------*/
  /********************
 * STYLE OVERIDES
*********************/
  .pseudo_link::before {
    margin-top: -168px;
    height: 168px; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .wrap {
    width: 1217px; }
  .b-header__logo {
    margin: 18px 0; }
    .b-header__logo a img {
      max-width: 325px; }
  .b-header-buffer {
    min-height: 129px; }
  .b-main-nav ul li {
    font-size: 1em; }
  /*-------------------------------------------------
 Section Block
---------------------------------------------------*/
  /*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
  /*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
  .b-section-intro__headline_big {
    font-size: 6.5em;
    line-height: .9;
    max-width: none;
    margin-top: 1em; }
  .b-section-intro__headline_medium {
    width: 60%; }
  .b-section-intro__headline_small {
    font-size: 2em; }
  .b-section-intro__subhead_big {
    max-width: 57%;
    font-size: 2em;
    line-height: 1.2; }
  .b-section-intro__subhead_big {
    margin-bottom: 0.8em; }
  .b-section-intro__subhead_small {
    font-size: 1.5em; }
  .b-section-intro__caption {
    max-width: 1189px; }
  .b-section_tall {
    min-height: 615px; }
    .b-section_tall .b-section__wrap-inner {
      min-height: 615px;
      padding: 10em 0 10em; }
  /*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
  /*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
  /*-------------------------------------------
 FAQs
--------------------------------------------*/
  /*-------------------------------------------
 FEATURE CARDS
--------------------------------------------*/
  .b-feature-card__headline_default {
    font-size: 2.25em; }
  .b-feature-card__text_default p {
    font-size: 1.3em; }
  /***** OVERLAY VERSION *****/
  .b-section_feature-cards_overlay .b-section__wrap-outer {
    width: 90%;
    max-width: 1300px; }
  .b-feature-card_overlay {
    margin: 0 12px 0em; }
  .b-feature-card__headline_overlay {
    font-size: 2em; }
  /*single card overlay*/
  .b-feature-card_overlay.t-all .b-feature-card__inner_overlay {
    padding: 6em 8% 4.5em; }
  .b-feature-card_overlay.t-all .b-feature-card__headline {
    font-size: 6em;
    margin-top: .5em;
    margin-bottom: 0; }
  .b-feature-card_overlay.t-all .b-feature-card__text_overlay {
    max-width: 90%; }
  .b-feature-card_overlay.t-all p {
    font-size: 1.5em;
    font-weight: bold; }
  /*-------------------------------------------
 FEATURE WITH ICON
--------------------------------------------*/
  /*-------------------------------------------
 FEATURED POSTS
--------------------------------------------*/
  /*-------------------------------------------
 GROUPED CONTENT WITH SORTER
--------------------------------------------*/
  /*-------------------------------------------
 HALF AND HALF TILES
--------------------------------------------*/
  .b-section_halves .b-section__wrap-inner {
    padding: 0; }
  .b-half-tile__inner {
    padding: 1em 3em; }
  .b-half-tile__headline {
    font-size: 2.5em; }
  /*-------------------------------------------
 HERO WITH OPTIONAL SLIDESHOW
--------------------------------------------*/
  .b-section_hero {
    margin-left: auto;
    margin-right: auto; }
  .b-hero-slide {
    min-height: 690px; }
  body.home .b-hero-slide {
    min-height: 755px; }
  .b-hero-slide__wrap {
    max-width: 94%;
    width: 94%;
    max-width: 1407px; }
  .b-hero-slide__headline {
    font-size: 3.25em; }
  /****** LEFT VERSION ******/
  .b-hero-slide__content_left {
    margin-left: 60px;
    margin-top: 2.5em; }
  .b-hero-slide__headline_left {
    font-size: 2em; }
  .b-hero-slide__subhead_left {
    font-size: 2.625em; }
  .b-hero-slide__text_left {
    font-size: 1.5em; }
  /****** CENTERED VERSION ******/
  .b-hero-slide__content_center {
    max-width: 80%; }
  .b-hero-slide__headline_center {
    font-size: 6.25em;
    line-height: 0.9; }
  .b-hero-slide__subhead_center {
    font-size: 2em; }
  /****** RIGHT VERSION ******/
  .b-hero-slide__content_right {
    -webkit-flex-basis: 56%;
            flex-basis: 56%;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin-top: 0;
    margin-right: 0;
    max-width: none; }
  .b-hero-slide__image-float_right {
    margin-top: 0;
    margin-left: .75%;
    max-width: none;
    -webkit-flex-basis: 85%;
            flex-basis: 85%;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1; }
  .b-hero-slide__headline_right {
    font-size: 3em;
    line-height: 1.25;
    margin-top: 0; }
  .b-hero-slide__subhead_right {
    font-size: 2em; }
  .b-hero__caption {
    max-width: 1178px;
    bottom: 32px; }
  /*-------------------------------------------
 ICON CAROUSEL
--------------------------------------------*/
  /*-------------------------------------------
 INSET CONTENT PANEL
--------------------------------------------*/
  .b-section_content-panel .b-section__wrap-outer {
    width: 1310px; }
  .b-section_content-panel .b-section__wrap-inner {
    padding: 0; }
  .b-hero__caption_inset-panel {
    bottom: 1em; }
  /*-------------------------------------------
 MASONRY BLOCKS
--------------------------------------------*/
  /*-------------------------------------------
 MULTI COLUMN TEXT
--------------------------------------------*/
  .b-multi-column__text {
    max-width: 92%; }
    .b-multi-column__text h3 {
      font-size: 2em;
      margin-top: 1.2em;
      margin-bottom: 1.5em; }
    .b-multi-column__text p {
      font-size: 1.75em; }
  .b-multi-column__headline {
    font-size: 2.625em; }
  .b-section_multi-column .b-section__wrap-inner {
    padding: 5.5em 0 3em; }
  .b-section_multi-column_twocol .b-section__wrap-inner {
    padding: 3em 0 3em; }
  .b-section_multi-column_twocol .b-multi-column__text h4 {
    font-size: 2em; }
  .b-section_multi-column_twocol .b-multi-column__text p {
    font-size: 1.5em; }
  /*-------------------------------------------
 MULTI-LEVEL SHOWCASE
--------------------------------------------*/
  /*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
  .b-section_quotes .b-section__wrap-outer {
    max-width: 80%; }
  .b-section_quotes .bx-wrapper {
    margin: 0 0 2.5em 0px !important; }
  .b-quotes-carousel {
    padding-right: 14%; }
  .b-quote {
    padding-top: 0em; }
  .b-quote__words {
    padding: 2.5em; }
  .b-section_quotes .b-social-promo {
    margin: 0em 1em 1em 2em; }
    .b-section_quotes .b-social-promo h4 {
      margin-bottom: 1em;
      font-weight: bold; }
  /*-------------------------------------------
  SPLIT SHOWCASE
--------------------------------------------*/
  .b-image-holder__showcase img {
    max-height: none; }
  .b-section__split-showcase .b-section__wrap-inner {
    padding-top: 6em;
    padding-bottom: 5em; }
  .b-split-showcase__features {
    -webkit-flex-basis: 58%;
            flex-basis: 58%;
    margin-right: 0;
    margin-left: 0; }
  .b-split-showcase__introduction {
    padding: 2.5em 3em 2.5em 2.5em; }
  .b-split-showcase__headline {
    font-size: 2.75em;
    margin-bottom: 0.4em; }
  .b-split-showcase__subhead {
    font-size: 1.25em;
    margin-bottom: 0.25em; }
  /*-------------------------------------------
  TEXT WITH SIDE IMAGE
--------------------------------------------*/
  .b-text-column p:first-child {
    margin-top: 1.5em; }
  .b-text-column__headline {
    margin-bottom: .4em;
    font-size: 2.5em;
    letter-spacing: 0.09em;
    line-height: 1.18; }
  /*-------------------------------------------
  THIRD PARTY EMBED CODE
--------------------------------------------*/
  .b-embedded__headline {
    font-size: 3.5em;
    max-width: 50%; }
  /*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
  /*-------------------------------------------
 PRODUCT PAGE
--------------------------------------------*/
  .b-hero-slide__image-float_product {
    margin-top: 1.2em;
    margin-bottom: 2.5em;
    margin-left: 8%;
    max-width: 45%; }
  .b-hero-slide__headline_product {
    font-size: 4.063em; }
  /*---------------------------------------------------------------------------------------------
 * 
 * CHILD THEME ONLY RULES
 * 
 --------------------------------------------------------------------------------------------*/
  /*-------------------------------------------
 RECIPE CARDS
--------------------------------------------*/
  .b-section_recipe-cards .wrap {
    width: 1096px; }
  /********************
 * STYLE OVERIDES
*********************/
  .pseudo_link::before {
    margin-top: -183px;
    height: 183px; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; }
  #menu-main-menu li {
    display: none; }
  .b-recipe__social, .b-mobile-nav-switch, .b-footer {
    display: none; } }

.contrast .home .b-section_hero {
  background-color: #000; }

.contrast .nav li.current-menu-item a, .contrast .nav li.current_page_item a, .contrast .nav li.current_page_ancestor a {
  color: #643765;
  text-decoration: underline; }

.contrast.home .b-hero-slide__wrap-outer:before, .contrast #recipes-intro.b-section_feature-cards .b-feature-card:first-child .b-feature-card__cover-image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #555555;
  opacity: .47;
  content: ''; }

.contrast #story-savings-halves .b-half-tile__inner {
  position: relative; }

.contrast .b-section_halves .b-half-tile__inner {
  position: relative; }

.contrast .b-section.b-section_tall.b-section-intro.b-section-intro_big.inverse_text, .contrast #products-savings-halves.b-section_halves .b-half-tile:first-child, .contrast #story-savings-halves.b-section_halves .b-half-tile:first-child {
  position: relative; }
  .contrast .b-section.b-section_tall.b-section-intro.b-section-intro_big.inverse_text:before, .contrast #products-savings-halves.b-section_halves .b-half-tile:first-child:before, .contrast #story-savings-halves.b-section_halves .b-half-tile:first-child:before {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #555555;
    opacity: .6;
    content: ''; }
  .contrast .b-section.b-section_tall.b-section-intro.b-section-intro_big.inverse_text .wrap.b-section__wrap-outer.cf, .contrast #products-savings-halves.b-section_halves .b-half-tile:first-child .wrap.b-section__wrap-outer.cf, .contrast #story-savings-halves.b-section_halves .b-half-tile:first-child .wrap.b-section__wrap-outer.cf {
    position: relative; }

.contrast .b-textarea__remaining, .contrast .home .side-images h2, .contrast #community-certs .b-feature-card:first-child .b-feature-card__headline, .contrast #community-certs .b-feature-card:first-child .b-feature-card__text_overlay p, .contrast #community-certs .b-feature-card__headline_overlay {
  color: #643765 !important; }

.contrast .b-section-intro__headline_small, .contrast #products-savings-halves .b-half-tile:last-child h3, .contrast .b-multi-column__text h3, .contrast .b-section_multi-column_twocol .b-multi-column__text p, .contrast .b-split-showcase__menu .b-split-showcase__menu-item a, .contrast .b-section-intro__headline_medium, .contrast #home-new .b-text-column__headline, .contrast .b-text-side-image__content h5 {
  color: #643765 !important; }

.contrast #recipes-intro, .contrast #story-savings-halves .b-half-tile:last-child h3, .contrast #current-offer-coupon .b-feature-card:nth-child(2) .b-feature-card__headline_overlay {
  color: #643765 !important; }
  .contrast #recipes-intro .b-feature-cards .b-feature-card:last-child .b-headline, .contrast #recipes-intro .b-feature-cards .b-feature-card:last-child p, .contrast #story-savings-halves .b-half-tile:last-child h3 .b-feature-cards .b-feature-card:last-child .b-headline, .contrast #story-savings-halves .b-half-tile:last-child h3 .b-feature-cards .b-feature-card:last-child p, .contrast #current-offer-coupon .b-feature-card:nth-child(2) .b-feature-card__headline_overlay .b-feature-cards .b-feature-card:last-child .b-headline, .contrast #current-offer-coupon .b-feature-card:nth-child(2) .b-feature-card__headline_overlay .b-feature-cards .b-feature-card:last-child p {
    color: #643765 !important; }

.contrast .b-footer__nav li.menu-item a, .contrast .copyright {
  color: white !important; }

.contrast .contrast-overlay, .contrast .b-section_quotes {
  position: relative; }
  .contrast .contrast-overlay:before, .contrast .b-section_quotes:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #555555;
    opacity: .47;
    content: ''; }
  .contrast .contrast-overlay .wrap, .contrast .b-section_quotes .wrap {
    position: relative; }

.contrast .contrast-purple *, .contrast .b-textarea__remaining * {
  color: #643765 !important; }
  .contrast .contrast-purple * .b-section-intro__button, .contrast .b-textarea__remaining * .b-section-intro__button {
    color: white !important; }

.contrast .contrast-purple .b-button-flat:visited, .contrast .contrast-purple .b-button-flat:focus, .contrast .contrast-purple .b-flat-button:visited, .contrast .contrast-purple .b-flat-button:focus, .contrast .contrast-purple button, .contrast .contrast-purple html input[type="button"], .contrast .contrast-purple input[type="reset"], .contrast .contrast-purple input[type="submit"], .contrast .b-textarea__remaining .b-button-flat:visited, .contrast .b-textarea__remaining .b-button-flat:focus, .contrast .b-textarea__remaining .b-flat-button:visited, .contrast .b-textarea__remaining .b-flat-button:focus, .contrast .b-textarea__remaining button, .contrast .b-textarea__remaining html input[type="button"], .contrast .b-textarea__remaining input[type="reset"], .contrast .b-textarea__remaining input[type="submit"] {
  color: white !important; }

.contrast .b-section_grouped-content .b-grouped-content:first-child * {
  color: #643765 !important; }

.contrast .b-section_grouped-content .b-grouped-content:first-child input[type="submit"] {
  color: white !important; }

.contrast .contrast-bg-cream {
  background-color: #fffaeb !important;
  background-image: none !important; }

.contrast #contactFeaturedCards .b-feature-card .b-feature-card__cover-image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #555555;
  opacity: .47;
  content: ''; }

.contrast .text-outside-header .b-hero-bg-style {
  height: 400px; }

.contrast .text-outside-header.b-hero-slide .b-hero-slide__content *, .contrast:not(.home) #communitymaster * {
  color: #643765 !important; }

.contrast .text-outside-header.b-hero-slide .b-hero-slide__content h2, .contrast .text-outside-header.b-hero-slide .b-hero-slide__content .b-hero-slide__headline, .contrast:not(.home) #communitymaster h2, .contrast:not(.home) #communitymaster .b-hero-slide__headline {
  font-size: 30px !important; }
  @media only screen and (min-width: 768px) {
    .contrast .text-outside-header.b-hero-slide .b-hero-slide__content h2, .contrast .text-outside-header.b-hero-slide .b-hero-slide__content .b-hero-slide__headline, .contrast:not(.home) #communitymaster h2, .contrast:not(.home) #communitymaster .b-hero-slide__headline {
      font-size: 40px !important; } }
  @media only screen and (min-width: 1030px) {
    .contrast .text-outside-header.b-hero-slide .b-hero-slide__content h2, .contrast .text-outside-header.b-hero-slide .b-hero-slide__content .b-hero-slide__headline, .contrast:not(.home) #communitymaster h2, .contrast:not(.home) #communitymaster .b-hero-slide__headline {
      font-size: 54px !important; } }

.contrast .text-outside-header.b-hero-slide .b-hero-slide__content p, .contrast:not(.home) #communitymaster p {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .contrast .text-outside-header.b-hero-slide .b-hero-slide__content p, .contrast:not(.home) #communitymaster p {
      font-size: 22px; } }
  @media only screen and (min-width: 1030px) {
    .contrast .text-outside-header.b-hero-slide .b-hero-slide__content p, .contrast:not(.home) #communitymaster p {
      font-size: 25px; } }

.contrast .text-outside-header.b-hero-slide .b-hero-slide__content .b-hero-slide__content_center, .contrast:not(.home) #communitymaster .b-hero-slide__content_center {
  margin-top: 0; }

.contrast #footer-email-submit, .contrast .b-grouped-content:nth-child(5) input[type="submit"] {
  color: #643765; }

.b-hero-bg-style.alt {
  display: none; }

.contrast-alt-style .b-hero-bg-style.alt {
  display: block !important; }

.contrast-alt-style.b-section.b-section_normal {
  background-image: none !important; }
  .contrast-alt-style.b-section.b-section_normal .b-section-intro__headline_big {
    margin-top: 0; }
