@charset "UTF-8";
/*! 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-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: "“" "”" "‘" "’";
}

/**
 * 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: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond: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

******************************************************************/
/*@font-face {
  font-family: 'Domaine Sans Display';
  src: url('../webfont/domainesansdisplay-medium.eot');
  src: url('../webfont/domainesansdisplay-medium.eot?#iefix') format('embedded-opentype'),
    url('../webfont/domainesansdisplay-medium.woff') format('woff'),
    url('../webfont/domainesansdisplay-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Domaine Sans Display';
  src: url('../webfont/domainesansdisplay-regular.eot');
  src: url('../webfont/domainesansdisplay-regular.eot?#iefix') format('embedded-opentype'),
    url('../webfont/domainesansdisplay-regular.woff') format('woff'),
    url('../webfont/domainesansdisplay-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
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? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 1.5em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1023px) {
  .t-all {
    float: left;
    padding-right: 1.5em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 1.5em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 1.5em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 1.5em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 1.5em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1024px) {
  .d-all {
    float: left;
    padding-right: 1.5em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 1.5em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 1.5em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 1.5em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 1.5em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 1.5em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 1.5em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 1.5em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 1.5em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 1.5em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 1.5em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 1.5em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 1.5em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 1.5em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 1.5em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 1.5em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 1.5em;
    width: 8.33%;
  }
  .d-1ofspecial {
    float: left;
    padding-right: 1.5em;
    width: 50%;
  }
  .d-2ofspecial {
    float: left;
    padding-right: 1.5em;
    width: 50%;
  }
}
/* Landscape to large desktop */
@media (min-width: 1600px) {
  .d-1ofspecial {
    float: left;
    padding-right: 1.5em;
    width: 15%;
  }
  .d-2ofspecial {
    float: left;
    padding-right: 1.5em;
    width: 30%;
  }
}
/*********************
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-success, .alert-error, .alert-info, .alert-help {
  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: #f8cdce;
  background: #fbe3e4;
}

.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

*********************/
.blue-btn, #submit, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  top: 1px;
}

/*
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, .comment-reply-link {
  background-color: #2980b9;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #2574a8;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #2472a4;
}

/******************************************************************
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: 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #ffffff;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  width: 100%;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
}
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 {
  outline: none;
}
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: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
  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: #fbe3e4;
}
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: #ffffff;
  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;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.5em 1em;
}

select {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  text-transform: uppercase;
  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;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  text-transform: uppercase;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  text-transform: uppercase;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  text-transform: uppercase;
}

.sign-up input[type=text],
.sign-up input[type=password],
.sign-up input[type=datetime],
.sign-up input[type=datetime-local],
.sign-up input[type=date],
.sign-up input[type=month],
.sign-up input[type=time],
.sign-up input[type=week],
.sign-up input[type=number],
.sign-up input[type=email],
.sign-up input[type=url],
.sign-up input[type=search],
.sign-up input[type=tel],
.sign-up input[type=color],
.sign-up select,
.sign-up textarea,
.sign-up .field {
  border-color: #000000;
  color: #000000;
}
.sign-up ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.sign-up ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.sign-up :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.sign-up :-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

/*********************
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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  background-size: cover;
  background-color: #f8f1eb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copy .simple-slider-body {
  font-size: 15px;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto;
}
.wrap.full-mbl {
  width: 100%;
}
.wrap > .wrap {
  width: 100%;
}

.hide-large-down,
.hide-super-large-down,
.hide-on-mobile,
.hide-tablet-down {
  display: none;
}

/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #000000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  color: #000000;
  opacity: 0.8;
  outline: none;
}
a:link,
a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
}

a.button,
a.button:visited,
.button,
.button:visited {
  text-transform: uppercase;
  padding: 0.75em 1.25em;
  letter-spacing: 1px;
  font-size: 0.8571428571em;
  color: #ffffff;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 0;
}
a.button.black,
a.button:visited.black,
.button.black,
.button:visited.black {
  background-color: #000000;
}
a.button.gold,
a.button:visited.gold,
.button.gold,
.button:visited.gold {
  background: #c5b3a4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dbc9ba, #ac9a8b);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dbc9ba, #ac9a8b);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dbc9ba, #ac9a8b);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dbc9ba, #ac9a8b);
  /* Standard syntax */
}
a.button:hover, a.button:focus,
a.button:visited:hover,
a.button:visited:focus,
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: #ffffff;
}
a.button:active,
a.button:visited:active,
.button:active,
.button:visited:active {
  color: #ffffff;
}

.text-link {
  color: #000000 !important;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 1.7142857143em;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", "Georgia", Cambria, Times New Roman, Times, serif;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h2,
.h2 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  font-family: "proxima-nova", "Georgia", Cambria, Times New Roman, Times, serif;
  letter-spacing: 0.5px;
  font-weight: 700;
}
h2.sans,
.h2.sans {
  font-weight: 500;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3,
.h3 {
  font-size: 1.125em;
  font-family: "proxima-nova", "Georgia", Cambria, Times New Roman, Times, serif;
}

h4,
.h4 {
  font-size: 0.94em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "proxima-nova", "Georgia", Cambria, Times New Roman, Times, serif;
}
h4.sans,
.h4.sans {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5,
.h5 {
  font-size: 0.846em;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 0.75em 0;
  opacity: 0.3;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

.lead {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}

/*********************
HELPER STYLES
*********************/
.background-cover, .text-ontop, .owl-carousel .item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.uppercase {
  text-transform: uppercase;
}

.overlay {
  background-color: #a08d7e;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/loader-dark.svg");
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
}

hr {
  background-color: #000000;
  height: 1px;
  outline: none;
  border: none;
  margin: 0.75em 0 1em 0;
}

.push-text-center {
  text-align: center;
}

.push-text-right {
  text-align: right;
}

.push-text-left {
  text-align: left;
}

.push-gold {
  color: #c5b3a4;
}

.push-gray {
  color: #999999;
}

.push-white {
  color: #ffffff;
}

h2.strong,
.h2.strong,
.strong {
  font-weight: 700;
}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

#content {
  margin-top: 66px;
}

#logo,
#logo-white {
  margin: 1.25em 0;
}
#logo a,
#logo-white a {
  color: #000000;
  display: block;
}
#logo a img,
#logo-white a img {
  width: 99px;
  height: auto;
  margin-bottom: 0;
  display: block;
}

