	/*
	Theme Name: Table for Two 2016
	Theme URI: http://www.tablefortwoblog.com
	Author: Kristin Falkner
	Author URI: http://www.kristinfalkner.com
	Description: A custom theme built with Sass and Gulp
	*/
	/**
	 * Foundation for Sites by ZURB
	 * Version 6.2.0
	 * foundation.zurb.com
	 * Licensed under MIT Open Source
	 */
	/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
	/**
	   * 1. Set default font family to sans-serif.
	   * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
	   * active/hover state.
	   */
	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 {
	  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.
	   */
	input[type="search"] {
	  -webkit-appearance: textfield;
	  /* 1 */
	  box-sizing: content-box;
	  /* 2 */ }
	
	/**
	   * 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.
	   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
	   */
	/* 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; }

table img {
	  	padding:3px;
	  }
	
	.foundation-mq {
	  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
	
	html {
	  font-size: 100%;
	  box-sizing: border-box; }
	
	*,
	*:before,
	*:after {
	  box-sizing: inherit; }
	
	body {
	  padding: 0;
	  margin: 0;
	  font-family: "Montserrat", serif;
	  font-weight: normal;
	  line-height: 1.5;
	  color: #000;
	  background: #fff;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale; }
	
	img {
	  max-width: 100%;
	  height: auto;
	  -ms-interpolation-mode: bicubic;
	  display: inline-block;
	  vertical-align: middle; }
	
	textarea {
	  height: auto;
	  min-height: 50px;
	  border-radius: 0; }
	
	select {
	  width: 100%;
	  border-radius: 0; }
	
	#map_canvas img,
	#map_canvas embed,
	#map_canvas object,
	.map_canvas img,
	.map_canvas embed,
	.map_canvas object,
	.mqa-display img,
	.mqa-display embed,
	.mqa-display object {
	  max-width: none !important; }
	
	button {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  background: transparent;
	  padding: 0;
	  border: 0;
	  border-radius: 0;
	  line-height: 1; }
	
	.is-visible {
	  display: block !important; }
	
	.is-hidden {
	  display: none !important; }
	
	.row {
	  max-width: 68.75rem;
	  margin-left: auto;
	  margin-right: auto; }
	  .row::before, .row::after {
		content: ' ';
		display: table;
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
			-ms-flex-order: 1;
				order: 1; }
	  .row::after {
		clear: both; }
	  .row.collapse > .column, .row.collapse > .columns {
		padding-left: 0;
		padding-right: 0; }
	  .row .row {
		margin-left: -0.625rem;
		margin-right: -0.625rem; }
		@media screen and (min-width: 40em) {
		  .row .row {
			margin-left: -0.9375rem;
			margin-right: -0.9375rem; } }
		.row .row.collapse {
		  margin-left: 0;
		  margin-right: 0; }
	  .row.expanded {
		max-width: none; }
		.row.expanded .row {
		  margin-left: auto;
		  margin-right: auto; }
	
	.column, .columns {
	  width: 100%;
	  float: left;
	  padding-left: 0.625rem;
	  padding-right: 0.625rem; }
	  @media screen and (min-width: 40em) {
		.column, .columns {
		  padding-left: 0.9375rem;
		  padding-right: 0.9375rem; } }
	  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
		float: right; }
	  .column.end:last-child:last-child, .end.columns:last-child:last-child {
		float: left; }
	
	.column.row.row, .row.row.columns {
	  float: none; }
	  .row .column.row.row, .row .row.row.columns {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0; }
	
	.small-1 {
	  width: 8.33333%; }
	
	.small-push-1 {
	  position: relative;
	  left: 8.33333%; }
	
	.small-pull-1 {
	  position: relative;
	  left: -8.33333%; }
	
	.small-offset-0 {
	  margin-left: 0%; }
	
	.small-2 {
	  width: 16.66667%; }
	
	.small-push-2 {
	  position: relative;
	  left: 16.66667%; }
	
	.small-pull-2 {
	  position: relative;
	  left: -16.66667%; }
	
	.small-offset-1 {
	  margin-left: 8.33333%; }
	
	.small-3 {
	  width: 25%; }
	
	.small-push-3 {
	  position: relative;
	  left: 25%; }
	
	.small-pull-3 {
	  position: relative;
	  left: -25%; }
	
	.small-offset-2 {
	  margin-left: 16.66667%; }
	
	.small-4 {
	  width: 33.33333%; }
	
	.small-push-4 {
	  position: relative;
	  left: 33.33333%; }
	
	.small-pull-4 {
	  position: relative;
	  left: -33.33333%; }
	
	.small-offset-3 {
	  margin-left: 25%; }
	
	.small-5 {
	  width: 41.66667%; }
	
	.small-push-5 {
	  position: relative;
	  left: 41.66667%; }
	
	.small-pull-5 {
	  position: relative;
	  left: -41.66667%; }
	
	.small-offset-4 {
	  margin-left: 33.33333%; }
	
	.small-6 {
	  width: 50%; }
	
	.small-push-6 {
	  position: relative;
	  left: 50%; }
	
	.small-pull-6 {
	  position: relative;
	  left: -50%; }
	
	.small-offset-5 {
	  margin-left: 41.66667%; }
	
	.small-7 {
	  width: 58.33333%; }
	
	.small-push-7 {
	  position: relative;
	  left: 58.33333%; }
	
	.small-pull-7 {
	  position: relative;
	  left: -58.33333%; }
	
	.small-offset-6 {
	  margin-left: 50%; }
	
	.small-8 {
	  width: 66.66667%; }
	
	.small-push-8 {
	  position: relative;
	  left: 66.66667%; }
	
	.small-pull-8 {
	  position: relative;
	  left: -66.66667%; }
	
	.small-offset-7 {
	  margin-left: 58.33333%; }
	
	.small-9 {
	  width: 75%; }
	
	.small-push-9 {
	  position: relative;
	  left: 75%; }
	
	.small-pull-9 {
	  position: relative;
	  left: -75%; }
	
	.small-offset-8 {
	  margin-left: 66.66667%; }
	
	.small-10 {
	  width: 83.33333%; }
	
	.small-push-10 {
	  position: relative;
	  left: 83.33333%; }
	
	.small-pull-10 {
	  position: relative;
	  left: -83.33333%; }
	
	.small-offset-9 {
	  margin-left: 75%; }
	
	.small-11 {
	  width: 91.66667%; }
	
	.small-push-11 {
	  position: relative;
	  left: 91.66667%; }
	
	.small-pull-11 {
	  position: relative;
	  left: -91.66667%; }
	
	.small-offset-10 {
	  margin-left: 83.33333%; }
	
	.small-12 {
	  width: 100%; }
	
	.small-offset-11 {
	  margin-left: 91.66667%; }
	
	.small-up-1 > .column, .small-up-1 > .columns {
	  width: 100%;
	  float: left; }
	  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
		clear: none; }
	  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
		clear: both; }
	  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
		float: left; }
	
	.small-up-2 > .column, .small-up-2 > .columns {
	  width: 50%;
	  float: left; }
	  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
		clear: none; }
	  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
		clear: both; }
	  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
		float: left; }
	
	.small-up-3 > .column, .small-up-3 > .columns {
	  width: 33.33333%;
	  float: left; }
	  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
		clear: none; }
	  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
		clear: both; }
	  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
		float: left; }
	
	.small-up-4 > .column, .small-up-4 > .columns {
	  width: 25%;
	  float: left; }
	  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
		clear: none; }
	  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
		clear: both; }
	  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
		float: left; }
	
	.small-up-5 > .column, .small-up-5 > .columns {
	  width: 20%;
	  float: left; }
	  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
		clear: none; }
	  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
		clear: both; }
	  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
		float: left; }
	
	.small-up-6 > .column, .small-up-6 > .columns {
	  width: 16.66667%;
	  float: left; }
	  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
		clear: none; }
	  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
		clear: both; }
	  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
		float: left; }
	
	.small-up-7 > .column, .small-up-7 > .columns {
	  width: 14.28571%;
	  float: left; }
	  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
		clear: none; }
	  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
		clear: both; }
	  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
		float: left; }
	
	.small-up-8 > .column, .small-up-8 > .columns {
	  width: 12.5%;
	  float: left; }
	  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
		clear: none; }
	  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
		clear: both; }
	  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
		float: left; }
	
	.small-collapse > .column, .small-collapse > .columns {
	  padding-left: 0;
	  padding-right: 0; }
	
	.small-collapse .row {
	  margin-left: 0;
	  margin-right: 0; }
	
	.small-uncollapse > .column, .small-uncollapse > .columns {
	  padding-left: 0.625rem;
	  padding-right: 0.625rem; }
	
	.small-centered {
	  float: none;
	  margin-left: auto;
	  margin-right: auto; }
	
	.small-uncentered,
	.small-push-0,
	.small-pull-0 {
	  position: static;
	  margin-left: 0;
	  margin-right: 0;
	  float: left; }
	
	@media screen and (min-width: 40em) {
	  .medium-1 {
		width: 8.33333%; }
	  .medium-push-1 {
		position: relative;
		left: 8.33333%; }
	  .medium-pull-1 {
		position: relative;
		left: -8.33333%; }
	  .medium-offset-0 {
		margin-left: 0%; }
	  .medium-2 {
		width: 16.66667%; }
	  .medium-push-2 {
		position: relative;
		left: 16.66667%; }
	  .medium-pull-2 {
		position: relative;
		left: -16.66667%; }
	  .medium-offset-1 {
		margin-left: 8.33333%; }
	  .medium-3 {
		width: 25%; }
	  .medium-push-3 {
		position: relative;
		left: 25%; }
	  .medium-pull-3 {
		position: relative;
		left: -25%; }
	  .medium-offset-2 {
		margin-left: 16.66667%; }
	  .medium-4 {
		width: 33.33333%; }
	  .medium-push-4 {
		position: relative;
		left: 33.33333%; }
	  .medium-pull-4 {
		position: relative;
		left: -33.33333%; }
	  .medium-offset-3 {
		margin-left: 25%; }
	  .medium-5 {
		width: 41.66667%; }
	  .medium-push-5 {
		position: relative;
		left: 41.66667%; }
	  .medium-pull-5 {
		position: relative;
		left: -41.66667%; }
	  .medium-offset-4 {
		margin-left: 33.33333%; }
	  .medium-6 {
		width: 50%; }
	  .medium-push-6 {
		position: relative;
		left: 50%; }
	  .medium-pull-6 {
		position: relative;
		left: -50%; }
	  .medium-offset-5 {
		margin-left: 41.66667%; }
	  .medium-7 {
		width: 58.33333%; }
	  .medium-push-7 {
		position: relative;
		left: 58.33333%; }
	  .medium-pull-7 {
		position: relative;
		left: -58.33333%; }
	  .medium-offset-6 {
		margin-left: 50%; }
	  .medium-8 {
		width: 66.66667%; }
	  .medium-push-8 {
		position: relative;
		left: 66.66667%; }
	  .medium-pull-8 {
		position: relative;
		left: -66.66667%; }
	  .medium-offset-7 {
		margin-left: 58.33333%; }
	  .medium-9 {
		width: 75%; }
	  .medium-push-9 {
		position: relative;
		left: 75%; }
	  .medium-pull-9 {
		position: relative;
		left: -75%; }
	  .medium-offset-8 {
		margin-left: 66.66667%; }
	  .medium-10 {
		width: 83.33333%; }
	  .medium-push-10 {
		position: relative;
		left: 83.33333%; }
	  .medium-pull-10 {
		position: relative;
		left: -83.33333%; }
	  .medium-offset-9 {
		margin-left: 75%; }
	  .medium-11 {
		width: 91.66667%; }
	  .medium-push-11 {
		position: relative;
		left: 91.66667%; }
	  .medium-pull-11 {
		position: relative;
		left: -91.66667%; }
	  .medium-offset-10 {
		margin-left: 83.33333%; }
	  .medium-12 {
		width: 100%; }
	  .medium-offset-11 {
		margin-left: 91.66667%; }
	  .medium-up-1 > .column, .medium-up-1 > .columns {
		width: 100%;
		float: left; }
		.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
		  clear: none; }
		.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
		  clear: both; }
		.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
		  float: left; }
	  .medium-up-2 > .column, .medium-up-2 > .columns {
		width: 50%;
		float: left; }
		.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
		  clear: none; }
		.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
		  clear: both; }
		.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
		  float: left; }
	  .medium-up-3 > .column, .medium-up-3 > .columns {
		width: 33.33333%;
		float: left; }
		.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
		  clear: none; }
		.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
		  clear: both; }
		.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
		  float: left; }
	  .medium-up-4 > .column, .medium-up-4 > .columns {
		width: 25%;
		float: left; }
		.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
		  clear: none; }
		.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
		  clear: both; }
		.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
		  float: left; }
	  .medium-up-5 > .column, .medium-up-5 > .columns {
		width: 20%;
		float: left; }
		.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
		  clear: none; }
		.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
		  clear: both; }
		.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
		  float: left; }
	  .medium-up-6 > .column, .medium-up-6 > .columns {
		width: 16.66667%;
		float: left; }
		.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
		  clear: none; }
		.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
		  clear: both; }
		.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
		  float: left; }
	  .medium-up-7 > .column, .medium-up-7 > .columns {
		width: 14.28571%;
		float: left; }
		.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
		  clear: none; }
		.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
		  clear: both; }
		.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
		  float: left; }
	  .medium-up-8 > .column, .medium-up-8 > .columns {
		width: 12.5%;
		float: left; }
		.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
		  clear: none; }
		.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
		  clear: both; }
		.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
		  float: left; }
	  .medium-collapse > .column, .medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0; }
	  .medium-collapse .row {
		margin-left: 0;
		margin-right: 0; }
	  .medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem; }
	  .medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto; }
	  .medium-uncentered,
	  .medium-push-0,
	  .medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left; } }
	
	@media screen and (min-width: 64em) {
	  .large-1 {
		width: 8.33333%; }
	  .large-push-1 {
		position: relative;
		left: 8.33333%; }
	  .large-pull-1 {
		position: relative;
		left: -8.33333%; }
	  .large-offset-0 {
		margin-left: 0%; }
	  .large-2 {
		width: 16.66667%; }
	  .large-push-2 {
		position: relative;
		left: 16.66667%; }
	  .large-pull-2 {
		position: relative;
		left: -16.66667%; }
	  .large-offset-1 {
		margin-left: 8.33333%; }
	  .large-3 {
		width: 25%; }
	  .large-push-3 {
		position: relative;
		left: 25%; }
	  .large-pull-3 {
		position: relative;
		left: -25%; }
	  .large-offset-2 {
		margin-left: 16.66667%; }
	  .large-4 {
		width: 33.33333%; }
	  .large-push-4 {
		position: relative;
		left: 33.33333%; }
	  .large-pull-4 {
		position: relative;
		left: -33.33333%; }
	  .large-offset-3 {
		margin-left: 25%; }
	  .large-5 {
		width: 41.66667%; }
	  .large-push-5 {
		position: relative;
		left: 41.66667%; }
	  .large-pull-5 {
		position: relative;
		left: -41.66667%; }
	  .large-offset-4 {
		margin-left: 33.33333%; }
	  .large-6 {
		width: 50%; }
	  .large-push-6 {
		position: relative;
		left: 50%; }
	  .large-pull-6 {
		position: relative;
		left: -50%; }
	  .large-offset-5 {
		margin-left: 41.66667%; }
	  .large-7 {
		width: 58.33333%; }
	  .large-push-7 {
		position: relative;
		left: 58.33333%; }
	  .large-pull-7 {
		position: relative;
		left: -58.33333%; }
	  .large-offset-6 {
		margin-left: 50%; }
	  .large-8 {
		width: 66.66667%; }
	  .large-push-8 {
		position: relative;
		left: 66.66667%; }
	  .large-pull-8 {
		position: relative;
		left: -66.66667%; }
	  .large-offset-7 {
		margin-left: 58.33333%; }
	  .large-9 {
		width: 75%; }
	  .large-push-9 {
		position: relative;
		left: 75%; }
	  .large-pull-9 {
		position: relative;
		left: -75%; }
	  .large-offset-8 {
		margin-left: 66.66667%; }
	  .large-10 {
		width: 83.33333%; }
	  .large-push-10 {
		position: relative;
		left: 83.33333%; }
	  .large-pull-10 {
		position: relative;
		left: -83.33333%; }
	  .large-offset-9 {
		margin-left: 75%; }
	  .large-11 {
		width: 91.66667%; }
	  .large-push-11 {
		position: relative;
		left: 91.66667%; }
	  .large-pull-11 {
		position: relative;
		left: -91.66667%; }
	  .large-offset-10 {
		margin-left: 83.33333%; }
	  .large-12 {
		width: 100%; }
	  .large-offset-11 {
		margin-left: 91.66667%; }
	  .large-up-1 > .column, .large-up-1 > .columns {
		width: 100%;
		float: left; }
		.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
		  clear: none; }
		.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
		  clear: both; }
		.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
		  float: left; }
	  .large-up-2 > .column, .large-up-2 > .columns {
		width: 50%;
		float: left; }
		.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
		  clear: none; }
		.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
		  clear: both; }
		.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
		  float: left; }
	  .large-up-3 > .column, .large-up-3 > .columns {
		width: 33.33333%;
		float: left; }
		.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
		  clear: none; }
		.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
		  clear: both; }
		.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
		  float: left; }
	  .large-up-4 > .column, .large-up-4 > .columns {
		width: 25%;
		float: left; }
		.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
		  clear: none; }
		.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
		  clear: both; }
		.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
		  float: left; }
	  .large-up-5 > .column, .large-up-5 > .columns {
		width: 20%;
		float: left; }
		.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
		  clear: none; }
		.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
		  clear: both; }
		.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
		  float: left; }
	  .large-up-6 > .column, .large-up-6 > .columns {
		width: 16.66667%;
		float: left; }
		.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
		  clear: none; }
		.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
		  clear: both; }
		.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
		  float: left; }
	  .large-up-7 > .column, .large-up-7 > .columns {
		width: 14.28571%;
		float: left; }
		.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
		  clear: none; }
		.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
		  clear: both; }
		.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
		  float: left; }
	  .large-up-8 > .column, .large-up-8 > .columns {
		width: 12.5%;
		float: left; }
		.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
		  clear: none; }
		.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
		  clear: both; }
		.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
		  float: left; }
	  .large-collapse > .column, .large-collapse > .columns {
		padding-left: 0;
		padding-right: 0; }
	  .large-collapse .row {
		margin-left: 0;
		margin-right: 0; }
	  .large-uncollapse > .column, .large-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem; }
	  .large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto; }
	  .large-uncentered,
	  .large-push-0,
	  .large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left; } }
	
	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	form,
	p,
	blockquote,
	th,
	td {
	  margin: 0;
	  padding: 0; }
	
	p {
	  font-size: 0.875rem;
	  line-height: 1.6;
	  margin-bottom: 1rem;
	  text-rendering: optimizeLegibility; }
	
	em,
	i {
	  font-style: italic;
	  line-height: inherit; }
	
	strong,
	b {
	  font-weight: bold;
	  line-height: inherit; }
	
	small {
	  font-size: 80%;
	  line-height: inherit; }
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  font-family: "Montserrat", sans-serif;
	  font-weight: normal;
	  font-style: normal;
	  color: inherit;
	  text-rendering: optimizeLegibility;
	  margin-top: 0;
	  margin-bottom: 0.5rem;
	  line-height: 1.4; }
	  h1 small,
	  h2 small,
	  h3 small,
	  h4 small,
	  h5 small,
	  h6 small {
		color: #4d4d4d;
		line-height: 0; }
	
	h1 {
	  font-size: 1.25rem; }
	
	h2 {
	  font-size: 1.25rem; }
	
	h3 {
	  font-size: 1.1875rem; }
	
	h4 {
	  font-size: 1.125rem; }
	
	h5 {
	  font-size: 1.0625rem; }
	
	h6 {
	  font-size: 1rem; }
	
	@media screen and (min-width: 40em) {
	  h1 {
		font-size: 1.5rem; }
	  h2 {
		font-size: 1.5rem; }
	  h3 {
		font-size: 1.375rem; }
	  h4 {
		font-size: 1.25rem; }
	  h5 {
		font-size: 1.125rem; }
	  h6 {
		font-size: 1rem; } }
	
	a {
	  color: #c21181;
	  text-decoration: none;
	  line-height: inherit;
	  cursor: pointer; }
	  a:hover, a:focus {
		color: #c373a6; }
	  a img {
		border: 0; }
	
	hr {
	  max-width: 68.75rem;
	  height: 0;
	  border-right: 0;
	  border-top: 0;
	  border-bottom: 1px solid #4d4d4d;
	  border-left: 0;
	  margin: 1.25rem auto;
	  clear: both; }
	
	ul,
	ol,
	dl {
	  line-height: 1.6;
	  margin-bottom: 1rem;
	  list-style-position: outside; }
	
	li {
	  font-size: inherit; }
	
	ul {
	  list-style-type: disc;
	  margin-left: 1.25rem; }
	
	ol {
	font-size: 0.875rem;
	  margin-left: 1.25rem; }
	
	ul ul, ol ul, ul ol, ol ol {
	  margin-left: 1.25rem;
	  margin-bottom: 0; }
	
	dl {
	  margin-bottom: 1rem; }
	  dl dt {
		margin-bottom: 0.3rem;
		font-weight: bold; }
	
	blockquote {
	  margin: 0 0 1rem;
	  padding: 0.5625rem 1.25rem 0 1.1875rem;
	  border-left: 1px solid #4d4d4d; }
	  blockquote, blockquote p {
		line-height: 1.6;
		color: #444; }
	
	cite {
	  display: block;
	  font-size: 0.8125rem;
	  color: #444; }
	  cite:before {
		content: '\2014 \0020'; }
	
	abbr {
	  color: #000;
	  cursor: help;
	  border-bottom: 1px dotted #000; }
	
	code {
	  font-family: Consolas, "Liberation Mono", Courier, monospace;
	  font-weight: normal;
	  color: #000;
	  background-color: #f7f6f7;
	  border: 1px solid #4d4d4d;
	  padding: 0.125rem 0.3125rem 0.0625rem; }
	
	kbd {
	  padding: 0.125rem 0.25rem 0;
	  margin: 0;
	  background-color: #f7f6f7;
	  color: #000;
	  font-family: Consolas, "Liberation Mono", Courier, monospace; }
	
	.subheader {
	  margin-top: 0.2rem;
	  margin-bottom: 0.5rem;
	  font-weight: normal;
	  line-height: 1.4;
	  color: #444; }
	
	.lead {
	  font-size: 125%;
	  line-height: 1.6; }
	
	.stat {
	  font-size: 2.5rem;
	  line-height: 1; }
	  p + .stat {
		margin-top: -1rem; }
	
	.no-bullet {
	  margin-left: 0;
	  list-style: none; }
	
	.text-left {
	  text-align: left; }
	
	.text-right {
	  text-align: right; }
	
	.text-center {
	  text-align: center; }
	
	.text-justify {
	  text-align: justify; }
	
	@media screen and (min-width: 40em) {
	  .medium-text-left {
		text-align: left; }
	  .medium-text-right {
		text-align: right; }
	  .medium-text-center {
		text-align: center; }
	  .medium-text-justify {
		text-align: justify; } }
	
	@media screen and (min-width: 64em) {
	  .large-text-left {
		text-align: left; }
	  .large-text-right {
		text-align: right; }
	  .large-text-center {
		text-align: center; }
	  .large-text-justify {
		text-align: justify; } }
	
	.show-for-print {
	  display: none !important; }
	
	@media print {
	  * {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important; }
	  .show-for-print {
		display: block !important; }
	  .hide-for-print {
		display: none !important; }
	  table.show-for-print {
		display: table !important; }
	  thead.show-for-print {
		display: table-header-group !important; }
	  tbody.show-for-print {
		display: table-row-group !important; }
	  tr.show-for-print {
		display: table-row !important; }
	  td.show-for-print {
		display: table-cell !important; }
	  th.show-for-print {
		display: table-cell !important; }
	  a,
	  a:visited {
		text-decoration: underline; }
	  a[href]:after {
		content: " (" attr(href) ")"; }
	  .ir a:after,
	  a[href^='javascript:']:after,
	  a[href^='#']:after {
		content: ''; }
	  abbr[title]:after {
		content: " (" attr(title) ")"; }
	  pre,
	  blockquote {
		border: 1px solid #444;
		page-break-inside: avoid; }
	  thead {
		display: table-header-group; }
	  tr,
	  img {
		page-break-inside: avoid; }
	  img {
		max-width: 100% !important; }
	  @page {
		margin: 0.5cm; }
	  p,
	  h2,
	  h3 {
		orphans: 3;
		widows: 3; }
	  h2,
	  h3 {
		page-break-after: avoid; } }
	
	[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
	textarea {
	  display: block;
	  box-sizing: border-box;
	  width: 100%;
	  height: 2.4375rem;
	  padding: 0.5rem;
	  border: 1px solid #4d4d4d;
	  margin: 0 0 1rem;
	  font-family: inherit;
	  color: #000;
	  background-color: #fff;
	  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	  border-radius: 0;
	  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
			  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	  -webkit-appearance: none;
	  -moz-appearance: none; }
	  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
	  textarea:focus {
		border: 1px solid #444;
		background-color: #fff;
		outline: none;
		box-shadow: 0 0 5px #4d4d4d;
		-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
				transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
	
	textarea {
	  max-width: 100%; }
	  textarea[rows] {
		height: auto; }
	
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #000; }
	
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  color: #000; }
	
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  color: #000; }
	
	input::placeholder,
	textarea::placeholder {
	  color: #000; }
	
	input:disabled, input[readonly],
	textarea:disabled,
	textarea[readonly] {
	  background-color: #f7f6f7;
	  cursor: default; }
	
	[type='submit'],
	[type='button'] {
	  border-radius: 0;
	  -webkit-appearance: none;
	  -moz-appearance: none; }
	
	input[type='search'] {
	  box-sizing: border-box; }
	
	[type='file'],
	[type='checkbox'],
	[type='radio'] {
	  margin: 0 0 1rem; }
	
	[type='checkbox'] + label,
	[type='radio'] + label {
	  display: inline-block;
	  margin-left: 0.5rem;
	  margin-right: 1rem;
	  margin-bottom: 0;
	  vertical-align: baseline; }
	
	label > [type='checkbox'],
	label > [type='radio'] {
	  margin-right: 0.5rem; }
	
	[type='file'] {
	  width: 100%; }
	
	label {
	  display: block;
	  margin: 0;
	  font-size: 0.875rem;
	  font-weight: normal;
	  line-height: 1.8;
	  color: #000; }
	  label.middle {
		margin: 0 0 1rem;
		padding: 0.5625rem 0; }
	
	.help-text {
	  margin-top: -0.5rem;
	  font-size: 0.8125rem;
	  font-style: italic;
	  color: #000; }
	
	.input-group {
	  display: table;
	  width: 100%;
	  margin-bottom: 1rem; }
	  .input-group > :first-child {
		border-radius: 0 0 0 0; }
	  .input-group > :last-child > * {
		border-radius: 0 0 0 0; }
	
	.input-group-label, .input-group-field, .input-group-button {
	  margin: 0;
	  display: table-cell;
	  vertical-align: middle; }
	
	.input-group-label {
	  text-align: center;
	  padding: 0 1rem;
	  background: #f7f6f7;
	  color: #000;
	  border: 1px solid #4d4d4d;
	  white-space: nowrap;
	  width: 1%;
	  height: 100%; }
	  .input-group-label:first-child {
		border-right: 0; }
	  .input-group-label:last-child {
		border-left: 0; }
	
	.input-group-field {
	  border-radius: 0;
	  height: 2.5rem; }
	
	.input-group-button {
	  padding-top: 0;
	  padding-bottom: 0;
	  text-align: center;
	  height: 100%;
	  width: 1%; }
	  .input-group-button a,
	  .input-group-button input,
	  .input-group-button button {
		margin: 0; }
	
	.input-group .input-group-button {
	  display: table-cell; }
	
	fieldset {
	  border: 0;
	  padding: 0;
	  margin: 0; }
	
	legend {
	  margin-bottom: 0.5rem;
	  max-width: 100%; }
	
	.fieldset {
	  border: 1px solid #4d4d4d;
	  padding: 1.25rem;
	  margin: 1.125rem 0; }
	  .fieldset legend {
		background: #fff;
		padding: 0 0.1875rem;
		margin: 0;
		margin-left: -0.1875rem; }
	
	select {
	  height: 2.4375rem;
	  padding: 0.5rem;
	  border: 1px solid #4d4d4d;
	  margin: 0 0 1rem;
	  font-size: 1rem;
	  font-family: inherit;
	  line-height: normal;
	  color: #000;
	  background-color: #fff;
	  border-radius: 0;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2868, 68, 68%29"></polygon></svg>');
	  background-size: 9px 6px;
	  background-position: right center;
	  background-origin: content-box;
	  background-repeat: no-repeat; }
	  @media screen and (min-width: 0\0) {
		select {
		  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
	  select:disabled {
		background-color: #f7f6f7;
		cursor: default; }
	  select::-ms-expand {
		display: none; }
	  select[multiple] {
		height: auto; }
	
	.is-invalid-input:not(:focus) {
	  background-color: rgba(236, 88, 64, 0.1);
	  border-color: #ec5840; }
	
	.is-invalid-label {
	  color: #ec5840; }
	
	.form-error {
	  display: none;
	  margin-top: -0.5rem;
	  margin-bottom: 1rem;
	  font-size: 0.75rem;
	  font-weight: bold;
	  color: #ec5840; }
	  .form-error.is-visible {
		display: block; }
	
	.hide {
	  display: none !important; }
	
	.invisible {
	  visibility: hidden; }
	
	@media screen and (max-width: 39.9375em) {
	  .hide-for-small-only {
		display: none !important; } }
	
	@media screen and (max-width: 0em), screen and (min-width: 40em) {
	  .show-for-small-only {
		display: none !important; } }
	
	@media screen and (min-width: 40em) {
	  .hide-for-medium {
		display: none !important; } }
	
	@media screen and (max-width: 39.9375em) {
	  .show-for-medium {
		display: none !important; } }
	
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	  .hide-for-medium-only {
		display: none !important; } }
	
	@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	  .show-for-medium-only {
		display: none !important; } }
	
	@media screen and (min-width: 64em) {
	  .hide-for-large {
		display: none !important; } }
	
	@media screen and (max-width: 63.9375em) {
	  .show-for-large {
		display: none !important; } }
	
	@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	  .hide-for-large-only {
		display: none !important; } }
	
	@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	  .show-for-large-only {
		display: none !important; } }
	
	.show-for-sr,
	.show-on-focus {
	  position: absolute !important;
	  width: 1px;
	  height: 1px;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0); }
	
	.show-on-focus:active, .show-on-focus:focus {
	  position: static !important;
	  height: auto;
	  width: auto;
	  overflow: visible;
	  clip: auto; }
	
	.show-for-landscape,
	.hide-for-portrait {
	  display: block !important; }
	  @media screen and (orientation: landscape) {
		.show-for-landscape,
		.hide-for-portrait {
		  display: block !important; } }
	  @media screen and (orientation: portrait) {
		.show-for-landscape,
		.hide-for-portrait {
		  display: none !important; } }
	
	.hide-for-landscape,
	.show-for-portrait {
	  display: none !important; }
	  @media screen and (orientation: landscape) {
		.hide-for-landscape,
		.show-for-portrait {
		  display: none !important; } }
	  @media screen and (orientation: portrait) {
		.hide-for-landscape,
		.show-for-portrait {
		  display: block !important; } }
	
	.float-left {
	  float: left !important; }
	
	.float-right {
	  float: right !important; }
	
	.float-center {
	  display: block;
	  margin-left: auto;
	  margin-right: auto; }
	
	.clearfix::before, .clearfix::after {
	  content: ' ';
	  display: table;
	  -webkit-flex-basis: 0;
		  -ms-flex-preferred-size: 0;
			  flex-basis: 0;
	  -webkit-box-ordinal-group: 2;
	  -webkit-order: 1;
		  -ms-flex-order: 1;
			  order: 1; }
	
	.clearfix::after {
	  clear: both; }
	
	body {
	  background: #fff; }
	
	#container {
	  max-width: 68.75rem;
	  margin-left: auto;
	  margin-right: auto; }
	  #container::before, #container::after {
		content: ' ';
		display: table;
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
			-ms-flex-order: 1;
				order: 1; }
	  #container::after {
		clear: both; }
	
	a {
	  color: #c21181;
	  -webkit-transition: all .3s ease-in-out;
			  transition: all .3s ease-in-out; }
	  a:hover {
		color: #c373a6; }
	
	.header {
	  position: fixed;
	  z-index: 9999;
	  box-shadow: -0.125rem 0.1875rem 0.625rem 0.0625rem rgba(0, 0, 0, 0.3);
	  background: #f7f6f7;
	  width: 100%;
	  height: 2.8125rem; }
	  @media screen and (min-width: 40em) {
		.header {
		  height: 5rem; } }
	  @media screen and (min-width: 64em) {
		.header {
		  padding-top: 0.625rem; } }
	  .header__inner {
		margin: 0 auto;
		width: 98%;
		max-width: 79.375rem; }
	  .header__logo {
		display: block;
		float: left;
		-webkit-transition: none;
				transition: none;
		margin-top: 0.625rem;
		background: url("images/logo.png") no-repeat 0 0;
		background-size: 13.75rem 1.8125rem;
		width: 13.75rem;
		height: 1.8125rem;
		text-indent: -624.9375rem; }
		@media screen and (min-width: 40em) {
		  .header__logo {
			background-size: 28.5rem 3.75rem;
			width: 28.5rem;
			height: 3.75rem; } }
		@media screen and (min-width: 64em) {
		  .header__logo {
			margin-top: 0; } }
	  .header__search {
		position: relative;
		float: right;
		margin: 0.6875rem 0.9375rem 0 0; }
		@media screen and (min-width: 40em) {
		  .header__search {
			margin: 0.6875rem 0 0 0.9375rem; } }
		@media screen and (min-width: 64em) {
		  .header__search {
			margin: 0 0 0 0.9375rem; } }
		@media screen and (min-width: 75em) {
		  .header__search {
			margin: 0 0 0 1.5625rem; } }
		.header__search a {
		  display: block;
		  padding-bottom: 0.9375rem;
		  color: #000; }
		  @media screen and (min-width: 40em) {
			.header__search a {
			  padding: 0.9375rem 0; } }
		  .header__search a:hover {
			color: #74506a; }
		.header__search:hover a {
		  color: #74506a; }
		.header__search:hover .header__search-expanded {
		  visibility: visible;
		  opacity: 1; }
		.header__search-expanded {
		  position: absolute;
		  top: 2.1875rem;
		  right: -0.625rem;
		  -webkit-transition: all .3s ease-in-out;
				  transition: all .3s ease-in-out;
		  visibility: hidden;
		  opacity: 0;
		  background: #74506a;
		  padding: 0.3125rem;
		  width: 11.25rem; }
		  @media screen and (min-width: 40em) {
			.header__search-expanded {
			  top: 3.4375rem; } }
		  .header__search-expanded::after {
			position: absolute;
			right: 0.4375rem;
			bottom: 100%;
			border: solid transparent;
			border-width: 10px;
			border-bottom-color: #74506a;
			width: 0;
			height: 0;
			content: '';
			pointer-events: none; }
	  .header__mobile-trigger {
		display: block;
		float: right;
		margin: 0 0.9375rem 0 0;
		text-transform: uppercase;
		color: #000;
		font: 1rem / 2.75rem "Montserrat", sans-serif;
		font-weight: 700; }
		@media screen and (min-width: 40em) {
		  .header__mobile-trigger {
			margin: 0 0.3125rem 0 0;
			line-height: 4.6875rem; } }
		@media screen and (min-width: 64em) {
		  .header__mobile-trigger {
			display: none; } }
		.header__mobile-trigger span {
		  display: inline-block;
		  margin-left: 0.1875rem;
		  width: 0.9375rem; }
		.header__mobile-trigger.active, .header__mobile-trigger:hover {
		  color: #74506a; }
	  .header .menu-main-menu-container {
		display: none; }
		@media screen and (min-width: 64em) {
		  .header .menu-main-menu-container {
			display: block;
			float: right;
			text-transform: uppercase;
			letter-spacing: 1px;
			font: 1rem "Montserrat", sans-serif; } }
		.header .menu-main-menu-container li {
		  display: inline-block;
		  position: relative;
		  margin-left: 0.75rem;
		  padding: 0.9375rem 0;
		  list-style-type: none; }
		  @media screen and (min-width: 75em) {
			.header .menu-main-menu-container li {
			  margin-left: 1.5625rem; } }
		  .header .menu-main-menu-container li:first-child {
			margin-left: 0; }
		  .header .menu-main-menu-container li.all-link {
			display: none; }
		  .header .menu-main-menu-container li.current-menu-item > a,
		  .header .menu-main-menu-container li.current-menu-ancestor > a {
			color: #74506a; }
		  .header .menu-main-menu-container li a {
			color: #000; }
		  .header .menu-main-menu-container li > ul {
			position: absolute;
			top: 3.4375rem;
			left: 50%;
			-webkit-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
			visibility: hidden;
			opacity: 0;
			margin: 0 0 0 -6.5625rem;
			background: #74506a;
			width: 13.125rem;
			letter-spacing: 0; }
			.header .menu-main-menu-container li > ul::after {
			  bottom: 100%;
			  left: 50%;
			  border: solid transparent;
			  content: " ";
			  height: 0;
			  width: 0;
			  position: absolute;
			  pointer-events: none;
			  border-bottom-color: #74506a;
			  border-width: 10px;
			  margin-left: -10px; }
			.header .menu-main-menu-container li > ul li {
			  display: block;
			  margin-left: 0;
			  padding: 0;
			  text-transform: none;
			  font-weight: 700; }
			  .header .menu-main-menu-container li > ul li.current-menu-item > a,
			  .header .menu-main-menu-container li > ul li.current-menu-ancestor > a {
				background: #a792a0;
				color: #fff; }
			  .header .menu-main-menu-container li > ul li a {
				display: block;
				padding: 0.3125rem 0;
				text-align: center;
				color: #fff; 
				font-weight: normal;}
				.header .menu-main-menu-container li > ul li a:hover {
				  background: #a792a0; }
			  .header .menu-main-menu-container li > ul li:hover > a {
				color: #fff; }
			  .header .menu-main-menu-container li > ul li > ul {
				top: 0;
				left: 13.125rem;
				margin: 0; }
				.header .menu-main-menu-container li > ul li > ul::after {
				  display: none; }
		  .header .menu-main-menu-container li:hover > a {
			color: #74506a; }
		  .header .menu-main-menu-container li:hover > ul {
			visibility: visible;
			opacity: 1; }
	
	.content {
	  padding-top: 5rem; }
	  @media screen and (min-width: 40em) {
		.content {
		  padding-top: 7.5rem; } }
	  .content-left {
		margin: 0 0.9375rem; }
		@media screen and (min-width: 64em) {
		  .content-left {
			float: left;
			margin: 0;
			padding: 0;
			width: 60%; } }
	  .content .alignleft {
		display: block;
		margin: 0 auto 1.25rem;
		text-align: center; }
		@media screen and (min-width: 40em) {
		  .content .alignleft {
			float: left;
			margin: 0 1.25rem 1.25rem 0; } }
	  .content .alignright {
		display: block;
		margin: 0 auto 1.25rem;
		text-align: center; }
		@media screen and (min-width: 40em) {
		  .content .alignright {
			float: right;
			margin: 0 0 1.25rem 1.25rem; } }
	  .content .aligncenter {
		display: block;
		margin: 1.25rem auto;
		text-align: center; }
	
	footer {
	  position: relative;
	  z-index: 5;
	  margin: -0.125rem 0 0;
	  background: #a792a0;
	  padding: 1.25rem 0;
	  text-align: center;
	  color: #fff;
	  font-size: 0.875rem;
	  font-style: italic; }
	  footer-inner {
		max-width: 68.75rem;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem; }
		footer-inner::before, footer-inner::after {
		  content: ' ';
		  display: table;
		  -webkit-flex-basis: 0;
			  -ms-flex-preferred-size: 0;
				  flex-basis: 0;
		  -webkit-box-ordinal-group: 2;
		  -webkit-order: 1;
			  -ms-flex-order: 1;
				  order: 1; }
		footer-inner::after {
		  clear: both; }
		@media screen and (min-width: 40em) {
		  footer-inner {
			padding-left: 0.9375rem;
			padding-right: 0.9375rem; } }
		footer-inner:last-child:not(:first-child) {
		  float: right; }
		footer-inner, footer-inner:last-child {
		  float: none; }
	  footer p {
		margin: 0; }
	
	#sb_instagram {
	  position: relative; }
	  #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
		width: 25%; }
		@media screen and (min-width: 64em) {
		  #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
			width: 12.5%; } }
	  #sb_instagram #sbi_load {
		position: absolute;
		bottom: -0.0625rem;
		right: -0.0625rem;
		width: 25.5%;
		height: 50.5%;
		padding: 0 !important; }
		@media screen and (min-width: 64em) {
		  #sb_instagram #sbi_load {
			bottom: 0;
			right: 0;
			width: 12.5%;
			height: 100%; } }
		#sb_instagram #sbi_load .sbi_follow_btn {
		  display: table;
		  margin: 0;
		  width: 100%;
		  height: 100%; }
		  #sb_instagram #sbi_load .sbi_follow_btn .fa {
			display: block;
			margin: 0 auto 0.3125rem; }
		  #sb_instagram #sbi_load .sbi_follow_btn a {
			display: table-cell;
			margin: 0;
			border-radius: 0;
			width: 100%;
			height: 100%;
			vertical-align: middle;
			text-align: center;
			text-transform: uppercase;
			font: 0.75rem "Montserrat", sans-serif;
			 }
			@media screen and (min-width: 64em) {
			  #sb_instagram #sbi_load .sbi_follow_btn a {
				font-size: 1rem; } }
			#sb_instagram #sbi_load .sbi_follow_btn a .fa {
			  font-size: 1.5rem; }
	
	.sbi_photo {
	  overflow: hidden;
	  max-height: 100px;
	  -webkit-backface-visibility: hidden; }
	  .sbi_photo img {
		width: 100%; }
	  @media screen and (min-width: 40em) {
		.sbi_photo {
		  max-height: 300px; } }
	  @media screen and (min-width: 64em) {
		.sbi_photo {
		  max-height: 400px; } }
	
	.scrollToTop {
	  display: none;
	  position: fixed;
	  z-index: 6;
	  right: 2.5rem;
	  bottom: 2.5rem;
	  -webkit-transition: none;
			  transition: none;
	  background: url("images/scrolltop.png") no-repeat;
	  background-size: 3.1875rem 3.125rem;
	  cursor: pointer;
	  width: 3.1875rem;
	  height: 3.125rem;
	  text-indent: -624.9375rem;
	  line-height: 0;
	  font-size: 0; }
	
	.button {
	  display: inline-block;
	  position: relative;
	  margin: 1rem 0;
	  border: 3px solid #74506a;
	  padding: 10px 35px;
	  text-transform: uppercase;
	  font-size: 1.125rem;
	  font-weight: 100; }
	  .button:hover {
		background: #74506a;
		color: #fff; }
	
	#comments::before {
	  display: block;
	  visibility: hidden;
	  margin-top: -6.25rem;
	  height: 6.25rem;
	  content: ''; }
	
	.comment-block {
	  max-width: 68.75rem;
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%;
	  float: left;
	  padding-left: 0.625rem;
	  padding-right: 0.625rem;
	  margin-top: 3.125rem; }
	  .comment-block::before, .comment-block::after {
		content: ' ';
		display: table;
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
			-ms-flex-order: 1;
				order: 1; }
	  .comment-block::after {
		clear: both; }
	  @media screen and (min-width: 40em) {
		.comment-block {
		  padding-left: 0.9375rem;
		  padding-right: 0.9375rem; } }
	  .comment-block:last-child:not(:first-child) {
		float: right; }
	  .comment-block, .comment-block:last-child {
		float: none; }
	
	.commentlist {
	  margin: 3.125rem auto 2.1875rem;
	  width: 100%;
	  max-width: 530px;
	  list-style-type: none; }
	  .commentlist li {
		margin: 2.1875rem 0; }
		.commentlist li .comment-avatar-purple {
		  display: none; }
	  .commentlist ul {
		margin: 1.25rem 0 0;
		list-style-type: none; }
		.commentlist ul.children {
		  margin-left: 0;
		  background: url("images/nestedbg-sm.png") no-repeat left top;
		  padding-left: 3.75rem; }
		  @media screen and (min-width: 64em) {
			.commentlist ul.children {
			  margin-left: 2.5rem;
			  background: url("images/nestedbg.png") no-repeat left top;
			  padding-left: 4.375rem; } }
		.commentlist ul li {
		  background: #efefef;
		  padding: 0.625rem; }
		  .commentlist ul li .comment-avatar-white {
			display: none; }
		  .commentlist ul li .comment-avatar-purple {
			display: block; }
		  .commentlist ul li ul li {
			margin: 0;
			padding: 0; }
	
	.comment-avatar {
	  position: relative;
	  float: left;
	  width: 15%; }
	  .comment-avatar img {
		width: 100%;
		height: auto; }
	
	.comment-avatar-white {
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: url("images/circle-mask.png") no-repeat 0 0;
	  background-size: cover;
	  width: 100%;
	  height: 100%; }
	
	.comment-avatar-purple {
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: url("images/gray-mask.png") no-repeat 0 0;
	  background-size: cover;
	  width: 100%;
	  height: 100%; }
	
	.comment-text {
	  float: right;
	  width: 80%;
	  font-size: 0.875rem; }
	  @media screen and (min-width: 64em) {
		.comment-text {
		  margin: 0.4375rem 0 0; } }
	
	.comments-navigation {
	  margin: 0.9375rem 0 1.875rem;
	  text-align: center;
	  font-size: 1.125rem; }
	  .comments-navigation a,
	  .comments-navigation span {
		margin: 0.125rem;
		padding: 0.1875rem 0.3125rem;
		text-decoration: none;
		color: #000; }
		.comments-navigation a.current,
		.comments-navigation span.current {
		  background: #000;
		  color: #fff; }
	
	.comment-username {
	  text-transform: uppercase;
	  font: 0.875rem "Montserrat", sans-serif; }
	  @media screen and (min-width: 64em) {
		.comment-username {
		  float: left; } }
	  .comment-username a {
		color: #000; }
		.comment-username a:hover {
		  color: #74506a; }
	
	.comment-date {
	  margin-bottom: 0.9375rem;
	  text-align: left;
	  color: #999999;
	  font: 0.75rem "Bitter", serif;
	  font-style: italic; }
	  @media screen and (min-width: 64em) {
		.comment-date {
		  float: right;
		  text-align: right; } }
	
	.comment-reply-button a {
	  display: block;
	  background: #000;
	  padding: 0.1875rem 0 0.125rem;
	  width: 2.5625rem;
	  text-align: center;
	  text-transform: uppercase;
	  color: #fff;
	  font: 0.6875rem "Montserrat", sans-serif; }
	  .comment-reply-button a:hover {
		background: #74506a; }
	
	.comment-preface p {
	  margin: 0 auto;
	  padding: 0 0 0.9375rem;
	  width: 100%;
	  max-width: 530px; }
	
	#comment-form-container {
	  margin: 1.5625rem auto 0;
	  width: 100%;
	  max-width: 530px; }
	  #comment-form-container #submit {
		display: block;
		margin: 0 auto;
		border: 0;
		background: #000;
		padding: 0.3125rem 0;
		width: 6.875rem;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		font: 0.9375rem "Montserrat", serif; }
		@media screen and (min-width: 64em) {
		  #comment-form-container #submit {
			float: right; } }
		#comment-form-container #submit:hover {
		  background: #74506a; }
	
	.comment-form-top input {
	  margin: 0 0 20px;
	  border: 0;
	  background: #f7f6f7 url("images/diagonal-grey-background.png");
	  padding: 3% 2%;
	  width: 96%;
	  height: 2.650rem;
	  line-height: 1.625rem;
	  color: #74506a;
	  font: 0.9375rem "Montserrat", serif; }
	  @media screen and (min-width: 40em) {
		.comment-form-top input {
		  float: left;
		  width: 48%; } }
	  @media screen and (min-width: 40em) {
		.comment-form-top input#email {
		  float: right; } }
	
	.comment-form-bottom textarea {
	  border: 0;
	  background: #f7f6f7 url("images/diagonal-grey-background.png");
	  padding: 1.5% 2%;
	  width: 100%;
	  height: 9.25rem;
	  line-height: 1.625rem;
	  color: #74506a;
	  font: 0.9375rem "Montserrat", serif;
	  resize: none; }
	
	#logged-in-comment {
	  margin: 0 0 0.625rem;
	  border: 0;
	  background: #f7f6f7 url("images/diagonal-grey-background.png");
	  padding: 0.3125rem 2%;
	  width: 100%;
	  height: 9.25rem;
	  line-height: 1.625rem;
	  color: #74506a;
	  font: 0.9375rem "Montserrat", serif;
	  resize: none; }
	
	.comment-required {
	  margin: 1.25rem auto;
	  text-align: center;
	  line-height: 0.875rem;
	  color: #999999;
	  font: 0.75rem "Montserrat", serif;
	  font-style: italic; }
	  @media screen and (min-width: 64em) {
		.comment-required {
		  float: left;
		  margin: 0;
		  text-align: left;
		  line-height: 1.625rem; } }
	
	.sf-menu,
	.sf-menu * {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  letter-spacing: 1px;
	  font: 0.8125rem "Bitter", serif;
	  font-weight: 600; }
	
	.sf-menu li {
	  position: relative;
	  margin-left: 0.25rem; }
	
	.sf-menu ul {
	  display: none;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 500; }
	
	.sf-menu > li {
	  float: left; }
	
	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
	  display: block; }
	
	.sf-menu a {
	  display: block;
	  position: relative; }
	
	.sf-menu ul ul {
	  top: 0;
	  left: 100%; }
	
	.sf-menu {
	  float: left; }
	
	.sf-menu ul {
	  min-width: 12em;
	  /* allow long menu items to determine submenu width */
	  *width: 12em;
	  /* no auto sub width for IE7, see white-space comment below */ }
	
	.sf-menu a {
	  -webkit-transition: background .2s;
			  transition: background .2s;
	  background: #74506a;
	  padding: 0.8125rem 1.125rem 0.625rem;
	  text-decoration: none;
	  color: #fff;
	  zoom: 1; }
	
	.sf-menu li {
	  padding-top: 3.125rem;
	  white-space: nowrap;
	  /* no need for Supersubs plugin */
	  *white-space: normal;
	  /* ...unless you support IE7 (let it wrap) */ }
	
	.sf-menu ul li {
	  margin-left: 0;
	  background: #74506a;
	  padding-top: 0; }
	
	.sf-menu ul li a {
	  padding: 0.5625rem 1.125rem; }
	
	.sf-menu ul ul li {
	  background: #74506a; }
	
	.sf-menu li:hover,
	.sf-menu li.sfHover {
	  -webkit-transition: none;
			  transition: none; }
	
	.sf-menu li:hover a,
	.sf-menu li:hover a:hover,
	.sf-menu li.sfHover a,
	.sf-menu li.sfHover a:hover,
	.sf-menu li.current-menu-item a,
	.sf-menu li.current-menu-parent a,
	.sf-menu li.current-menu-ancestor a {
	  -webkit-transition: none;
			  transition: none;
	  background: #74506a; }
	
	.sf-menu li:hover li a:hover {
	  background: #b7a6b0; }
	
	.sf-menu li.menu-item-5:hover,
	.sf-menu li.menu-item-5.sfhover,
	.sf-menu li.menu-item-5.current-menu-item {
	  background: url("images/home-icon.png") no-repeat center 5px; }
	
	.sf-menu li.menu-item-31:hover,
	.sf-menu li.menu-item-31.sfhover,
	.sf-menu li.menu-item-31.current-menu-item,
	.sf-menu li.menu-item-31.current-menu-parent {
	  background: url("images/about-icon.png") no-repeat center 3px; }
	
	.sf-menu li.menu-item-7:hover,
	.sf-menu li.menu-item-7.sfhover,
	.sf-menu li.menu-item-7.current-menu-item,
	.sf-menu li.menu-item-7.current-menu-parent,
	.sf-menu li.menu-item-7.current-menu-ancestor {
	  background: url("images/categories-icon.png") no-repeat center 5px; }
	
	.sf-menu li.menu-item-12278:hover,
	.sf-menu li.menu-item-12278.sfhover,
	.sf-menu li.menu-item-12278.current-menu-item,
	.sf-menu li.menu-item-12278.current-menu-parent {
	  background: url("images/travel-icon.png") no-repeat center 13px; }
	
	.sf-menu li.menu-item-9:hover,
	.sf-menu li.menu-item-9.sfhover,
	.sf-menu li.menu-item-9.current-menu-item,
	.sf-menu li.menu-item-9.current-menu-parent,
	.sf-menu li.menu-item-9.current-menu-ancestor {
	  background: url("images/ontheside-icon.png") no-repeat center 10px; }
	
	.sf-menu li.menu-item-48:hover,
	.sf-menu li.menu-item-48.sfhover,
	.sf-menu li.menu-item-48.current-menu-item {
	  background: url("images/contact-icon.png") no-repeat center top; }
	
	.sf-menu li.menu-item-34:hover,
	.sf-menu li.menu-item-34.sfhover,
	.sf-menu li.menu-item-34.current-menu-item {
	  background: url("images/recipebox-icon.png") no-repeat center 15px; }
	
	.sf-menu li.menu-item-14086:hover,
	.sf-menu li.menu-item-14086.sfhover,
	.sf-menu li.menu-item-14086.current-menu-item,
	.sf-menu li.menu-item-14086.current-menu-parent {
	  background: url("images/cookbook-icon.png") no-repeat center 1px; }
	
	.sf-menu .all-link {
	  display: none; }
	
	select {
	  -webkit-transition: none;
			  transition: none; }
	
	@media screen and (min-width: 40em) {
	  .gform_wrapper .left-half,
	  .gform_wrapper .right-half {
		float: left;
		width: 49%; }
	  .gform_wrapper .right-half {
		float: right; } }
	
	.gform_wrapper ul {
	  margin: 1.5625rem 0 0;
	  list-style: none outside none; }
	
	.gform_wrapper li {
	  margin-bottom: 15px; }
	
	.gform_wrapper label {
	  display: none; }
	
	.gform_wrapper .gfield_checkbox label {
	  display: inline-block;
	  max-width: 80%; }
	
	.gform_wrapper .gfield_required {
	  padding-left: 5px;
	  color: #ff0101; }
	
	.gform_wrapper input[type=text],
	.gform_wrapper input[type=email],
	.gform_wrapper textarea {
	  margin: 0;
	  border: 0;
	  background: #f7f6f7 url("images/diagonal-grey-background.png");
	  padding: 4% 3%;
	  width: 100%;
	  height: 2.1875rem;
	  line-height: 2.1875rem;
	  color: #74506a;
	  font: 0.9375rem "Montserrat", serif; }
	
	.gform_wrapper textarea {
	  padding: 1.5%;
	  height: 155px;
	  resize: none; }
	
	.gform_wrapper .gform_footer {
	  text-align: right; }
	
	.gform_wrapper .button {
	  -webkit-transition: all .2s linear;
			  transition: all .2s linear;
	  margin: 0;
	  border: 0;
	  background: #000;
	  color: #fff;
	  font-size: 0.875rem; }
	  .gform_wrapper .button:hover {
		background: #74506a;
		color: #fff; }
	
	.gform_wrapper .gform_validation_container {
	  display: none; }
	
	.gform_wrapper .validation_error {
	  margin-bottom: 20px;
	  border-left: 5px solid #ff0101;
	  background: #fff;
	  padding: 10px;
	  text-align: center; }
	
	.gform_wrapper .validation_message {
	  display: none; }
	
	.gform_wrapper .gfield_error input,
	.gform_wrapper .gfield_error textarea {
	  border: 1px solid #ff0101; }
	
	#searchform {
	  width: 100%; }
	
	#s {
	  margin: 0;
	  border: 0;
	  background: #a792a0;
	  padding: 0.25rem 0.3125rem 0.375rem;
	  width: 100%;
	  text-align: center;
	  color: #fff;
	  font: 0.875rem "Montserrat", serif; }
	
	/* ==========================================================================
	   Mobile Menu
	   ========================================================================== */
	.mobile-menu {
	  display: none;
	  position: absolute;
	  top: 2.8125rem;
	  right: 2.8125rem;
	  z-index: 9999;
	  background: #74506a;
	  padding: 0;
	  width: 15.625rem; }
	  @media screen and (min-width: 40em) {
		.mobile-menu {
		  top: 5rem;
		  right: 2.8125rem; } }
	  @media screen and (min-width: 64em) {
		.mobile-menu {
		  display: none !important; } }
	  .mobile-menu ul {
		margin: 0; }
	  .mobile-menu a {
		display: block;
		padding: 0.5625rem 1.25rem;
		text-transform: uppercase;
		color: #fff;
		font: 0.75rem / 1 "Montserrat", sans-serif;
		font-weight: 600;
		letter-spacing: 1px; }
	  .mobile-menu .sub-menu {
		display: none;
		border-top: 1px solid #c3b3be;
		list-style-type: none; }
		.mobile-menu .sub-menu li a {
		  padding: 0.5625rem 1.25rem 0.5625rem 1.875rem; }
		.mobile-menu .sub-menu li li a {
		  padding: 0.5625rem 1.25rem 0.5625rem 3.125rem; }
	  .mobile-menu li {
		border-bottom: 1px solid #c3b3be;
		list-style-type: none; }
		.mobile-menu li.last-list-item {
		  border-bottom: none; }
		.mobile-menu li.menu-item-has-children a {
		  -webkit-transition: color .3s ease-in-out;
				  transition: color .3s ease-in-out;
		  background: url("images/mobile-toggles.png") no-repeat 98% 0;
		  background-size: 2.125rem auto; }
		.mobile-menu li.menu-item-has-children.open-children {
		  background: #8c6d83; }
		  .mobile-menu li.menu-item-has-children.open-children a {
			background-position: 98% -3.9375rem; }
		  .mobile-menu li.menu-item-has-children.open-children li.menu-item-has-children a {
			background: url("images/mobile-toggles.png") no-repeat 98% -2rem;
			background-size: 2.125rem auto; }
		  .mobile-menu li.menu-item-has-children.open-children li.menu-item-has-children.open-children a {
			background-position: 98% -3.9375rem; }
		  .mobile-menu li.menu-item-has-children.open-children li.menu-item-has-children li a {
			background: none; }
		.mobile-menu li.menu-item-has-children li a {
		  background: none; }
	
	.wp-pagenavi {
	  clear: both;
	  margin: 2.5rem 0 1.875rem;
	  text-align: center;
	  font: 1.125rem "Bitter", serif; }
	  .wp-pagenavi a,
	  .wp-pagenavi span {
		margin: 0.125rem;
		padding: 0.1875rem 0.3125rem;
		text-decoration: none;
		color: #000;
		font-style: italic; }
		.wp-pagenavi a.pagination-page-num,
		.wp-pagenavi span.pagination-page-num {
		  margin: 0;
		  padding: 0; }
		.wp-pagenavi a.current,
		.wp-pagenavi span.current {
		  background: #000;
		  color: #fff; }
	  .wp-pagenavi a:hover {
		color: #74506a; }
	
	.sidebar {
	  margin: 2.5rem 0.9375rem; }
	  @media screen and (min-width: 64em) {
		.sidebar {
		  float: right;
		  margin: 0.625rem 0 2.5rem;
		  width: 20rem; } }
	  .sidebar__social {
		margin-bottom: 1.875rem;
		text-align: center; }
		.sidebar__social ul {
		  margin: 0; }
		.sidebar__social li {
		  display: inline-block;
		  margin: 0 0.3125rem;
		  font-size: 1.3125rem;
		  list-style-type: none; }
		  .sidebar__social li a {
			color: #000; }
			.sidebar__social li a:hover {
			  color: #74506a; }
	  .sidebar__about {
		max-width: 68.75rem;
		margin-left: auto;
		margin-right: auto; }
		.sidebar__about::before, .sidebar__about::after {
		  content: ' ';
		  display: table;
		  -webkit-flex-basis: 0;
			  -ms-flex-preferred-size: 0;
				  flex-basis: 0;
		  -webkit-box-ordinal-group: 2;
		  -webkit-order: 1;
			  -ms-flex-order: 1;
				  order: 1; }
		.sidebar__about::after {
		  clear: both; }
		.sidebar__about-image {
		  width: 41.66667%;
		  float: left; }
		  .sidebar__about-image:last-child:not(:first-child) {
			float: right; }
		  .sidebar__about-image img {
			border-radius: 50%; }
		.sidebar__about-text {
		  width: 58.33333%;
		  float: left;
		  padding-left: 0.625rem;
		  padding-right: 0.625rem;
		  font-size: 0.875rem; }
		  @media screen and (min-width: 40em) {
			.sidebar__about-text {
			  padding-left: 0.9375rem;
			  padding-right: 0.9375rem; } }
		  .sidebar__about-text:last-child:not(:first-child) {
			float: right; }
		  .sidebar__about-text p {
			margin: 0 0 0.3125rem; }
		  .sidebar__about-text .read-more {
			float: right;
			text-decoration: underline;
			color: #74506a;
			font-weight: 700;
			font-style: normal; }
	  .sidebar .widget {
		position: relative;
		margin-bottom: 1.825rem;
		font-size: 0.875rem;
		font-style: italic; }
		@media screen and (min-width: 40em) {
		  .sidebar .widget {
			margin-right: .9375rem;
			margin-left: .9375rem; } }
		@media screen and (min-width: 64em) {
		  .sidebar .widget {
			margin-right: 0;
			margin-left: 0; } }
		.sidebar .widget.widget-last {
		  margin-bottom: 0; }
		.sidebar .widget .screen-reader-text {
		  position: absolute;
		  width: 1px;
		  height: 1px;
		  overflow: hidden;
		  clip: rect(1px, 1px, 1px, 1px); }
		.sidebar .widget select:focus {
		  outline: 0; }
	  .sidebar .widgettitle {
		margin: 0 0 0.9375rem;
		font: 1.35rem "Montserrat", sans-serif;
		font-weight: normal; }
	  .sidebar .archive-post {
		margin: 0 0 0.625rem;
		width: 48%; }
		@media screen and (min-width: 40em) {
		  .sidebar .archive-post {
			margin: 0 0 1.25rem;
			width: 32%; } }
		@media screen and (min-width: 64em) {
		  .sidebar .archive-post {
			margin: 0 0 0.625rem;
			width: 48%; } }
		.sidebar .archive-post:nth-child(odd) {
		  float: right !important; }
		  @media screen and (min-width: 40em) {
			.sidebar .archive-post:nth-child(odd) {
			  float: left !important; } }
		  @media screen and (min-width: 64em) {
			.sidebar .archive-post:nth-child(odd) {
			  float: right !important; } }
		.sidebar .archive-post.archive-post-no-margin {
		  margin: 0 0 0.625rem; }
		  @media screen and (min-width: 40em) {
			.sidebar .archive-post.archive-post-no-margin {
			  margin: 0 2% 1.25rem; } }
		  @media screen and (min-width: 64em) {
			.sidebar .archive-post.archive-post-no-margin {
			  margin: 0 0 0.625rem; } }
		.sidebar .archive-post:nth-child(3n+2) {
		  margin: 0 0 0.625rem; }
		  @media screen and (min-width: 40em) {
			.sidebar .archive-post:nth-child(3n+2) {
			  margin: 0 0 1.25rem; } }
		  @media screen and (min-width: 64em) {
			.sidebar .archive-post:nth-child(3n+2) {
			  margin: 0 0 0.625rem; } }
		.sidebar .archive-post-hover {
		  background: rgba(116, 80, 106, 0.8);
		  width: 100%;
		  height: 100%; }
	
	.home-post {
	  max-width: 68.75rem;
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%;
	  float: left;
	  padding-left: 0.625rem;
	  padding-right: 0.625rem;
	  margin-bottom: 1.875rem;
	  padding-bottom: 1.875rem; }
	  .home-post::before, .home-post::after {
		content: ' ';
		display: table;
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
			-ms-flex-order: 1;
				order: 1; }
	  .home-post::after {
		clear: both; }
	  @media screen and (min-width: 40em) {
		.home-post {
		  padding-left: 0.9375rem;
		  padding-right: 0.9375rem; } }
	  .home-post:last-child:not(:first-child) {
		float: right; }
	  .home-post, .home-post:last-child {
		float: none; }
	  .home-post.post-1 {
		position: relative;
		padding-bottom: 1.25rem; }
		.home-post.post-1:after {
		  position: absolute;
		  left: .9375rem;
		  bottom: 0;
		  background: #f7f6f7;
		  width: -webkit-calc(100% - 30px);
		  width: calc(100% - 30px);
		  height: 0.0625rem;
		  content: ''; }
		.home-post.post-1 .more-link {
		  display: none; }
		  .home-post.post-1 .more-link.first-more {
			display: inline-block;
			margin: 0 0 1.25rem; }
		.home-post.post-1 .post-excerpt-text .more-link {
		  display: inline-block; }
	  .home-post .more-link {
		display: inline-block;
		background: #000;
		padding: 0.3125rem 1.25rem;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		font: 1rem "Montserrat", sans-serif;
		font-weight: normal;}
		.home-post .more-link:hover {
		  background: #74506a; }
	  .home-post .post-excerpt {
		margin-top: 1.5625rem 0 0; }
		.home-post .post-excerpt-image {
		  margin-bottom: 1.25rem;
		  width: 100%;
		  height: auto; }
		  @media screen and (min-width: 40em) {
			.home-post .post-excerpt-image {
			  float: left;
			  margin-bottom: 0;
			  width: 23%; } }
		  @media screen and (min-width: 64em) {
			.home-post .post-excerpt-image {
			  width: 45%; } }
		@media screen and (min-width: 40em) {
		  .home-post .post-excerpt-text {
			float: right;
			width: 75%; } }
		@media screen and (min-width: 64em) {
		  .home-post .post-excerpt-text {
			width: 53%; } }
		.home-post .post-excerpt-text p {
		  margin: 0;
		  line-height: 1.2; }
		.home-post .post-excerpt-text .more-link {
		  margin: 1.875rem 0 0; }
	
	#archive-page {
	  text-align: center; }
	  @media screen and (min-width: 40em) {
		#archive-page {
		  text-align: left; } }
	
	#archive-page h1 {
	  margin: 0 0 2.5rem;
	  text-transform: uppercase;
	  }
	
	.archive-post {
	  position: relative;
	  float: left;
	  margin: 0 0 0.625rem;
	  width: 48%;
	  overflow: hidden; }
	  @media screen and (min-width: 40em) {
		.archive-post {
		  width: 32%; }
		  .archive-post:nth-child(even) {
			float: left !important; }
		  .archive-post:nth-child(3n+2) {
			margin: 0 2% 0.625rem; } }
	  .archive-post:nth-child(even) {
		float: right; }
	  .archive-post img {
		width: 100%;
		height: auto; }
	
	.archive-post-hover {
	  display: none;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: rgba(116, 80, 106, 0.7);
	  width: 100%;
	  height: 100%; }
	  .archive-post-hover img {
		width: 100%;
		height: auto; }
	
	.archive-post-title-wrapper {
	  display: table;
	  width: 100%;
	  height: 100%; }
	  .archive-post-title-wrapper a {
		display: table-cell;
		padding: 5% 10%;
		width: 80%;
		height: 90%;
		vertical-align: middle;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		font: 1.125rem "Montserrat", sans-serif; }
	
	.single .post-header {
	  margin: 0 0 1.5625rem; }
	
	.post {
	  max-width: 68.75rem;
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%;
	  float: left;
	  padding-left: 0.625rem;
	  padding-right: 0.625rem; }
	  .post::before, .post::after {
		content: ' ';
		display: table;
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
			-ms-flex-order: 1;
				order: 1; }
	  .post::after {
		clear: both; }
	  @media screen and (min-width: 40em) {
		.post {
		  padding-left: 0.9375rem;
		  padding-right: 0.9375rem; } }
	  .post:last-child:not(:first-child) {
		float: right; }
	  .post, .post:last-child {
		float: none; }
	  .post h1 {
		margin: 0 0 0.3125rem;
		text-transform: uppercase;
		font-weight: normal;
		}
		.post h1 a {
		  color: #000; }
		  .post h1 a:hover {
			color: #74506a; }
	  .post h2 {
		margin: 0 0 0.3125rem;
		text-transform: uppercase;
		 }
		.post h2 a {
		  text-decoration: none;
		  color: #000;
		  font-weight:normal;
		  }
		  .post h2 a:hover {
			color: #74506a; }
	  .post .post-meta {
		margin: 0 0 0.9375rem;
		padding: 0;
		text-transform: uppercase;
		color: #000;
		font: 0.65rem "Montserrat", sans-serif; }
		.post .post-meta a {
		  text-decoration: none;
		  color: #000;
		  font-weight: 400; }
		  .post .post-meta a:hover {
			color: #74506a; }
		  .post .post-meta a.comments-link {
			position: relative;
			margin-left: 1.25rem;
			padding-left: 1.125rem; }
			.post .post-meta a.comments-link::before {
			  position: absolute;
			  top: 0;
			  left: 0;
			  font: 0.8125rem "FontAwesome";
			  content: '\f086'; }
	  .post a {
		text-decoration: underline;
		font-weight: bold; }
		.post a:hover {
		  text-decoration: none; }
	  .post img {
		width: auto;
		max-width: 100%;
		height: auto; }
	  .post .posted-on {
		margin: 1.25rem 0 0.625rem;
		text-transform: uppercase;
		letter-spacing: 0.0625rem;
		font-size: 0.8125rem; }
	  .post .post-tags {
		position: relative;
		margin: 0 0 1.875rem;
		padding: 0.3125rem 0 0.625rem 1.875rem;
		font-size: 0.8125rem; }
		.post .post-tags a {
		  text-decoration: none;
		  color: #000;
		  font-weight: normal; }
		  .post .post-tags a:hover {
			color: #74506a; }
		.post .post-tags:before {
		  position: absolute;
		  top: 0.4375rem;
		  left: 0;
		  font: 1.125rem "FontAwesome";
		  content: '\f02c'; }
	  .post ul,
	  .post ol {
		margin: 0 0 1.25rem;
font-size: 0.875rem; }
		.post ul li,
		.post ol li {
		  margin: 0.625rem 0 0 1.25rem; }
	  .post #mpprecipe-container {
		font: 1.125rem "Montserrat", sans-serif; }
		.post #mpprecipe-container #mpprecipe-title {
		  padding-bottom: 0;
		  color: #74506a; }
		.post #mpprecipe-container ul,
		.post #mpprecipe-container ol {
		  margin-top: 0; }
		.post #mpprecipe-container ul li {
		  list-style-type: square;
    margin-left: 1.75em;
    margin-bottom: 1em; }
.post #mpprecipe-instructions-list li {
margin-left: 1.75em;
		}
.post #mpprecipe-container #mpprecipe-notes-list {
 margin-left: 1.3em;
}
		.post #mpprecipe-container .float-left,
		.post #mpprecipe-container .fl-l {
		  float: none; }
		  @media screen and (min-width: 40em) {
			.post #mpprecipe-container .float-left,
			.post #mpprecipe-container .fl-l {
			  float: left; } }
	  .post .mpp-recipe {
		font-size: 1.125rem; }
	  @media screen and (min-width: 40em) {
		.post #mpprecipe-prep-time {
		  border-right: 1px solid #d8d8d8;
		  padding: 0 0.625rem 0 0 !important; } }
	  .post #mpprecipe-cook-time {
		border-left: 0 !important; }
		@media screen and (min-width: 40em) {
		  .post #mpprecipe-cook-time {
			border-right: 1px solid #d8d8d8 !important;
			padding: 0 0.625rem !important; } }
	  @media screen and (min-width: 40em) {
		.post #mpprecipe-total-time {
		  padding: 0 0 0 0.625rem !important; } }
	  .post .mpp-topright {
		border: 0 !important;
		padding: 1.25rem 0 0 !important; }
		@media screen and (min-width: 40em) {
		  .post .mpp-topright {
			padding: 1.875rem !important; } }
	  .post div#mpp-buttons {
		float: left;
		margin-top: 10px;
		width: 100%;
		text-align: center; }
	  .post .butn-link {
		position: relative;
		background: #fff;
		color: #b9b9b9; }
		.post .butn-link:hover {
		  background: #74506a;
		  color: #fff; }
		  .post .butn-link:hover::before {
			color: #fff; }
		.post .butn-link::before {
		  margin-right: 0.3125rem;
		  color: #74506a;
		  font: 1.125rem "FontAwesome";
		  content: '\f02f'; }
	  .post #mpp-buttons-2,
	  .post .mpp-recipe-author,
	  .post #mpp-buttons .save-button.mpp-button,
	  .post .recipe-bottomtags {
		display: none !important; }
	  .post #mpprecipe-container #mpprecipe-title,
	  .post #mpprecipe-container .strong,
	  .post #mpp-buttons .mpp-button,
	  .post #mpp-buttons-2 .mpp-button {
		font-family: "Montserrat", sans-serif !important; }
	  .post #mpprecipe-container .heading-one,
	  .post #mpprecipe-container .h-1 {
		margin-bottom: 0.625rem;
		font-size: 1.5rem !important; }
	  .post .mpprecipe .h-4 {
		text-transform: uppercase;
		color: #74506a;
		font: 1.3125rem "Montserrat", sans-serif !important;
		font-weight: 400 !important; }
	  .post .recipe-disclaimer-text {
		background: #74506a;
		text-align: center;
		color: #fff;
		font: 0.8125rem "Bitter", serif; 
		border-left: 1px solid #000;
    		border-right: 1px solid #000;
    		border-bottom: 1px solid #000;}
		.post .recipe-disclaimer-text p {
		  margin: 0;
		  padding: 0.625rem 0.9375rem 0.9375rem;
		  line-height: 1.2; 
		font-size: 0.725rem;}
		  .post .recipe-disclaimer-text p i {
			margin-right: 0.3125rem; }
	  .post .recipe-disclaimer-photo {
		background: #a792a0; }
		.post .recipe-disclaimer-photo p {
		  padding: 0.625rem 1.25rem 0.9375rem; }

#mpprecipe-container #mpprecipe-summary .summary {
font-size: 0.9rem;
    font-style: italic;
}
	
	.post .addthis_toolbox {
	  margin-bottom: 1.5625rem; }
	
	.single-post-navigation {
	  max-width: 68.75rem;
	  margin-left: auto;
	  margin-right: auto;
	  margin: 0 0 2.5rem; }
	  .single-post-navigation::before, .single-post-navigation::after {
		content: ' ';
		display: table;
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
			-ms-flex-order: 1;
				order: 1; }
	  .single-post-navigation::after {
		clear: both; }
	  @media screen and (min-width: 64em) {
		.single-post-navigation {
		  margin: 0 0 2.5rem; } }
	  .single-post-navigation a {
		text-transform: uppercase;
		color: #000;
		font: 0.95rem "Bitter", serif; }
		.single-post-navigation a:hover {
		  color: #74506a; }
	
	.single-post-nav-left {
	  width: 50%;
	  float: left;
	  padding-left: 0.625rem;
	  padding-right: 0.625rem;
	  text-align: left; }
	  @media screen and (min-width: 40em) {
		.single-post-nav-left {
		  padding-left: 0.9375rem;
		  padding-right: 0.9375rem; } }
	  .single-post-nav-left:last-child:not(:first-child) {
		float: right; }
	
	.single-post-nav-right {
	  width: 50%;
	  float: left;
	  padding-left: 0.625rem;
	  padding-right: 0.625rem;
	  text-align: right; }
	  @media screen and (min-width: 40em) {
		.single-post-nav-right {
		  padding-left: 0.9375rem;
		  padding-right: 0.9375rem; } }
	  .single-post-nav-right:last-child:not(:first-child) {
		float: right; }
	
	.related-posts {
	  margin: 3.125rem 0.9375rem 0; }
	  @media screen and (min-width: 64em) {
		.related-posts {
		  margin: 3.125rem 0 0; } }
	  .related-posts li {
		position: relative;
		width: 25%;
		list-style-type: none; }
		.related-posts li .carousel-hover {
		  display: none;
		  position: absolute;
		  top: 0;
		  left: 0;
		  background: rgba(116, 80, 106, 0.7);
		  width: 100%;
		  height: 100%; }
		  .related-posts li .carousel-hover-title {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			text-transform: uppercase;
			color: #fff;
			font: 1.0625rem "Montserrat", sans-serif;
			 }
			.related-posts li .carousel-hover-title-wrapper {
			  display: table;
			  width: 100%;
			  height: 100%; }
	
	.related-posts h4 {
	  margin: 0 auto 1.5625rem;
	  background: url("images/related-posts.png") no-repeat center bottom;
	  background-size: 100% auto;
	  width: 100%;
	  max-width: 35.875rem;
	  height: 5.25rem;
	  text-indent: -624.9375rem;
	  font-size: 0; }
	
	#comments h4 {
	  margin: 0 auto 1.5625rem;
	  background: url("images/leave-a-comment.png") no-repeat center bottom;
	  background-size: 100% auto;
	  width: 100%;
	  max-width: 43rem;
	  height: 3.9375rem;
	  text-indent: -624.9375rem;
	  font-size: 0; }
	
	.faq-group {
	  margin: 0 0 1.25rem; }
	  .faq-group h2 {
		text-transform: uppercase;
		color: #74506a;
		font-size: 1.25rem; }
	
	.faq-question {
	  position: relative;
	  margin: 0.9375rem 0; }
	  .faq-question h3 {
		cursor: pointer;
		padding: 0.3125rem 0 0.3125rem 1.5625rem;
		text-transform: uppercase;
		color: #000;
		font-size: 1rem;
		font-weight: normal; }
	  .faq-question.active .toggle .plus {
		-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
				transform: rotate(90deg);
		opacity: 0; }
	  .faq-question.active .toggle .minus {
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				transform: rotate(0deg);
		opacity: 1; }
	  .faq-question .toggle {
		position: absolute;
		top: 0.5625rem;
		left: 0;
		width: 0.875rem;
		height: 0.875rem; }
		.faq-question .toggle .plus,
		.faq-question .toggle .minus {
		  display: block;
		  position: absolute;
		  top: 0;
		  left: 0;
		  -webkit-transition: .5s all ease-out;
				  transition: .5s all ease-out;
		  width: 0.875rem;
		  height: 0.875rem;
		  text-align: center;
		  line-height: 0.875rem; }
		.faq-question .toggle .plus {
		  -webkit-transform: rotate(0deg);
			  -ms-transform: rotate(0deg);
				  transform: rotate(0deg);
		  opacity: 1;
		  background: url("images/plus.png") no-repeat 0 0;
		  background-size: 0.625rem auto; }
		.faq-question .toggle .minus {
		  -webkit-transform: rotate(-90deg);
			  -ms-transform: rotate(-90deg);
				  transform: rotate(-90deg);
		  opacity: 0;
		  background: url("images/minus.png") no-repeat 0 0;
		  background-size: 0.625rem auto; }
	
	.faq-answer {
	  display: none;
	  padding-left: 1.5625rem; }
	  .faq-answer a {
		text-decoration: underline;
		font-weight: bold; }
		.faq-answer a:hover {
		  text-decoration: none; }
	
	#press-videos {
	  margin: 1.875rem 0 2.5rem; }
	
	#press-video {
	  margin: 0.9375rem 0; }
	
	.press-feature {
	  float: left;
	  margin: 0 2% 0.625rem 0;
	  width: 32%;
	  text-align: center; }
	  .press-feature img {
		width: 100%;
		max-width: 200px;
		height: auto; }
	  .press-feature.press-feature-no-margin {
		margin-right: 0; }
	  .press-feature-title {
		padding: 0.625rem;
		font-size: 0.75rem; }
	
	.press-other a {
	  text-decoration: underline;
	  font-weight: bold; }
	  .press-other a:hover {
		text-decoration: none; }
	
	#default-page h1 {
	  margin-bottom: 1.25rem;
	  text-transform: uppercase;
	  }
	
	#default-page .form-required {
	  float: left;
	  margin: -1.875rem 0 0;
	  text-align: left;
	  line-height: 1.625rem;
	  color: #999;
	  font: .75rem "Montserrat",serif;
	  font-style: italic; }
	
	#default-page a {
	  text-decoration: underline;
	  font-weight: bold; }
	  #default-page a:hover {
		text-decoration: none; }
	
	/** RESET AND LAYOUT
	===================================*/
	.bxslider {
	  margin-left: 0; }
	
	.bx-wrapper {
	  position: relative;
	  margin: 0 auto 60px;
	  padding: 0;
	  *zoom: 1; }
	
	.bx-wrapper img {
	  max-width: 100%;
	  display: block; }
	
	/** THEME
	===================================*/
	.bx-wrapper .bx-viewport {
	  background: #fff; }
	
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
	  position: absolute;
	  bottom: -30px;
	  width: 100%; }
	
	/* LOADER */
	.bx-wrapper .bx-loading {
	  min-height: 50px;
	  height: 100%;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 2000; }
	
	/* PAGER */
	.bx-wrapper .bx-pager {
	  text-align: center;
	  font-size: .85em;
	  font-family: Arial;
	  font-weight: bold;
	  color: #666;
	  padding-top: 20px; }
	
	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	  display: inline-block;
	  *zoom: 1;
	  *display: inline; }
	
	.bx-wrapper .bx-pager.bx-default-pager a {
	  background: #666;
	  text-indent: -9999px;
	  display: block;
	  width: 10px;
	  height: 10px;
	  margin: 0 5px;
	  outline: 0;
	  border-radius: 5px; }
	
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
	  background: #000; }
	
	/* DIRECTION CONTROLS (NEXT / PREV) */
	.bx-wrapper .bx-prev {
	  left: -1.5625rem;
	  background: url("images/carousel-prev.png") no-repeat 0 0;
	  background-size: 0.8125rem auto; }
	  @media screen and (min-width: 64em) {
		.bx-wrapper .bx-prev {
		  left: -2.1875rem;
		  background-size: 1.375rem auto; } }
	  @media screen and (min-width: 64em) and (min--moz-device-pixel-ratio: 1.3), screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 1.3), screen and (min-width: 64em) and (min-device-pixel-ratio: 1.3), screen and (min-width: 64em) and (min-resolution: 1.3dppx) {
		.bx-wrapper .bx-prev {
		  background-image: url("images/mobile-prev@2x.png");
		  background-size: 22px auto; } }
	
	.bx-wrapper .bx-next {
	  right: -1.5625rem;
	  background: url("images/carousel-next.png") no-repeat 0 0;
	  background-size: 0.8125rem auto; }
	  @media screen and (min-width: 64em) {
		.bx-wrapper .bx-next {
		  right: -2.1875rem;
		  background-size: 1.375rem auto; } }
	  @media screen and (min-width: 64em) and (min--moz-device-pixel-ratio: 1.3), screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 1.3), screen and (min-width: 64em) and (min-device-pixel-ratio: 1.3), screen and (min-width: 64em) and (min-resolution: 1.3dppx) {
		.bx-wrapper .bx-next {
		  background-image: url("images/mobile-next@2x.png");
		  background-size: 22px auto; } }
	
	.bx-wrapper .bx-prev:hover,
	.bx-wrapper .bx-next:hover {
	  background-position: 0 -1.625rem; }
	  @media screen and (min-width: 64em) {
		.bx-wrapper .bx-prev:hover,
		.bx-wrapper .bx-next:hover {
		  background-position: 0 -2.5625rem; } }
	
	.bx-wrapper .bx-controls-direction a {
	  position: absolute;
	  top: 50%;
	  -webkit-transition: none;
			  transition: none;
	  z-index: 2;
	  margin-top: -0.8125rem;
	  outline: 0;
	  width: 0.8125rem;
	  height: 1.625rem;
	  text-indent: -624.9375rem; }
	  @media screen and (min-width: 64em) {
		.bx-wrapper .bx-controls-direction a {
		  margin-top: -1.3125rem;
		  width: 1.375rem;
		  height: 2.5rem; } }
	
	.bx-wrapper .bx-controls-direction a.disabled {
	  display: none; }
	
	/* AUTO CONTROLS (START / STOP) */
	.bx-wrapper .bx-controls-auto {
	  text-align: center; }
	
	.bx-wrapper .bx-controls-auto .bx-start {
	  display: block;
	  text-indent: -9999px;
	  width: 10px;
	  height: 11px;
	  outline: 0;
	  background: url(images/controls.png) -86px -11px no-repeat;
	  margin: 0 3px; }
	
	.bx-wrapper .bx-controls-auto .bx-start:hover,
	.bx-wrapper .bx-controls-auto .bx-start.active {
	  background-position: -86px 0; }
	
	.bx-wrapper .bx-controls-auto .bx-stop {
	  display: block;
	  text-indent: -9999px;
	  width: 9px;
	  height: 11px;
	  outline: 0;
	  background: url(images/controls.png) -86px -44px no-repeat;
	  margin: 0 3px; }
	
	.bx-wrapper .bx-controls-auto .bx-stop:hover,
	.bx-wrapper .bx-controls-auto .bx-stop.active {
	  background-position: -86px -33px; }
	
	/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	  text-align: left;
	  width: 80%; }
	
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	  right: 0;
	  width: 35px; }
	
	/* IMAGE CAPTIONS */
	.bx-wrapper .bx-caption {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  background: #666\9;
	  background: rgba(80, 80, 80, 0.75);
	  width: 100%; }
	
	.bx-wrapper .bx-caption span {
	  color: #fff;
	  font-family: Arial;
	  display: block;
	  font-size: .85em;
	  padding: 10px; }
	
	#sb_instagram {
	  margin: 2.8125rem 0 0; }
	  #sb_instagram .sbi_photo {
		-webkit-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
		opacity: .88 !important; }
		#sb_instagram .sbi_photo:hover {
		  opacity: 1 !important; }


