/*!
Theme Name: Legal and Safe Wills
Theme URI: https://legalandsafewills.com
Author: Legal and Safe Wills
Author URI: https://legalandsafewills.com
Description: A dedication to customer service to generate will online.
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: las_wills
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Legal and Safe Wills is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@charset "UTF-8";
/*!
// sdvsdvAdd style info here if doing WordPress
*/
/*=======================
    $BASE
=======================*/
/*=======================
    $COLORS
=======================*/
/*=======================
    $FORMS
=======================*/
/*=======================
    $BREAKPOINTS
=======================*/
/*=======================
      $EXTEND
=======================*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

.js .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	padding-bottom: 2em;
}
.js .swipe__wrap {
	overflow: hidden;
	position: relative;
}
.js .swipe__wrap > div {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}

.swipe__list {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1em;
	padding: 0 0 1em 0;
}
.swipe__list li {
	background: #fff;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 1em .25em .25em .25em;
	border-radius: .5em;
	border-radius: 50%;
	border: 0.1em solid #e2e2e2;
}
.swipe__list li:hover {
	cursor: pointer;
}
.swipe__list li.on {
	background: #511b93;
	cursor: auto;
}

@media (min-width: 40em) {
	.js .swipe {
		padding-bottom: 0;
	}

	.swipe__list {
		bottom: 0;
	}
}
*, *:before, *:after {
	box-sizing: border-box;
}

html {
	font: 1em/1.4 "Open Sans", "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #333;
	background: #313538;
}
@media (min-width: 50em) {
	html {
		font-size: .875em;
	}
}

body {
	position: relative;
	background: #fff;
}

picture {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

img {
	max-width: 100%;
	border: none;
}

main {
	padding-bottom: 2em;
}

.wrapper, .header, .field, .meal, .info {
	*zoom: 1;
	/* IE < 8 */
}
.wrapper:before, .header:before, .field:before, .meal:before, .info:before, .wrapper:after, .header:after, .field:after, .meal:after, .info:after {
	content: " ";
	display: table;
}
.wrapper:after, .header:after, .field:after, .meal:after, .info:after {
	clear: both;
}