.header-buttons-wrap {
  display: flex;
}
.header-buttons-wrap .header-buttons {
  display: none;
}

/*********************
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#main-nav {
  display: none;
}

.nav {
  border-bottom: 0;
  margin: 2em 0;
  /* end .menu li */
}
.nav li a {
  display: block;
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
  padding: 0.75em 1em 0.75em 0;
  font-size: 1.4615384615em;
  text-transform: uppercase;
  font-weight: 500;
}
.nav li a:hover {
  color: #ffffff;
}
.nav li.secondary a {
  letter-spacing: 1px;
  font-size: 1em;
  padding-bottom: 0;
}
.nav li.current-menu-item > a, .nav li.current-menu-ancestor > a {
  opacity: 1;
}
.nav li ul.sub-menu,
.nav li ul.children {
  position: relative;
  margin: 1em 0;
  /*&:before{
  	content: '';
  	width: 2em;
  	height: 1px;
  	background-color: $tan;
  	position: absolute;
  	top: 9px;
  	left: 1.5em;

  }*/
}
.nav li ul.sub-menu ul.sub-menu,
.nav li ul.sub-menu ul.children,
.nav li ul.children ul.sub-menu,
.nav li ul.children ul.children {
  margin: 0;
}
.nav li ul.sub-menu ul.sub-menu:before,
.nav li ul.sub-menu ul.children:before,
.nav li ul.children ul.sub-menu:before,
.nav li ul.children ul.children:before {
  height: 0;
  width: 0;
  background-color: transparent;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 1em;
  padding-top: 0;
  letter-spacing: 1px;
  font-size: 1em;
}

