/*
This file brings together all of the CSS assets into one 'Core' file, include custom styles below.	
*/
/* - VARIABLES
------------------------------------------ */
/*
@spacing-sm:2.5%;
@spacing-md:5%;
@spacing-lg:7.5%;
@spacing-xl:10%;
*/
/* - LESS MIXINS
---------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* - BASE STYLES
------------------------------------------ */
html,
body {
  height: 100% !important;
}
.container,
.constraint {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 4vw;
}
.container.narrow,
.constraint.narrow {
  max-width: 640px;
  margin: 0 auto;
}
.container .content,
.constraint .content {
  padding: 6vw 0 6vw 0;
  font-family: "proximo-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 544px) {
  .container,
  .constraint {
    padding: 0 6vw;
  }
}
/* - SPACING
------------------------------------------ */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
figure {
  margin: 0 0 2.5rem 0;
}
/* - GRID / COLUMNS
------------------------------------------ */
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 550px */
@media (min-width: 544px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666667%;
  }
  .two.columns {
    width: 13.33333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66666667%;
  }
  .five.columns {
    width: 39.33333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666667%;
  }
  .eight.columns {
    width: 65.33333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666667%;
  }
  .eleven.columns {
    width: 91.33333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66666667%;
  }
  .two-thirds.column {
    width: 65.33333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
@media (min-width: 544px) and (max-width: 400px) {
  .xs-one.columns {
    width: 4.66666666667%;
  }
  .xs-two.columns {
    width: 13.3333333333%;
  }
  .xs-three.columns {
    width: 22%;
  }
  .xs-four.columns {
    width: 30.6666666667%;
  }
  .xs-five.columns {
    width: 39.3333333333%;
  }
  .xs-six.columns {
    width: 48%;
  }
  .xs-seven.columns {
    width: 56.6666666667%;
  }
  .xs-eight.columns {
    width: 65.3333333333%;
  }
  .xs-nine.columns {
    width: 74.0%;
  }
  .xs-ten.columns {
    width: 82.6666666667%;
  }
  .xs-eleven.columns {
    width: 91.3333333333%;
  }
  .xs-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 544px) and (max-width: 544px) {
  .sm-one.columns {
    width: 4.66666667%;
  }
  .sm-two.columns {
    width: 13.3333333333%;
  }
  .sm-three.columns {
    width: 22%;
  }
  .sm-four.columns {
    width: 30.6666666667%;
  }
  .sm-five.columns {
    width: 39.3333333333%;
  }
  .sm-six.columns {
    width: 48%;
  }
  .sm-seven.columns {
    width: 56.6666666667%;
  }
  .sm-eight.columns {
    width: 65.3333333333%;
  }
  .sm-nine.columns {
    width: 74.0%;
  }
  .sm-ten.columns {
    width: 82.6666666667%;
  }
  .sm-eleven.columns {
    width: 91.3333333333%;
  }
  .sm-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 544px) and (max-width: 768px) {
  .md-one.columns {
    width: 4.66666667%;
  }
  .md-two.columns {
    width: 13.3333333333%;
  }
  .md-three.columns {
    width: 22%;
  }
  .md-four.columns {
    width: 30.6666666667%;
  }
  .md-five.columns {
    width: 39.3333333333%;
  }
  .md-six.columns {
    width: 48%;
  }
  .md-seven.columns {
    width: 56.6666666667%;
  }
  .md-eight.columns {
    width: 65.3333333333%;
  }
  .md-nine.columns {
    width: 74.0%;
  }
  .md-ten.columns {
    width: 82.6666666667%;
  }
  .md-eleven.columns {
    width: 91.3333333333%;
  }
  .md-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 544px) and (max-width: 940px) {
  .lg-one.columns {
    width: 4.66666667%;
  }
  .lg-two.columns {
    width: 13.3333333333%;
  }
  .lg-three.columns {
    width: 22%;
  }
  .lg-four.columns {
    width: 30.6666666667%;
  }
  .lg-five.columns {
    width: 39.3333333333%;
  }
  .lg-six.columns {
    width: 48%;
  }
  .lg-seven.columns {
    width: 56.6666666667%;
  }
  .lg-eight.columns {
    width: 65.3333333333%;
  }
  .lg-nine.columns {
    width: 74.0%;
  }
  .lg-ten.columns {
    width: 82.6666666667%;
  }
  .lg-eleven.columns {
    width: 91.3333333333%;
  }
  .lg-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 544px) and (max-width: 1200px) {
  .xl-one.columns {
    width: 4.66666667%;
  }
  .xl-two.columns {
    width: 13.3333333333%;
  }
  .xl-three.columns {
    width: 22%;
  }
  .xl-four.columns {
    width: 30.6666666667%;
  }
  .xl-five.columns {
    width: 39.3333333333%;
  }
  .xl-six.columns {
    width: 48%;
  }
  .xl-seven.columns {
    width: 56.6666666667%;
  }
  .xl-eight.columns {
    width: 65.3333333333%;
  }
  .xl-nine.columns {
    width: 74.0%;
  }
  .xl-ten.columns {
    width: 82.6666666667%;
  }
  .xl-eleven.columns {
    width: 91.3333333333%;
  }
  .xl-twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .snap-xs {
    clear: both!important;
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 544px) {
  .snap-sm {
    clear: both!important;
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .snap-md {
    clear: both!important;
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 940px) {
  .snap-lg {
    clear: both!important;
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.hidden-xs-up {
  display: none !important;
}
@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 940px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 399px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 543px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 939px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-xl-down {
    display: none !important;
  }
}
/*
	.sm-one.columns,
	.md-one.columns,
	.lg-one.columns,
	.xl-one.columns{
		width:4.66666666667%
	}
}
@media (max-width: @sm){
	.xs-two.columns,
	.sm-two.columns,
	.md-two.columns,
	.lg-two.columns,
	.xl-two.columns{
		width:13.3333333333%;
	}
}
@media (max-width: @sm){
	.xs-three.columns,
	.sm-three.columns,
	.md-three.columns,
	.lg-three.columns,
	.xl-three.columns{
		width:22%;
	}
	.xs-four.columns,
	.sm-four.columns,
	.md-four.columns,
	.lg-four.columns,
	.xl-four.columns{
		width:30.6666666667%;
	}
	.xs-five.columns,
	.sm-five.columns,
	.md-five.columns,
	.lg-five.columns,
	.xl-five.columns{
		width:39.3333333333%;
	}
	.xs-six.columns,
	.sm-six.columns,
	.md-six.columns,
	.lg-six.columns,
	.xl-six.columns{
		width:48%;
	}
	.xs-seven.columns,
	.sm-seven.columns,
	.md-seven.columns,
	.lg-seven.columns,
	.xl-seven.columns{
		width:56.6666666667%;
	}
	.xs-eight.columns,
	.sm-eight.columns,
	.md-eight.columns,
	.lg-eight.columns,
	.xl-eight.columns{
		width:65.3333333333%;
	}
	.xs-nine.columns,
	.sm-nine.columns,
	.md-nine.columns,
	.lg-nine.columns,
	.xl-nine.columns{
		width:74.0%;
	}
	.xs-ten.columns,
	.sm-ten.columns,
	.md-ten.columns,
	.lg-ten.columns,
	.xl-ten.columns{
		width:82.6666666667%;
	}
	.xs-evelen.columns,
	.sm-evelen.columns,
	.md-evelen.columns,
	.lg-evelen.columns,
	.xl-evelen.columns{
		width:91.3333333333%;
	}
	.xs-twelve.columns,
	.sm-twelve.columns,
	.md-twelve.columns,
	.lg-twelve.columns,
	.xl-twelve.columns{
		width:100%;margin-left:0;
	}
	
*/
/* - TYPOGRAPHY & CONTENT ELremENTS
------------------------------------------ */
html {
  font-size: 62.5%;
}
@media (max-width: 1200px) {
  html {
    font-size: 57%;
  }
}
@media (max-width: 940px) {
  html {
    font-size: 53%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}
body {
  font-family: "proximo-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 2rem;
  color: rgba(34, 34, 34, 0.7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "proximo-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-top: 5rem;
}
h1 {
  font-size: 5.0rem;
  line-height: 1.25;
}
h2 {
  font-size: 4.6rem;
  line-height: 1.25;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}
@media (max-width: 940px) {
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 4.4rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 544px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.4rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 2rem;
  }
}
strong,
b,
rem {
  font-weight: 700;
}
rem {
  font-style: italic;
}
p {
  margin-top: 0;
}
input,
select,
textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p input {
  margin-bottom: 0;
}
dl dt {
  float: left;
  clear: left;
  font-weight: 700;
}
dl dd {
  float: left;
  margin: 0 0 0 1rem;
}
dl dd p {
  margin: 0;
}
del,
del span {
  text-decoration: line-through;
  color: #999;
}
ins {
  text-decoration: none;
}
.wp-caption-text {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
  width: 100%;
  max-width: 100%;
}
blockquote {
  border-left: 0.3rem solid rgba(0, 0, 0, 0.1);
  padding-left: 2rem;
  margin-left: 2rem;
}
hr {
  margin-top: 6vw;
  margin-bottom: 6vw;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
img {
  width: auto;
  height: auto !important;
  max-width: 100%;
  display: block;
}
.fa-angle-left {
  position: relative;
  padding-right: 5px;
}
.fa-angle-right {
  position: relative;
  top: 1px;
  padding-left: 5px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a2a2a2;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2a2a2;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #a2a2a2;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a2a2a2;
}
/* - LINKS
------------------------------------------ */
a {
  color: #f14444;
  text-decoration: none;
}
a:hover {
  color: #c10e0e;
  text-decoration: underline;
}
a p,
a h2,
a h3,
a h4,
a li {
  color: #222222;
  text-decoration: none !important;
  display: inline-block;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form p br {
  display: none;
}
form fieldset:last-child {
  margin-bottom: 0;
}
form fieldset p:last-child {
  margin-bottom: 0;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 50px;
  line-height: 50px;
  padding: 0 1.5rem;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
}
select {
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* removes awkward default styles on some inputs for iOS */
input[type="remail"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
input[type="remail"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #f14444;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
/* - LISTS
------------------------------------------ */
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  margin-top: 0;
  margin-left: 4rem;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 2rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
  list-style-position: outside;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* - CODE
------------------------------------------ */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
/* - TABLES
------------------------------------------ */
table {
  width: 100%;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: rgba(0, 0, 0, 0.1);
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* - UTILITIES
------------------------------------------ */
.full-width {
  width: 100%;
  box-sizing: border-box;
}
.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.display-table,
.table {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.display-cell,
.cell {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
.rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* - CLEARING
------------------------------------------ */
.container:after,
.row:after,
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.row {
  clear: both;
}
/* - BUTTONS
------------------------------------------ */
.button,
button,
input[type=submit] {
  color: #fff !important;
  background: #f14444;
  text-transform: none;
  border: none;
  line-height: 1rem;
  outline: none;
  padding: 2rem;
  margin: 0;
  width: auto;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.button,
button,
input[type=submit] {
  color: #fff !important;
  background: #f14444;
}
.button:hover,
button:hover,
input[type=submit]:hover {
  background: #ef2c2c;
}
.button.outline {
  background: none !important;
  border: 2px solid #cc3333;
  color: #cc3333 !important;
}
.button.outline:hover {
  background: #cc3333;
  color: #fff !important;
}
.button.faded {
  opacity: 0.5;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.button.faded:hover {
  opacity: 1;
}
/* - MEDIA QUERIES
------------------------------------------ */
/* - WORDPRESS ADMIN BAR
---------------------------------- */
#wpadminbar {
  opacity: 0;
  transition: all 0.2s;
}
#wpadminbar:hover {
  opacity: 1;
}
/* - PAGINATION
---------------------------------- */
ul.paging {
  width: auto;
  text-align: center;
  overflow: hidden;
  margin: 0 0 6vw 0;
  display: block;
  clear: both;
}
ul.paging li {
  font-weight: 500;
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  list-style: none;
  text-align: center;
  margin: 0 5px 5px 0;
  padding: 0px;
  background-image: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
ul.paging li a {
  color: #333;
  background: #fff;
  text-decoration: none;
  height: 100%;
  width: 100%;
  padding: 0px;
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
ul.paging li a:hover {
  background: #f5f5f5;
}
ul.paging li.active,
ul.paging li.current {
  background: #cc3333;
  color: #fff;
}
ul.paging li.next.disabled,
ul.paging li.previous.disabled {
  display: none;
}
/* - COMMENTS
------------------------------------------ */
.comments {
  overflow: hidden;
  clear: both;
  padding: 0 0 6vw 0;
}
.more-comments {
  color: #dc2a2a;
  font-size: 2rem;
  padding: 2rem 0 0 0;
  display: block;
  font-weight: 700;
}
.comments label {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
form.comment-form {
  margin: 0;
}
.comments .comment-form-author,
.comments .comment-form-email {
  width: 48%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.comments .comment-form-author {
  margin-right: 4%;
}
.comments .comment-form-url {
  clear: both;
}
.comments .comment-notes {
  display: none;
}
.comments input[type=text],
.comments textarea {
  margin-bottom: 0;
  border: 2px solid #eee;
  font-size: 14px !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.comments h4 {
  font-size: 3rem;
  margin: 0 20px 30px 0;
  font-weight: 400;
}
.comments p.form-submit {
  font-size: 14px !important;
  margin: 25px 0 0 0;
}
.comments .remail-notes {
  display: none;
}
.comments h3#reply-title {
  font-size: 26px;
  display: none;
}
.comments .ERRatingComment {
  margin-bottom: 1.5rem !important;
}
.comments .count {
  margin-top: 0.1rem;
  font-size: 1.8rem;
  width: 200px;
  font-weight: 700;
  float: left;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  background: #ddd;
  color: #fff;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
}
commentform label {
  display: none;
}
.comments textarea {
  clear: both;
  height: 100px;
  border: 2px solid #eee;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 0;
}
ul.comment-list {
  clear: both;
  padding: 5rem 0 0 0;
  margin: 0 0 0 32px;
}
ul.comment-list li {
  list-style: none;
  padding: 0 0 45px 0;
  margin: 0 0 0 0;
  border-left: 3px solid #eee;
}
ul.comment-list li:last-child {
  padding-bottom: 0;
}
ul.comment-list li .avatar {
  float: left;
  width: 58px;
  height: 58px;
  margin: 0 20px 0 -35px;
  border: 4px solid #e9e9e9;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
}
ul.comment-list li .author {
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 1rem;
}
ul.comment-list li .time {
  padding: 0;
  color: #999;
  display: inline-block;
  margin: 0 0 0 1rem;
}
ul.comment-list li .actions {
  text-align: left;
  line-height: 1rem;
}
ul.comment-list li .actions a {
  background: #ccc;
  color: #fff;
  font-size: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1rem;
  padding: 6px 7px 5px 7px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.05rem;
}
ul.comment-list li .actions a:hover {
  text-decoration: none;
  background: #f14444;
}
ul.comment-list li .comment-content {
  overflow: hidden;
}
ul.comment-list li .comment-content p {
  font-size: 1.8rem;
}
ul.comment-list li .comment-content p:last-child {
  margin-bottom: 1.5rem;
}
ul.comment-list li ul.children {
  margin: 0 0 0 47px;
  padding: 45px 0 0 0;
}
ul.comment-list li ul.children li {
  border-left: 3px solid #eee;
}
ul.comment-list li ul.children li .avatar {
  width: 35px;
  height: 35px;
  margin-left: -23px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  ul.comment-list {
    margin: 0;
  }
  ul.comment-list li,
  ul.comment-list li ul.children li {
    border-left: none;
  }
  ul.comment-list li .avatar {
    margin: 0px 10px 0 0px;
    width: 30px;
    height: 30px;
  }
}
/* - EASY RECIPE
------------------------------------------ */
article div.easyrecipe {
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 3rem;
  font-size: 1rem;
  font-family: inherit;
  color: inherit;
  background: #fff;
  font-weight: 300;
}
article div.easyrecipe .ERSName {
  font-size: 2.3rem;
}
article div.easyrecipe .ERSSummary {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
article div.easyrecipe .ERSTimes {
  border: none;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 2rem;
}
article div.easyrecipe .ERSTimes .ERSTime {
  text-align: left;
  border: none !important;
  width: 100%;
  max-width: 120px;
  padding-left: 2rem;
  font-size: 1.2rem;
}
article div.easyrecipe .ERSTime .ERSTimeHeading {
  font-size: 1.2rem;
}
article div.easyrecipe .ERSTime .ERSTimeItrem {
  font-size: 1.1rem;
  color: #666;
}
article div.easyrecipe .ERSTopRight {
  width: auto;
  max-width: 150px;
  float: left;
}
article div.easyrecipe .ERSTopRight img {
  border: none;
  margin: 0;
}
article div.easyrecipe .ERSSavePrint {
  display: none;
}
article div.easyrecipe .ERSHeading,
article div.easyrecipe .ERSNotesHeader {
  font-size: 2rem !important;
  margin-bottom: 0.5rem;
}
article div.easyrecipe .ERSSectionHead {
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  font-style: italic;
}
article div.easyrecipe .ERSNotes {
  font-style: italic;
  font-size: 1.4rem;
  color: #999;
}
article div.easyrecipe .divERSHeadItrems {
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
article div.easyrecipe .divERSHeadItrems div {
  font-weight: 700;
}
article div.easyrecipe .divERSHeadItrems div span {
  font-weight: 300;
}
article div.easyrecipe ul,
article div.easyrecipe ol,
article div.easyrecipe ul li,
article div.easyrecipe ol li {
  font-size: 1rem;
}
article div.easyrecipe ul,
article div.easyrecipe ol {
  margin-bottom: 2rem;
  margin-left: 2rem;
}
article div.easyrecipe ul li,
article div.easyrecipe ol li {
  font-size: 1.6rem;
  list-style-position: outside;
  margin: 0;
  line-height: 1.8rem !important;
}
/* - MOBILE MENU
---------------------------------- */
.mobile-menu {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999;
  background: #fff;
  background: rgba(204, 51, 51, 0.9);
  overflow: scroll;
  display: none;
  padding-top: 70px;
  padding-bottom: 70px;
}
.mobile-menu .table {
  display: table;
  width: 100%;
  height: 100%;
}
.mobile-menu .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mobile-menu a.close {
  position: absolute;
  top: 50px;
  font-size: 20px;
  right: 50px;
  color: #fff;
  opacity: 0.6;
  z-index: 9999999999;
}
.mobile-menu a.close:hover {
  cursor: pointer;
  opacity: 1;
}
.mobile-menu ul {
  max-width: 250px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
}
.mobile-menu ul li {
  color: #fff;
  list-style: none;
  text-align: center;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
.mobile-menu ul li a {
  position: relative;
  font-weight: 500;
  padding: 1rem;
  display: block;
  text-decoration: none;
  color: #fff;
}
.mobile-menu ul li a i {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -13px;
  padding: 6px 30px;
  z-index: 9999999;
}
.mobile-menu ul li a i.active {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.mobile-menu ul li ul {
  display: none;
}
.mobile-menu ul li ul li {
  font-size: 0.8rem !important;
}
.mobile-menu ul li ul li a {
  opacity: 0.8;
  padding: 0.5rem;
  color: #fff;
}
/* - ACCORDION
---------------------------------- */
.accordion {
  overflow: hidden;
}
.accordion dt,
dd {
  padding: 0;
}
.accordion a {
  display: block;
  text-decoration: none;
  color: #222222;
  margin-bottom: 2rem;
}
.accordion dd {
  margin: 0 0 2rem 0;
}
.accordion dd:first-child {
  display: block;
}
.accordion dd p {
  font-size: 1.8rem;
  color: #666;
}
/* - WORDPRESS GALLERY
------------------------------------------ */
.gallery {
  margin: 4vw 0;
}
.gallery .gallery-item {
  margin-top: 0px !important;
  display: block;
  width: 25%;
  float: left;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery .gallery-icon {
  display: block;
}
.gallery img {
  width: 100% !important;
  height: auto !important;
  max-width: none;
  display: block;
  border: none !important;
  padding: 1px;
  margin: 0 !important;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.gallery img:hover {
  opacity: 1;
  -webkit-backface-visibility: hidden;
}
.gallery .gallery-item {
  margin-top: 0px !important;
}
.gallery-columns-2 .gallery-item:nth-child(1) img {
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.gallery-columns-2 .gallery-item:nth-child(2) img {
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topright: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -moz-border-radius-bottomleft: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.gallery a,
.gallery dl,
.gallery dt {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* - MAGNIFICENT POPUP
------------------------------------------ */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 5% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8rem;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #333;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333 !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
* remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:rempty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* - WOOCOMMERCE ARCHIVE
------------------------------------------ */
.woocommerce-result-count {
  display: none;
}
.woocommerce-ordering {
  float: right;
}
ul.products {
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
}
ul.products li {
  list-style: none;
  text-align: center;
  margin-bottom: 2.5vw;
}
ul.products li p {
  font-size: 1.6em;
}
ul.products li:nth-child(4n+4) {
  margin-right: 0;
}
ul.products li:nth-child(4n+4) + li {
  clear: left;
}
ul.products li a {
  text-decoration: none;
}
ul.products li img {
  max-width: 275px !important;
  margin: 0 auto 0 auto;
  width: 100% !important;
  padding: 0 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.products li h3 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
}
ul.products li .price {
  display: block;
  font-size: 1.4rem;
}
ul.products li .price .amount {
  display: inline-block;
  padding: 0 5px;
}
ul.products li .add_to_cart_button,
ul.products li .button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .products .three.columns {
    margin: 0 0 2em 0;
    width: 50% !important;
    float: left !important;
    padding: 0 1em;
  }
  .products .three.columns .button {
    display: none;
  }
}
/* - MESSAGES & ERRORS
------------------------------------------ */
ul.woocommerce-error {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
ul.woocommerce-error li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.woocommerce-error li .button {
  font-size: 1em;
}
.woocommerce-info {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.woocommerce-message,
.woocommerce .cart-empty,
.woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce-message {
  font-size: 1.6rem;
  margin-bottom: 3em;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}
.woocommerce-message a.button {
  font-size: 1em;
  margin-right: 1em;
}
.pp_description {
  display: none !important;
}
.pp_nav p {
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: 1em !important;
}
div.pp_woocommerce .pp_details {
  text-align: center;
}
div.pp_woocommerce .pp_nav {
  display: inline-block;
  float: none;
}
.images .thumbnails {
  overflow: hidden;
  text-align: center;
}
.images .thumbnails a {
  display: block;
  width: 100px;
  float: none;
  display: inline-block;
  margin: 20px 10px 0px 10px;
}
.images .thumbnails a img {
  width: 100% !important;
  height: auto !important;
}
.woocommerce-MyAccount-navigation {
  padding: 2rem 3rem;
  border: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}
.woocommerce-MyAccount-navigation ul li:first-child a {
  padding-top: 0;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-MyAccount-content {
  padding-left: 3rem;
}
.woocommerce-MyAccount-content .woocommerce-info .button {
  display: inline-block;
  float: right;
}
@media (max-width: 550px) {
  .woocommerce-MyAccount-content {
    padding-left: 0rem;
  }
}
/* - WOOCOMMERCE - SINGLE PRODUCT
------------------------------------------ */
.pp_gallery {
  display: none !important;
}
.product-long-description {
  padding: 6vw 0 0 0;
}
div.product h1.product_title {
  font-size: 4.5rem;
  margin-bottom: 1rem;
}
div.product p.price {
  color: #f14444;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1em;
}
div.product .summary p:last-child {
  margin-bottom: 2rem;
}
div.product .images {
  margin-top: -3em;
  padding: 0 10% 0 0;
}
div.product .images img {
  margin: 0;
}
div.product .tabs {
  display: none;
}
div.product .woocommerce-tabs {
  padding-top: 4vw;
  margin-top: 4vw;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}
div.product .woocommerce-tabs h2:first-child {
  display: none;
}
div.product table.variations {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
div.product table.variations select {
  margin-bottom: 0;
}
div.product table.variations label {
  font-weight: 700;
}
div.product table.variations td {
  margin: 0;
  padding: 1rem 0;
  vertical-align: middle;
}
div.product .bottom-cta {
  text-align: center;
  overflow: hidden;
  padding: 4vw 0 0 0;
}
div.product .bottom-cta .button {
  font-size: 2rem;
}
div.product .quantity label {
  display: none;
}
div.product .quantity input {
  width: 80px;
}
a.reset_variations {
  display: none;
}
.woocommerce-variation {
  overflow: hidden;
  clear: both;
}
.woocommerce-variation-description {
  font-size: 1.2rem;
  font-weight: 700;
}
.woocommerce-variation-price {
  display: inline-block;
  margin-right: 1rem;
}
.woocommerce-variation-availability {
  display: inline-block;
}
.woocommerce-variation-add-to-cart {
  overflow: hidden;
  clear: both;
}
.woocommerce-variation-add-to-cart .quantity {
  display: inline-block;
}
.woocommerce-variation-add-to-cart .quantity input {
  margin: 0 1em 0 0;
}
.input-text.qty {
  width: 50px;
  text-align: center !important;
  padding: 0;
  margin: 0;
}
.woocommerce-variation.single_variation {
  font-weight: 700;
}
.single_variation_wrap .input-text.qty {
  width: 150px !important;
  text-align: left;
}
@media all and (max-width: 767px) {
  div.product .images {
    margin-top: -3em;
    padding: 0 10% 0 10%;
  }
}
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em;
}
.woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 5px;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.5;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}
.woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 1%;
  width: 19.2%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+5) {
  margin-right: 0;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}
a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
}
/* - WOOCOMMERCE - CHECKOUT
------------------------------------------ */
.woocommerce .shop_table td,
.woocommerce .shop_table th {
  vertical-align: middle;
  padding: 0.5rem;
}
.shipping-calculator-form p {
  margin-bottom: 1rem;
}
.shipping-calculator-form p:last-child {
  margin-bottom: 0;
}
tr.cart_item td {
  vertical-align: top;
}
tr.cart_item img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 70px !important;
  margin: 0;
}
tr.cart_item .remove {
  text-decoration: none;
}
tr.cart_item .quantity label {
  display: none;
}
tr.cart_item dl {
  margin: 0;
  font-size: 1.2rem;
}
.cart .product-thumbnail {
  padding-left: 0;
}
.cart .product-thumbnail img {
  display: block;
}
.cart .product-name .cart .product-price {
  padding: 0.85rem 0;
}
.cart .product-name a {
  text-decoration: none;
  font-weight: 500;
}
#shipping_method {
  padding: 0;
  margin: 0;
}
#shipping_method li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#shipping_method li label,
#shipping_method li input {
  display: inline;
}
table.cart {
  margin-bottom: 0;
}
table.cart dl dt {
  margin: 0 1rem 0 0;
}
table.cart dl dd {
  margin: 0;
}
.page-cart form {
  margin-bottom: 0;
}
table.cart .actions input[name=update_cart],
table.cart .actions .tm-clear-cart-button {
  display: none !important;
}
.tm-epo-required {
  display: none;
}
input.update_cart {
  display: none !important;
}
.coupon {
  position: relative;
  overflow: hidden;
  clear: both;
  padding: 1rem 0 2rem 0;
}
.coupon label {
  display: none;
}
.coupon #coupon_code {
  margin: 0;
  width: 100%;
}
.coupon input[type="submit"] {
  background: none !important;
  border: none !important;
  color: #f14444 !important;
  position: absolute;
  right: 15px;
  bottom: 35px;
  padding: 5px;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0;
}
#payment {
  padding-top: 5rem;
  border-top: 2px solid #eee;
  margin-top: 5rem;
}
.tm-cart-edit-options {
  display: none;
}
.woocommerce table.shop_table .tm-epo-cart-row-product td {
  border-bottom: 1px solid #eeeeee !important;
}
table.cart *,
.cart_totals * {
  font-size: 1.4rem;
}
.cart_totals table {
  margin-bottom: 3.5rem;
  width: 50%;
  float: right;
}
.cart_totals table td,
.cart_totals table p {
  text-align: right;
}
.cart_totals table p input {
  margin-bottom: 1rem;
}
.cart_totals .shipping p {
  margin: 0;
}
.cart_totals .shipping select {
  margin: 0;
}
.cart_totals th td {
  border-bottom: none;
}
.cart_totals .wc-proceed-to-checkout,
.cart_totals .wcppec-checkout-buttons {
  text-align: right;
  clear: both;
}
.cart_totals .wcppec-checkout-buttons img {
  float: right;
}
.paypal_checkout_button {
  overflow: hidden;
}
.paypal_checkout_button input {
  float: left !important;
}
.button.update_cart {
  background: none !important;
  border: 1px solid;
  color: #f14444 !important;
  float: right;
}
.button.update_cart:hover {
  background: none !important;
  border: 1px solid;
  color: #f14444 !important;
}
.woocommerce-checkout-review-order-table * {
  font-size: 1.4rem;
}
.woocommerce-checkout-review-order-table .cart_item td {
  padding: 0.5rem 0 !important;
}
.woocommerce-checkout-review-order-table th.product_name {
  padding-right: 2rem;
}
.woocommerce-checkout-review-order-table th.product_name,
.woocommerce-checkout-review-order-table th.product-total {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-checkout-review-order-table .product-quantity {
  background: #eee;
  padding: 0.5rem;
  font-size: 1.2rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 600;
  top: -2px;
  position: relative;
  white-space: nowrap;
}
.payment_methods {
  margin: 0;
  padding: 0;
}
.payment_methods li {
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  list-style: none;
  padding: 2.2rem 2rem 2rem 2rem;
  margin: 0 0 2rem 0;
}
.payment_methods li p:last-child {
  margin: 0;
}
.payment_methods li input {
  margin-bottom: 0;
}
.payment_methods li label {
  display: inline-block;
}
.payment_methods li label img {
  display: inline-block;
  width: 30px;
  position: relative;
  top: 15px;
}
.payment_methods li.payment_method_paypal label img {
  display: none;
}
.wc-terms-and-conditions {
  background: none !important;
  margin-bottom: 0;
  margin-top: 4rem;
}
.woocommerce form.checkout p {
  margin-bottom: 1.5rem;
}
.woocommerce form.checkout .woocommerce-billing-fields {
  overflow: hidden;
}
.woocommerce form.checkout .woocommerce-billing-fields p:last-child {
  margin-bottom: 0;
}
.woocommerce form.checkout .woocommerce-billing-fields h3:first-child {
  margin-top: 0;
}
.woocommerce form.checkout .woocommerce-shipping-fields {
  margin-bottom: 0;
}
/*
.woocommerce form.checkout .woocommerce-billing-fields p.form-row{
	width:50%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.woocommerce form.checkout .woocommerce-billing-fields p.form-row{
}
.woocommerce form.checkout .woocommerce-billing-fields p.form-row:first-child,
.woocommerce form.checkout .woocommerce-billing-fields p.form-row:nth-child(1n+1){
	padding-right:30px;
}
*/
.woocommerce form.checkout input {
  margin-top: 0;
}
.woocommerce form.checkout h3 {
  clear: both;
  font-size: 2.5rem;
}
.woocommerce form.checkout label {
  font-size: 1.4rem;
}
h3#order_review_heading {
  margin-top: 0;
}
h3#ship-to-different-address label {
  font-weight: 600;
}
.wc_payment_method.payment_method_express_checkout {
  display: none;
}
/* - GLOBAL STRUCTURE
---------------------------------------------- */
header.standard {
  padding-top: 4rem;
  border: none;
}
header.standard .navigation ul li a {
  color: #222222;
}
header.standard .mobile-icons a {
  color: #222222;
}
header {
  padding: 0;
  overflow: visible;
  padding: 0 0;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 4rem;
  height: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
header a {
  text-decoration: none;
}
header .constraint {
  overflow: visible;
}
header .logo {
  float: left;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  max-width: 170px;
}
header .logo.logo-icon {
  width: 15px;
  float: left;
}
header .logo svg {
  display: block;
}
header .logo img {
  margin-bottom: 0;
}
header .cart-icon span {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: -2px;
  padding-right: 5px;
}
header .header-icon {
  float: right;
  font-size: 2rem;
  outline: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 52px;
  margin: 0 0 0 2rem;
  padding: 0;
  text-align: center;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  color: #222222 !important;
}
header .header-icon:hover {
  color: rgba(34, 34, 34, 0.75) !important;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.02);
}
/*
.menu-icon{
	display:none;
	position:fixed;
	top:4vw;
	right:4vw;
}
*/
@media (max-width: 1200px) {
  .menu-icon {
    display: block;
  }
}
header .navigation {
  float: right;
  padding: 0;
}
header .navigation.columns {
  margin-bottom: 0 !important;
}
header .navigation ul {
  padding: 0;
  margin: 0;
}
header .navigation ul li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}
header .navigation ul li:hover ul {
  display: block;
}
header .navigation ul li a {
  font-size: 1.7rem;
  padding: 1.3rem 2.5rem 1.3rem 2.5rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  color: #fff;
  text-transform: none;
}
header .navigation ul li a:hover {
  text-decoration: underline;
}
header .navigation.subpage ul li a {
  color: #333 !important;
}
header .navigation ul li.has-children a.name {
  padding-right: 20px;
  background: url(../images/icon-arrow-down.svg) no-repeat right 2.91rem;
  background-size: 16px;
}
header .navigation ul li a.profile-picture {
  padding: 0;
  margin: 0 0 0 0.7rem;
  position: relative;
  top: 14px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .navigation ul li a.profile-picture img {
  display: block;
  margin: 0 0 0 0.1rem;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .navigation ul li ul {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 99;
  width: 250px;
  margin-top: 0px;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.05);
}
header .navigation ul li ul li {
  font-size: 1.1rem;
  display: block !important;
  float: none;
}
header .navigation ul li ul li a {
  padding: 0.8em 2em 0.8em 1.5rem;
  text-align: left;
  font-weight: 400;
  text-transform: none;
  display: block;
  color: #333 !important;
}
header .navigation ul li ul li a:hover {
  background: #f5f4f3;
  text-decoration: none;
  color: #333 !important;
}
header .navigation a.button {
  margin-left: 20px;
  padding: 1rem;
}
header .navigation a.has-children {
  padding-right: 20px;
  background: url(../images/icon-arrow-down.svg) no-repeat right 1.35rem;
  background-size: 16px;
}
header .mobile-icons {
  float: right;
  text-align: right;
}
header .mobile-icons.fixed {
  position: fixed;
  top: 3rem;
  right: 4rem;
}
header .mobile-icons.fixed nav {
  display: none;
}
/* - BANNER
------------------------------------------ */
.has-banner #header svg path {
  fill: #fff !important;
}
.has-banner #header svg g {
  fill: #fff !important;
}
.has-banner #header .logo svg path {
  fill: #fff !important;
}
.has-banner #header h1 {
  color: #fff !important;
}
.has-banner #header .meta a {
  color: #fff !important;
}
.has-banner .navigation a {
  color: #fff !important;
}
.banner {
  height: 600px;
  height: 100vh;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10rem;
  padding-bottom: 5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.banner.half {
  height: auto;
  padding: 0;
}
.banner.half .header-arrow {
  display: none;
}
.banner.half .table {
  height: auto;
  padding: 15rem 0 10rem 0;
}
.banner.half h1 {
  font-size: 8rem !important;
}
@keyframes bounce-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}
.banner .header-arrow {
  text-decoration: none !important;
  position: absolute;
  display: block;
  bottom: 50px;
  left: 50%;
  margin-left: -15px;
  color: #fff;
  font-size: 4rem;
  animation: bounce-down 1.5s infinite;
  z-index: 99;
}
.banner .header-arrow.hide {
  display: none !important;
}
.banner .header-arrow:hover {
  text-decoration: none;
}
.banner .header-icon {
  color: #fff;
}
.banner .table {
  height: 100vh;
}
.banner .message {
  clear: both;
}
.banner h1 {
  color: #fff;
  max-width: 1000px;
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: none;
  text-shadow: 0 0px 230px #000000;
  font-size: 6rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.banner h1 span {
  display: block;
  font-size: 3rem;
  font-weight: 400;
  max-width: 600px;
  margin: 2.5rem auto 0 auto;
  opacity: 0.75;
}
body.page-home .banner h1 span {
  font-size: 2rem;
  margin: 0 auto 3.5rem;
  line-height: 1.5;
}
body.page .banner h1,
body.travel-guides .banner h1,
body.page-home h1 {
  font-size: 12rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 1200px) {
  .banner h1 {
    font-size: 5.8rem;
  }
  body.page .banner h1,
  body.page-home h1,
  body.travel-guides .banner h1 {
    font-size: 11rem;
  }
}
@media only screen and (max-width: 940px) {
  .banner h1 {
    font-size: 5rem;
  }
  body.page .banner h1,
  body.page-home h1,
  body.travel-guides .banner h1 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner h1 {
    font-size: 4.5rem;
  }
  body.page .banner h1,
  body.page-home h1,
  body.travel-guides .banner h1 {
    font-size: 6rem;
  }
}
.banner p {
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
  opacity: 1;
  max-width: 900px;
  margin-bottom: 3.5rem;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
  margin-right: auto;
  margin-left: auto;
}
.banner .meta {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.banner .meta span a {
  background: none;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.banner .meta span {
  text-transform: none;
  padding: 0 1rem;
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.75;
}
.banner a.popup-video {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/icon-play.png) no-repeat center center;
  background-size: 100%;
  border-radius: 999px;
  opacity: 0.8;
  transition: all 0.1s;
  z-index: 999;
}
.banner a.popup-video:hover {
  opacity: 1;
}
.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999999;
  background: rgba(0, 0, 0, 0.75);
}
.video-overlay .video-wrapper {
  width: 50vw;
  height: 28vw;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .video-overlay .video-wrapper {
    width: 100vw !important;
    height: 50vh !important;
    margin: 0 !important;
  }
}
a.video-close {
  position: fixed;
  z-index: 9999999999;
  color: #fff;
  top: 50px;
  right: 50px;
  background: url(../images/icon-close.svg) no-repeat center center;
  background-size: 100%;
  display: none;
  width: 35px;
  height: 35px;
  opacity: 0.8;
  transition: all 0.1s;
}
a.video-close:hover {
  opacity: 1;
}
.banner.post {
  margin-bottom: 0;
}
.banner img {
  margin: 0;
  display: block;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}
.banner header {
  padding-top: 4rem;
  margin-bottom: 0;
  border-bottom: none;
}
.banner .or {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0 2rem;
}
.banner #header {
  position: absolute;
  width: 100%;
  opacity: 1;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  z-index: 99;
}
.banner-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url('../assets/banner-video.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.banner-content {
  position: relative;
  z-index: 99;
}
.banner-video .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(204, 51, 51, 0.1);
}
.banner-video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* - FREE UPDATES
------------------------------------------ */
.page-free-updates .banner .header-arrow {
  display: none;
}
.page-free-updates .newsletter-signup {
  text-align: left;
}
/* - START HERE
------------------------------------------ */
.grid-actions {
  overflow: hidden;
  position: relative;
}
.grid-actions div {
  position: relative;
  margin: 0;
  width: 33.3333333333%;
  float: left;
}
.grid-actions div h4 {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -27px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 99;
  font-size: 4rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 35px #000000;
}
.grid-actions div img {
  margin: 0;
  display: block;
  opacity: 0.9;
  -webkit-transform: translateZ(0);
}
.grid-actions div:hover img {
  opacity: 1;
}
/* - WHERE ARE YOU GOING?
------------------------------------------ */
.where-are-you-going {
  text-align: center;
}
.where-are-you-going form {
  margin: 0;
}
.where-are-you-going form select {
  display: inline-block;
  margin: 0;
  width: 50%;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
  background: none;
}
.where-are-you-going form select:hover {
  background: #f5f5f5;
}
/* - MISC
---------------------------------------------- */
.page-title {
  overflow: hidden;
  padding: 0 0 4vw 0;
  text-align: center !important;
}
.page-title p,
.page-title .subtitle {
  text-align: center;
  font-size: 2.2rem;
  color: #999;
  padding-top: 0rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.page-title p:last-child {
  margin-bottom: 0.5em !important;
}
.page-title a {
  color: #dc2a2a;
}
.page-title h1,
.page-title h2 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.page-title .columns {
  margin-bottom: 0;
}
.page-title ul.post-categories {
  margin-bottom: 0;
}
h2.intro {
  max-width: 90%;
  font-weight: 400;
  font-weight: 2;
  text-align: center;
  font-size: 2.6rem;
  margin: 0.5em auto 3.5em auto;
  line-height: 1.8rem;
}
.content h1 span,
.content h2 span,
.content h3 span,
.content h4 span {
  font-size: 0.75rem;
  color: #333;
  display: inline-block;
  margin-left: 0.5rem;
}
.content p.notification {
  color: #999;
  text-align: center;
  padding: 5em 0;
  font-size: 2.5rem;
  margin: 0;
}
.content.text-centered {
  text-align: center;
}
.content *:first-child {
  margin-top: 0;
}
/* - NEWSLETTER SIGNUP
------------------------------------------ */
.content .newsletter-signup {
  overflow: hidden;
  margin-bottom: 3rem;
}
.content.text-centered .newsletter-signup {
  margin-bottom: 0;
}
.content .newsletter-signup input {
  float: left;
  width: 36%;
  margin: 0 2% 0 0 !important;
  font-size: 16px !important;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
}
.content .newsletter-signup button {
  height: 50px;
  width: 24% !important;
  margin: 0;
  font-size: 16px !important;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
/* - EBOOK LANDING PAGE
------------------------------------------ */
.content .testimonial {
  border: 2px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  padding: 3rem;
  margin: 5rem 0;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.content .testimonial img {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  max-width: 100px;
  float: left;
  margin: 0 3rem 0 0 !important;
}
.content .testimonial p {
  overflow: hidden;
  font-size: 1.8rem;
  margin: 0 !important;
}
img.sneak-preview {
  border: 2px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* - MESSAGES & NOTIFIATIONS
------------------------------------------ */
.note br:first-child {
  display: none;
}
.note,
.cta {
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.7em 0.9rem;
  clear: both;
}
.note {
  padding: 5%;
}
.note.white,
.cta.white {
  background: #fff;
  border: 1px solid #e9e9e9;
}
.note.blue,
.cta.blue {
  background: #d6f5ff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #395660;
}
.note.yellow,
.cta.yellow {
  background: #fffdc8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #504f37;
}
/* - ANCHORS
------------------------------------------ */
.resources.content {
  padding-top: 0;
}
p.notice {
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 3rem;
}
nav.anchors {
  clear: both;
  text-align: center;
  margin-bottom: 6rem;
}
nav.anchors a {
  display: inline-block;
  padding: 0.5em 1rem;
  background: rgba(0, 0, 0, 0.05);
  color: #333;
  font-size: 1.8rem;
  margin: 0 0.5rem;
  border-radius: 3px;
  font-weight: 700;
}
nav.anchors a:hover {
  text-decoration: none;
}
div.anchor-content {
  text-align: left;
  overflow: hidden;
  margin-bottom: 3rem;
}
div.anchor-content h2 {
  text-align: left;
  font-size: 3.4rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
}
div.anchor-content ul {
  margin: 0;
  padding: 0;
}
div.anchor-content ul li {
  list-style: none;
  font-size: 1rem;
  width: 14.58%;
  float: left;
  margin-right: 2.5%;
}
div.anchor-content ul li h3 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
div.anchor-content ul li p {
  font-size: 1.4rem;
}
div.anchor-content ul li div {
  overflow: hidden;
}
div.anchor-content ul li a:hover {
  text-decoration: none !important;
}
div.anchor-content ul li span {
  font-size: 1.8rem;
  font-weight: 700;
}
div.anchor-content ul li img {
  max-width: 150px !important;
  margin: 0 0 1em 0;
  opacity: 0.9;
}
div.anchor-content#resources p {
  overflow: hidden;
}
div.anchor-content#resources img {
  max-width: 150px;
  float: left;
  margin: 0 1em 1em 0;
}
div.anchor-content#resources a:hover {
  text-decoration: none !important;
}
div.anchor-content ul li:nth-child(6n) {
  margin-right: 0;
}
div.anchor-content ul li:nth-child(6n + 1) {
  clear: both;
}
@media (max-width: 1200px) {
  div.anchor-content ul li {
    width: 18%;
  }
  div.anchor-content ul li:nth-child(5n) {
    margin-right: 0;
  }
  div.anchor-content ul li:nth-child(5n + 1) {
    clear: both;
  }
  div.anchor-content ul li:nth-child(6n) {
    margin-right: 2.5%;
  }
  div.anchor-content ul li:nth-child(6n + 1) {
    clear: none;
  }
}
@media (max-width: 992px) {
  div.anchor-content h2 {
    text-align: center;
  }
  div.anchor-content ul li img {
    margin-right: auto;
    margin-left: auto;
  }
  div.anchor-content ul li {
    width: 23.1%;
    text-align: center;
  }
  div.anchor-content ul li:nth-child(4n) {
    margin-right: 0;
  }
  div.anchor-content ul li:nth-child(4n + 1) {
    clear: both;
  }
  div.anchor-content ul li:nth-child(5n) {
    margin-right: 2.5%;
  }
  div.anchor-content ul li:nth-child(5n + 1) {
    clear: none;
  }
}
@media (max-width: 768px) {
  div.anchor-content ul li {
    width: 31.6%;
  }
  div.anchor-content ul li:nth-child(3n) {
    margin-right: 0;
  }
  div.anchor-content ul li:nth-child(3n + 1) {
    clear: both;
  }
  div.anchor-content ul li:nth-child(4n) {
    margin-right: 2.5%;
  }
  div.anchor-content ul li:nth-child(4n + 1) {
    clear: none;
  }
}
@media (max-width: 544px) {
  div.anchor-content ul li {
    width: 48.7%;
  }
  div.anchor-content ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  div.anchor-content ul li:nth-child(2n + 1) {
    clear: both;
  }
  div.anchor-content ul li:nth-child(3n) {
    margin-right: 2.5%;
  }
  div.anchor-content ul li:nth-child(3n + 1) {
    clear: none;
  }
}
/*
@media (max-width: 400px){
	div.anchor-content ul li img{margin-right:auto;margin-left:auto;}
	div.anchor-content ul li{width:100%;margin-right:0 !important;text-align:center;}

}



/* - TABS
------------------------------------------ */
nav.tabs {
  display: block;
  margin: 0 0 0 0 !important;
  padding: 0px !important;
}
nav.tabs a {
  clear: none !important;
  display: inline-block;
  width: auto;
  padding: 0.5rem;
  margin: 0 1em 1em 0;
  float: none;
  background: none;
  font-size: 2em !important;
  line-height: 1rem;
  color: #999;
  text-decoration: none !important;
  font-weight: 700;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
nav.tabs a:hover {
  cursor: pointer;
}
nav.tabs a.current {
  position: relative;
  color: #333;
  background: rgba(0, 0, 0, 0.05);
}
nav.tabs a {
  text-decoration: none;
  color: #333;
}
nav.tabs:before,
nav.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
nav.tabs:after {
  clear: both;
}
nav.tabs {
  zoom: 1;
}
nav.tabs.resources {
  padding-top: 1em !important;
  margin-bottom: 3em !important;
  padding-top: 0em !important;
  text-align: center;
}
div.tabs-content {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 4rem;
}
div.tabs-content div {
  display: none;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  float: none !important;
}
div.tabs-content div ul li {
  margin-bottom: 1em !important;
}
div.tabs-content div.current {
  display: block !important;
}
div.tabs-content div ul li {
  display: block !important;
}
div.tabs-content div:last-child,
div.tabs-content div ul li:last-child {
  margin-bottom: 0 !important;
}
div.tabs-content div ul li {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
div.tabs-content div ul li {
  border-bottom: none;
  padding: 0;
}
div.tabs-content div ul li:last-child {
  border-bottom: none;
}
div.tabs-content ul li img {
  border: none;
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 75px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.tabs-content ul li h3 {
  margin-bottom: 0.25rem;
  font-size: 1.8rem;
}
div.tabs-content ul li h3 a {
  color: #333;
}
div.tabs-content ul li p {
  padding-right: 50px;
  font-size: 1.6rem;
  overflow: hidden;
  margin-bottom: 0;
}
div.tabs-content ul li .button {
  float: right;
}
div.tabs-content div {
  font-size: 1rem;
}
div.tabs-content div a {
  text-decoration: none !important;
}
div.tabs-content div a span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: block;
}
div.tabs-content div a span:hover {
  text-decoration: underline !important;
}
div.tabs-content a.post-title {
  padding-top: 10px;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}
/* - HOME
------------------------------------------ */
.feature {
  padding: 8vw 0;
  text-align: center;
}
.content .feature:last-child {
  margin-bottom: 0;
}
.feature.products article {
  text-align: center;
}
.feature.products .post-excerpt p {
  margin-bottom: 1rem;
}
.feature.posts .center {
  text-align: center;
}
.feature.posts .center .button {
  font-size: 2rem;
}
.feature.posts {
  margin-bottom: 0;
}
.feature.full p {
  color: #fff;
  font-size: 2.2rem;
  opacity: 1;
  margin: 1rem auto 3.5rem auto;
  max-width: 900px;
  margin-bottom: 3.5rem;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
.feature.full h2 {
  font-size: 5.2rem;
  margin-bottom: 0rem;
  background: none;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.feature.full .table {
  height: 100%;
}
.feature.full form {
  margin-bottom: 0;
}
.feature.full form select {
  border: none;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  color: #222222;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 2rem;
}
.page-home .banner {
  margin-bottom: 0;
}
.page-home .page-title a {
  color: #f14444;
  display: block;
  font-size: 0.6rem;
}
.page-home .posts .post-excerpt {
  margin-bottom: 0;
}
.page-home .page-title.tagline {
  overflow: hidden;
  padding: 8vw 0;
  text-align: center !important;
  max-width: 1100px;
  margin: 0 auto;
}
.page-home .page-title.tagline h2 {
  margin: 0;
}
.page-home .products .thumbnail img {
  margin-bottom: 0 !important;
}
.page-home .products h2 {
  margin-bottom: 0rem;
}
.page-home .products .button {
  background: none !important;
  border: none !important;
  color: #f14444 !important;
  font-weight: 500;
  font-size: 1.6rem;
}
.page-home .products .button:hover {
  background: none !important;
}
/* - CONTENT SPECIFIC
------------------------------------------ */
.featured-box {
  background: #f9f9f9;
  border-bottom: 1px solid #f1f1f1;
  padding: 2em 0;
  margin-bottom: 7rem;
}
.featured-box img {
  display: block;
  margin: 3em auto;
  max-width: 900px;
  margin-top: 0;
  margin: 0 auto;
}
article.content {
  overflow: visible;
}
.content img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 1.5rem;
  display: block;
  z-index: 2;
  position: relative;
}
.content .breakout {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: -40%;
  max-width: 100vw;
  width: 180%;
}
.content .breakout.maxed-out img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content .breakout.maxed-out figcaption {
  padding-left: 2rem;
}
.content .breakout img {
  max-width: none !important;
  width: 100% !important;
}
.guides .post-excerpt h2 {
  font-size: 2.2rem;
  margin-bottom: 0rem;
  text-align: center;
  width: 100%;
}
/* - AUTO GENERATED QUICK POST NAV
------------------------------------------ */
.post-quick-nav {
  margin-bottom: 4rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 4rem;
}
.post-quick-nav ol {
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 30px;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
}
.post-quick-nav ol li {
  list-style-position: inside;
  font-size: 1.6rem;
}
/* - FAQS
------------------------------------------ */
ul.questions,
.questions-answers {
  margin: 0;
  padding: 0;
}
ul.questions li,
.questions-answers div {
  padding: 0;
  margin: 0;
  list-style: none;
}
.questions-answers div {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}
.questions-answers div:last-child {
  border-bottom: none;
}
.questions-answers div h3 {
  font-size: 3.6rem;
  margin-bottom: 0.5rem;
}
aside.sidebar.question-links {
  padding-top: 7rem;
}
aside.sidebar.question-links h3 {
  font-size: 3.6rem;
  margin-bottom: 0.5rem;
}
aside.sidebar.question-links nav a {
  display: block;
  padding: 0.5em 0;
  font-size: 1.6rem;
}
aside.sidebar.question-links nav a:first-child {
  padding-top: 0;
}
/* - POST LOOP / CATEGORY
------------------------------------------ */
.post-excerpt {
  overflow: hidden;
  margin-bottom: 2.5vw;
  text-align: left;
}
.post-excerpt i {
  padding-left: 0.3rem;
  position: relative;
}
.posts .row:last-child .post-excerpt {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .posts .row:last-child .post-excerpt {
    margin-bottom: 2.5vw;
  }
}
.post-excerpt a {
  text-decoration: none !important;
}
.post-excerpt p {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #777;
  font-family: "proximo-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-excerpt span {
  color: #dc2a2a;
  font-weight: 500;
  display: block;
  padding-top: 0.5rem;
  font-size: 1.4rem;
}
.post-excerpt:hover span {
  text-decoration: underline;
}
.post-excerpt span.comment-count {
  color: #999;
  font-size: 1.4rem;
  text-decoration: none !important;
  margin-bottom: 1rem;
}
.post-excerpt img {
  margin-bottom: 1.5rem !important;
}
.post-excerpt h2,
.post-excerpt h3 {
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}
.post-excerpt .meta {
  margin-bottom: 2rem;
}
.post-excerpt .attachment-post-thumbnail {
  margin-bottom: 1em !important;
  display: block;
}
.post-navigation {
  border-top: 1px solid #eee;
  margin-top: 6vw;
  padding-top: 2rem;
}
.post-navigation div {
  text-align: center;
  color: #999;
}
.post-navigation div a {
  text-decoration: none;
}
.post-navigation div:first-child {
  text-align: left;
}
.post-navigation div:last-child {
  text-align: right;
}
@media only screen and (max-width: 544px) {
  .post-navigation {
    padding-top: 6vw;
  }
  .post-navigation div {
    text-align: center !important;
    margin: 0 !important;
  }
  .post-navigation div i.fa {
    display: none;
  }
}
/* - SINGULAR POST
------------------------------------------ */
.adsbygoogle {
  margin-bottom: 6vw;
}
ul.post-categories {
  padding: 0;
  margin: 0 0 3em 0;
  overflow: hidden;
  display: none;
}
ul.post-categories li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 3px 3px 0;
  font-size: 1.2rem;
}
ul.post-categories li a {
  display: block;
  background: #333;
  color: #fff;
  font-weight: 500;
  padding: 0.8rem;
  line-height: 1rem;
}
.post-full form.newsletter {
  overflow: hidden;
  margin-bottom: 3rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 3em 0;
}
.post-full .comments h3,
.post-full .subscribe h3 {
  line-height: 2rem;
  margin-bottom: 1rem;
}
.post-full h1 {
  margin-bottom: 0.5rem;
  text-align: left !important;
}
.post-full p:last-child {
  margin-bottom: 0;
}
.post-header {
  margin-bottom: 0rem;
  height: auto !important;
  padding-bottom: 3rem;
  background: #f9f9f9;
  padding: 2rem;
  overflow: hidden;
}
.post-header.no-banner {
  background: none;
  padding: 0;
  margin-bottom: 5em !important;
}
.post-header.no-banner .sharing {
  margin-top: 0 !important;
}
.post-header .sharing {
  text-align: right;
  float: right;
  clear: none;
  margin-bottom: 0 !important;
}
.post-header .sharing a {
  background: rgba(0, 0, 0, 0.2) !important;
}
.has-banner .post-full h1 {
  font-size: 2.4rem;
}
.post-footer {
  overflow: hidden;
}
/* - BLOG TOOLBAR
------------------------------------------ */
.toolbar {
  margin: 0;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  padding: 0;
  margin: 0 0 2.5vw 0;
  overflow: hidden;
}
.toolbar .columns {
  margin-bottom: 0 !important;
}
.toolbar select {
  margin: 0 !important;
  width: 100%;
  float: left;
}
.toolbar select:hover,
.toolbar select:active {
  color: #333;
}
.large-search {
  display: block;
  padding: 0;
  margin-bottom: 0 !important;
  border: none;
  margin-bottom: 2rem;
  position: relative;
}
.large-search input {
  margin: 0;
}
.large-search button {
  width: 20px;
  height: 26px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  background: url(../images/icon-search.svg) no-repeat center center !important;
  background-size: 100% !important;
  opacity: 0.3;
  padding: 0 !important;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.large-search button:hover {
  opacity: 1;
}
/* - SHARING
------------------------------------------ */
.content .sharing {
  margin-top: 7rem;
}
.sharing.small.sticky {
  width: 50px;
  position: absolute !important;
  left: 20px;
  top: 95px;
  z-index: 9999999;
}
.sharing.small.sticky a {
  padding: 0;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .sharing.small.sticky {
    display: none;
    padding: 20px;
  }
}
.stickem-container {
  position: relative;
  overflow: hidden;
}
.sharing.small.sticky.stickit,
.sharing.small.sticky.stickit-end {
  position: fixed !important;
}
.sharing {
  overflow: hidden;
  clear: both;
}
.sharing.small a {
  padding: 5px 10px 7px 10px;
  margin-top: 5px;
  margin-left: 5px;
}
.sharing.small a i {
  font-size: 1.6rem;
  position: relative;
  top: 2px;
}
.sharing .columns {
  margin-bottom: 0 !important;
}
.sharing a {
  opacity: 0.6;
  text-align: center;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.sharing a:hover {
  opacity: 1;
}
.sharing a,
.sharing span.total-share-count {
  display: inline-block;
  font-size: 1.1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 1.1em 1.1em 1em 1.1rem;
  text-transform: uppercase;
}
.sharing a.last {
  margin-right: 0px !important;
}
.sharing span.total-share-count {
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  padding-top: 5px;
}
.total-share-count:hover {
  text-decoration: none;
  cursor: default;
}
.sharing a.google {
  background: #dd4b39;
  color: #fff;
}
.sharing a.facebook {
  background: #3b5998;
  color: #fff;
}
.sharing a.twitter {
  background: #00aced;
  color: #fff;
}
.sharing a.email {
  background: #3E3E3F;
  color: #fff;
}
.sharing a.pint {
  background: #cb2027;
  color: #fff;
}
.sharing .counter {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0.4em 0.8rem;
  border-radius: 999px;
  margin-left: 5px;
  font-weight: bold;
  line-height: 1rem;
}
a.facebook {
  background: #3b5998;
}
a.twitter {
  background: #00aced;
}
a.google {
  background: #dd4b39;
}
a.instagram {
  background: #517fa4;
}
a.youtube {
  background: #bb0000;
}
a.dribbble {
  background: #ea4c89;
}
a.email {
  background: #3E3E3F;
}
/* - WHAT YOU READ WIDGET
------------------------------------------ */
.what-you-read {
  background: url(../images/newsletter-cta.jpg) no-repeat center center #ffffff;
  background-size: cover;
  padding: 4rem;
  clear: both;
  padding-bottom: 5rem;
  margin-bottom: 1.5em !important;
  height: auto !important;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.what-you-read .button {
  font-size: 1rem;
}
.what-you-read h4 {
  margin-top: 0;
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
}
.what-you-read p {
  font-size: 1.6rem;
  color: #fff;
}
/* - NEXT / PREV POSTS
------------------------------------------ */
.next-previous-posts {
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 3.5rem;
}
.next-previous-posts .title {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  display: block;
}
.next-previous-posts h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.next-previous-posts img {
  margin-bottom: 1rem;
}
.next-previous-posts a {
  color: #333;
}
.next-previous-posts .columns {
  margin-bottom: 0;
}
/* - SIGN UP LANDING PAGE
------------------------------------------ */
.signup-landing h3 {
  font-size: 3.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
.signup-landing p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.signup-landing .newsletter-signup {
  background: none;
  padding: 0;
}
.signup-landing .newsletter-signup button {
  font-size: 1.8rem;
}
.signup-landing h3,
.signup-landing p,
.signup-landing li {
  color: #fff;
  text-align: left;
}
/* - POPUP
------------------------------------------ */
.popup-box .newsletter-signup {
  margin: 0;
  overflow: hidden;
  clear: both;
}
.popup-box .newsletter-signup .cta-box {
  padding: 0 !important;
  background: none;
}
.popup-box .newsletter-signup input {
  font-size: 1.4rem;
}
.popup-box .newsletter-signup img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
}
.popup-box {
  overflow: hidden;
  position: relative;
  background: #FFF;
  padding: 4rem;
  width: auto;
  margin: 20px auto;
  max-width: 600px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popup-box.send-request {
  text-align: center;
  max-width: 500px;
}
.popup-box.send-request h3 {
  font-size: 3.6rem;
  margin-bottom: 0.4rem;
}
.popup-box .columns {
  margin-bottom: 0;
}
.popup-box video {
  display: block;
  margin: 0 auto;
}
.video.popup-box {
  background: rgba(0, 0, 0, 0);
}
.popup-box ol {
  margin-bottom: 4rem;
}
.popup-box ol li {
  list-style-position: inside;
}
.popup-box p:last-child {
  margin-bottom: 0 !important;
}
.popup-box.x550 {
  max-width: 550px;
}
.popup-box.x500 {
  max-width: 500px;
}
.popup-box.x450 {
  max-width: 450px;
}
.popup-box.x400 {
  max-width: 400px;
}
.popup-box.x350 {
  max-width: 350px;
}
.popup-box.x300 {
  max-width: 300px;
}
.popup-box.x250 {
  max-width: 250px;
}
.popup-box.x200 {
  max-width: 200px;
}
.popup-box a {
  color: #83c69a;
}
.popup-box.full-screen h3,
.popup-box.full-screen p,
.popup-box.full-screen li {
  color: #fff;
}
.popup-box.full-screen {
  margin: 0 auto;
  max-width: 1000px;
  background: #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url('../images/popup-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 5%;
}
.popup-box.full-screen .content-area {
  max-width: 40%;
}
.popup-box.full-screen h3,
.popup-box.full-screen p,
.popup-box.full-screen li {
  color: #fff;
}
.popup-box.full-screen .newsletter-signup {
  background: none;
  padding: 0;
}
.popup-box.full-screen .mfp-close {
  color: #fff !important;
}
#search-popup {
  padding: 0;
  overflow: hidden;
}
#search-popup .six.columns {
  margin: 0 !important;
  float: none !important;
  width: 100% !important;
}
#search-popup input {
  margin: 0 !important;
  font-size: 2.8rem;
  padding: 0 1.5em !important;
  height: 100px !important;
  line-height: 100px !important;
}
#search-popup button.mfp-close {
  display: none !important;
}
/* - FOOTER
---------------------------------------------- */
#footer {
  text-align: center;
  clear: both;
}
#footer .partners {
  background: #f9f9f9;
  padding: 2rem 0;
}
#footer .partners img {
  margin: 0;
  display: block;
}
#footer .partners-label {
  text-transform: uppercase;
  color: #999;
  display: inline-block;
  background: #f9f9f9;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 0.5em 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 1rem;
}
#footer .newsletter {
  background: rgba(34, 34, 34, 0.05);
  padding: 2.5vw 0;
  overflow: hidden;
}
#footer .newsletter h4 {
  margin: 0;
  opacity: 0.75;
  font-size: 2.2rem;
  line-height: 50px;
  text-align: left;
}
#footer .newsletter form {
  margin: 0;
}
#footer .newsletter form input {
  float: left;
  width: 41%;
  background: rgba(34, 34, 34, 0.05);
  border: none;
  margin-right: 2%;
}
#footer .newsletter form input,
#footer .newsletter form button {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  margin-bottom: 0;
}
#footer .newsletter form button {
  line-height: 48px;
  float: left;
  width: 14%;
}
#footer .footer-navigation {
  background: #222;
  text-align: left;
}
#footer .footer-navigation ul {
  margin-left: -3rem;
}
#footer .footer-navigation ul li {
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
#footer .footer-navigation ul li a {
  color: #fff;
  font-weight: 700;
  font-family: "proximo-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 4rem 3rem 3.9rem 3rem;
  display: block;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  text-decoration: none;
}
#footer .footer-navigation ul li:first-child a {
  margin-left: 0;
}
#footer .footer-navigation ul li a:hover {
  background: #111;
  text-decoration: none !important;
}