.wrapper {
	max-width: 70em;
	margin: 0 auto;
}
.wrapper .wrapper--margin {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wrapper--margin {
	padding: 2em 1em;
}
@media (min-width: 40em) {
	.wrapper--margin {
		padding: 2em;
	}
}
@media (min-width: 68em) {
	.wrapper--margin {
		padding: 2em 0;
	}
}

.wrapper--border {
	border-bottom: .1em dashed #CCC;
}

.room {
	margin: 2em 0;
}

.margin {
	padding: 0 1em;
}

.no-margin {
	margin: 0 !important;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.price {
	font-size: 3em;
	line-height: 1;
	margin: 0;
}
.price:before {
	content: '\00a3';
	font-size: .5em;
	position: relative;
	top: -.75em;
}

.center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #313538;
	margin: 0 0 .25em 0;
	font-weight: 600;
	line-height: 1;
}
h1 + form, h2 + form, h3 + form, h4 + form, h5 + form, h6 + form {
	padding-top: 1em;
}

p {
	margin: 1em 0;
}
@media (min-width: 40em) {
	p {
		line-height: 1.6;
	}
}

hr {
	border-top: none;
	border-top: .1em solid #000;
	display: block;
	margin: 1em;
	clear: both;
}

q,
blockquote {
	font-style: italic;
}

blockquote {
	margin: 0;
	margin-left: 1em;
}

a {
	text-decoration: none;
	color: #511b93;
}
a:hover, a:active, a:focus {
	color: #511b93;
}

ul,
ol {
	font-size: 1em;
	padding-left: 1em;
	padding-bottom: .5em;
	margin-left: .5em;
}

form {
	padding-bottom: 1em;
	overflow: hidden;
}

input,
button,
textarea,
select,
.button {
	border: 0.1em solid #e2e2e2;
	border-top: 0.1em solid #d4d4d4;
	padding: .75em;
	background: #fff;
	color: #333;
	border-radius: 0.2em;
}

input,
button,
textarea,
select,
.button {
	-webkit-appearance: none;
	display: inline-block;
	width: 100%;
	font: inherit;
	outline: none;
	-webkit-transition: .25s box-shadow, .25s border;
	transition: .25s box-shadow, .25s border;
}
input:disabled,
button:disabled,
textarea:disabled,
select:disabled,
.button:disabled {
	color: #A9A9A9;
	background: #ECECEC;
}
input:focus,
button:focus,
textarea:focus,
select:focus,
.button:focus {
	border-color: #511b93;
}

input.error,
textarea.error,
select.error {
	border-color: #da2837;
	border-top-color: #b01e2b;
	background: #fdf4f5;
	margin-bottom: 5px;
}

select {
	width: 100%;
	display: block;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

select::-ms-expand {
	display: none;
}

.select {
	position: relative;
	display: inline-block;
	width: 100%;
}

::-webkit-input-placeholder {
	font-style: italic;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-style: italic;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-style: italic;
}

:-ms-input-placeholder {
	font-style: italic;
}

textarea {
	resize: vertical;
	min-height: 7em;
}

.select:after {
	content: "\25bc";
	color: #511b93;
	display: inline-block;
	padding: 0 .75em;
	speak: none;
	pointer-events: none;
	font-size: .75em;
	line-height: 2.5;
	position: absolute;
	top: .1em;
	bottom: .1em;
	right: .1em;
	border: .5em solid transparent;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	display: inline-block;
	width: auto;
	padding: .775em 1em .75em;
	margin: 0 .1em 0 0;
	box-shadow: none !important;
	-webkit-transition: .25s all;
	transition: .25s all;
	font-weight: bold;
	border: none;
	color: #fff;
	background: #511b93;
	border: 0.1em solid #7600ff;
	border-top: 0.1em solid #7600ff;
	border-radius: 0.2em;
	text-shadow: 0 -0.1em 0 #7600ff;
	vertical-align: top;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
button:hover,
button:active,
button:focus,
.button:hover,
.button:active,
.button:focus {
	background: #7600ff;
	cursor: pointer;
	color: #fff;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	display: inline-block;
	width: auto;
	margin: 0 .1em;
}

input[type="radio"] {
	-webkit-appearance: radio;
	display: inline-block;
	width: auto;
	margin: 0 .1em;
}

code,
pre {
	background: #f2f2f2;
	border: 1px solid #CCC;
	padding: 0 .2em;
	border-radius: .2em;
}

code {
	display: inline-block;
}

table {
	width: 100%;
	text-align: left;
}

td,
th {
	padding: .5em;
	border: 1px solid #CCC;
}

thead th,
thead td {
	border-bottom: 1px solid #333;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-toggle-menu {
	float: right;
	margin: 1em 1em 0;
	color: #511b93;
	font-weight: 700;
}
.nav-toggle-menu .is-vishidden {
	display: none;
}
.nav-toggle-menu:before {
	content: '\2630';
	font-weight: 800;
	font-size: 2em;
}
.nav-toggle-menu.active {
	color: #511b93;
}
@media (min-width: 50em) {
	.nav-toggle-menu {
		display: none;
	}
}

.header__phone {
	display: none;
}

.logo {
	display: block;
	float: left;
	margin-left: 1em;
	width: 6.75em;
}
.logo img {
	display: block;
	vertical-align: top;
	padding: 1em 0;
	width: 100%;
}

@media (min-width: 40em) {
	.logo {
		margin-left: 1em;
		width: 9.75em;
	}

	.nav-toggle-menu {
		margin-right: 2em;
	}
}
@media (min-width: 50em) {
	.logo {
		margin-left: .4em;
	}

	.nav-toggle-menu {
		margin-right: 0;
	}

	.header__phone {
		display: block;
		position: absolute;
		top: 1em;
		left: 13.6em;
		color: #511b93;
		font-weight: bold;
	}

	.header .wrapper {
		position: relative;
	}
	.header .wrapper:before {
		content: '';
		display: none;
		width: 4.8125em;
		height: 4.8125em;
		background: red;
		position: absolute;
		bottom: 0;
		top: 0;
		margin: auto;
		right: 14.5em;
		/*background: url("/content/themes/nineminute//img/soww_logo.png") no-repeat center center; */
	}
}
.nav ul,
.nav li {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.nav--main {
	background: #2f3338;
	clear: both;
}
.nav--main a {
	border-bottom: .1em solid #242629;
	border-top: .1em solid #3b3e44;
	display: block;
	padding: .75em 1em;
	color: #8a9094;
}
.nav--main a.active {
	color: #d0d5d8;
}
@media (min-width: 23em) {
	.nav--main li {
		width: 50%;
		float: left;
	}
	.nav--main li:nth-child(2n+1) a {
		border-right: .1em solid #242629;
	}
	.nav--main li:nth-child(2n) a {
		border-left: .1em solid #3b3e44;
	}
}
@media (min-width: 50em) {
	.nav--main {
		background: none;
		clear: none;
	}
	.nav--main li {
		width: auto;
	}
	.nav--main li:not(.right) a {
		margin-top: 3.25em;
	}
	.nav--main li.right {
		float: right;
	}
	.nav--main li.right.nav__button a {
		display: inline-block;
		width: auto;
		padding: .775em 1em .75em;
		margin: 1.75em .1em .1em;
		box-shadow: none !important;
		/* -webkit-transition: .25s all; */
		/* transition: .25s all; */
		font-weight: bold;
		border: none;
		color: #fff;
		background: #511b93;
		border: 0.1em solid #7600ff;
		border-top: 0.1em solid #7600ff;
		border-radius: 0.2em;
		text-shadow: 0 -0.1em 0 #7600ff;
	}
	.nav--main li.right.nav__button a:hover, .nav--main li.right.nav__button a:active, .nav--main li.right.nav__button a:focus {
		background: #7600ff;
		cursor: pointer;
		color: #fff;
	}
	.nav--main a {
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
		color: #313538;
		padding: 0 0em 0.2em;
		margin: 2.5em 1em 0;
		border-bottom: .25em solid transparent;
	}
	.nav--main a.active {
		color: #511b93;
		border-color: #511b93;
	}
}

.nav--footer {
	margin: 1em 0;
}
.nav--footer a {
	color: #fff;
}
@media (min-width: 40em) {
	.nav--footer {
		float: left;
	}
}
@media (min-width: 84.375em) {
	.nav--footer {
		margin: .75em 0;
	}
	.nav--footer li {
		display: inline-block;
		padding: 0 .5em;
	}
}

.js .nav--main {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: .5s all;
	transition: .5s all;
}
.js .nav--main.active {
	max-height: 30em;
}
@media (min-width: 50em) {
	.js .nav--main {
		max-height: none !important;
		-webkit-transition: none;
		transition: none;
		padding-left: 2.5em;
	}
}

.footer {
	padding: 1em 1em;
	background: #313538;
	color: #fcfcfc;
}

.footer__logo {
	display: block;
	width: 4.6875em;
	margin: 0 auto;
}

@media (min-width: 40em) {
	.footer .wrapper {
		padding: 0 2em;
	}

	.footer__logo {
		float: right;
		margin-top: 1em;
		margin-left: 1em;
	}

	.footer__copyright {
		margin-top: 2em;
	}

	.footer__by {
		float: right;
		width: 18em;
		text-align: right;
	}
}
@media (min-width: 50em) {
	.footer {
		padding: 1em 0;
	}

	.footer .wrapper {
		padding: 1em 0;
	}

	.footer__copyright {
		margin-top: 0;
	}

	.footer__logo {
		display: none;
	}
}
.alert {
	border: 0.1em solid #511b93;
	background: #fff;
	border-radius: 0.2em;
	padding: 1em;
}
.alert .button {
	margin-bottom: 0;
}

.alert--success {
	border-color: #77DD77;
	background: #f1fcf1;
}

.alert--warning {
	border-color: #511b93;
	background: #edfafb;
}

.alert--error {
	border-color: #C62230;
	background: #fcebed;
}

.alert--padded {
	padding: 2em;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 40em) {
	.choose {
		overflow: hidden;
		margin: 0 auto;
	}
	.choose img {
		width: 100%;
	}

	.choose__side {
		float: left;
		width: 33.33%;
		padding-right: 1em;
	}
	.choose__side p {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.choose__side:nth-child(3n+2) {
		padding-right: .5em;
		padding-left: .5em;
	}
	.choose__side:nth-child(3n+3) {
		padding-right: 0;
		padding-left: 1em;
	}

	.choose--two .choose__side {
		width: 50%;
	}
	.choose--two .choose__side:nth-child(3n+2) {
		padding-right: 1;
		padding-left: 0;
	}
	.choose--two .choose__side:nth-child(3n+3) {
		padding-right: 1em;
		padding-left: 0;
	}
	.choose--two .choose__side:nth-child(2n) {
		padding-right: 0;
		padding-left: 1em;
	}
	.choose--two.choose--home .choose__side {
		width: 40%;
	}
	.choose--two.choose--home .choose__side:first-child {
		width: 60%;
	}
	.choose--two.choose--home .choose__side:first-child .wrapper--border {
		margin-bottom: 2em;
		padding-bottom: 2em;
	}
}
.background--alt {
	background: #fafafa;
}

.field {
	margin: 0 0 .5em 0;
}
@media (min-width: 40em) {
	.field {
		margin-bottom: 1em;
	}
}

.field--end {
	margin-bottom: 3em;
}

.field--tiny {
	font-size: .9em;
}
.field--tiny input,
.field--tiny button,
.field--tiny textarea,
.field--tiny select,
.field--tiny .button {
	padding: .55em .75em .45em;
}
.field--tiny.field--side .field__label {
	padding: .675em 0;
}
.field--tiny .tableform--text {
	padding: .65em 0 0 0;
}

.field__input input + input {
	margin-top: 1em;
}
.field__input .select + .select {
	margin-top: .5em;
}

.field__margin {
	margin-top: .7em;
}

@media (min-width: 40em) {
	.field--side .field__label {
		float: left;
		width: 25%;
		padding: .893em 1em .893em 0;
		line-height: 1.25;
	}
	.field--side .field__input {
		float: left;
		width: 75%;
	}
}

.form__submit {
	padding: 1em 0 0;
}

@media (min-width: 40em) {
	.form__submit--side {
		margin-left: 25%;
	}
}

.form__submit--border {
	border-top: .1em solid #999;
	margin-top: 2em;
	overflow: hidden;
	text-align: center;
}

.button--right {
	float: right;
}

.button--cancel {
	background: #C62230 !important;
	border-color: #851720 !important;
}

.button--success {
	border-color: #259625 !important;
	background: #4ed34e !important;
	text-shadow: 0 -0.1em 0 #259625 !important;
}

.button--beneficiary {
	padding: 0 !important;
}

.more__checkbox {
	position: absolute;
	z-index: -10;
}

.button--plus:before {
	content: '+';
	display: inline-block;
	padding-right: .5em;
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
.button--plus.button--pressed:before {
	content: '\2013';
	position: relative;
	top: -.1em;
}

.button--secondary {
	background: #999;
	border-color: #737373;
	border-top-color: black;
	text-shadow: 0 -0.1em 0 #666666;
	box-shadow: inset 0 0 0 #333 !important;
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus {
	background: gray;
}
.more__checkbox:checked + .button--secondary {
	box-shadow: inset 0 0 1em #333 !important;
}
.button--secondary.button--pressed {
	box-shadow: inset 0 0 1em #333 !important;
}

.button--close, .button--arrowt, .button--arrowb {
	color: #fff !important;
	background: #511b93;
	border-radius: 4em;
	border-radius: 50%;
}
.button--close:before, .button--arrowt:before, .button--arrowb:before {
	content: '\00d7';
	display: inline-block;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.button--arrowt:before {
	content: '\25b2';
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.button--arrowb:before {
	content: '\25bc';
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.button--before {
	float: left;
}
.button--before:before {
	content: '\25C0';
	display: inline-block;
	margin-right: .5em;
}

.button--after {
	float: right;
}
.button--after:after {
	content: '\25b6';
	display: inline-block;
	margin-left: .5em;
}

.meal__side .alert .field:nth-child(2) .button--arrowt, .meal__side .alert .field:last-child .button--arrowb {
	background: #CCC !important;
	opacity: .8 !important;
	border-color: #999 !important;
	pointer-events: none;
}
.meal__side .alert .field:nth-child(2) .button--arrowt:hover, .meal__side .alert .field:last-child .button--arrowb:hover {
	cursor: default;
}

.button--icon__text {
	display: none;
}

.button--text {
	display: inline-block;
	padding: .775em 1em .75em 0;
}
@media (min-width: 50em) {
	.button--text {
		padding-left: 1em;
	}
}

.meal__side .field--tiny + .field--tiny {
	border-top: .1em solid #CCC;
	padding-top: .5em;
}

ul.errors {
	list-style: none;
	padding: 0;
	margin: .5em 0;
	font-size: .9em;
	color: #C62230;
}

.inline {
	display: inline-block;
	line-height: 1;
	margin: 0 .5em;
	width: auto;
	max-width: 10em;
}

.inline--select {
	line-height: inherit;
}
.inline--select:after {
	line-height: 2.5;
}

.input--percentage {
	position: relative;
}
.input--percentage:after {
	content: '%';
	position: absolute;
	right: 1.5em;
	top: .8em;
	color: #666;
}
.input--percentage input {
	padding-right: 2em;
}

.input--pounds {
	position: relative;
}
.input--pounds:before {
	content: '£';
	position: absolute;
	left: 1.1em;
	top: .85em;
	color: #666;
}
.input--pounds input {
	padding-left: 2em;
}

@media (min-width: 45em) {
	.meal__side,
	.meal__main {
		float: left;
	}

	.meal__side {
		width: 30%;
		padding-left: 2em;
	}
	.meal__side .alert {
		margin-top: 1em;
	}

	.meal__main {
		width: 70%;
	}
	.meal__main li {
		margin: .5em 0;
		line-height: 1.6;
	}

	.meal--left .meal__side,
	.meal--left .meal__main {
		float: right;
	}

	.meal--wide .meal__side {
		width: 40%;
	}
	.meal--wide .meal__main {
		width: 60%;
	}
}
.tableform {
	float: left;
	padding-right: .5em;
}
.tableform:last-child {
	padding-right: 0;
}
.tableform form {
	padding-bottom: .1em;
}

.tableform--text {
	padding: .893em 1em .893em 0;
}

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

.tableform--floatright {
	float: right;
}

.tableform--quarter {
	width: 25%;
}

.tableform--third {
	width: 33.33%;
}

.tableform--half {
	width: 50%;
}

.tableform--twothirds {
	width: 66.66%;
}

.tableform--threequarters {
	width: 75%;
}

.tableform--full {
	width: 100%;
}

.tableform--action {
	width: 100%;
}

.tag {
	display: inline-block;
	background: #fff;
	border: 0.1em solid #e2e2e2;
	border-radius: 0.2em;
	padding: .929em;
	line-height: 1;
	margin: 0 .5em .5em 0;
}
.tag form {
	padding: 0;
}

.tag__remove {
	display: inline-block;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	width: 1em !important;
	height: 1em;
	color: #fff !important;
	position: relative;
	background: #511b93;
	border-radius: 1em;
	margin-left: .25em;
	float: right;
	border: #7600ff;
	padding: 0;
}
.tag__remove:before {
	content: '\00d7';
	text-indent: 9999px;
	position: absolute;
	top: 0;
	font-size: .9em;
	line-height: 1.17;
	right: .25em;
	display: inline-block;
}

.step-list {
	list-style: none;
	margin: 1em 0 0 0.5em;
	padding: 0 0 0 0;
}

.step {
	position: relative;
	padding: 0 0 1em 1em;
	border-left: 0.1em solid #e2e2e2;
	line-height: 1;
}
.step:before {
	content: '';
	display: inline-block;
	border-radius: 1em;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	border: 0.2em solid #e2e2e2;
	background: #fff;
	position: absolute;
	top: 0;
	left: -.5em;
}
.step.active:before {
	background: #511b93;
}
.step:last-child {
	border: none;
}

.nav--step__mobile {
	text-align: center;
	padding: 1em 1em 0;
	display: block;
}
@media (min-width: 50em) {
	.nav--step__mobile {
		display: none;
	}
}

.step-list--mini {
	overflow: hidden;
	position: relative;
	padding: 0 0 1em 0 !important;
	margin: 0;
}
.step-list--mini .step {
	float: left;
	width: 14.28571%;
	padding: 0;
	border-left: none;
	text-align: center;
	margin: 0;
}
.step-list--mini .step:before {
	margin: auto;
	left: 50%;
	right: auto;
	top: auto;
	bottom: -.5em;
	text-align: center;
	margin-left: -.5em;
}
.step-list--mini .step:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-bottom: 0.1em solid #e2e2e2;
	margin-left: .5em;
}
.step-list--mini .step:last-child:after {
	display: none;
}

@media (min-width: 20em) and (max-width: 49.99em) {
	.step-list {
		overflow: hidden;
		padding-left: 2em;
	}

	.step {
		margin-left: 1em;
	}
}
@media (max-width: 49.99em) {
	.step-list:not(.step-list--mini) {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: .5s all;
		transition: .5s all;
	}

	.step-list.active:not(.step-list--mini) {
		max-height: 30em;
	}
}
@media (min-width: 50em) {
	.step-list {
		overflow: hidden;
		position: relative;
		padding: 1em 0;
	}

	.step {
		float: left;
		width: 14.28571%;
		padding: 0 0 1em 0;
		border-left: none;
		text-align: center;
	}
	.step:before {
		margin: auto;
		left: 50%;
		right: auto;
		top: auto;
		bottom: -.5em;
		text-align: center;
		margin-left: -.5em;
	}
	.step:after {
		content: '';
		width: 100%;
		position: absolute;
		left: 50%;
		bottom: 0;
		border-bottom: 0.1em solid #e2e2e2;
		margin-left: .5em;
	}
	.step:last-child:after {
		display: none;
	}
}
.slide {
	position: relative;
	display: block;
}

.slide__text {
	position: absolute;
	bottom: 1em;
	left: 1em;
	right: 2em;
	text-shadow: 2px 2px 2px rgba(17, 17, 17, 0.8), -1px -1px 2px rgba(17, 17, 17, 0.8), 1px -1px 2px rgba(17, 17, 17, 0.8), -1px 1px 2px rgba(17, 17, 17, 0.8);
	text-align: left;
	font-size: 1.2em;
	color: white;
}
.slide__text h2 {
	color: inherit;
}
.slide__text p {
	display: none;
}

@media (min-width: 40em) {
	.slide__text {
		left: 2em;
		bottom: 2em;
	}
	.slide__text p {
		display: block;
	}
}
.news {
	padding: 2em 0 3em;
}
.news + .news {
	border-top: .1em dashed #CCC;
}

.news__time {
	font-style: italic;
	color: #CCC;
}

.news__summary {
	margin: 1em 0;
}

.news__title a {
	color: inherit;
}

.file-list {
	list-style: none;
	margin: 2em 0 1em 0;
	padding: 0;
}

.file + .file {
	border-top: .1em dashed #CCC;
	margin-top: .5em;
	padding-top: 1em;
}
.file > div {
	clear: both;
	margin-bottom: .5em;
}

.file__icon {
	display: block;
	float: left;
	height: 2.375em;
	width: 1.8125em;
	margin: 0 1em 1em 0;
	background: url("img/icon-pdf.svg") no-repeat center center;
	background-size: 100% 100%;
}

.svg .file__icon {
	background-image: url("img/icon-pdf.svg");
}

.no-js .info {
	border: .1em solid #CCC;
	background: #fff;
	padding: 1.5em 1em 0;
	border-radius: 0.2em;
	margin: 1em 0;
}
.no-js .info__icon {
	float: left;
	margin: -.5em .5em 0 0;
}
.no-js .info__close {
	display: none;
}

.info__icon {
	color: #333;
	font-weight: bold;
	border: .1em solid #CCC;
	border-radius: 1em;
	border-radius: 50%;
	display: inline-block;
	padding: 0 .75em;
	line-height: 1.75;
	background: #fff;
	text-shadow: .1em .1em #CCC;
	font-family: Georgia, "Times New Roman", serif;
}

.js .info__panel {
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	border: .1em solid #CCC;
	background: #fff;
	padding: 1.5em 1em 1em;
	-webkit-transition: .5s all;
	transition: .5s all;
	box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.7);
	z-index: 10;
}
.js .info__panel.active {
	top: 0;
	box-shadow: 0 0 0 999px rgba(204, 204, 204, 0.7);
}
.js .info__icon {
	float: right;
	margin-top: -2em;
	font-size: .8em;
	margin-bottom: .5em;
}
@media (min-width: 50em) {
	.js .info__panel {
		margin: 2em auto;
		max-width: 40em;
	}
	.js .info__icon {
		margin-bottom: 0;
		margin-top: -1.5em;
	}
}

.beneficiary + .beneficiary {
	padding: 1.5em 0 0.5em;
	border-top: .1em dashed #CCC;
	margin: 1em 0 1.5em 0;
}

.will-output h1,
.will-output h2,
.will-output h3 {
	text-align: center;
}
.will-output > ol > li:not(:last-child) {
	margin-bottom: 2em;
}
.will-output ol ol {
	margin-top: 1em;
	list-style-type: lower-roman;
}
.will-output ol ol ol {
	list-style-type: lower-alpha;
}
.will-output ol strong {
	font-weight: normal;
	text-transform: uppercase;
}

.subtle {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .9em;
}

.included-list table {
	border-radius: .25em;
	overflow: hidden;
	margin-top: 1em;
}
.included-list td {
	background: #511b93;
	border: none;
	padding: .5em;
	color: #fff;
	font-size: 1.15em;
	line-height: 1.5;
}
.included-list td:last-child {
	padding-left: 1em;
	text-align: center;
	font-weight: 800;
	line-height: 1.2;
	font-size: 1em;
}
.included-list tr + tr {
	border-top: .1em dashed #fff;
}
.included-list .included-list__tick {
	color: inherit;
	font-size: 2em;
}
.included-list .subtle {
	margin-top: .5em;
}

.accordion__inner {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.open .accordion__inner {
	max-height: 50em;
}

.accordion__title {
	display: block;
	padding: 0.5em 0;
}

.formlist form {
	padding: 0;
}
.formlist input[type="submit"] {
	border: none;
	background: none;
	border: none;
	color: #511b93;
	text-shadow: none;
	padding: 0;
	font-weight: 400;
	margin: .25em 0;
}

.will-wrap {
	padding: 2em 2em .5em;
	background: #efefef;
	margin-bottom: 2em;
}
@media (min-width: 50em) {
	.will-wrap {
		padding: 3em 3em 1em;
	}
}

label.error{
	font-size: .9em;
	color: #C62230;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	width: 100%;
	font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0;
	display: none;
	overflow: hidden;
}

.acc-div{
	padding: 10px 0;
}


.current-menu-item a {
	color: #511b93;
	border-color: #511b93;
}