/* end .nav */
.white-popup {
  position: relative;
  padding: 3em;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  background-color: #a08d7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efddce), to(#a08d7e));
  background-image: -webkit-linear-gradient(top, #efddce, #a08d7e);
  background-image: -moz-linear-gradient(top, #efddce, #a08d7e);
  background-image: -o-linear-gradient(top, #efddce, #a08d7e);
  background-image: linear-gradient(225deg, #efddce, #a08d7e);
}

#inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#popup-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 100;
  background-color: #a08d7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efddce), to(#a08d7e));
  background-image: -webkit-linear-gradient(top, #efddce, #a08d7e);
  background-image: -moz-linear-gradient(top, #efddce, #a08d7e);
  background-image: -o-linear-gradient(top, #efddce, #a08d7e);
  background-image: linear-gradient(225deg, #efddce, #a08d7e);
  /* > div {
  	max-height: 500px;
  	overflow-y: scroll;
  } */
}

.mobile-hamburger {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  position: relative;
  width: 20px;
  margin-left: 0;
  z-index: 2;
  outline: 0;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-hamburger:focus {
  outline: 0;
  border: 0;
}
.mobile-hamburger.open {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-hamburger.open span.line1 {
  -ms-transform: rotate(45deg) translate(4px, 4px);
  /* IE 9 */
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  /* Safari */
  transform: rotate(45deg) translate(4px, 4px);
  background-color: #ffffff;
}
.mobile-hamburger.open span.line2 {
  opacity: 0;
}
.mobile-hamburger.open span.line3 {
  -ms-transform: rotate(-45deg) translate(6px, -6px);
  /* IE 9 */
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  /* Safari */
  transform: rotate(-45deg) translate(6px, -6px);
  background-color: #ffffff;
}
.mobile-hamburger span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.mobile-hamburger span.line1 {
  top: 0px;
  height: 1px;
}
.mobile-hamburger span.line2 {
  top: 6px;
  height: 3px;
}
.mobile-hamburger span.line3 {
  top: 13px;
  height: 3px;
}
.mobile-hamburger.dark span {
  background-color: #000000;
}

#mobile-nav-button-closer.mobile-hamburger {
  right: 5%;
  top: 2em;
  position: absolute;
}

/*********************
MODULES
*********************/
section {
  margin: 0;
  padding: 5% 0;
}
section.contact_stores {
  padding: 15% 0 15%;
}

.page-template-page-contact h2,
.page-template-page-contact .h2 {
  text-transform: none;
}

.section-title {
  display: none;
}

.overlay-title {
  position: absolute;
  z-index: 2;
  left: 5%;
  bottom: 5%;
}
.overlay-title .h1 {
  font-size: 2.1428571429em;
  color: #ffffff;
  margin-bottom: 0;
  /* position: absolute;
  left: 0.5em;
  bottom: 0.5em; */
}

h2.dash-before:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #999999;
  margin-right: 10px;
  margin-bottom: 4px;
}

.breadcrumbs {
  display: none;
}

.quote,
.sign-up {
  text-align: center;
}

.sign-up-wrap {
  max-width: 960px;
  margin: 2em auto;
}

.sign-up-button {
  margin-top: 1em;
}

/* Contact */
.acf-map-wrap {
  position: relative;
  text-align: center;
}

.acf-map {
  width: 100%;
  min-height: 300px;
  height: 50vh;
  margin: 0 auto;
}

.acf-map img {
  max-width: inherit !important;
}

/* FAQs */
.faqs .all-faq-posts {
  position: relative;
}
.faqs .faq-block {
  cursor: pointer;
  border-bottom: 1px solid #000000;
  margin-bottom: 3em;
  position: relative;
}
.faqs .faq-block .faq-content {
  display: none;
  overflow: hidden;
}
.faqs .faq-block .expand-faq {
  position: absolute;
  top: 5px;
  right: 10px;
}
.faqs .faq-block .expand-faq span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 10px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  position: absolute;
}
.faqs .faq-block .expand-faq span.line1 {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.faqs .faq-block .expand-faq span.line2 {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.faqs .faq-block.open .expand-faq span.line1 {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faqs .faq-block.open .expand-faq span.line2 {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faqs .faq-block .article-header {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.8571428571em;
  padding-right: 2em;
}

/* Terms Text Page Blocks */
.terms-text-block {
  padding-top: 3em;
}
.terms-text-block .terms-text-title {
  margin-bottom: 2em;
}

/* Service Blocks */
.display_services_blocks {
  background-color: #ffffff;
}

.services-wrap {
  margin: 0;
}
.services-wrap .services-blocks {
  margin-bottom: 2em;
}
.services-wrap .services-blocks h2 {
  color: #000000;
  font-size: 1.2857142857em;
  line-height: 1.1em;
  letter-spacing: 3px;
  margin-top: 0px;
}

/* Packages */
.packages .package {
  padding: 2.5% 0 2.5% 0;
}
.packages .package .package-internal {
  background-color: #ffffff;
  padding: 2em;
}
.packages .package .package-internal .package-row {
  padding-bottom: 0.25em;
}
.packages .package .package-internal hr {
  margin: 0.75em 0 1em 0;
}
.packages .package .package-internal .button {
  text-align: center;
  display: block;
}

.packages-filter {
  padding-bottom: 1.5em;
}
.packages-filter ul {
  text-align: center;
}
.packages-filter ul li {
  display: block;
  padding: 0.75em 1em;
  font-size: 0.8571428571em;
}
.packages-filter ul li.active a {
  font-weight: 700;
}
.packages-filter ul li.active a:after {
  opacity: 1;
}
.packages-filter ul li a {
  font-weight: normal;
  position: relative;
}
.packages-filter ul li a:after {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -4px;
  left: 0;
  background-color: #000000;
  opacity: 0;
}
.packages-filter ul li a:hover:after {
  opacity: 1;
}

/* Callout Quote Section */
.callouttext_quote {
  padding: 0;
}

.quote {
  padding: 3em 2em 2em 2em;
  background: #ffffff;
  display: block;
}
.quote .quote-body {
  margin-top: 4em;
}
.quote .quote-buttons {
  margin-top: 2em;
}

/* Detailed Slider */
.owl-carousel {
  display: block !important;
  width: 100%;
}
.owl-carousel .item {
  position: relative;
}

.owl-carousel-detailed .item {
  min-height: 300px;
  height: 50vh;
  margin: 0 5%;
}

.detailed_slider {
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.detailed_slider:before {
  content: "";
  width: 50%;
  height: 25vh;
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 0;
  background-color: #a08d7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efddce), to(#a08d7e));
  background-image: -webkit-linear-gradient(top, #efddce, #a08d7e);
  background-image: -moz-linear-gradient(top, #efddce, #a08d7e);
  background-image: -o-linear-gradient(top, #efddce, #a08d7e);
  background-image: linear-gradient(225deg, #efddce, #a08d7e);
}
.detailed_slider:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 0;
  opacity: 0.4;
  background-color: #efddce;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a08d7e), to(#efddce));
  background-image: -webkit-linear-gradient(top, #a08d7e, #efddce);
  background-image: -moz-linear-gradient(top, #a08d7e, #efddce);
  background-image: -o-linear-gradient(top, #a08d7e, #efddce);
  background-image: linear-gradient(225deg, #a08d7e, #efddce);
}
.detailed_slider .slider-details {
  background-color: #ffffff;
  padding: 2em 4em 2em 6%;
}
.detailed_slider .slider-details h1,
.detailed_slider .slider-details .h1 {
  font-size: 1.2857142857em;
}
.detailed_slider .slider-details hr {
  display: none;
}

.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0px;
  margin-top: 0;
  height: 72px;
  width: 36px;
}
.owl-theme .owl-nav .owl-prev {
  float: right;
}
.owl-theme .owl-nav .owl-next {
  float: right;
}
.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  margin: 0;
  padding: 0;
  clear: both;
}
.owl-theme .owl-nav [class*=owl-] img {
  margin: 0;
  display: block;
  width: 36px;
  height: 36px;
}
.owl-theme .owl-dots {
  display: none;
}

.owl-carousel-testimonial.owl-theme .owl-nav,
.owl-carousel-simple.owl-theme .owl-nav {
  display: none;
}

.owl-carousel-testimonial.owl-theme.hide-nav .owl-dots {
  display: block;
}
.owl-carousel-testimonial.owl-theme.hide-nav .owl-dots .owl-dot span {
  background-color: #efddce;
}
.owl-carousel-testimonial.owl-theme.hide-nav .owl-dots .owl-dot.active span {
  background-color: #a08d7e;
}

.scroll-to-content {
  position: absolute;
  right: 0px;
  bottom: 0;
  display: block;
  z-index: 1;
}
.scroll-to-content img {
  margin: 0;
  display: block;
  width: 36px;
  height: 36px;
}

.faq_slider .overlay,
.contact_slider .overlay {
  background-color: #a08d7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1eb), to(#a08d7e));
  background-image: -webkit-linear-gradient(top, #f8f1eb, #a08d7e);
  background-image: -moz-linear-gradient(top, #f8f1eb, #a08d7e);
  background-image: -o-linear-gradient(top, #f8f1eb, #a08d7e);
  background-image: linear-gradient(225deg, #f8f1eb, #a08d7e);
  opacity: 1;
}

.detailed_slider.contact_slider,
.detailed_slider.faq_slider {
  margin-bottom: 0;
}
.detailed_slider.contact_slider .overlay,
.detailed_slider.faq_slider .overlay {
  position: relative;
  height: 170px;
}
.detailed_slider.contact_slider .overlay-title,
.detailed_slider.faq_slider .overlay-title {
  bottom: auto;
  top: 50px;
}
.detailed_slider.contact_slider .owl-carousel-detailed .item,
.detailed_slider.faq_slider .owl-carousel-detailed .item {
  height: auto;
  min-height: 0;
}
.detailed_slider.contact_slider:before, .detailed_slider.contact_slider:after,
.detailed_slider.faq_slider:before,
.detailed_slider.faq_slider:after {
  display: none;
}
.detailed_slider.contact_slider .slider-details,
.detailed_slider.faq_slider .slider-details {
  padding: 2em 5%;
}
.detailed_slider.contact_slider #scrollTo,
.detailed_slider.faq_slider #scrollTo {
  display: none;
}

.contact-form {
  background-color: #a08d7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efddce), to(#a08d7e));
  background-image: -webkit-linear-gradient(top, #efddce, #a08d7e);
  background-image: -moz-linear-gradient(top, #efddce, #a08d7e);
  background-image: -o-linear-gradient(top, #efddce, #a08d7e);
  background-image: linear-gradient(225deg, #efddce, #a08d7e);
  padding: 2em 5%;
}

.register-form-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.register-form {
  background-color: #a08d7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efddce), to(#a08d7e));
  background-image: -webkit-linear-gradient(top, #efddce, #a08d7e);
  background-image: -moz-linear-gradient(top, #efddce, #a08d7e);
  background-image: -o-linear-gradient(top, #efddce, #a08d7e);
  background-image: linear-gradient(225deg, #efddce, #a08d7e);
  padding: 3em 5%;
}
.register-form .h1 {
  margin-bottom: 1em;
}

.current_roles {
  padding-top: 3em;
}
.current_roles .h1 {
  margin-bottom: 1em;
}

.contact_stores .store {
  margin-bottom: 15%;
}
.contact_stores .store:last-child {
  margin-bottom: 0;
}

.message-input {
  color: #ffffff;
}
.message-input p {
  margin-bottom: 0;
  padding: 12px;
  line-height: 16px;
}
.message-input textarea {
  min-height: 162px;
}

div.wpcf7-response-output {
  padding: 1em;
  color: #ffffff;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  margin-bottom: 0.5em;
}

div.wpcf7 .ajax-loader {
  background-image: url("../images/loader-dark.svg");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-left: 1em;
}

.text-ontop {
  min-height: 400px;
  height: 50vh;
  position: relative;
}

.image-details {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2em 2em 1em;
}

/* Simple Slides */
.simple-slide-details {
  background-color: #ffffff;
  text-align: center;
  padding: 2em;
}
.simple-slide-details .copy {
  padding-bottom: 1em;
}
.simple-slide-details .simple-slider-body {
  margin-top: 1.5em;
}
.simple-slide-details .simple-slider-buttons {
  margin-top: 1.5em;
}

.item img {
  margin: 0;
}

/* Testimonial Slides */
.testimonial-slide-details {
  background-color: #ffffff;
  text-align: center;
  padding: 1.5em;
}
.testimonial-slide-details.remove-bg {
  background-color: transparent;
}
.testimonial-slide-details .copy {
  padding-bottom: 1em;
}

.owl-carousel-testimonial.owl-theme.hide-nav .testimonial-slide-details .copy {
  padding-bottom: 0;
}

/* Detailed Pricing Table */
.detailed-pricing-table {
  margin-top: 1.5em;
}
.detailed-pricing-table .pricing-table {
  text-transform: uppercase;
}
.detailed-pricing-table .pricing-table.wide-on-mobile {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.detailed-pricing-table .pricing-table.wide-on-mobile table {
  width: 150%;
}
.detailed-pricing-table .pricing-table table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
}
.detailed-pricing-table .pricing-table thead {
  border-bottom: 2px solid #000000;
  text-align: left;
  background-color: #000000;
}
.detailed-pricing-table .pricing-table th {
  color: #999999;
}
.detailed-pricing-table .pricing-table th:first-child {
  color: #ffffff;
}
.detailed-pricing-table .pricing-table tr {
  border-bottom: 1px solid #000000;
  height: 40px;
}
.detailed-pricing-table .pricing-table td {
  display: table-cell;
  padding: 10px 10px 10px;
}
.detailed-pricing-table .pricing-table del {
  color: #999999;
}

/* Service Overview Table */
.service_overview {
  background-color: #ffffff;
}
.service_overview .service_overview_wrapper {
  padding: 1em 0;
}

.overview-content,
.overview-body {
  padding: 5%;
}

.overview-body {
  padding-top: 0;
}

.overview-table {
  margin-top: 2em;
  position: relative;
  padding: 1em 5%;
}
.overview-table:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a08d7e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efddce), to(#a08d7e));
  background-image: -webkit-linear-gradient(top, #efddce, #a08d7e);
  background-image: -moz-linear-gradient(top, #efddce, #a08d7e);
  background-image: -o-linear-gradient(top, #efddce, #a08d7e);
  background-image: linear-gradient(225deg, #efddce, #a08d7e);
  opacity: 0.4;
}
.overview-table table {
  table-layout: fixed;
  width: 100%;
}
.overview-table strong {
  display: block;
  padding-top: 10px;
}
.overview-table del {
  color: #999999;
}

/* Package Blocks */
.view-all-packages {
  margin-top: 2em;
}
.view-all-packages a {
  display: block;
}

/* .package-block{
	background-color:$white;	
	padding:20px;
	p{
		display:inline-block;
		margin:0.2em 0;
	}
	.fl{
		text-align: left;
		float: left;	
	}
	.fr{
		text-align: right;
		float: right;	
	}
	.button{
		width:100%;
		text-align:center;	
	}
} */
/* .package-details{
	margin:1.5em 0;	
} */
/* Text with image */
.image_with_text_left,
.image_with_text_right {
  background-color: #ffffff;
  padding: 0;
}
.image_with_text_left .text_block,
.image_with_text_right .text_block {
  background-color: #ffffff;
  padding: 1em 5% !important;
}
.image_with_text_left .image_block img,
.image_with_text_right .image_block img {
  margin-bottom: 0;
  display: block;
}

/*********************
POSTS & CONTENT STYLES
*********************/
img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.hentry {
  height: calc(100vh - 300px);
  padding-top: 2em;
}
.hentry header {
  padding: 1.5em;
}
.hentry section {
  padding: 0;
}
.hentry footer {
  padding: 1.5em;
}
.hentry footer p {
  margin: 0;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #a08d7e;
  font-style: italic;
  margin: 0;
}
/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  		image alignment on a screen this size may be
  		a bit difficult. It's set to start aligning
  		and floating images at the next breakpoint,
  		but it's up to you. Feel free to change it up.
  		*/
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #999999;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #a08d7e;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #999999;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #999999;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #a08d7e;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #ffffff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #999999;
}
.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  background-color: #2980b9;
  color: #ffffff;
}
.pagination .current {
  cursor: default;
  color: #000000;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #ffffff;
  color: #000000;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #a08d7e;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #ffffff;
}
.comment.even {
  background: #f8f9fa;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #a08d7e;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #000000;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #000000;
  color: #ffffff;
}
.footer #inner-footer {
  padding-top: 0.5em;
}
.footer a {
  color: #ffffff;
}
.footer a:hover, .footer a:visited {
  color: #ffffff;
  opacity: 0.8;
}
.footer .nav li a:hover, .footer .nav li a:visited {
  color: #ffffff;
  opacity: 0.8;
}
.footer #logo-white a:hover, .footer #logo-white a:visited {
  opacity: 1;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-social {
  margin-top: 1.5em;
}

.footer-col-social a,
.header-col-social a {
  margin-right: 0.25em;
}

.header-col-social {
  margin-top: 2em;
  padding-left: 1em;
}

.footer-links .nav {
  margin: 0 0 2em;
}
.footer-links .nav li a {
  font-size: 1em;
  opacity: 1;
  padding: 0;
  text-transform: none;
}

/* end .footer-links */
/*********************
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.
  */
  /*********************
  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 */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
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
  *********************/
  h1,
  .h1 {
    font-size: 2.3em;
    margin-bottom: 0.25em;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 760px;
  }
  .wrap.full {
    width: calc(100% - 120px);
    position: relative;
  }
  .hide-on-mobile {
    display: block;
  }
  section {
    padding: 1em 0 1.5em;
    position: relative;
  }
  section.detailed_slider {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.image-text-on-top {
    margin-bottom: 2em;
  }
  section.contact_stores {
    padding-top: 2em;
    padding-bottom: 1em;
  }
  /*********************
  HEADER STYLES
  *********************/
  #content {
    margin-top: 85px;
  }
  #logo,
  #logo-white {
    margin: 1.5em 0;
  }
  #logo a img,
  #logo-white a img {
    width: 140px;
    height: auto;
  }
  #mobile-nav-button-closer.mobile-hamburger {
    right: 0;
    top: 2.5em;
  }
  .header-buttons-wrap {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .header-buttons-wrap .header-buttons {
    display: inline-block;
  }
  /* .header-buttons-wrap {
  	@include transition(all 0.25s ease-in-out);
  	margin-top: 0;
  	display: flex;
  	align-items: center;

  	.header-buttons {
  		display: flex;
  		flex-direction: column;

  		.button {
  			text-align: center;
  		}
  	}
  } */
  .nav li a {
    padding: 0.5em 0;
  }
  /*********************
  MODULES
  *********************/
  .section-title {
    display: block;
    position: absolute;
    left: -40px;
    top: 55%;
    width: 1px;
    height: 1px;
    z-index: 1;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  .section-title:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -44px;
    width: 30px;
    height: 1px;
    background-color: #000000;
  }
  .section-title h4 {
    min-width: 250px;
    margin: 0;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  .section-title.rhs {
    left: auto;
    right: -40px;
    top: 55%;
    margin-top: -100px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }
  .section-title.rhs h4 {
    min-width: 250px;
    margin: 0;
  }
  .faqs .section-title h4 {
    min-width: 320px;
  }
  .overlay-title {
    left: 2em;
    bottom: auto;
    top: 30%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .overlay-title .h1 {
    font-size: 2.8571428571em;
  }
  /* Detailed Slider */
  .owl-carousel .item {
    min-height: 450px;
    height: 60vh;
    margin: 0;
    position: relative;
  }
  .detailed_slider:before {
    top: auto;
    bottom: 0;
    height: 15vh;
  }
  .detailed_slider:after {
    display: none;
  }
  .detailed_slider .slider-details {
    padding: 2em 5em 2.5em 2em;
    width: 80%;
    position: absolute;
    bottom: 0;
  }
  .detailed_slider .slider-details h1,
  .detailed_slider .slider-details .h1 {
    font-size: 2em;
  }
  .detailed_slider .slider-details hr {
    display: block;
  }
  .detailed_slider.contact_slider .slider-details, .detailed_slider.faq_slider .slider-details {
    padding: 3em 2em 3.5em 2em;
    width: 100%;
  }
  .detailed_slider.contact_slider #scrollTo, .detailed_slider.faq_slider #scrollTo {
    display: none;
  }
  .owl-theme .owl-nav {
    right: 20%;
  }
  .owl-carousel-testimonial.owl-theme.hide-nav .item {
    min-height: 0;
    height: auto;
  }
  /* Contact */
  .acf-map {
    height: 400px;
    width: 50%;
    float: right;
  }
  .detailed_slider.contact_slider .overlay,
  .detailed_slider.faq_slider .overlay {
    position: relative;
    width: 50%;
    float: left;
    height: 400px;
  }
  .detailed_slider.contact_slider .overlay-title,
  .detailed_slider.faq_slider .overlay-title {
    bottom: auto;
    top: 50%;
  }
  .detailed_slider.contact_slider .slider-details,
  .detailed_slider.faq_slider .slider-details {
    position: relative;
  }
  .detailed_slider.contact_slider .owl-carousel-detailed .item,
  .detailed_slider.faq_slider .owl-carousel-detailed .item {
    min-height: 400px;
  }
  .detailed_slider.contact_slider:before,
  .detailed_slider.faq_slider:before {
    display: none;
  }
  .detailed_slider.faq_slider .overlay {
    width: 100%;
    float: none;
  }
  .contact_stores .store {
    margin-bottom: 4em;
  }
  .current_roles {
    padding-top: 2em;
  }
  .current_roles .h1 {
    margin-bottom: 1em;
  }
  /* Simple Slides */
  .owl-carousel-simple.owl-theme .item {
    min-height: 0;
    height: auto;
  }
  .simple-slide-details {
    padding: 4em;
  }
  .simple-slide-details .copy {
    padding-bottom: 0;
  }
  .simple-slide-details .simple-slider-body {
    margin-top: 2.5em;
  }
  .simple-slide-details .simple-slider-buttons {
    margin-top: 2.5em;
  }
  .scroll-to-content {
    right: 20%;
  }
  /* Detailed Pricing Table */
  .detailed-pricing-table {
    margin-top: 0;
  }
  .detailed-pricing-table .pricing-table table {
    margin-bottom: 4em;
  }
  /* Service Blocks */
  /* Image Ontop */
  .image-details {
    padding: 3em 3em 2em;
    max-width: 50%;
    bottom: -2em;
  }
  /* Packages */
  .packages {
    margin-top: 2em;
  }
  .packages .package {
    padding: 1em 1em 1em 0;
  }
  .packages .package .package-internal {
    position: relative;
    padding: 2em 2em 6em;
  }
  .packages .package .package-internal br {
    display: none;
  }
  .packages .package .package-internal .button {
    position: absolute;
    bottom: 2em;
    left: 2em;
    right: 2em;
  }
  .packages-filter {
    padding-bottom: 3em;
  }
  .packages-filter ul li {
    display: inline-block;
  }
  /* Callout Quote Section */
  .quote {
    padding: 5em 4em 4em 4em;
  }
  /* Text with image */
  .image_with_text_left,
  .image_with_text_right {
    background-color: transparent;
    min-height: 380px;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .image_with_text_left .wrap,
  .image_with_text_right .wrap {
    position: relative;
  }
  .image_with_text_left .text_block,
  .image_with_text_right .text_block {
    padding: 2em !important;
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }
  .image_with_text_left .image_block,
  .image_with_text_right .image_block {
    position: absolute;
    top: 0;
    width: 60%;
    z-index: 1;
  }
  .image_with_text_left .image_block {
    right: 0;
  }
  .image_with_text_right .image_block {
    left: 0;
  }
  .image_with_text_right .text_block {
    left: 50%;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .mobile-hamburger {
    margin-left: 20px;
    margin-top: 0px;
  }
  .main-nav-wrapper {
    display: none;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /*********************
  FOOTER STYLES
  *********************/
  .header-col-social {
    margin-top: 3em;
    padding-left: 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: 1024px) {
  /******************************************************************
  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.

  ******************************************************************/
  body {
    /* background-image: url('../images/home-desktop-bg.png');
    background-size: 1920px 2160px;
    background-position: center 716px;
    background-attachment: fixed; */
  }
  #inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .wrap {
    width: 96%;
    max-width: 960px;
  }
  .wrap.smaller {
    width: 96%;
    max-width: 960px;
  }
  .wrap.full {
    max-width: calc(100% - 160px);
  }
  .wrap.full.smaller {
    max-width: 960px;
  }
  .hide-tablet-down {
    display: block;
  }
  .header {
    height: 142px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .header.sticky {
    height: 100px;
  }
  .header.sticky nav#main-nav ul.nav {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .header.sticky .header-buttons-wrap {
    margin-top: 0;
  }
  nav#main-nav ul.nav {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  nav#main-nav {
    display: block;
  }
  nav#main-nav ul.nav {
    border: 0;
    margin-top: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  nav#main-nav ul.nav ul {
    background: #ffffff;
    margin-top: 0;
  }
  nav#main-nav ul.nav li {
    float: left;
    position: relative;
    width: 25%;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  nav#main-nav ul.nav li a {
    border-bottom: 0;
    font-size: 0.8125em;
    letter-spacing: 2px;
    padding: 1.5em 0 1.5em 0;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  nav#main-nav ul.nav li a:hover, nav#main-nav ul.nav li a:focus {
    color: #000000;
    text-decoration: none;
    opacity: 0.7;
  }
  nav#main-nav ul.nav li.menu-item-has-children > a:after {
    content: "";
    background-image: url("../images/menu-down.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 9px;
    width: 16px;
    height: 9px;
    display: inline-block;
    position: relative;
    top: 0;
    margin-left: 4px;
  }
  nav#main-nav ul.nav li ul.sub-menu,
  nav#main-nav ul.nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  nav#main-nav ul.nav li ul.sub-menu:before,
  nav#main-nav ul.nav li ul.children:before {
    display: none;
  }
  nav#main-nav ul.nav li ul.sub-menu li,
  nav#main-nav ul.nav li ul.children li {
    padding: 0 1.5em;
    width: 100%;
  }
  nav#main-nav ul.nav li ul.sub-menu li a,
  nav#main-nav ul.nav li ul.children li a {
    padding: 1.5em;
    border-right: 0;
    display: block;
    width: 200px;
    border-bottom: 1px solid #f8f9fa;
    text-align: left;
  }
  nav#main-nav ul.nav li ul.sub-menu li.menu-item-has-children > a:after,
  nav#main-nav ul.nav li ul.children li.menu-item-has-children > a:after {
    content: "";
    background-image: url("../images/menu-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px 16px;
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 4px;
    margin-top: -8px;
    right: 16px;
  }
  nav#main-nav ul.nav li ul.sub-menu li:first-child a,
  nav#main-nav ul.nav li ul.children li:first-child a {
    border-top: 1px solid #f8f9fa;
  }
  nav#main-nav ul.nav li ul.sub-menu li:last-child a,
  nav#main-nav ul.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  nav#main-nav ul.nav li ul.sub-menu li ul,
  nav#main-nav ul.nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  nav#main-nav ul.nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  #content {
    margin-top: 142px;
  }
  #logo,
  #logo-white {
    margin: 0 0 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #logo a img,
  #logo-white a img {
    width: 165px;
    height: auto;
  }
  #logo-white {
    margin: 3.2em 0 0;
  }
  h1,
  .h1 {
    font-size: 2.6em;
  }
  hr {
    margin: 1.5em 0 1.5em 0;
  }
  .section-title {
    left: -50px;
  }
  .section-title.rhs {
    right: -50px;
  }
  .detailed-pricing-table .pricing-table.wide-on-mobile table {
    width: 100%;
  }
  .overlay-title {
    left: 3em;
    top: 32%;
  }
  .overlay-title .h1 {
    font-size: 2.8571428571em;
  }
  #mobile-nav-button-closer.mobile-hamburger {
    right: 0;
    top: 64px;
    position: absolute;
  }
  #popup-nav.sticky #mobile-nav-button-closer.mobile-hamburger {
    right: 0;
    top: 35px;
    position: absolute;
  }
  .services-wrap {
    display: flex;
    justify-content: center;
  }
  /* #popup-nav{
  	> div {
  		max-height: 600px;
  		overflow-y: scroll;
  	}	
  } */
  /*********************
  MODULES
  *********************/
  section {
    padding: 2em 0 4em;
  }
  section.contact_stores {
    padding: 6em 2em 4em;
  }
  /* Terms Text Page Blocks */
  .terms-text-block:first-child {
    padding-top: 5em;
  }
  .terms-text-block .terms-text-title {
    margin-bottom: 3em;
  }
  /* Contact */
  .detailed_slider.contact_slider .slider-details,
  .detailed_slider.faq_slider .slider-details {
    width: 50%;
    float: left;
  }
  .detailed_slider.contact_slider #scrollTo,
  .detailed_slider.faq_slider #scrollTo {
    display: block;
    right: 50%;
  }
  .contact-form {
    width: 50%;
    float: left;
    padding: 2.5em 2em 2.5em 2em;
  }
  /* Detailed Slider */
  .owl-carousel .item {
    min-height: 500px;
    height: 75vh;
  }
  .owl-theme .owl-nav {
    right: 40%;
  }
  .owl-carousel-testimonial.owl-theme .owl-nav,
  .owl-carousel-simple.owl-theme .owl-nav {
    display: block;
    right: -36px;
    bottom: 50%;
    margin-bottom: -36px;
  }
  .owl-carousel-testimonial.owl-theme .owl-nav.disabled,
  .owl-carousel-simple.owl-theme .owl-nav.disabled {
    display: none;
  }
  .owl-carousel-testimonial.owl-theme.hide-nav .owl-nav,
  .owl-carousel-simple.owl-theme.hide-nav .owl-nav {
    display: none;
  }
  .owl-carousel-testimonial.owl-theme.hide-nav .item,
  .owl-carousel-simple.owl-theme.hide-nav .item {
    min-height: 0;
    height: auto;
  }
  /* Testimonial Slides */
  .testimonial-slide-details {
    padding: 4em;
  }
  .testimonial-slide-details .copy {
    max-width: 700px;
    margin: 0 auto;
  }
  .owl-carousel-testimonial.owl-theme.hide-nav .testimonial-slide-details {
    padding: 1em 4em;
  }
  .scroll-to-content {
    right: 40%;
  }
  .detailed_slider .slider-details {
    width: 60%;
  }
  /* Detailed Pricing Table */
  .detailed-pricing-table {
    margin-top: 5em;
  }
  /* Packages */
  .packages-filter {
    padding-bottom: 4em;
  }
  .packages .h1 {
    margin-bottom: 1em;
  }
  .current_roles {
    padding-bottom: 0;
  }
  .current_roles .packages {
    margin-top: 0;
  }
  .register-form-wrap {
    padding-bottom: 0;
  }
  .register-form {
    position: relative;
    background-image: none;
    padding: 6em;
  }
  .register-form > div {
    position: relative;
    z-index: 2;
  }
  .register-form:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: 1;
    background-color: #a08d7e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efddce), to(#a08d7e));
    background-image: -webkit-linear-gradient(top, #efddce, #a08d7e);
    background-image: -moz-linear-gradient(top, #efddce, #a08d7e);
    background-image: -o-linear-gradient(top, #efddce, #a08d7e);
    background-image: linear-gradient(225deg, #efddce, #a08d7e);
  }
  /* Service Overview Table */
  .display_services_blocks {
    background-color: transparent;
  }
  .service_overview {
    background-color: transparent;
  }
  .service_overview .service_overview_wrapper {
    background-color: #ffffff;
    padding: 3em;
  }
  .overview-content {
    padding: 0 0 3em 0;
  }
  .overview-content h2 {
    margin-bottom: 3em;
  }
  .callouttext_quote h2 {
    margin-bottom: 3em;
  }
  .overview-body {
    padding: 0 2em 0 0;
  }
  .overview-table {
    margin-top: 1em;
    padding: 1em 2em 1.5em;
  }
  /* FAQs */
  .faqs .d-1of2:not(.last-col) {
    padding-right: 3em;
  }
  .faqs .d-1of2.last-col {
    padding-left: 3em;
  }
  /* Text On Top */
  .text-ontop {
    min-height: 400px;
    height: 80vh;
  }
  /* Quote callout */
  .callouttext_quote {
    margin: 2em 0 0;
  }
  .callouttext_quote h1 {
    margin-bottom: 0.75em;
  }
  .quote .quote-body {
    margin-top: 5em;
  }
  .quote .quote-buttons {
    margin-top: 4em;
  }
  /* Text with image */
  .image_with_text_left,
  .image_with_text_right {
    margin-bottom: 6em;
    min-height: 480px;
  }
  .image_with_text_left .text_block,
  .image_with_text_right .text_block {
    margin-top: 60px;
  }
  /*********************
  FOOTER
  *********************/
  .footer #inner-footer {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
  .footer-col-1,
  .footer-col-2,
  .footer-col-3,
  .footer-col-social,
  .header-col-social {
    margin-top: 3.5em;
  }
  .footer-col-social {
    text-align: right;
  }
}
/*********************
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.

  ******************************************************************/
  body {
    background-image: url("../images/site-bg.png");
  }
  body.home {
    background-image: url("../images/site-bg-home.png");
  }
  .wrap {
    max-width: 1200px;
  }
  .wrap.full {
    max-width: calc(100% - 200px);
  }
  h1,
  .h1 {
    font-size: 3em;
  }
  p,
  table,
  .packages .package .package-internal .package-row {
    font-size: 15px;
  }
  .hide-large-down {
    display: block;
  }
  .section-title {
    left: -60px;
  }
  .section-title.rhs {
    right: -60px;
  }
  .overlay-title {
    left: 6em;
    top: 32%;
  }
  .overlay-title .h1 {
    font-size: 4.5714285714em;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  MODULES
  *********************/
  section {
    padding: 1em 0 3em;
  }
  section.contact_stores {
    padding: 4em 1em 4em;
  }
  .breadcrumbs {
    display: block;
    text-align: right;
    padding: 4em 0 2em;
  }
  .breadcrumbs .breadcrumb-nolink {
    color: #999999;
  }
  .header-col-social {
    position: fixed;
    bottom: 2em;
    left: 100px;
  }
  #popup-nav {
    position: fixed;
    /* 	> div {
    	max-height: none;
    	overflow-y: hidden;
    } */
  }
  .mobile-hamburger.open {
    position: fixed;
    right: 100px;
  }
  .main-nav-wrapper {
    flex-grow: 1;
    max-width: 1000px;
    display: block;
  }
  .nav {
    margin: 0;
  }
  .header-buttons-wrap {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .header-buttons-wrap .header-buttons {
    display: flex;
    flex-direction: column;
  }
  .header-buttons-wrap .header-buttons .button {
    text-align: center;
  }
  .nav#menu-popup {
    margin: 3em 0;
  }
  .nav#menu-popup li {
    width: 25%;
    /* showing sub-menus */
  }
  .nav#menu-popup li.secondary a {
    padding-top: 1em;
  }
  .nav#menu-popup li ul.sub-menu,
  .nav#menu-popup li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    left: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .nav#menu-popup li ul.sub-menu:before,
  .nav#menu-popup li ul.children:before {
    display: none;
  }
  .nav#menu-popup li ul.sub-menu li,
  .nav#menu-popup li ul.children li {
    padding: 0 1.5em;
    width: 100%;
  }
  .nav#menu-popup li ul.sub-menu li a,
  .nav#menu-popup li ul.children li a {
    padding: 1.15em 0 0;
    border-right: 0;
    display: block;
    text-align: left;
  }
  .nav#menu-popup li ul.sub-menu li:last-child a,
  .nav#menu-popup li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav#menu-popup li ul.sub-menu li ul,
  .nav#menu-popup li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav#menu-popup li:hover > a {
    opacity: 1;
  }
  .nav#menu-popup li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .nav#menu-popup li.menu-item-has-children {
    position: relative;
  }
  /* Contact */
  .contact_stores .store {
    margin-bottom: 6em;
  }
  /* Terms Text Page Blocks */
  .terms-text-block:first-child {
    padding-top: 6em;
  }
  .terms-text-block .terms-text-title {
    margin-bottom: 4em;
  }
  /* Detailed Slider */
  .owl-carousel .item {
    min-height: 580px;
    height: 80vh;
  }
  .owl-theme .owl-nav {
    right: 50%;
  }
  .scroll-to-content {
    right: 50%;
  }
  .detailed_slider .slider-details {
    width: 50%;
  }
  /* Service Overview Table */
  .service_overview .service_overview_wrapper {
    padding: 6em;
  }
  /* Text with image */
  .image_with_text_left,
  .image_with_text_right {
    min-height: 510px;
  }
  .image_with_text_left .text_block,
  .image_with_text_right .text_block {
    margin-top: 100px;
    padding: 2em 2em 3em !important;
  }
  /* Packages */
  .packages-filter ul li {
    padding: 0.5em 2.5em;
  }
}
@media only screen and (min-width: 1600px) {
  /******************************************************************
  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 {
    max-width: 1400px;
  }
  .wrap.smaller {
    width: 96%;
    max-width: 1100px;
  }
  .header .d-3of5 {
    width: 55%;
    padding: 0;
  }
  .header-buttons-wrap .header-buttons {
    flex-direction: row;
  }
  .hide-super-large-down {
    display: block;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  MODULES
  *********************/
  /* Text with image */
  .image_with_text_left,
  .image_with_text_right {
    min-height: 550px;
  }
}
@media only screen and (min-width: 1440px) {
  .header .d-3of5 {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  nav#main-nav ul.nav li a {
    letter-spacing: 1px;
  }
  nav#main-nav ul.nav li a span {
    display: block;
  }
}
/*********************
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;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