/* ==========================================================================

   Responsive YouTube Embeds

   ========================================================================== */

	

.embed-container { 

	position: relative; 

	/*padding-bottom: 56.25%; */

	padding-top: 30px; 

	height: 0; 

	overflow: hidden; 

	max-width: 100%; 

	height: auto; 

	} 

	

.embed-container iframe, .embed-container object, .embed-container embed { 

	position: absolute; 

	top: 0; 

	left: 0; 

	width: 100%; 

	height: 100%; 

	}

	
	/* ==========================================================================
	   Chrome Frame prompt
	   ========================================================================== */
	.chromeframe {
	  margin: 0.2em 0;
	  background: #ccc;
	  color: #000;
	  padding: 0.2em 0; }
	
	/* ==========================================================================
	   Helper classes
	   ========================================================================== */
	/*
	 * Image replacement
	 */
	.ir {
	  background-color: transparent;
	  border: 0;
	  overflow: hidden;
	  /* IE 6/7 fallback */
	  *text-indent: -9999px; }
	
	.ir:before {
	  content: "";
	  display: block;
	  width: 0;
	  height: 100%; }
	
	/*
	 * Hide from both screenreaders and browsers: h5bp.com/u
	 */
	.hidden {
	  display: none !important;
	  visibility: hidden; }
	
	/*
	 * Hide only visually, but have it available for screenreaders: h5bp.com/v
	 */
	.visuallyhidden {
	  border: 0;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px; }
	
	/*
	 * Extends the .visuallyhidden class to allow the element to be focusable
	 * when navigated to via the keyboard: h5bp.com/p
	 */
	.visuallyhidden.focusable:active,
	.visuallyhidden.focusable:focus {
	  clip: auto;
	  height: auto;
	  margin: 0;
	  overflow: visible;
	  position: static;
	  width: auto; }
	
	/*
	 * Hide visually and from screenreaders, but maintain layout
	 */
	.invisible {
	  visibility: hidden; }
	
	/*
	 * Clearfix: contain floats
	 *
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    `contenteditable` attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that receive the `clearfix` class.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
	.clearfix:before,
	.clearfix:after {
	  content: " ";
	  /* 1 */
	  display: table;
	  /* 2 */ }
	
	.clearfix:after {
	  clear: both; }
	
	/*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.clearfix {
	  *zoom: 1; }

/* SOCIAL SHARE ICONS */

.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: #000;
    font-size: 15px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    margin-top: 2px;
    display: inline-block;
}
  
.crunchify-social {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 0.8125rem;
    font-family: "Montserrat", serif;
    float: right;
    letter-spacing: 1px;
color: #c21181;
font-weight: bold;
    
}

.clear {
	clear: both;
}

/* WP RECIPE MAKER STYLES */


.wprm-recipe-course-name, .wprm-recipe-course {
display: none;	
}

.wprm-print .wprm-recipe-tastefully-simple .wprm-recipe-name, .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-name {
    font: 1.5125rem Montserrat, sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #74506a;
	letter-spacing: 1px;
}

.wprm-print .wprm-recipe-tastefully-simple .wprm-recipe-header, .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-header {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #74506a;
    text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
}

.wprm-print .wprm-recipe-tastefully-simple, .wprm-recipe-container .wprm-recipe-tastefully-simple {
	font: 12px Montserrat,sans-serif;
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    background: #FFF;
}

.wprm-print .wprm-recipe-tastefully-simple .wprm-recipe-instructions li, .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-instructions li {
	list-style: decimal;
    margin-left: 30px;
    line-height: inherit;
    background: 0 0;
    padding-bottom: 12px;
}

.wprm-print .wprm-recipe-tastefully-simple .wprm-recipe-ingredients li, .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-ingredients li {
	list-style: square inside;
    margin-left: 10px;
    line-height: inherit;
    background: 0 0;
    padding-bottom: 12px;
}

.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-image-container .wprm-recipe-buttons .wprm-recipe-print {
    color: #fff;
    background: #74506a;
    font-size: 11px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: .4em 1em;
    font-size: 11px;
    text-transform: uppercase;
}

.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-times-container .wprm-recipe-time-container {
	width: 33%;
    text-align: center;
    float: left;
    font-weight: 700;
    border-left: 1px solid #ccc;
    text-transform: uppercase;
}

.wprm-recipe-tastefully-simple .wprm-recipe-summary p {
	color: #666;
    font-style: italic;
}

.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-group-name {
text-transform: uppercase;
font-weight: 100;
color: #74506a;
font: 16px Montserrat, sans-serif;
letter-spacing: 1px;
margin-bottom: 1em;

}

.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-notes-container p {
font-size: 1.14em;
font-family: "Montserrat", sans-serif;
margin-left: 1em;
margin-bottom: 1em;

}