/* ------------------------------------------------------
**** Viewport settings
------------------------------------------------------ */
@-webkit-viewport {
	width: device-width;
	zoom: 1.0;
}
@-moz-viewport {
	width: device-width;
	zoom: 1.0;
}
@-ms-viewport {
	width: device-width;
	zoom: 1.0;
}
@-o-viewport {
	width: device-width;
	zoom: 1.0;
}
@viewport {
	width: device-width;
	zoom: 1.0;
}

/* ------------------------------------------------------
**** Breakpoints
------------------------------------------------------ */
/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */

}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */

}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */

}



/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}


/* ------------------------------------------------------
**** Fonts
------------------------------------------------------ */

/*
font-family: 'Stint Ultra Condensed', serif;
300 Light, 300 Light Italic, 700 Bold
font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
400 Regular
*/

/* Iconfont */
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon/fonts/icomoon.eot?sgrd35');
	src:  url('../fonts/icomoon/fonts/icomoon.eot?sgrd35#iefix') format('embedded-opentype'),
	url('../fonts/icomoon/fonts/icomoon.ttf?sgrd35') format('truetype'),
	url('../fonts/icomoon/fonts/icomoon.woff?sgrd35') format('woff'),
	url('../fonts/icomoon/fonts/icomoon.svg?sgrd35#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-before:before,
.icon-after:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon-before.icon-and:before,
.icon-after.icon-and:after {
	content: "\e915";
}
.icon-before.icon-arrow2-right:before,
.icon-after.icon-arrow2-right:after {
	content: "\e916";
}
.icon-before.icon-love:before,
.icon-after.icon-love:after {
	content: "\e918";
}
.icon-before.icon-arrow-down:before,
.icon-after.icon-arrow-down:after {
	content: "\e901";
}
.icon-before.icon-arrow-left:before,
.icon-after.icon-arrow-left:after {
	content: "\e902";
}
.icon-before.icon-arrow-right:before,
.icon-after.icon-arrow-right:after {
	content: "\e903";
}
.icon-before.icon-arrow-up:before,
.icon-after.icon-arrow-up:after {
	content: "\e904";
}
.icon-before.icon-open-quote:before,
.icon-after.icon-open-quote:after {
	content: "\e92d";
}
.icon-before.icon-close-quote:before,
.icon-after.icon-close-quote:after {
	content: "\e92c";
}
.icon-before.icon-facebook:before,
.icon-after.icon-facebook:after {
	content: "\e90a";
}
.icon-before.icon-instagram:before,
.icon-after.icon-instagram:after {
	content: "\e90b";
}
.icon-before.icon-pinterest:before,
.icon-after.icon-pinterest:after {
	content: "\e90c";
}
.icon-before.icon-youtube:before,
.icon-after.icon-youtube:after {
	content: "\e90d";
}
.icon-before.icon-linkedin:before,
.icon-after.icon-linkedin:after {
	content: "\e90e";
}
.icon-before.icon-twitter:before,
.icon-after.icon-twitter:after {
	content: "\e90f";
}
.icon-before.icon-phone:before,
.icon-after.icon-phone:after {
	content: "\e917";
}
.icon-before.icon-user:before,
.icon-after.icon-user:after {
	content: "\e919";
}
.icon-before.icon-info:before,
.icon-after.icon-info:after {
	content: "\e925";
}
.icon-before.icon-minus:before,
.icon-after.icon-minus:after {
	content: "\e91f";
}
.icon-before.icon-plus:before,
.icon-after.icon-plus:after {
	content: "\e920";
}
.icon-before.icon-close:before,
.icon-after.icon-close:after {
	content: "\e912";
}
.icon-before.icon-shopping:before,
.icon-after.icon-shopping:after {
	content: "\e911";
}
.icon-before.icon-home:before,
.icon-after.icon-home:after {
	content: "\e900";
}
.icon-before.icon-search:before,
.icon-after.icon-search:after {
	content: "\e905";
}
.icon-before.icon-cart:before,
.icon-after.icon-cart:after {
	content: "\e906";
}
.icon-before.icon-check:before,
.icon-after.icon-check:after {
	content: "\e907";
}
.icon-before.icon-delivery:before,
.icon-after.icon-delivery:after {
	content: "\e908";
}
.icon-before.icon-email:before,
.icon-after.icon-email:after {
	content: "\e909";
}
.icon-before.icon-favourite-filled:before,
.icon-after.icon-favourite-filled:after {
	content: "\e910";
}
.icon-before.icon-favourite:before,
.icon-after.icon-favourite:after {
	content: "\e913";
}
.icon-before.icon-location:before,
.icon-after.icon-location:after {
	content: "\e914";
}


/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
	font-size: 62.5%;
}

body {
	line-height: 1.4;
	font-size: 1.7em;
	color: #342C2E;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	body {
		line-height: 1.5;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	body {
		line-height: 1.6;
		font-size: 1.8em;
	}
}


/* ---- Headings ---- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Recoleta W05 Bold", serif;
	line-height: 1;
	margin: 0 0 1.2rem 0;
	text-rendering: optimizelegibility;
	font-weight: normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #8a7b7b;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
	margin-top: 2rem;
}


h1, .h1 {
	font-size: 3.2rem;
	margin-bottom: 2.3rem;
}


h2, .h2 {
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

h2:before,
.h2:before,
h2:after,
.h2:after {
	content: " ";
}




h3, .h3 {
	font-size: 2.7rem;
}
h3:before, .h3:before,
h3:after, .h3:after {
	content: none;
}
h4, .h4 {
	font-size: 2.2rem;
}
h4:before, .h4:before,
h4:after, .h4:after {
	content: none;
}

h5, .h5 {
	font-size: 2rem;
}

h6, .h6 {
	font-size: 1.8rem;
}


/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		margin-bottom: 1.5rem;
	}
	h1, .h1 {
		font-size: 3.315rem;
		margin-bottom: 2.6rem;
	}

	h2, .h2 {
		font-size: 2.89rem;
	}

	h3, .h3 {
		font-size: 2.21rem;
	}

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	/* h1, .h1 {
		font-size: 3.75rem;
		margin-bottom: 3rem;
	}

	h2, .h2 {
		font-size: 3.4rem;
		margin-bottom: 1.6rem;
	}

	h3, .h3 {
		font-size: 2.465rem;
		margin-bottom: 1.4rem;
	} */
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	p + h1,
	p + h2,
	p + h3,
	p + h4,
	p + h5,
	p + h6,
	ul + h1,
	ul + h2,
	ul + h3,
	ul + h4,
	ul + h5,
	ul + h6,
	ol + h1,
	ol + h2,
	ol + h3,
	ol + h4,
	ol + h5,
	ol + h6 {
		margin-top: 3rem;
	}

	h1:after,
	.h1:after,
	h2:after,
	.h2:after {
		margin-top: 18px;
		max-width: 250px;
	}

	h1, .h1 {
		font-size: 4.42rem;
	}


	h2, .h2 {
		font-size: 3.825rem;
		margin-bottom: 1.8rem;
	}


	h3, .h3 {
		font-size: 2.635rem;
		margin-bottom: 1.6rem;
	}

	.h3:after {
		margin-top: 0;
	}

	h4, .h4 {
		font-size: 2.04rem;
	}

	h5, .h5 {
		font-size: 2.04rem;
	}

	h6, .h6 {
		font-size: 1.8rem;
	}

}


/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1280px */
	h1, .h1 {
		font-size: 5.95rem;
	}

	h2, .h2 {
		font-size: 4.675rem;
	}

	h3, .h3 {
		font-size: 2.89rem;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	h1, .h1 {
		font-size: 7rem;
		margin-bottom: 4rem;
	}

	h2, .h2 {
		font-size: 6.5rem;
		margin-bottom: 2rem;
	}

	h3, .h3 {
		font-size: 3.6rem;
	}
}

/* Heading center */
.heading-center {
	text-align: center;
}
.heading-center * {
	display: inline-block;
}
.heading-center h2:after,
.heading-center .h2:after {
	margin-left: auto;
	margin-right: auto;
}


/* ---- Heading features ---- */
.heading-feature {
    margin: 0 0 20px;
}

.heading-feature--mb0 {
	margin-bottom: 0;
}

.heading-feature__title {
    margin: 0 0 4px;
}
.heading-feature__icon {
	font-size: 5rem;
}
.heading-feature__icon:before {
	display: block;
}
.heading-feature__subtitle {
    margin: 0;
}
.heading-feature .breadcrumb {
	padding-top: 10px;
}
.heading-feature .breadcrumb:before {
	content: " ";
	height: 2px;
	width: 70px;
	display: block;
	background-color: #eceae9;
	margin: 0 auto 10px;
}

/* Center */
.heading-feature.heading-feature--center {
    text-align: center;
}
.heading-feature.heading-feature--center .heading-feature__subtitle {
	margin-left: 0;
}

/* BP Extra Small */
@media screen and (min-width: 37.5em) { /* 600px */
    .heading-feature__subtitle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
	}
	.heading-feature__subtitle.heading-center {
		display: block;
		margin-bottom: 32px;
		margin-left: 0;
	}
    .heading-feature.heading-feature--center .heading-feature__subtitle {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .heading-feature__subtitle {
        margin-left: 30px;
    }
	.heading-feature .breadcrumb {
		padding-top: 20px;
	}
	.heading-feature .breadcrumb:before {
		margin: 0 auto 14px;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.heading-feature__icon {
		font-size: 7rem;
	}
    .heading-feature__subtitle {
        margin-left: 36px;
    }
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    .heading-feature__subtitle {
        margin-left: 40px;
    }
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
    .heading-feature__subtitle {
        margin-left: 51px;
    }
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
    .heading-feature__subtitle {
        margin-left: 60px;
    }
}


.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}

p,
ol,
ul,
dl,
address {
	margin: 0 0 1.5rem;
}

small {
	font-size: 1.28rem;
}

/* ---- Lists ---- */

ul,
ol {
	padding: 0 0 0 2rem;
}


li ul,
li ol {
	margin: 1rem 0;
}

ol li ol {
	list-style-type: lower-alpha;
}

ul.inline,
ol.inline {
	list-style-type: none;
	margin-left: 0;
}
ul.inline > li,
ol.inline > li {
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}



/* ---- Breadcrumbs ---- */
.breadcrumb {
	list-style: none;
	margin: 0 0 11px;
	padding: 0;
	text-transform: uppercase;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li a:not(.button) {
	color: #3f434f;
}
.breadcrumb li a:not(.button):hover,
.breadcrumb li a:not(.button):focus {
	color: #000;
}
.breadcrumb li:before {
	content: "\00a0\003e\00a0";
}
.breadcrumb li:first-child:before {
	content: none;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.breadcrumb {
		margin-bottom: 20px;
	}
}
/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.breadcrumb {
		margin-bottom: 27px;
	}
}

/* ---- Quotations ---- */
blockquote {
	margin: 1.5rem 0;
	padding: 15px 18px;
	background: #efefea;
	border-left: 5px solid #b9b6ad;
	font-style: normal;
}
blockquote small:before {
	content: '\00A0 \2014';
}
blockquote small:after {
	content: '';
}
blockquote.pull-right {
	float: right;
	background-color: transparent;
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
blockquote cite {
	font-style: normal;
	display: block;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
}
blockquote cite:before {
	content: "- ";
}

q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

dl,
dd {
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

.dl-horizontal:before, .dl-horizontal:after {
	content: " ";
	display: table;
}
.dl-horizontal:after {
	clear: both;
}
.dl-horizontal dt {
	float: left;
	clear: left;
	width: 30.38869258%;
}
.dl-horizontal dd {
	margin-left: 32.99289258%;
}

/* No style blockquote */
blockquote.blockquote--no-style {
	padding: 0;
	background: none;
	border-left: none;
}

/* Blockquote content */
.blockquote__content {
	font-style: italic;
	padding: 5px 24px;
	position: relative;
}
.blockquote__content p:last-child {
	margin-bottom: 0;
}
.blockquote__content:before,
.blockquote__content:after {
	position: absolute;
	display: block;
	font-size: 2.7rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #b9b6ad;
}
.blockquote__content:before {
	content: "\e92d";
	top: -6px;
	left: -5px;
}
.blockquote__content:after {
	content: "\e92c";
	text-align: right;
	bottom: -6px;
	right: -5px;
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.blockquote__content:before,
	.blockquote__content:after {
		font-size: 4rem;
	}
	.blockquote__content {
		padding: 11px 44px;
	}
}


/* BP large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	blockquote {
		padding: 25px 35px;
	}
}


/* ---- Text level elements ---- */

abbr[title] {
	border-bottom: none;
	cursor: help;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	background-color: #f6f6f6;
	color: #473f3f;
	text-decoration: none;
}

mark {
	background-color: #f6f6f6;
	color: #473f3f;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: Monaco, Courier New, monospace;
	color: #484040;
	background: #efefef;
	background: rgba(0, 0, 0, .07);
	padding: 0 2px;
	margin: 0 -2px;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}


/* ---- Links ---- */

a {
	color: #ce242a;
	word-break: break-word;
}

a:hover {
	color: #dc3036;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
	outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
	outline: 0;
}


/* ------------------------------------------------------
**** Design Patterns

Reusable bits of badass code that we probably use a lot

------------------------------------------------------ */

/* ---- Buttons ---- */
.button {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid #3F434F;
    text-transform: uppercase;
    outline: none;
    position: relative;
    font-weight: normal;
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    line-height: 1.2;
    -webkit-appearance: none;
    transition: all 200ms ease-in-out;
}

.button-no-arrow:after {
	content: none;
}

/* Small */
.button,
.button.button-small {
    font-size: 1.7rem;
    padding: 5px 24px 5px;
}
.button.button-xsmall {
    font-size: 1.7rem;
    padding: 5px 8px 5px;
}

/* Button */
.button-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.button-list li {
	margin-bottom: 10px;
	margin-right: 10px;
}

/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    /* Regular */
    .button {
        padding: 9px 40px 10px;
        font-size: 2.2rem;
    }


}

/* BP large */
@media only screen and (min-width: 77.5em) { /* 1240px */
    /* Large */
    .button.button-large {
        font-size: 2.4rem;
        padding: 14px 48px 14px;
    }
}


/* Red (default) */
.button,
.button.button-red {
    background-color: #ce242a;
    color: #fff;
    border-color: #ce242a;
}
.button.icon-before:before,
.button.icon-after:after,
.button.button-red.icon-before:before,
.button.button-red.icon-after:after {
    color: #fff;
}
.button:hover,
.button.button-red:hover,
.button:focus,
.button.button-red:focus {
    background-color: #dc3036;
    border-color: #dc3036;
    color: #fff;
}

/* Black */
.button--dark {
	background-color: #342C2E;
	color: #fff;
	border-color: #342C2E;
}

.button.button--dark:hover,
.button.button--dark:focus {
    background-color: #1D181A;
    border-color: #1D181A;
    color: #fff;
}

/* Orange */
.button.button-orange {
    background-color: #F77450;
    color: #fff;
}
.button.button-orange.icon-before:before,
.button.button-orange.icon-after:after {
    color: #CC4925;
}
.button.button-orange:hover,
.button.button-orange:focus {
    background-color: #E45E3A;
    color: #fff;
    border-color: #E45E3A;
}

/* Dark Grey */
.button.button-dark-grey {
    background-color: #3F434F;
    color: #e4e2db;
    border-color: #3F434F;
}
.button.button-dark-grey.icon-before:before,
.button.button-dark-grey.icon-after:after {
    color: #3F434F;
}
.button.button-dark-grey:hover,
.button.button-dark-grey:focus {
    background-color: #4e525d;
    color: #e4e2db;
    border-color: #4e525d;
}

/* Grey */
.button.button-grey {
    background-color: #dcd9d1;
    color: #3F434F;
    border-color: #dcd9d1;
}
.button.button-grey.icon-before:before,
.button.button-grey.icon-after:after {
    color: #3F434F;
}
.button.button-grey:hover,
.button.button-grey:focus {
    background-color: #e4e2db;
    color: #3F434F;
    border-color: #e4e2db;
}



/* Grey outline */
.button.button-outline-grey {
    background-color: transparent;
    color: #3F434F;
    border-color: #eceae8;
}
.button.button-outline-grey.icon-before:before,
.button.button-outline-grey.icon-after:after {
    color: #352d2f;
}
.button.button-outline-grey:hover,
.button.button-outline-grey:focus {
    background-color: #eceae8;
    color: #342c2e;
    border-color: #eceae8;
}

/* Grey outline with white text */
.button.button-outline-grey-white {
    background-color: transparent;
    color: #fff;
    border-color: #716B6D;
}
.button.button-outline-grey-white.icon-before:before,
.button.button-outline-grey-white.icon-after:after {
    color: #f5b140;
}
.button.button-outline-grey-white:hover,
.button.button-outline-grey-white:focus {
    background-color: #716B6D;
    color: #342c2e;
    border-color: #716B6D;
}

/* Block */
.button-block {
    display: block;
    width: 100%;
}

/* Rounded */
.button-rounded {
    border-radius: 100px;
}

/* Disabled/unavailable button style */
.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
    opacity: 0.4;
    cursor: default;
    -webkit-box-shadow: none;
            box-shadow: none;
}


/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* - Inline buttons - */
.inline-buttons .button {
	 margin-bottom: 14px;
	 display: block;
}
/* Max BP Extra Small */
@media only screen and (max-width: 37.438em) { /* 599px */
	.inline-buttons .button {
		width: 100%;
	}
}
/* BP Extra small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.inline-buttons {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	        -ms-flex-wrap: wrap;
	            flex-wrap: wrap;
	    margin-left: -13px;
	    margin-right: -13px;
	}
	.inline-buttons .button {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    margin-left: 13px;
	    margin-right: 13px;
	    margin-bottom: 14px;
	}

	/* Right */
	.inline-buttons.inline-buttons--right {
	    -webkit-box-pack: end;
	    -webkit-justify-content: flex-end;
	        -ms-flex-pack: end;
	            justify-content: flex-end;
	}
}


/* -- Icon buttons -- */
.button.icon-before:before,
.button.icon-after:after {
	position: absolute;
}

/* Small */
.button.icon-before:before,
.button.button-small.icon-before:before,
.button.icon-after:after,
.button.button-small.icon-after:after {
	top: 4px;
	font-size: 2.5rem;
}
.button.icon-before:before,
.button.button-small.icon-before:before {
	left: 10px;
}
.button.icon-after:after,
.button.button-small.icon-after:after {
	right: 8px;
}
.button.icon-before,
.button.icon-before.button-small {
	padding-left: 38px;
}
.button.icon-after,
.button.icon-after.button-small {
	padding-right: 38px;
}



/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    /* Regular */
    .button.icon-before:before,
	.button.icon-after:after {
		top: 7px;
		font-size: 3.1rem;
	}
	.button.icon-before {
		padding-left: 45px;
	}
	.button.icon-before:before {
		left: 7px;
	}
	.button.icon-after {
		padding-right: 45px;
	}
	.button.icon-after:after {
		right: 7px;
	}
}

/* BP large */
@media only screen and (min-width: 77.5em) { /* 1240px */
    /* Large */
    .button.button-large.icon-before:before,
	.button.button-large.icon-after:after {
		left: 25px;
		top: 7px;
		font-size: 4rem;
	}
	.button.button-large.icon-before {
		padding-left: 50px;
	}
	.button.icon-before:before {
		left: 10px;
	}
	.button.button-large.icon-after {
		padding-right: 50px;
	}
	.button.icon-after:after {
		right: 10px;
	}
}

/* ---- Icon links ---- */
.icon-link {
	text-transform: lowercase;
	text-decoration: none;
}
.icon-link:before {
	font-size: 3rem;
	vertical-align: top;
	margin-top: -4px;
	display: inline-block;
}

/* White */
.bg-white .icon-link:not(.button) {
	color: #3F434F;
}
.bg-white .icon-link:not(.button):hover,
.bg-white .icon-link:not(.button):focus {
	color: #000;
}

/* ---- Expando Styles ---- */

.expando-opener-heading {
	color: #e85505;
}

.expando-opener-heading:hover {
	color: #ae550d;
}

a.expando-opener-link:before,
.expando-opener-heading:before {
	content:"\003e ";
	margin-right: 5px;
	display: inline-block;
	top: -2px;
	position: relative;
}

.expando-opener-heading.expanded:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);

}


hr {
	margin: 2em 0;
	padding: 0;
	border: 0;
	border-bottom: 2px dashed #DCDAD6;
	height: 1px;
	display: block;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	clear: right;
}

/* ---- Highlight box ---- */

.highlight {
	margin: 25px 0 20px;
	padding: 20px 25px;
	background: #fff;
	border: 2px solid #ECEAE8;
}

.highlight p:last-child {
	margin-bottom: 0;
}

/* ---- Not available ---- */
.not-available {
	margin: 25px 0 20px;
	padding: 20px 25px;
	background: #ECEAE8;
	border-left: 4px solid #ce242a;
}

.not-available p:last-child {
	margin-bottom: 0;
}

/* ---- TinyMCE Templates ---- */

/* These styles are for client use in the TinyMCE Template system */
/* prefixed with ct- (content template) to avoid clashing with skin template columns */

.ct-col-group {
	margin-bottom: 1.5rem;
}

/* two columns */
@media screen and (min-width: 500px) {
	.ct-col--one-half {
		float: left;
		width: 48.148148148148%;
		margin-left: 3.561253561254%;
	}
	.ct-col--one-half:first-child {
		margin-left: 0;
	}
}

/* three columns */
@media screen and (min-width: 560px) {
	.ct-col--one-third {
		float: left;
		width: 30.95916429249733%;
		margin-left: 3.561253561254%;
	}
	.ct-col--one-third:first-child {
		margin-left: 0;
	}
}

/* ------------------------------------------------------
**** Animations
------------------------------------------------------ */

/* Header button  */
@-webkit-keyframes headerBtnTopClose {
    0% {
        -webkit-transform: translate(0, 12px) rotate(45deg);
        transform: translate(0, 12px) rotate(45deg);
    }
    50%, 70% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}



@keyframes headerBtnTopClose {
    0% {
        -webkit-transform: translate(0, 12px) rotate(45deg);
        transform: translate(0, 12px) rotate(45deg);
    }
    50%, 70% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes headerBtnTopOpen {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50%, 70% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
    }
    100% {
        -webkit-transform: translate(0, 12px) rotate(45deg);
        transform: translate(0, 12px) rotate(45deg);
    }
}
@keyframes headerBtnTopOpen {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50%, 70% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
    }
    100% {
        -webkit-transform: translate(0, 12px) rotate(45deg);
        transform: translate(0, 12px) rotate(45deg);
    }
}
@-webkit-keyframes headerBtnBottomClose {
    0% {
        -webkit-transform: translate(0, -12px) rotate(-45deg);
        transform: translate(0, -12px) rotate(-45deg);
    }
    50%, 70% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes headerBtnBottomClose {
    0% {
        -webkit-transform: translate(0, -12px) rotate(-45deg);
        transform: translate(0, -12px) rotate(-45deg);
    }
    50%, 70% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes headerBtnBottomOpen {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50%, 70% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }
    100% {
        -webkit-transform: translate(0, -12px) rotate(-45deg);
        transform: translate(0, -12px) rotate(-45deg);
    }
}
@keyframes headerBtnBottomOpen {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50%, 70% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }
    100% {
        -webkit-transform: translate(0, -12px) rotate(-45deg);
        transform: translate(0, -12px) rotate(-45deg);
    }
}
@-webkit-keyframes headerBtnMiddleClose {
    0% {
        opacity: 0;
    }
    50%, 70%, 100% {
        opacity: 1;
    }
}
@keyframes headerBtnMiddleClose {
    0% {
        opacity: 0;
    }
    50%, 70%, 100% {
        opacity: 1;
    }
}
@-webkit-keyframes headerBtnMiddleOpen {
    0% {
        opacity: 1;
    }
    50%, 70%, 100% {
        opacity: 0;
    }
}
@keyframes headerBtnMiddleOpen {
    0% {
        opacity: 1;
    }
    50%, 70%, 100% {
        opacity: 0;
    }
}

/* ---- Menu in ---- */
@-webkit-keyframes menuIn {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes menuIn {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/* ---- Menu out ---- */
@-webkit-keyframes menuOut {
	from {
		-webkit-transform: none;
		transform: none;
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes menuOut {
	from {
		-webkit-transform: none;
		transform: none;
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

/* ---- Mega menu in ---- */
@-webkit-keyframes megaMenuIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes megaMenuIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* ---- Fade in ---- */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* ---- Grow in ---- */
@-webkit-keyframes growIn {
	from {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	to {
		-webkit-transform: none;
		        transform: none;
	}
}
@keyframes growIn {
	from {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	to {
		-webkit-transform: none;
		        transform: none;
	}
}
/* ---- Grow in large ---- */
@-webkit-keyframes growInLarge {
	from {
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
	to {
		-webkit-transform: none;
		        transform: none;
	}
}
@keyframes growInLarge {
	from {
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
	to {
		-webkit-transform: none;
		        transform: none;
	}
}
/* ---- Grow in X ---- */
@-webkit-keyframes growInFadeX {
	from {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		        opacity: 0;
	}
	to {
		-webkit-transform: none;
		        transform: none;
		        opacity: 1;
	}
}
@keyframes growInFadeX {
	from {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		        opacity: 0;
	}
	to {
		-webkit-transform: none;
		        transform: none;
		        opacity: 1;
	}
}
/* ---- Grow in fade ---- */
@-webkit-keyframes growInFade {
	from {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
		        opacity: 0;
	}
	to {
		-webkit-transform: none;
		        transform: none;
		        opacity: 1;
	}
}
@keyframes growInFade {
	from {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
		        opacity: 0;
	}
	to {
		-webkit-transform: none;
		        transform: none;
		        opacity: 1;
	}
}
/* ---- Shrink out fade ---- */
@-webkit-keyframes shrinkOutFade {
	from {
		-webkit-transform: none;
		        transform: none;
		        opacity: 1;
	}
	to {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
		        opacity: 0;
	}
}
@keyframes shrinkOutFade {
	from {
		-webkit-transform: none;
		        transform: none;
		        opacity: 1;
	}
	to {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
		        opacity: 0;
	}
}
/* ---- Shrink out fade X ---- */
@-webkit-keyframes shrinkOutFadeX {
	from {
		-webkit-transform: none;
		        transform: none;
		        opacity: 1;
	}
	to {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		        opacity: 0;
	}
}
@keyframes shrinkOutFadeX {
	from {
		-webkit-transform: none;
		        transform: none;
		        opacity: 1;
	}
	to {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		        opacity: 0;
	}
}
/* ---- Fade in up ---- */
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
/* Fade in down */
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
/* Fade in left */
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
/* Fade in right */
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

/* --- Tooltip down ---- */
@-webkit-keyframes tooltipDown {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 7px;
	}
}
@keyframes tooltipDown {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 7px;;
	}
}

/* ---- Pulse ---- */
@-webkit-keyframes pop {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pop {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* Processing dot */
@-webkit-keyframes processing-dot {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background-color: #cd242b;
	}
	10% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #ef4c54;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background-color: #cd242b;
	}
}
@keyframes processing-dot {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background-color: #cd242b;
	}
	10% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #ef4c54;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background-color: #cd242b;
	}
}
@-webkit-keyframes processing-dot-white {
	0% {
		-webkit-transform: scale(0.5);
		background-color: #fff;
	}
	10% {
		-webkit-transform: scale(1);
		background-color: #c6c5c3;
	}
	100% {
		-webkit-transform: scale(0.5);
		background-color: #fff;
	}
}
@keyframes processing-dot-white {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background-color: #fff;
	}
	10% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #c6c5c3;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background-color: #fff;
	}
}
/* Spin */
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}




/* ------------------------------------------------------
**** Images
------------------------------------------------------ */


img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/*

Old school image left and right are more generic now so we can use them on anything

You can find them in the helper classes section

*/

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

.form {
	margin: 2rem 0 0.5rem;
}

/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.form {
		margin-top: 2.5rem;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.form {
		margin-top: 3.5rem;
	}
}

/* ---- Base styles ---- */
.field-element {
    margin-bottom: 13px;
}
/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    .field-element {
        margin-bottom: 21px;
    }
}

.field-element:before,
.field-element:after {
    content: " ";
    display: table;
}

.field-element:after {
    clear: both;
}

.field-input .textbox,
.field-input select,
.form-section .textbox,
.form-section select {
    display: block;
    width: 100%;
    outline: none;
    line-height: normal;
    padding: 9px 20px 8px;
    -webkit-appearance: none;
    line-height: 1.6;
    border: none;
    border-radius: 0;
    background-color: #eceae9;
    color: #3F434F;
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    border: 1px solid #dad6d4;
    white-space: nowrap;
}

select option,
select optgroup {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}

.field-input textarea.textbox {
    white-space: pre-wrap;
}

/* Focus */
.field-input .textbox:focus,
.field-input select:focus,
.form-section .textbox:focus,
.form-section select:focus {
	border-color: #a59d99;
}

/* ---- Inline ---- */
.field-elements-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -1rem;
	margin-right: -1rem;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.field-elements-inline .field-element {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.field-elements-inline .field-element {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.field-elements-inline .field-element.field-element--button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}



/* ---- White ---- */
.field-element.field-element--white .field-input .textbox,
.field-element.field-element--white .field-input select,
.field-element--white.field-element--fileselector .fs-preview-wrapper {
    background-color: #fff;
}

/* ---- Rounded ---- */
.field-element.field-element--rounded .field-input .textbox,
.field-element.field-element--rounded .field-input .dropdown {
    border-radius: 100px;
}

/* ---- Sizes ---- */

/* Small */
.field-element .field-input .textbox,
.field-element .field-input select,
.field-element--fileselector .fs-preview-wrapper,
.field-element.field-element--small .field-input .textbox,
.field-element.field-element--small .field-input select,
.field-element.field-element--small.field-element--fileselector .fs-preview-wrapper,
.form-section .textbox,
.form-section select {
    font-size: 1.6rem;
    padding: 4px 12px 3px;
    min-height: 34px;
}


/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    /* Regular */
    .field-element .field-input .textbox,
    .field-element .field-input select,
    .field-element.field-element--fileselector .fs-preview-wrapper,
	.form-section .textbox,
	.form-section select {
        padding: 9px 19px 10px;
        font-size: 1.8rem;
        min-height: 49px;
    }
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
    /* Large */
    .field-element.field-element--large .field-input .textbox,
    .field-element.field-element--large .field-input select,
    .field-element.field-element--large.field-element--fileselector .fs-preview-wrapper {
        font-size: 2.1rem;
        padding: 13px 30px 12px;
        min-height: 60px;
    }
}

/* ---- Disabled ---- */
.field-element.field-element--disabled,
.fieldset-input.fieldset-input--disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.field-element.field-element--disabled .textbox[disabled],
.field-element.field-element--disabled select[disabled],
.field-element.field-element--disabled button[disabled],
.field-element.field-element--disabled input[type="checkbox"] + label,
.field-element.field-element--disabled input[type="radio"] + label {
    cursor: not-allowed;
}

/* ---- Caps ---- */
.field-element--caps .textbox,
.field-element--caps select {
    text-transform: uppercase;
}


/* ---- Placeholders ---- */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9B9B9B;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9B9B9B;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9B9B9B !important;
}
::-ms-input-placeholder { /* Edge */
    color: #9B9B9B;
}
::-webkit-input-placeholder { /* CSS working draft */
    color: #9B9B9B;
}
.field-element--dropdown--placeholder .field-input select {
    color: #9B9B9B;
}


/* ---- Fieldset ---- */
.field-element fieldset,
.form-section fieldset {
    border: none;
    padding: 0;
    margin: 0;
}


/* ---- Labels and legends ---- */
.field-label,
.fieldset__legend,
.form-section > tbody > tr > th {
    font-weight: normal;
    font-size: 1.7rem;
    margin-bottom: 10px;
    line-height: 1.2;
    display: block;
    width: 100%;
    color: #3f434f;
}

/* Instead of h3s */
.label.heading {
    margin: 30px 0px 20px;
    padding: 8px 8px 8px 0px;
    border-bottom: 1px solid #E2E2E2;
}

/* Hidden labels */
.field-element--hidden-label .field-label,
.field-element--hidden-label .fieldset__legend {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.field-label,
	.fieldset__legend,
	.form-section > tbody > tr > th {
		font-size: 2.4rem;
	}
}

/* ---- Field legend dropdowns ---- */
.field-legend-dropdowns .field-element {
	margin-bottom: 0;
}
.field-legend-dropdowns .fieldset__legend {
	border-bottom: 1px solid #3F434F;
	padding: 10px 0;
	margin-bottom: 0;
	position: relative;
}

.field-legend-dropdowns .fieldset-input:first-child {
	margin-top: 10px;
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.field-legend-dropdowns .fieldset__legend {
		padding: 13px 0;
	}

	.field-legend-dropdowns .fieldset-input:first-child {
		margin-top: 20px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

}


/* ---- Required ---- */
.field-label__required {
    text-indent: -9999px;
    line-height: 0;
    display: inline-block;
}

.field-label__required:after {
    content: "*";
    text-indent: 0;
    display: block;
    line-height: inherit;
}


/* ---- Field helpers ---- */
.field-helper {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1em;
}

.field-label .field-helper {
    margin-top: 0.3em;
    margin-bottom: 0;
}


/* ---- Attach wrapper ---- */
.field-element-attach-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.field-element-attach-wrapper .field-element {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.field-element-attach-wrapper .field-element.field-element--button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.field-element-attach-wrapper .field-element .field-input .textbox,
.field-element-attach-wrapper .field-element .field-input .dropdown {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.field-element-attach-wrapper .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
    .field-element-attach-wrapper__button .icon {
        font-size: 3.1rem;
        margin-top: 3px;
    }
}

/* BP large */
@media only screen and (min-width: 92.5em) { /* 1480px */
    .field-element-attach-wrapper--large .field-element-attach-wrapper__button .icon {
        font-size: 3.4rem;
        margin-top: 4px;
    }
}


/* ---- Field errors ---- */
.field-element.field-element--error  .field-input .textbox,
.field-element.field-element--error  .field-input select {
    background-color: #f7eaec;
}
.field-error__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.field-error__list__item {
    color: #fff;
    background: #E04D4D;
    padding: 7px 20px;
    margin: 11px 0;
    border-left: 6px solid #b72323;
    font-size: 1.6rem;
}

/* ---- Form section datepicker ---- */
.form-section .fb-widget-datepicker input {
	display: inline-block;
}

/* ---- Text area ---- */
textarea {
    resize: vertical;
}

/* ---- Range ---- */
.field-element.field-element--range .field-input .textbox {
    -webkit-appearance: slider-horizontal;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none !important;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}


/* ---- Selects ---- */
.field-element .field-input select,
.form-section select {
    -moz-appearance: none;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
}
.field-element .field-input select[multiple] {
    background-image: none;
    padding-right: 20px;
}

.field-element select::-ms-expand,
.daterangepicker select.monthselect::-ms-expand,
.daterangepicker select.yearselect::-ms-expand,
.form-section select::-ms-expand {
    display: none;
}

/* Multiple selects */
.field-element.field-element--select.field-element--select--multiple select {
    padding: 8px 8px;
    background-image: none;
}

.field-element.field-element--select.field-element--select--multiple option {
    padding: 6px 10px;
}

/* Small */
.field-element .field-input select,
.field-element.field-element--small .field-input select,
.form-section select {
    background-position: top -274px right -8px;
    padding-right: 25px;
}


/* Responsive */
/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    .field-element .field-input select,
	.form-section select {
        background-position: top -266px right -3px;
        padding-right: 28px;
    }
}

/* BP large */
@media only screen and (min-width: 77.5em) { /* 1240px */
    /* Large */
    .field-element.field-element--large .field-input select {
        background-position: top -255px right -99px;
    }
}


/* ---- Checkboxes and radio buttons ---- */
.field-element.field-element--checkbox,
.field-element.field-element--radio,
.checkbox-list label,
.radio-list label {
    font-size: 1.6rem;
}

.field-element__input-set .fieldset-input {
	margin-bottom: 4px;
}
.field-element__input-set .fieldset-input:last-child {
	margin-bottom: 0;
}

.field-element input[type="checkbox"],
.field-element input[type="radio"],
.checkbox-list input[type="checkbox"],
.radio-list input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.field-element input[type="checkbox"] + label,
.field-element input[type="radio"] + label,
.checkbox-list label,
.radio-list label {
    padding-left: 32px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #9B9B9B;
}

.field-element input[type="checkbox"] + label:before,
.field-element input[type="radio"] + label:before,
.field-element.field-element--small input[type="checkbox"] + label:before,
.field-element.field-element--small input[type="radio"] + label:before,
.checkbox-list label:before,
.radio-list label:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 13px;
    position: relative;
    top: 3px;
    border: none;
    margin-left: -31px;
    border: 2px solid #dad6d4;
}

/* Hover */
.field-element input[type="checkbox"] + label:hover:before,
.field-element input[type="radio"] + label:hover:before,
.checkbox-list label:hover:before,
.radio-list label:hover:before {
	background-color: #ececec;
}
.field-element input[type="checkbox"] + label:hover,
.field-element input[type="radio"] + label:hover,
.checkbox-list label:hover,
.radio-list label:hover {
	color: #3f434f;
}

/* Disabled */
.field-element .fieldset-input.fieldset-input--disabled input[type="checkbox"] + label,
.field-element .fieldset-input.fieldset-input--disabled input[type="radio"] + label {
	cursor: not-allowed;
}
.fieldset-input.fieldset-input--disabled input[type="checkbox"] + label:hover:before,
.fieldset-input.fieldset-input--disabled input[type="radio"] + label:hover:before {
	background-color: #fff;
}
.fieldset-input.fieldset-input--disabled input[type="checkbox"]:checked + label:hover:before,
.fieldset-input.fieldset-input--disabled input[type="radio"]:checked + label:hover:before {
	background-color: #3f434f;
}
.fieldset-input.fieldset-input--disabled input[type="checkbox"] + label:hover,
.fieldset-input.fieldset-input--disabled input[type="radio"] + label:hover {
	color: #9B9B9B;
}


/* Check and dot */
.field-element input[type="checkbox"] + label:after,
.field-element input[type="radio"] + label:after,
.checkbox-list input[type="checkbox"] + label:after,
.radio-list input[type="radio"] + label:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: 9px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}

.field-element input[type="checkbox"]:checked + label:after,
.field-element input[type="radio"]:checked + label:after,
.checkbox-list input[type="checkbox"]:checked + label:after,
.radio-list input[type="radio"]:checked + label:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
}

.field-element input[type="checkbox"]:checked + label,
.field-element input[type="radio"]:checked + label {
	color: #3f434f;
}
.field-element input[type="checkbox"]:checked + label:before,
.field-element input[type="radio"]:checked + label:before {
	background-color: #342c2e;
	border-color: #342c2e;
}

/* override the table style and remove the pseudo checkbox */
table.checkbox-list td.check,
table.radio-list td.check {
	width: 20px;
}

table.checkbox-list label {
	padding-left: 0;
}

table.checkbox-list label:before {
	content: none;
}

/* Without labels */
.field-element.field-element--checkbox--no-label input[type="checkbox"] + label,
.field-element.field-element--radio--no-label input[type="radio"] + label {
    padding-left: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"] + label:before,
.field-element.field-element--radio--no-label input[type="radio"] + label:before {
    margin-left: 0;
    margin-right: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"] + label:after,
.field-element.field-element--radio--no-label input[type="radio"] + label:after {
    left: 1px;
}

.field-element.field-element.field-element--radio--no-label input[type="radio"] + label:after {
    margin-left: 4px;
}


/* -- Checkboxes -- */

.field-element input[type="checkbox"] + label:before,
.field-element.field-element--small input[type="checkbox"] + label:before,
.checkbox-list label:before {
	border-radius: 3px;
}

/* Check (pseudo element) */
.field-element input[type="checkbox"] + label:after,
.field-element.field-element--small input[type="checkbox"] + label:after,
.checkbox-list input[type="checkbox"] + label:after {
    content: " ";
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: top -718px left 3px;
    width: 14px;
    height: 14px;
    margin: -4px 0 0 0;
}

.field-element.field-element--checkboxlist--columns .field-element__input-set {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

/* White */
/* Check (pseudo element) */
.field-element.field-element--white input[type="checkbox"] + label:after,
.field-element.field-element--white.field-element--small input[type="checkbox"] + label:after {
    background-position: top -617px left 1px;
}

/* -- Radio Buttons -- */

/* Radio button (pseudo element) */
.field-element input[type="radio"] + label:before,
.radio-list input[type="radio"] + label:before {
    border-radius: 50%;
}

/* Radio dot (pseudo element) */
.field-element input[type="radio"] + label:after,
.field-element.field-element--small input[type="radio"] + label:after,
.radio-list input[type="radio"] + label:after {
    left: 7px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
}

/* White */
.field-element.field-element--white input[type="checkbox"] + label:before,
.field-element.field-element--white input[type="radio"] + label:before {
    background-color: #FFF;
}
.field-element.field-element--white input[type="radio"] + label:after,
.field-element.field-element--white.field-element--small input[type="radio"] + label:after {
    background: #3f434f;
}


/* Responsive */

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	/* Radio dot (pseudo element) */
	.field-element input[type="radio"] + label:after,
	.field-element.field-element--small input[type="radio"] + label:after,
	.radio-list input[type="radio"] + label:after {
		top: 10px;
	}
	/* Check (pseudo element) */
	.field-element input[type="checkbox"] + label:after,
	.field-element.field-element--small input[type="checkbox"] + label:after,
	.checkbox-list input[type="checkbox"] + label:after {
		margin: -1px 0 0 0;
	}

}

/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    .field-element input[type="checkbox"] + label:before,
    .field-element input[type="radio"] + label:before,
	.checkbox-list input[type="checkbox"] + label:before,
	.radio-list input[type="radio"] + label:before {
        width: 20px;
        height: 20px;
        margin-right: 13px;
        top: 4px;
    }

    .field-element input[type="checkbox"] + label:after,
	.checkbox-list input[type="checkbox"] + label:after {
        background-position: top -734px left 3px;
        width: 20px;
        height: 20px;
        margin: -6px 0 0 0px;
    }

	/* White */
    .field-element.field-element--white input[type="checkbox"] + label:after {
        background-position: top -634px left 2px;
    }

    /* Radio dot (pseudo element) */
    .field-element input[type="radio"] + label:after,
	.radio-list input[type="radio"] + label:after {
        left: 8px;
        top: 12px;
        width: 6px;
        height: 6px;
        border-radius: 5px;
    }

    .field-element__input-set .fieldset-input {
		margin-bottom: 8px;
	}
}

/* BP medium */
@media only screen and (min-width: 77.5em) { /* 1240px */
    /* Large */
    .field-element.field-element--large input[type="checkbox"] + label:before,
    .field-element.field-element--large input[type="radio"] + label:before {
        width: 30px;
        height: 30px;
        margin-right: 16px;
        top: 9px;
    }

    .field-element.field-element--large input[type="checkbox"] + label:after {
        background-position: top -760px left 2px;
        width: 29px;
        height: 29px;
        margin: 3px 0 0 2px;
    }

    /* White */
    .field-element.field-element--white.field-element--large input[type="checkbox"] + label:after {
        background-position: top -660px left 2px;
    }

    /* Radio outer */
    .field-element.field-element--large input[type="radio"] + label:after {
        left: 11px;
        top: 19px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
}

/* ---- Color picker ---- */

/* Small */
.field-element.field-element--colorpicker .textbox.colorpicker,
.field-element.field-element--colorpicker.field-element--small .textbox.colorpicker {
    padding: 2px 7px;
    height: 32px;
    width: 38px;
}

/* Responsive */
/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    .field-element.field-element--colorpicker .textbox.colorpicker {
        padding: 3px 8px;
        height: 42px;
        width: 49px;
    }
}

/* BP medium */
@media only screen and (min-width: 77.5em) { /* 1240px */
    .field-element.field-element--colorpicker.field-element--large .textbox.colorpicker {
        padding: 4px 10px;
        height: 50px;
        width: 60px;
    }
}

/* ---- Money ---- */
.field-element.field-element--money .field-input .textbox {
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: top -447px left 0;
}

.field-element.field-element--money .field-input {
    position: relative;
}
.field-element.field-element--money .field-input .money-symbol:before {
    content: "\00a4";       /* Generic currency sign */
    position: absolute;
    display: block;
    left: 2px;
    color: #9b9b9b;
    font-weight: bold;
    text-align: center;
}
.field-element.field-element--money .field-input .money-symbol--dollar:before {
    content: "$";    /* Dollars */
}
.field-element.field-element--money .field-input .money-symbol--pound:before {
    content: "\00a3";    /* Pounds */
}
.field-element.field-element--money .field-input .money-symbol--yen:before {
    content: "\00a5";    /* Yen */
}
.field-element.field-element--money .field-input .money-symbol--indian_rupee:before {
    content: "\20B9";   /* Indian rupee */
}


/* Small */
.field-element.field-element--money .field-input .textbox,
.field-element.field-element--money.field-element--small .field-input .textbox {
    padding-left: 33px;
}
.field-element.field-element--money .field-input .money-symbol:before,
.field-element.field-element--money.field-element--small .field-input .money-symbol:before {
    top: 4px;
    font-size: 18px;
    width: 30px;
}


/* Responsive */
/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.field-element.field-element--money .field-input .textbox {
		padding-left: 43px;
	}
    .field-element.field-element--money .field-input .money-symbol:before {
        top: 6px;
        font-size: 20px;
        width: 36px;
    }
}

/* BP medium */
@media only screen and (min-width: 77.5em) { /* 1240px */
    .field-element.field-element--money.field-element--large .field-input .money-symbol:before {
        top: 17px;
    }
}


/* ---- Time pickers ---- */

.field-element.field-element--timepicker .field-input .textbox {
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: top -170px left 12px;
}

/* Timepicker modal */
.ui-timepicker {
    display: block;
    position: absolute;
    height: 200px;
    overflow: auto;
    z-index: 9999 !important;
}

.ui-timepicker-standard {
    background-color: #FFF;
    border: 1px solid #CED2DC;
    display: block;
    margin: 3px 0 0;
    padding: 5px;
    list-style: none outside none;
    border-radius: 4px;
}

.ui-timepicker-standard a {
    color: #24292f;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #EAECF1;
}

.ui-timepicker-standard .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-timepicker-standard .ui-menu-item a {
    display: block;
    padding: 5px 10px;
    line-height: 1.5;
    text-decoration: none;
    border-radius: 3px;
}

.ui-timepicker-hidden {
    display: none;
}


/* Small */
.field-element.field-element--timepicker .field-input .textbox,
.field-element.field-element--timepicker.field-element--small .field-input .textbox {
    background-position: top -218px left 9px;
    padding-left: 33px;
}


/* Responsive */
/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    .field-element.field-element--timepicker .field-input .textbox {
        background-position: top -168px left 11px;
        padding-left: 43px;
    }
}

/* BP medium */
@media only screen and (min-width: 77.5em) { /* 1240px */
    /* Large */
    .field-element.field-element--timepicker.field-element--large .field-input .textbox {
        background-position: top -163px left 11px;
    }
}



/* ---- Date pickers ---- */

/* - Date picker and Date-range picker - */
.field-element.field-element--datepicker .field-input .textbox,
.field-element.field-element--daterangepicker .field-input .textbox {
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
}

/* Small */
.field-element.field-element--datepicker .field-input .textbox,
.field-element.field-element--datepicker.field-element--small .field-input .textbox,
.field-element.field-element--daterangepicker .field-input .textbox,
.field-element.field-element--daterangepicker.field-element--small .field-input .textbox {
    background-position: top -44px left 8px;
    padding-left: 33px;
}


/* Responsive */
/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    .field-element.field-element--datepicker .field-input .textbox,
    .field-element.field-element--daterangepicker .field-input .textbox {
        background-position: top 15px left 10px;
        padding-left: 43px;
    }
}

/* BP medium */
@media only screen and (min-width: 77.5em) { /* 1240px */
    /* Large */
    .field-element.field-element--datepicker.field-element--large .field-input .textbox,
    .field-element.field-element--daterangepicker.field-element--large .field-input .textbox {
        background-position: top 19px left 10px;
    }
}


/* - Date/time picker - */
.field-element.field-element--datetimepicker .field-input .textbox,
.field-element.field-element--datetimerangepicker .field-input .textbox {
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
}

/* Small */
.field-element.field-element--datetimepicker .field-input .textbox,
.field-element.field-element--datetimepicker.field-element--small .field-input .textbox,
.field-element.field-element--datetimerangepicker .field-input .textbox,
.field-element.field-element--datetimerangepicker.field-element--small .field-input .textbox {
    background-position: top -134px left 8px;
    padding-left: 33px;
}


/* Responsive */
/* BP medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
    .field-element.field-element--datetimepicker .field-input .textbox,
    .field-element.field-element--datetimerangepicker .field-input .textbox {
        background-position: top -84px left 10px;
        padding-left: 43px;
    }
}

/* BP medium */
@media only screen and (min-width: 77.5em) { /* 1240px */
    /* Large */
    .field-element.field-element--datetimepicker.field-element--large .field-input .textbox,
    .field-element.field-element--datetimerangepicker.field-element--large .field-input .textbox {
        background-position: top -80px left 10px;
    }
}

/* Arrive/depart */
.field-element.field-element--daterangepicker--arrive-depart .textbox--arrive-depart-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.field-element.field-element--daterangepicker--arrive-depart .field-input .textbox.js--display-value {
	cursor: pointer;
}
.field-element.field-element--daterangepicker--arrive-depart .date {
	display: inline-block;
}
.field-element.field-element--daterangepicker--arrive-depart .date--fake {
	padding: 0;
}
.field-element.field-element--daterangepicker--arrive-depart .date--active {
	padding: 0;
	position: relative;
}
.field-element.field-element--daterangepicker--arrive-depart .date--active:after {
	content: " ";
	height: 2px;
	background-color: #f5b140;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.field-element.field-element--daterangepicker--arrive-depart .sep {
	display: inline-block;
}


/* Container Appearance */
.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 15px;
    margin-top: 2px;
    border-radius: 4px;
    width: 278px;
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.openscenter:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.openscenter:after {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 14px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #d1cfc9;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 15px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.dropup{
    margin-top: -5px;
}

.daterangepicker.dropup:before{
    top: initial;
    bottom:-7px;
    border-bottom: initial;
    border-top: 7px solid #CED2DC;
}

.daterangepicker.dropup:after{
    top: initial;
    bottom:-6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 9999;
    display: none;
    border: 1px solid #d1cfc9;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .calendar {
    display: none;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

/* Calendars */
.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    position: relative;
}
.daterangepicker .calendar th {
	padding: 17px 0 8px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
.daterangepicker .calendar td {
    border: none;
    padding: 5px 8px;
    font-size: 1.2rem;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    border-collapse: collapse;
}
.daterangepicker td,
.daterangepicker th.available {
    cursor: pointer;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    color: #d4d4d4;
    background: #fff;
    visibility: hidden;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    cursor: not-allowed !important;
    background-color: #efefea;
    color: #d8d8d4;
}

.daterangepicker td.available:hover {
    background-color: #fdbf57;
    color: #3F434F;
}


.daterangepicker td.in-range {
    background: #fbd167;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #f5b140;
    color: #3F434F;
}

/* Disabled active */
.daterangepicker td.active.disabled,
.daterangepicker td.active.disabled:hover {
    opacity: 0.4;
}

/* Disabled in range */
.daterangepicker td.in-range.disabled,
.daterangepicker td.in-range.disabled:hover {
    opacity: 0.4;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #d4d4d4;
}

.daterangepicker td.available.off:hover,
.daterangepicker th.available.off:hover {
    background-color: #f5b140;
    color: #3F434F;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.yearselect,
.daterangepicker select.monthselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 62px;
    background-color: #FFF;
    outline: none;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 5px 23px 5px 8px;
    border: 2px solid #f0f0eb;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: top -314px right -14px;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 40%;
}

.daterangepicker select.yearselect {
    width: 44%;
}

.daterangepicker th.month {
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

/* Previous/Next buttons */
.daterangepicker th.prev .daterangepicker-prev-icon,
.daterangepicker th.next .daterangepicker-next-icon {
    height: 29px;
    display: block;
    margin: 0 auto;
    border: 1px solid #dcd9d1;
    border-radius: 4px;
    color: #3f434e;
    font-size: 1.5rem;
    padding-top: 6px;
}
.daterangepicker th.prev:hover .daterangepicker-prev-icon,
.daterangepicker th.next:hover .daterangepicker-next-icon {
	color: #ce242b;
	border-color: #ce242b;
}

.daterangepicker th.prev .daterangepicker-prev-icon:before,
.daterangepicker th.next .daterangepicker-next-icon:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.daterangepicker th.prev .daterangepicker-prev-icon:before {
	content: "\e902";
}
.daterangepicker th.next .daterangepicker-next-icon:after {
	content: "\e903";
}

.daterangepicker th.prev,
.daterangepicker th.next,
.daterangepicker th.month,
.daterangepicker .calendar-table thead tr:first-child th {
    padding: 0;
}


/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
    border: 2px solid #f0f0eb;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 30px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 5px 15px;
    width: 100%;
    font-size: 1.4rem;
}

.daterangepicker .input-mini.active {
    border-color: #d1cfc9;
    background-color: rgb(255, 255, 238);
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 7px;
    color: #596474;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

/* Time Picker */
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

/* Predefined Ranges */
.daterangepicker .ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

.daterangepicker .applyBtn {
    background-color: #35ab75;
    color: #FFF;
}
.daterangepicker .applyBtn:hover,
.daterangepicker .applyBtn:focus {
    background-color: #2C9867;
    color: #FFF;
}

.daterangepicker .cancelBtn {
    background-color: #D0D3DA;
    color: #24292F;
}
.daterangepicker .cancelBtn:hover,
.daterangepicker .cancelBtn:focus {
    background-color: #BCBFC5;
    color: #24292f;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto 12px;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 1.3rem;
    background: #EAECF1;
    border: 1px solid #f5f5f5;
    color: #24292F;
    padding: 4px 12px 3px;
    margin-bottom: 7px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1.2;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #358AAB;
    border: 1px solid #358AAB;
    color: #fff;
}

/* Static daterangepicker */
.daterangepicker.daterangepicker--static td,
.daterangepicker.daterangepicker--static th.available {
    cursor: default;
}

/* Hide text inputs */
.daterangepicker .daterangepicker_input {
	display: none;
}

.daterangepicker .calendar.left {
	margin: 0 0 20px;
}
.daterangepicker .calendar.right {
	margin: 0;
}
.daterangepicker .calendar.left,
.daterangepicker .calendar.right {
	float: none;
}


/* BP Extra extra small */
@media only screen and (min-width: 23.75em) { /* 380px */

}

/* BP Extra small */
@media only screen and (min-width: 37.5em) { /* 600px */
    .daterangepicker{
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 160px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker .calendar.left {
        margin: 0;
    }

    .daterangepicker .calendar.left,
	.daterangepicker .calendar.right {
		float: left;
	}

    .daterangepicker.single .ranges,
    .daterangepicker.single .calendar{
        float:left;
    }

    .daterangepicker .calendar.right {
        margin: 0;
    }

    .daterangepicker .left .daterangepicker_input {
        padding-right: 15px;
    }
    .daterangepicker .calendar {
    	float: left;
    }

    .daterangepicker .calendar.left .calendar-table {
        padding-right: 8px;
        border-right: 2px solid #f0f0eb;
    }
    .daterangepicker.single .calendar.left .calendar-table {
		border-right: none;
		padding-right: 0;
	}
    .daterangepicker .calendar.right .calendar-table {
        padding-left: 8px;
    }


}

/* BP small */
@media screen and (min-width: 48em) { /* 768px */
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }

    .daterangepicker .calendar.left {
        margin: 0;
    }
}


/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.daterangepicker .calendar td {
		padding: 7px 11px;
	}
}


/* ---- Autocomplete ---- */
.ui-autocomplete {
    list-style: none;
    background: #FFFFFF;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #CED2DC;
    border-radius: 4px;
    padding: 3px 0;
    margin: 0;
}
.ui-autocomplete .ui-menu-item {
    padding: 5px 11px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
    padding: 5px 11px;
    background: #358AAB;
    color: #FFF;
}


/* ---- Lightweight elements ---- */
.field-element--lightweight {
    margin: 0;
}


/* ---- TinyMCE tweaks ---- */
.mce-panel {
    border-color: #CED2DC !important;
}
.mce-toolbar-grp,
.mce-flow-layout {
    background-color: #EAECF1 !important;
}
.mce-tinymce{
    border-radius: 5px !important;
    overflow: hidden !important;
}
.mce-btn {
    border: 1px solid #EAECF1 !important;
    background-color: #EAECF1 !important;
}
.mce-btn:hover,
.mce-btn:focus{
    color: #333;
    background-color: #DDE0E6 !important;
    border-color: #C6CAD2 !important;
}
.mce-btn.mce-active,
.mce-btn.mce-active:hover{
    background-color: #CED2DC !important;
    border-color: #B5B8C1 !important;
}
.mce-btn:active{
    background-color:#e0e0e0 !important;
    border-color: #ccc !important;
}
.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
    background-color: #358AAB !important;
    color: #FFF !important;
}


/* ---- Submit Bar ---- */
.submit-bar {
    text-align: right;
    margin: 15px 0;
}

.sidebar .submit-bar {
    padding: 10px 0;
}

.submit-bar a,
.submit-bar .button {
    margin-right: 20px;
    margin-bottom: 12px;
}
.submit-bar a:last-child,
.submit-bar .button:last-child {
	margin-right: 0;
}

/* ---- Sidebar ---- */
.sidebar__item {
	margin: 20px 0;
}

/* Shop Refine */
.shop-refine-list {
	list-style: none;
	padding: 0;
}
.shop-refine-list a {
	text-decoration: none;
	color: inherit;
}

/* Depth 1 */
.shop-refine__item:last-child > a {
	border-bottom: 2px solid #ECEAE8;
}
.shop-refine__item > a {
	text-transform: uppercase;
	color: #9B9B9B;
	position: relative;
	border-top: 2px solid #ECEAE8;
	display: block;
	padding: 7px 20px 8px 0;
}
.shop-refine__item > a:after {
	content: "\e903";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #352d2f;
	font-size: 2.3rem;
	position: absolute;
	top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
	right: 0;
}

/* Depth 2 */
.shop-refine-item__sub {
	margin: 10px 0;
}
.shop-refine-item__sub .field-element {
	margin: 0;
}

/* --Hover */
.shop-refine__item > a:hover,
.shop-refine__item > a:active {
	color: #352d2f;
}

/* --Active */
.shop-refine__item.shop-refine__item--active > a {
	color: #352d2f;
	border-bottom: 2px solid #ECEAE8;
}
.shop-refine__item.shop-refine__item--active > a:after {
	content: "\e901";
}

/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */

}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.shop-refine__item > a {
		padding: 11px 20px 11px 0;
	}
}

/* Max BP Medium */
@media only screen and (max-width: 62.438em) { /* 999px */
	.sidebar__item__shop-refine__form {
		display: none;
	}
	.sidebar__item__shop-refine__form.sidebar__item__shop-refine__form--show {
		display: block;
		-webkit-animation: fadeInDown 200ms;
		        animation: fadeInDown 200ms;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}
}


/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.sidebar__item__shop-refine__show-wrap {
		display: none;
	}
	.shop-refine-item__sub {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */

}

/* ---- Search ---- */
.search-result {
    margin: 20px 0;
    padding: 0 0 23px;
    border-bottom: 1px solid #3f434f;
}
.search-result p:last-child {
    margin-bottom: 0;
}

.search-paginate {
	padding: 10px 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.search-paginate .page {
	padding: 4px 12px;
	margin: 0 3px;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 2.1rem;
	min-width: 45px;
	position: relative;
	height: 45px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	border: 2px solid transparent;
}
.bg-white .search-paginate a.page:not(.button) {
	color: #3f434f;
}
.search-paginate .page:hover {
	border-color: #3f434f;
}
.search-paginate .page.on {
	background-color: #3f434f;
	border-color: #3f434f;
}
.bg-white .search-paginate a.page.on:not(.button) {
	color: #fff;
}
.search-paginate .page.icon-before:before {
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%)
}




/* ---- Captcha ---- */
.captcha {
    background-color: #f6f6f6;
    padding: 10px;
    width: 100%;
    border: 1px solid #D7D7D7;
}

.captcha .captcha-info, .captcha .info {
    float: right;
    padding-bottom: 8px;
}
.captcha .captcha-info, .captcha .info a {
    text-decoration: none;
}
.captcha .captcha-info .captcha-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 16px;
}

.captcha .captcha-img {
    width: 200px;
    margin-bottom: 10px;
}

.captcha .captcha-input {
    width: 200px;
}

/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

/* ---- Content tables ---- */
.table--content-standard {
	width: 100%;
	margin: 2rem 0 3rem;
	border-collapse: collapse;
}
.table--content-standard caption {
	text-align: left;
	padding-bottom: 13px;
}
.table--content-standard th {
	font-weight: bold;
	background-color: #eceae9;
	font-size: 1.7rem;
}
.table--content-standard td {
	background-color: #FFF;
}
.table--content-standard th,
.table--content-standard td {
	border: 1px solid #dad6d4;
	padding: 12px 15px;
	text-align: left;
}

/* ---- Nutrition ---- */
.nutrition,
.product__content table {
	width: 100%;
	margin: 2rem 0 3rem;
	border-collapse: collapse;
	font-size: 1.4rem;
}
.nutrition caption,
.product__content table caption {
	text-align: left;
	padding-bottom: 13px;
}
.nutrition tr,
.product__content table tr {
	border-top: 1px solid #dad6d4;
}
.nutrition tr:last-child,
.product__content table tr:last-child {
	border-bottom: 1px solid #dad6d4;
}
.nutrition th,
.product__content table th {
	font-weight: bold;
}
.nutrition td,
.product__content table td {
	background-color: #FFF;
}
.nutrition th,
.product__content table th,
.nutrition td,
.product__content table td {
	padding: 9px 8px;
	text-align: left;
}
.nutrition p,
.product__content table p {
	margin-bottom: 0;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.nutrition,
	.product__content table {
		font-size: 1.6rem;
	}
	.nutrition th,
	.product__content table th,
	.nutrition td,
	.product__content table td {
		padding: 9px 15px;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */

}

/* ---- Product lists ---- */
.table--product-list {
	width: 100%;
	margin: 2rem 0 3rem;
	border-collapse: collapse;
	text-align: left;
}
.table--product-list caption {
	text-align: left;
	padding-bottom: 13px;
}
.table--product-list thead th {
	font-weight: normal;
	font-size: 1.9rem;
	border-bottom: 1px solid #3f434f;
}
.table--product-list td {
	background-color: #FFF;
}
.table--product-list thead thead th,
.table--product-list td {
	padding: 0;
}
.table--product-list th .product-list__inner {
	padding-top: 14px;
	padding-bottom: 14px;
}
.table--product-list td .product-list__inner {
	padding-top: 23px;
	padding-bottom: 23px;
}
.product-list__inner {
	padding-left: 12px;
	padding-right: 12px;
}
.product-list__product__pic a {
	display: block;
	text-align: center;
}
.product-list__product__size .field-element,
.product-list__product__qty .field-element,
.product-list__freight .field-element {
	margin-bottom: 0;
	width: 100%;
}
.product-list__product__remove .btn-remove {
	-webkit-appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	font-size: 4rem;
	color: #3f434f;
	display: block;
	cursor: pointer;
}
.product-list__product__remove .btn-remove:before {
	display: block;
}
.product-list__product__remove .btn-remove:hover {
	color: #cd242b;
}
.product-list__product__remove .btn-remove:active {
	color: #e43459;
}

.product-list__product__name a {
	text-decoration: none;
	font-size: 1.7rem;
	display: block;
	line-height: 1.3;
}
.bg-white .product-list__product__name a:not(.button) {
	color: inherit;
}
.table--product-list .price {
	margin-bottom: 0;
}

/* Removed */
.product-list__product.product-list__product--removed {
	opacity: 0.2;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	pointer-events: none;
}
.product-list__product.product-list__product--removed .btn-remove {
	visibility: hidden;
}


/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */

}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* Max BP Small */
@media only screen and (max-width: 47.938em) { /* 767px */
	.product-list__product__name a {
		font-size: 1.5rem;
	}
	/* Responsive one column tables */
	.table--product-list thead,
	.table--product-list th {
		display: none;
	}
	.table--product-list,
	.table--product-list tbody,
	.table--product-list tr,
	.table--product-list td {
		width: auto;
	}
	.table--product-list,
	.table--product-list tbody,
	.table--product-list td {
		display: block;
	}
	.table--product-list tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.table--product-list td {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.table--product-list td.product-list__product__remove {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 38px;
		    -ms-flex: 0 0 38px;
		        flex: 0 0 38px;
	}
	.table--product-list td.product-list__product__remove .product-list__inner {
		padding-left: 4px;
		padding-right: 4px;
	}
	.table--product-list td.product-list__product__pic {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50px;
		    -ms-flex: 0 0 50px;
		        flex: 0 0 50px;
	}
	.table--product-list .product-list__product__remove + td.product-list__product__pic .product-list__inner {
		padding-left: 0;
	}
	.table--product-list td.product-list__product__pic .product-list__inner {
		padding-right: 0;
	}
	.table--product-list td.product-list__product__name {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100px;
		    -ms-flex: 1 1 100px;
		        flex: 1 1 100px;
	}
	.table--product-list td {
		border-left: 1px solid #d7d7d7;
	}
	.table--product-list td .product-list__inner {
		padding-top: 11px;
		padding-bottom: 11px;
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.product-list__product__remove .btn-remove {
		font-size: 3rem;
	}

	.product-list__product__size .field-element,
	.product-list__product__qty .field-element {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.product-list__product__size .field-element .field-label,
	.product-list__product__qty .field-element .field-label {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin-bottom: 0;
		text-transform: none;
	}
	.product-list__product__size .field-element .field-input,
	.product-list__product__qty .field-element .field-input {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
	}

	.table--product-list tr {
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 25px;
		position: relative;
	}
	.table--product-list .product-list__inner[data-title]:before {
		content: attr(data-title);
		display: block;
		margin: 0;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.table--product-list td:empty {
		display: none;
	}
	.table--product-list td {
		border: none !important;
		border-top: 1px solid #d7d7d7 !important;
	}
	.table--product-list .price {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: right;
		font-size: 1.6rem;
	}
	.table--product-list .price sub {
		margin-top: 8px;
		font-size: 1.2rem;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.product-list__product__size .field-element .field-label,
	.product-list__product__qty .field-element .field-label {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.product-list__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.product-list__product__name a {
		font-size: 1.8rem;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */

}


/* ---- Content tables ---- */

/* Small */
.table--content-standard.table--content-small {
	font-size: 1.3rem;
}
.table--content-standard.table--content-small th,
.table--content-standard.table--content-small td {
	padding: 5px 10px;
}
.table--content-standard.table--content-small th {
	font-size: 1.4rem;
}

/* ---- Form section tables ---- */
.form-section {
	text-align: left;
	margin: 20px 0 30px;
}
.form-section .s {
	font-weight: normal;
	font-size: 1.3rem;
}

.form-section .textbox,
.form-section select {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 24px;
}

.form-section,
.form-section > tbody,
.form-section > tbody > tr,
.form-section > tbody > tr > th,
.form-section > tbody > tr > td {
	display: block;
	width: 100%;
}
.form-section > tbody > tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.form-section > tbody > tr > th:first-child {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
.form-section > tbody > tr > th {
	margin-bottom: 0;
}
.form-section > tbody > tr > td {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.form-section > tbody > tr > td.field-info {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	text-transform: uppercase;
	font-size: 1.4rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	text-align: right;
}

/* Checkbox/radio list */
.checkbox-list,
.radio-list {
	width: 100%;
	margin: 20px 0;
}
.checkbox-list td.check,
.radio-list td.check {
	padding: 0;
}

/* Field errors */
.field-error {
	display: block;
	margin: 0 0 25px;
	background: #E04D4D;
	color: #FFF;
	border-left: 4px solid #B72323;
	padding: 10px 20px;
}

/* ---- Responsive table ---- */
table.responsive {
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	display: block;
}

/* ---- No Styles Table ---- */
.table__no-styles {
	border-collapse: separate;
	border: none;
	background: none;
	min-width: 0;
}

.table__no-styles th,
div:not(.widget) > table.table__no-styles th,
.table__no-styles td,
div:not(.widget) > table.table__no-styles tr:nth-child(odd) td {
	padding: 0;
	border: 0;
	background: none;
}


/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Caption text ---- */
.caption-text {
	font-family: 'Archer-Semibold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.2;
}
.caption-text:before {
	content: "@";
	display: block;
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.caption-text {
		font-size: 1.6rem;
	}
}

/* ---- Text Align ---- */
.text-align--left--xs {
	text-align: left;
}
.text-align--center--xs {
	text-align: center;
}
.text-align--right--xs {
	text-align: right;
}

/* BP Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.text-align--left--sm {
		text-align: left;
	}
	.text-align--center--sm {
		text-align: center;
	}
	.text-align--right--sm {
		text-align: right;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.text-align--left--sm {
		text-align: left;
	}
	.text-align--center--sm {
		text-align: center;
	}
	.text-align--right--sm {
		text-align: right;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.text-align--left--md {
		text-align: left;
	}
	.text-align--center--md {
		text-align: center;
	}
	.text-align--right--md {
		text-align: right;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.text-align--left--lg {
		text-align: left;
	}
	.text-align--center--lg {
		text-align: center;
	}
	.text-align--right--lg {
		text-align: right;
	}
}


/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.text-align--left--lg2 {
		text-align: left;
	}
	.text-align--center--lg2 {
		text-align: center;
	}
	.text-align--right--lg2 {
		text-align: right;
	}
}

/* ---- Clearfix ---- */

.clear {
	height: 0;
	clear: both;
	display: block;
}

.-clearfix:before,
.-clearfix:after {
	content: " ";
	display: table;
}

.-clearfix:after {
	clear: both;
}


/* Image Replacement */
.-ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
}

.-ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.-hidden {
	display: none !important;
	visibility: hidden;
}

/* BP MAX Large */
@media only screen and (max-width: 77.4375em) { /* 1239px */
	.-hidden--lg {
		display: none !important;
		visibility: hidden;
	}
}

.-vis-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.-invisible {
	visibility: hidden;
}

/* Angle Brackets */
.-r-arrow-after:after {
	content: "\00a0\003e";
}
.-r-arrow-before:before {
	content: "\003e\00a0";
}
.-l-arrow-after:after {
	content: "\00a0\003c";
}
.-l-arrow-before:before {
	content: "\003c\00a0";
}

/* Ellipsis */
.ellipsis-2:after {
	content: "..";
}
.ellipsis-3:after {
	content: "...";
}

/* ---- Floats and positioning ---- */

.left,
.right,
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* BP Extra small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.left {
		margin: 0 35px 25px 0;
		float: left;
	}

	.right {
		margin: 0 0 25px 35px;
		float: right;
	}
}


/* ---- Site Messages ---- */
ul.messages {
	list-style: none;
	margin: 16px 0 25px;
	padding: 0;
}
ul.messages .error {
	background: #E04D4D;
	border-left: 4px solid #B72323;
	color: #FFF !important;
}
ul.messages .confirm {
	color: #FFF !important;
	background: #6DBB5A;
	border-left: 4px solid #439230;
}
ul.messages li {
	margin: 0 0 15px;
	padding: 10px 20px;
	text-align: left;
	font-size: 1.6rem;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}

/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
	margin: 0;
}

html,
body {
	background: #342C2E;
	height: 100%;
}

#wrap {
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	overflow: hidden;
}



/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	html,
	body {
		background: #fff;
	}
	#wrap {
		margin-top: 81px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	#wrap {
		margin-top: 101px;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	#wrap {
		margin-top: 119px;
	}
}

/* ---- Container ---- */
.container {
	width: 90%;
	margin: 0 auto;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.container {
		width: 692px;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.container {
		width: 900px;
	}
	.container.container--thinner {
		padding-left: 180px;
		padding-right: 180px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.container {
		width: 1140px;
	}
	.container.container--thinner {
		padding-left: 250px;
		padding-right: 250px;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.container {
		width: 1400px;
	}
	.container.container--thin {
		padding-left: 130px;
		padding-right: 130px;
	}
	.container.container--thinner {
		padding-left: 320px;
		padding-right: 320px;
	}
}



/* ---- Sections ---- */
.section {
    position: relative;
    z-index: 1;
}
.section,
.section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Small */
.section--small {
    padding-top: 10px;
    padding-bottom: 10px;
}



/* No padding */
.section.section--no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 23.75em) { /* 380px */
    .section,
	.section-padding {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section--small {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section--large {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
/* BP small */
@media screen and (min-width: 48em) { /* 768px */

}
/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.section,
	.section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section--small {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section--large {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}


/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.section,
	.section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section--small {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .section--large {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}


/* ---- Background colours ---- */

/* White */
.bg-white {
	background-color: #fff;
	color: #342C2E;
}

/* Blue */
.bg-blue {
	background-color: #0081C7;
	color: #fff;
}
.bg-blue a:not(.button) {
	color: #fff;
}
.bg-blue a:not(.button):hover,
.bg-blue a:not(.button):focus {
	color: #fff;
}

/* Black */
.bg-black {
	background-color: #000;
	color: #FFF;
}
.bg-black a:not(.button) {
	color: #FFF;
}
.bg-black a:not(.button):hover,
.bg-black a:not(.button):focus {
	color: #FFF;
}

/* Dark grey */
.bg-dark-grey {
	background-color: #342C2E;
	color: #FFF;
}
.bg-dark-grey a:not(.button) {
	color: #FFF;
}
.bg-dark-grey a:not(.button):hover,
.bg-dark-grey a:not(.button):focus {
	color: #FFF;
}

/* Grey */
.bg-grey {
	background-color: #F9F6F5;
	color: #342C2E;
}
.bg-grey a:not(.button) {
	color: #342C2E;
}
.bg-grey a:not(.button):hover,
.bg-grey a:not(.button):focus {
	color: #342C2E;
}

/* Brown */
.bg-brown {
	background-color: #7F2910;
	color: #FFF;
}
.bg-brown,
.bg-brown a:not(.button) {
	color: #FFF;
}
.bg-brown a:not(.button):hover,
.bg-brown a:not(.button):focus {
	color: #FFF;
}

/* Light orange */
.bg-light-orange {
	background-color: #f5b140;
}
.bg-light-orange,
.bg-light-orange a:not(.button) {
	color: #3F434F;
}
.bg-light-orange a:not(.button):hover,
.bg-light-orange a:not(.button):focus {
	color: #777777;
}

/* Dark orange */
.bg-dark-orange {
	background-color: #d95115;
	color: #fe9161;
}
.bg-dark-orange,
.bg-dark-orange a:not(.button) {
	color: #fe9161;
}
.bg-dark-orange a:not(.button):hover,
.bg-dark-orange a:not(.button):focus {
	color: #fff;
}

/* Dark blue */
.bg-dark-blue {
	background-color: #005da7;
}
.bg-dark-blue,
.bg-dark-blue a:not(.button) {
	color: #FFF;
}
.bg-dark-blue a:not(.button):hover,
.bg-dark-blue a:not(.button):focus {
	color: #aecbe4;
}

/* Light blue */
.bg-light-blue {
	background-color: #6faadc;
}
.bg-light-blue,
.bg-light-blue a:not(.button) {
	color: #fff;
}
.bg-light-blue a:not(.button):hover,
.bg-light-blue a:not(.button):focus {
	color: #cadff1;
}

/* Red */
.bg-red {
	background-color: #CE232A;
}
.bg-red,
.bg-red a:not(.button) {
	color: #fff;
}
.bg-red a:not(.button):hover,
.bg-red a:not(.button):focus {
	color: #fff;
}

/* Feature */
.bg-feature {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.bg-feature {
		background-attachment: fixed;
	}
}

/* ---- Alt colour ---- */
.alt-colour {
	color: #9B9B9B;
}

.bg-black .alt-colour {
	color: #656565;
}

/* ---- Heading sidetext ---- */
.heading-center-sidetext-wrapper {
	position: relative;
}
.heading-center-sidetext-wrapper .heading-center {
	padding: 0 200px;
}
.heading-center-sidetext {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2.2rem;
	font-weight: 500;
}
.heading-center-sidetext-highlight {
	color: #035497;
}
.heading-center-sidetext-highlight:before {
	margin-right: 8px;
}

/* ---- Magnific ---- */
.mfp-close:before {
	content: "\e912";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* ---- Magnific inline ---- */
.magnific-inline__title {
	border-bottom: 1px dotted #9b9b9b;
	cursor: pointer;
	display: inline-block;
}
.magnific-inline__content {
	display: none;
}
.magnific-inline__title:hover {
	opacity: 0.9;
}

/* Grey */
.bg-grey .magnific-inline__title {
	border-bottom-color: #9b9b9b;
}

/* Dark blue */
.bg-dark-blue .magnific-inline__title {
	border-bottom-color: #6ea9dc;
}

/* Light blue */
.bg-light-blue .magnific-inline__title {
	border-bottom-color: #b8d5ee;
}

/* Orange */
.bg-orange .magnific-inline__title {
	border-bottom-color: #fb8e5e;
}

/* ---- Tooltips ---- */
.tooltip {
	position: relative;
}

.tooltip__title:hover {
	opacity: 0.9;
}
.tooltip__content {
	display: none;
	position: absolute;
	top: 100%;
	background-color: #352d2f;
	max-width: 320px;
	min-width: 160px;
	padding: 6px 10px;
	font-size: 1.4rem;
	border-radius: 3px;
	margin-top: 7px;
	text-align: center;
	pointer-events: none;
	color: #FFF;
	z-index: 99;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
}

.tooltip--lwrcs .tooltip__content {
	text-transform: initial;
}

.tooltip__content:before {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #3F434F transparent;
}

/* - Wide - */
.tooltip.tooltip--wide .tooltip__content {
	max-width: 600px;
	min-width: 250px;
}

/* - Extra Wide - */
.tooltip.tooltip--xtr-wide .tooltip__content {
	max-width: 600px;
	min-width: 280px;
}

/* - Thin - */
.tooltip.tooltip--thin .tooltip__content {
	min-width: 90px;
}

.tooltip__content__line {
	margin-bottom: 8px;
	display: block;
}
.tooltip__content__line:last-child {
	margin-bottom: 0;
}

/* Center align */
.tooltip.tooltip--center .tooltip__content {
	left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.tooltip.tooltip--center .tooltip__content:before {
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* Right align */
.tooltip.tooltip--right .tooltip__content {
	right: 0;
}
.tooltip.tooltip--right .tooltip__content:before {
	right: 14px;
	left: auto;
}

/* Up */
.tooltip.tooltip--up .tooltip__content {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 7px;
}
.tooltip.tooltip--up .tooltip__content:before {
	border-width: 5px 5px 0 5px;
	border-color: #3F434F transparent transparent transparent;
	top: 100%;
}

/* Tooltips stay visible below tablet */
.tooltip--button.tooltip--tablet:hover .tooltip__content,
.tooltip--tablet .tooltip__title:hover + .tooltip__content,
.tooltip.tooltip--open.tooltip--tablet .tooltip__content {
	display: block;
	-webkit-animation: fadeIn 200ms ease;
			animation: fadeIn 200ms ease;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
}

/* No transition */
.tooltip.tooltip--no-transition.tooltip--button:hover .tooltip__content,
.tooltip.tooltip--no-transition .tooltip__title:hover + .tooltip__content {
	-webkit-animation: none;
	        animation: none;
}

/* Transition down */
.tooltip.tooltip--transition-down.tooltip--open .tooltip__content,
.tooltip.tooltip--transition-down.tooltip--button:hover .tooltip__content,
.tooltip.tooltip--transition-down .tooltip__title:hover + .tooltip__content {
	-webkit-animation-name: tooltipDown;
	        animation-name: tooltipDown;
}

/* Info icon */
.tooltip__info-icon {
	border-radius: 50%;
	background: #dcd9d1;
	color: #FFF;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	display: none;
}

.tooltip__info-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	padding: 3px 2px 1px;
	margin-left: auto;
	margin-right: auto;
}

.tooltip.tooltip--info-icon .tooltip__title {
	border-bottom: none;
	margin-right: 7px;
}
.tooltip.tooltip--info-icon .tooltip__content {
	left: -8px;
	right: auto;
}
.tooltip.tooltip--info-icon.tooltip--center .tooltip__content {
	right: auto;
	left: 50%;
}
.tooltip.tooltip--info-icon.tooltip--right .tooltip__content {
	right: -8px;
	left: auto;
}
/* Grey */
.tooltip--info-icon.tooltip--info-icon--dark .tooltip__info-icon {
	background: #b7b4aa;
}

/* Disabled */
.tooltip.tooltip--disabled .tooltip__content,
.tooltip.tooltip--button.tooltip--disabled .tooltip__content {
	display: none;
}

/* Red */
.tooltip.tooltip--red .tooltip__content {
	background-color: #ce252b;
}
.tooltip.tooltip--red .tooltip__content:before {
	border-color: transparent transparent #ce252b transparent;
}
.tooltip.tooltip--up.tooltip--red .tooltip__content:before {
	border-color: #ce252b transparent transparent transparent;
}

/* Grey */
.bg-grey .tooltip__title {
	border-bottom-color: #9b9b9b;
}


/* - Style 3 - */
.tooltip.tooltip--style3 .tooltip__content {
	max-width: none;
	min-width: 0;
	font-size: 1.2rem;
	white-space: nowrap;
	text-transform: none;
	text-align: left;
	font-weight: 400;
	padding: 8px 12px;
}
.tooltip.tooltip--style3 .tooltip__content p {
	margin: 0 0 3px;
}
.tooltip.tooltip--style3 .tooltip__content p:last-child {
	margin-bottom: 0;
}

.btn__tooltip-icon-inline .tooltip__content {
	white-space: normal;
}

.btn__tooltip-icon-inline .tooltip__info-icon {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (min-width: 62.5em) {
	.btn__tooltip-icon-anchor .tooltip__info-icon {
		top: -19px;
		right: -50px;
	}
}


/* Hide tooltips tablet and below */
@media only screen and (min-width: 64.063em) { /* 1025px */
	.tooltip__info-icon {
		display: block;
	}
	.tooltip--button:hover .tooltip__content,
	.tooltip__title:hover + .tooltip__content,
	.tooltip--hvr-open:hover .tooltip__content,
	.tooltip.tooltip--open .tooltip__content {
		display: block;
		-webkit-animation: fadeIn 200ms ease;
				animation: fadeIn 200ms ease;
		-webkit-animation-fill-mode: forwards;
				animation-fill-mode: forwards;
	}
	.tooltip__title {
		border-bottom: 1px dotted #9b9b9b;
		cursor: pointer;
	}
	button .tooltip__title {
		border-bottom: none;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.tooltip__content {
		max-width: 400px;
		font-size: 1.6rem;
	}
	.tooltip--wide .tooltip__content {
		max-width: 700px;
		min-width: 300px;
	}
}

/* --- Info icons ---- */
.info-icon-list {
	margin-bottom: -2.5rem;
}
.info-icon {
	margin-bottom: 3.5rem;
}
.info-icon__title {
	margin-bottom: 0;
}


/* Max BP Extra Small */
@media only screen and (max-width: 37.438em) { /* 599px */
	.info-icon__subtitle {
		margin-bottom: 0;
	}
	.info-icon__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.info-icon__icon {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		padding-right: 20px;
	}
	.info-icon__content{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.info-icon__title br {
		display: none;
	}
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.info-icon {
		text-align: center;
	}
	.info-icon-list {
		margin-bottom: -3rem;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */

}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

}


/* ---- Icon circle lists ---- */
.icon-circle-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.icon-circle-list__item {
	margin-right: 8px;
}
.icon-circle-list__item:last-child {
	margin-right: 0;
}
.icon-circle-list__item a {
	display: block;
	width: 34px;
	height: 34px;
	background-color: #3F434F;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	padding: 2px 0;
}
.icon-circle-list__item a:before {
	color: #FFF;
	font-size: 3rem;
}

.icon-circle-list__item a.icon-facebook {
	background-color: #3e5b98;
}
.icon-circle-list__item a.icon-facebook:hover {
	background-color: #4f6daf;
}
.icon-circle-list__item a.icon-twitter {
	background-color: #4da7de;
}
.icon-circle-list__item a.icon-twitter:hover {
	background-color: #5bb4ea;
}
.icon-circle-list__item a.icon-mail {
	background-color: #96938c;
}
.icon-circle-list__item a.icon-mail:hover {
	background-color: #a7a49e;
}

/* ---- Processing spinner ---- */
.processing.processing--animate .processing-dots-wrapper {
	-webkit-animation: spin linear infinite 1500ms;
	animation: spin linear infinite 1500ms;
}

.processing-dots-wrapper {
	position: relative;
}
.processing-dot {
	border-radius: 50%;
	background: #ff4a70;
	display: block;
	position: absolute;
}

/* White */
.processing.processing--animate.processing--white .processing-dot {
	-webkit-animation-name: processing-dot-white;
	animation-name: processing-dot-white;
}
.processing.processing--white .processing-dot {
	background: #fff;
}


/* Regular */
.processing {
	width: 35px;
	height: 35px;
	display: inline-block;
}
.processing .processing-dots-wrapper {
	width: 35px;
	height: 35px;
}
.processing .processing-dot {
	width: 8px;
	height: 8px;
}

.processing .processing-dot-8 {
	left: 4px;
	top: 4px;
}
.processing .processing-dot-7 {
	left: 0;
	top: 13px;
}
.processing .processing-dot-6 {
	left: 4px;
	top: 23px;
}
.processing .processing-dot-5 {
	left: 13px;
	top: 26px;
}
.processing .processing-dot-4 {
	left: 23px;
	top: 22px;
}
.processing .processing-dot-3 {
	left: 27px;
	top: 13px;
}
.processing .processing-dot-2 {
	left: 23px;
	top: 4px;
}
.processing .processing-dot-1 {
	left: 13px;
	top: 0px;
}


/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */

	.processing.processing--animate {
		-webkit-animation: spin 1200ms;
		animation: spin 1200ms;
	}

	.processing.processing--animate .processing-dot {
		-webkit-animation-name: processing-dot;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-easing: linear;
		-webkit-animation-duration: 1200ms;
		-webkit-animation-name: processing-dot;
		animation-name: processing-dot;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		animation-easing: linear;
		-webkit-animation-duration: 1200ms;
		animation-duration: 1200ms;
	}
	.processing-dot-8 {
		-webkit-animation-delay: 150ms;
		animation-delay: 150ms;
	}
	.processing-dot-7 {
		-webkit-animation-delay: 300ms;
		animation-delay: 300ms;
	}
	.processing-dot-6 {
		-webkit-animation-delay: 450ms;
		animation-delay: 450ms;
	}
	.processing-dot-5 {
		-webkit-animation-delay: 600ms;
		animation-delay: 600ms;
	}
	.processing-dot-4 {
		-webkit-animation-delay: 750ms;
		animation-delay: 750ms;
	}
	.processing-dot-3 {
		-webkit-animation-delay: 900ms;
		animation-delay: 900ms;
	}
	.processing-dot-2 {
		-webkit-animation-delay: 1050ms;
		animation-delay: 1050ms;
	}
	.processing-dot-1 {
		-webkit-animation-delay: 1200ms;
		animation-delay: 1200ms;
	}




	/* Large */
	.processing.processing--large.processing--animate .processing-dots-wrapper {
		-webkit-animation-duration: 2500ms;
		animation-duration: 2500ms;
	}
	.processing.processing--large {
		width: 65px;
		height: 65px;
	}
	.processing.processing--large .processing-dots-wrapper {
		width: 65px;
		height: 65px;
	}
	.processing.processing--large .processing-dot {
		width: 13px;
		height: 13px;
	}

	.processing.processing--large .processing-dot-8 {
		left: 8px;
		top: 8px;
	}
	.processing.processing--large .processing-dot-7 {
		left: 0;
		top: 26px;
	}
	.processing.processing--large .processing-dot-6 {
		left: 7px;
		top: 44px;
	}
	.processing.processing--large .processing-dot-5 {
		left: 26px;
		top: 52px;
	}
	.processing.processing--large .processing-dot-4 {
		left: 45px;
		top: 44px;
	}
	.processing.processing--large .processing-dot-3 {
		left: 52px;
		top: 26px;
	}
	.processing.processing--large .processing-dot-2 {
		left: 45px;
		top: 8px;
	}
	.processing.processing--large .processing-dot-1 {
		left: 26px;
		top: 0px;
	}
}


/* ---- Header ---- */
#header {
	display: none;
}
.section--header .container {
	height: 100%;
}

.header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.header__logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-top: 1px;
}
.header__logo a {
	display: block;
}
.header__logo__img {
	max-width: 100px;
	max-height: 35px;
}

.section--header {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	border-top: 7px solid #000;
	border-bottom: 1px solid #000;
	background: #342C2E;
}

.header__subnav__cart-total {
	font-size: 1.2rem;
	min-width: 66px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin-right: 2px;
}

/* BP Extra Extra Extra Small */
@media only screen and (min-width: 21.875em) { /* 350px */

}

/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */

}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		display: block;
	}
	.section--header {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 81px;
	}
	.header__logo {
		margin-top: 0;
	}
	.header__nav {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header__logo__img {
		max-width: 120px;
		max-height: 53px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.section--header {
		padding-top: 15px;
		padding-bottom: 15px;
		height: 101px;
	}
	.header__logo__img {
		max-width: 160px;
		max-height: 63px;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.section--header {
		padding-top: 20px;
		padding-bottom: 20px;
		height: 119px;
	}
	.header__logo__img {
		max-width: 195px;
		max-height: 71px;
	}
}



/* ---- Nav ---- */
.section--subnav {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	z-index: 1;
}
.frankenmenu-desktop-menu-animations .section--subnav {
	-webkit-animation-name: menuOut;
	animation-name: menuOut;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.44, 0.99, 0.69, 1.04);
	animation-timing-function: cubic-bezier(0.44, 0.99, 0.69, 1.04);
	padding-top: 30px;
	padding-bottom: 30px;
	width: auto;
	overflow: visible;
	margin:  0;
	height: auto;
	clip: auto;
	border-bottom: 1px solid #e2dbd7;
}
.frankenmenu-desktop-menu-visible .section--subnav {
	-webkit-animation-name: menuIn;
	        animation-name: menuIn;
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.section--subnav,
	.frankenmenu-desktop-menu-animations .section--subnav {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.section--subnav,
	.frankenmenu-desktop-menu-animations .section--subnav {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.section--subnav,
	.frankenmenu-desktop-menu-animations .section--subnav {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.section--subnav,
	.frankenmenu-desktop-menu-animations .section--subnav {
		padding-top: 27px;
		padding-bottom: 27px;
	}
}

/* ---- Hero banner ---- */
.section--hero-banner {
    padding-top: 0;
    padding-bottom: 0;
}



.hero-banner__images {
	padding-bottom: 44.63%;
}

/* Arrows */
.hero-banner__images__arrows-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.hero-banner__images__arrows {
    position: fixed;
    /* right: 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(254, 255, 254, 0.5);
}
.hero-banner__images__arrows:after {
    content: " ";
    background-color: #8A7B71;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: calc(50% - 1px);
    width: 1px;
}
.hero-banner__images__arrows .slick-arrow {
	z-index: 2;
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	color: #342C2E;
	padding: 0;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 0;
}
.hero-banner__images__arrows .slick-arrow:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 4rem;
}
.hero-banner__images__arrows .slick-prev:before {
	content: "\e902";
}
.hero-banner__images__arrows .slick-next:before {
	content: "\e903";
}
.hero-banner__images__arrows .slick-arrow:hover {
    background-color: rgba(254, 255, 254, 0.5);
}
.hero-banner__images__arrows .slick-arrow:active {
    background-color: rgba(216, 215, 205, 0.6)
}

.hero-banner__images__list__item__link {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
	display: block;
	height: 100%;
}

/* TEMP */
.hero-banner__images__list__item__link {
	background-image: url(../images/temp/banner-slider/banner-slider1.jpg);
}

/* BP Really Small */
@media screen and (min-width: 37.5em) { /* 600px */

}

/* BP Max Medium */
@media only screen and (max-width: 62.438em) { /* 999px */
	.hero-banner__images__list__item {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.hero-banner__images__list__item:nth-child(1n+2) {
        display: none;
    }
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.section--hero-banner {
		padding-bottom: 44.63%;
	}

	.hero-banner__images__list__item:not(.slick-slide) {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

    .hero-banner__images__list__item:not(.slick-slide):nth-child(1n+2) {
        display: none;
    }

    .hero-banner__images,
    .hero-banner__images__list,
    .hero-banner__images__list .slick-list,
    .hero-banner__images__list .slick-track {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }
}

/* BP wider than iPad */
@media only screen and (min-width: 64.063em) { /* 1025px */
    .hero-banner__images {
        position: fixed;
        top: 81px;
        overflow: hidden;
        height: auto;
    }
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.hero-banner__images {
        top: 101px;
    }
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.hero-banner__images {
        top: 119px;
    }
}

/* ---- Banner ---- */
.section.section--banner {
	padding-top: 0;
	padding-bottom: 0;
}
.banner__content-wrapper {
	background-color: #f5f3f6;
	position: relative;
	z-index: 1;
	padding: 16px 0 22px;
}

.banner__img {
	display: none;
}
.banner__title {
	font-size: 2.5rem;
	margin-bottom: 1.2rem;
	margin-top: 0.7rem;
}
.banner__content__inner > p:last-child {
	margin-bottom: 0;
}

.banner__content__inner .breadcrumb {
	margin-bottom: 5px;
}



/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.banner__title {
		font-size: 3.5rem;
	}
	.banner__content-wrapper {
		padding: 18px 0 24px;
	}
	.banner__content {
		position: relative;
		z-index: 1;
	}
}


/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.section.section--banner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.banner__title {
		font-size: 4.3rem;
	}
	.banner__content-wrapper {
		background-color: transparent;
		padding: 0;
	}
	.banner__content__inner {
		max-width: 400px;
	}
	.banner__img {
		display: block;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: auto;
		width: 450px;
	}

	/* TEMP */
	.banner__img {
		background-image: url(../images/temp/shop-banner.jpg);
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.section.section--banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.banner__title {
		font-size: 5.6rem;
		margin-top: 1.5rem;
	}
	.banner__subtitle {
		margin-bottom: 32px;
	}
	.banner__img {
		width: 600px;
	}
	.banner__content__inner .breadcrumb {
		margin-bottom: 12px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.section.section--banner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.banner__title {
		font-size: 6.4rem;
	}
	.banner__content__inner {
		max-width: 500px;
	}
	.banner__img {
		width: 801px;
	}
}

/* ---- Feature banner ---- */
.section.section--feature-banner {
	padding-top: 0;
	padding-bottom: 0;
}
.feature-banner__content-wrapper {
	background-color: #f5f3f6;
	position: relative;
	z-index: 1;
	padding: 16px 0 22px;
}

.feature-banner__img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 140px;
}
.feature-banner__title {
	font-size: 2.5rem;
}
.feature-banner__content__inner > p:last-child {
	margin-bottom: 0;
}


/* TEMP */
.feature-banner__img {
	background-image: url(../images/temp/home-banner.jpg);
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.feature-banner__title {
		font-size: 3.5rem;
	}
	.feature-banner__content-wrapper {
		padding: 18px 0 24px;
	}
	.feature-banner__img {
		height: 200px;
	}
}


/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.section.section--feature-banner {
		padding-top: 110px;
		padding-bottom: 30px;
		border-bottom: none;
	}
	.feature-banner__title {
		font-size: 4.3rem;
	}
	.feature-banner__title:after {
		margin-left: -20px;
	}
	.feature-banner__content-wrapper {
		background-color: transparent;
		padding: 0;
	}
	.feature-banner__content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.feature-banner__content__inner {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		max-width: 500px;
	}
	.feature-banner__img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.section.section--feature-banner {
		padding-top: 160px;
		padding-bottom: 50px;
	}
	.feature-banner__title {
		font-size: 5.6rem;
	}
	.feature-banner__title:after {
		margin-left: -40px;
	}
	.feature-banner__subtitle {
		margin-bottom: 32px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.section.section--feature-banner {
		padding-top: 223px;
		padding-bottom: 90px;
	}
	.feature-banner__title {
		font-size: 6.4rem;
	}
}

/* ---- Content ---- */
.thin-container {
	margin: 0 auto;
	max-width: 700px;
}

/* ---- Heading sides ---- */
.heading-side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 30px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.heading-side__heading {
	margin-right: 30px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.heading-side__side {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

/* ---- Inline links ---- */
.inline-links {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
}
.inline-links a {
	text-decoration: none;
	display: inline-block;
	padding-bottom: 1px;
}
.inline-links__item {
	position: relative;
	margin: 0;
}
.inline-links__item a {
	border-bottom: 1px solid transparent;
}

/* Icon */
.inline-links__item--icon {
	text-indent: -9999px;
}
.inline-links__item--icon a {
	width: 33px;
	height: 33px;
	position: relative;
}
.inline-links__item--icon a:before {
	text-indent: 0;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	font-size: 3.3rem;
}

.inline-links a:hover {
	border-bottom-color: #FFF;
}


/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.inline-links {
		margin-left: -7px;
		margin-right: -7px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.inline-links__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		margin-left: 7px;
		margin-right: 7px;
	}
	.inline-links a {
		display: block;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.inline-links {
		margin-left: -14px;
		margin-right: -14px;
		font-size: 1.8rem;
	}
	.inline-links__item {
		margin-left: 14px;
		margin-right: 14px;
	}
}

/* --- Pre footer ---- */
.section--pre-footer .heading-feature {
	text-align: center;
}
.pre-footer-more-links {
	margin-top: 20px;
}

/* Logos */
.pre-footer-logo__list__item {
	position: relative;
	margin-bottom: 20px;
}
.pre-footer-logo__list__item__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pre-footer-logo__list__item__logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100px;
	padding-right: 20px;
}
.pre-footer-logo__list__item__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */

}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.pre-footer-logo__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		margin-left: -3rem;
		margin-right: -3rem;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.pre-footer-logo__list__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		padding-left: 3rem;
		padding-right: 3rem;
		position: relative;
	}
	.pre-footer-logo__list__item__link {
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		    -ms-flex-pack: left;
		        justify-content: left;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.section--pre-footer .heading-feature {
		text-align: left;
	}
	.pre-footer-logo__list {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.section--pre-footer {
		background-image: url(../images/fruchocs-map_v2.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: contain;
	}

}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.pre-footer-logo__list__item__logo {
		max-width: 128px;
		padding-right: 25px;
	}
	.pre-footer-logo__list {
		margin-left: -5rem;
		margin-right: -5rem;
	}
	.pre-footer-logo__list__item {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

/* Fruchocs shop */
.pre-footer__fruchocs-shop__logo {
	display: block;
	max-width: 161px;
	margin: 0 auto;
}
.pre-footer__fruchocs-shop__list {
	list-style: none;
	padding: 0;
	margin-top 0;
	margin-bottom: 0;
	text-align: center;
}
.pre-footer__fruchocs-shop__list__item {
	margin-top: 20px;
}
.pre-footer__fruchocs-shop__list__item a {
	text-decoration: none;
}
.pre-footer__fruchocs-shop__list__item__map {
	color: #ce242a;
	font-size: 3.6rem;
	display: inline-block;
	margin: -6px;
	vertical-align: top;
}
.pre-footer__fruchocs-shop__list__item__map:before {
	display: block;
}

/* More links */
.pre-footer-more-links__list-wrap {
	border-left: 2px solid rgba(255,255,255,0.3);
	padding-left: 40px;
}

.pre-footer-more-links__list-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Max BP Medium */
@media only screen and (max-width: 62.438em) { /* 999px */
	.pre-footer-more-links {
		display: none;
	}
}

/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */

}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.pre-footer__fruchocs-shop__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	.pre-footer__fruchocs-shop__list__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333%;
		    -ms-flex: 0 0 33.3333333%;
		        flex: 0 0 33.3333333%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.pre-footer__fruchocs-shop__list {
		text-align: left;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.pre-footer__fruchocs-shop__logo {
		margin: 0;
		max-width: 191px;
	}
	.pre-footer__fruchocs-shop {
		position: relative;
		padding-left: 1.5rem;
		height: 100%;
	}
	.pre-footer__fruchocs-shop:before {
		content: " ";
		width: 2px;
		position: absolute;
		top: 0;
		left: calc(-2rem - 1px);
		bottom: 0;
		background-color: #716c6e;
	}
	.pre-footer__fruchocs-shop__list {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.pre-footer__fruchocs-shop__list__item {
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */

}




/* ---- Footer ---- */
.section.section--footer {
	border-bottom: none;
}
.section--footer,
.section--footer a:not(.button) {
	color: #f9cfd0;
}
.section--footer a:not(.button):hover {
	color: #FFFFFF;
}

.footer__inner__text {
	font-size: 1.4rem;
}
.footer__inner__text p {
	margin: 0;
}
.footer__inner__links {
	margin-bottom: 10px;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.footer__inner__text {
		font-size: 1.8rem;
	}
	.footer__inner {
		text-align: left;
	}
	.footer__inner__links {
		margin-bottom: 0;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.footer__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

}

/* ---- Articles boxes ---- */
.article-box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.article-box__inner {
	max-width: 440px;
	margin: 0 auto;
}
.article-box__inner,
.article-box__link {
	height: 100%;
}
.article-box__link {
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.article-box__img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding-bottom: 83.2%;
}
.article-box__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.article-box__content__inner {
	padding: 16px 20px 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.article-box__content__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: right;
}
.article-box__title {
	margin-bottom: 8px;
}

/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */

}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.article-box__inner {
		max-width: none;
	}
	.article-box__content__inner {
		padding: 24px 30px 0;
	}
	.article-box__link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.article-box__img {
		-webkit-flex-basis: 35%;
		    -ms-flex-preferred-size: 35%;
		        flex-basis: 35%;
		padding-bottom: 0;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.article-box__link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.article-box__img {
		padding-bottom: 83.2%;
		-webkit-flex-basis: auto;
		    -ms-flex-preferred-size: auto;
		        flex-basis: auto;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.section--article-boxes--pull {
		padding-bottom: 25px;
	}
	.section--article-boxes--pull .article-boxes {
		margin-top: -138px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.section--article-boxes--pull {
		padding-bottom: 30px;
	}
	.section--article-boxes--pull .article-boxes {
		margin-top: -178px;
	}
	.article-box__link {
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.article-box__img {
		-webkit-flex-basis: 47%;
		    -ms-flex-preferred-size: 47%;
		        flex-basis: 47%;
		padding-bottom: 0;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.section--article-boxes--pull {
		padding-bottom: 35px;
	}
	.section--article-boxes--pull .article-boxes {
		margin-top: -193px;
	}
	.article-box__content__inner {
		padding: 30px 40px 0;
	}
	.article-box__text {
		font-size: 2.4rem;
	}
	.article-box__img {
		-webkit-flex-basis: 45%;
		    -ms-flex-preferred-size: 45%;
		        flex-basis: 45%;
	}
}

/* ---- Promo boxes ---- */
.promo-boxes {
	margin-top: 12px;
	margin-bottom: 12px;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.promo-box {
	margin: 15px 0;
}
.promo-box__img-wrap {
	border-top: 2px solid #ECEAE8;
	border-left: 2px solid #ECEAE8;
	border-right: 2px solid #ECEAE8;
}
.promo-box__img {
	width: 100%;
	display: block;
	transition: opacity 300ms ease-in-out;
}
a.promo-box__link:not(.button),
a.promo-box__link:not(.button):hover,
a.promo-box__link:not(.button):focus {
	color: #3F434F;
}
.promo-box__link {
	text-decoration: none;
	display: block;
	height: 100%;
}
.promo-box__content {
	padding: 12px 22px;
	background-color: #342c2e;
	color: #FFF;
	transition: background 300ms ease-in-out;
}
.promo-box--product .promo-box__content__details {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	min-height: 35px;
}
.promo-box__content .add-product-tocart {
	display: inline;
}
.promo-box__title {
	margin: 0;
}
.promo-box__title:after {
	float: right;
	font-size: 4.5rem;
	margin-top: -9px;
	margin-bottom: -9px;
	margin-right: -7px;
}
.promo-box__inner {
	height: 100%;
	max-width: 440px;
	margin: 0 auto;
}

/* --Padded image */
.promo-box.promo-box--image-padded .promo-box__img-wrap {
	padding: 0;
}
.promo-box.promo-box--image-padded .promo-box__img-wrap__inner {
	position: relative;
	padding-bottom: 92.55%;
}
.promo-box.promo-box--image-padded .promo-box__img-wrap img {
	max-height: 74%;
	max-width: 74%;
	width: auto;
	margin: 0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}
.promo-box__img-wrap__inner__hover {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	transition: all 300ms ease-in-out;
}

/* Hover */
.promo-box__link:hover .promo-box__img {
	opacity: 0.65;
}
.promo-box__link:hover .promo-box__content {
	background-color: #000;
}
.promo-box__link:hover .promo-box__img-wrap__inner__hover {
	opacity: 1;
}

/* Product */
.promo-box.promo-box--product .promo-box__title {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
.promo-box.promo-box--product .promo-box__content > *:last-child {
	margin-bottom: 0;
}
.promo-box__price {
	margin: 0;
	white-space: nowrap;
	line-height: 1.25;
	flex: 1 0 auto;
	padding-right: 6px;
}
.promo-box.promo-box--product .promo-box__content {
	background-color: #FFF;
	color: #342c2e;
	border-left: 2px solid #eceae9;
	border-right: 2px solid #eceae9;
	border-bottom: 2px solid #eceae9;
}
.promo-box.promo-box--product .promo-box__link:hover .promo-box__content {
	background-color: #f5f4f3;
}



/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.promo-box__link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.promo-box__img-wrap {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
	.promo-box__content {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.promo-box__inner {
		max-width: none;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) and (max-width: 62.438em) { /* 999px */
	.promo-box__title.icon-after:after {
		content: none;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.promo-box {
		margin-top: 20px;
		margin-bottom: 20px;;
	}
	.promo-box__title:after {
		margin-top: -6px;
		margin-bottom: -6px;
	}

}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.promo-box__content {
		padding: 18px 28px;
	}
	.promo-box--product .promo-box__content {
		padding: 18px 18px;
	}

	.promo-box.promo-box--product .promo-box__title {
		padding-right: 15px;
	}
}

/* ---- Recipe search ---- */
.recipes-search-a {
	display: block;
	text-decoration: none;
	border-top: 2px solid #eceae9;
	padding: 25px 0;
}
.recipes-search-a,
.recipes-search-a:hover,
.recipes-search-a:focus {
	color: inherit;
}

.recipes-search-a:hover .recipe-search-img {
	opacity: 0.9;
}

.recipes-search-a:hover h3 {
	color: #ce252b;
}
.recipe-search-img img {
	width: 100%;
}

.recipe-search-text {
	padding: 24px 0 0;
}
.recipe-search-text p:last-child {
	margin-bottom: 0;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.recipe-search-div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.recipe-search-img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 250px;
		    -ms-flex: 0 0 250px;
		        flex: 0 0 250px;
		padding-right: 30px;
	}
	.recipe-search-text {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		padding: 24px 0;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.recipe-search-img {
		-webkit-flex-basis: 350px;
		    -ms-flex-preferred-size: 350px;
		        flex-basis: 350px;
	}
}

/* ---- Recipe ---- */
.recipe .h3 {
	font-size: 1.7rem;
	margin-bottom: 0;
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.recipe .h3 {
		font-size: 1.8rem;
	}
}

.recipe-sharing .h3 {
	margin-bottom: 0.5em;
}

.recipe-item__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.recipe-item__img-wrap {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.recipe-item__img-wrap__inner {
	padding-bottom: 100%;
}
.recipe-item__title {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	margin: 0;
}

.recipe-grid .row {
	height: 100%;
}

.recipe-item__inner {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.recipe-item__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.recipe-item__content__text {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
}


/* Hover */
.recipe-item__link:hover .recipe-item__content {
	opacity: 1;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.recipe-item__title {
		font-size: 2.2rem;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.recipe-item__title {
		font-size: 2.3rem;
	}
}

/* Max BP Large */
@media only screen and (max-width: 77.438em) { /* 1239px */
	.recipe-item.recipe-item--small {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.section--recipes .recipe-item--large {
		display: none;
	}
	.recipe-item__img-wrap {
		margin-bottom: 18px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

	.promo-box__title:after {
		font-size: 5rem;
		margin-right: -7px;
	}
	.recipe-item {
		padding-top: 20px;
		padding-bottom: 20px;
	}


	.recipe-item__content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		background-color: rgba(236, 234, 232, 0.75);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
	}
	.recipe-item__content__text {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.recipe-item.recipe-item--small {
		height: 50%;
	}
	.recipe-item.recipe-item--small .recipe-item__img-wrap,
	.recipe-item.recipe-item--small .recipe-item__inner,
	.recipe-item.recipe-item--small .recipe-item__link {
		height: 100%;
	}
	.recipe-item__img-wrap__inner {
		padding-bottom: 0;
	}

	.recipe-item__title {
		font-size: 2.2rem;
	}

	/* Large */
	.recipe-item.recipe-item--large .recipe-item__img-wrap {
		margin-bottom: 0;
	}
	.recipe-item.recipe-item--large .recipe-item__img-wrap__inner {
		padding-top: 64.63%;
	}
}

@media only screen and (min-width: 77.5em) and (max-width: 92.438em) { /* 1479px */
	.section--recipes .recipe-item.recipe-item--small:nth-last-child(1),
	.section--recipes .recipe-item.recipe-item--small:nth-last-child(2) {
		display: none;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.recipe-item {
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.recipe-item__title {
		font-size: 2.4rem;
	}
}


/* ---- Entry ---- */
.section--entry {
	padding-top: 0;
	padding-bottom: 0;
}
.entry-grid-col {
	padding-right: 0;
	padding-left: 0;
}
.entry-panel__link,
.entry-grid__link, {
	text-decoration: none;
	display: block;
}
.entry-panel__link,
.entry-panel__link:hover,
.entry-panel__link:focus,
.entry-grid__link,
.entry-grid__link:hover,
.entry-grid__link:focus {
	color: inherit;
	outline: none;
	border: none;
}
.entry-grid__link,
.entry-grid__link:hover,
.entry-grid__link:focus {
	text-decoration: none;
}

.entry-panel__main,
.entry-grid__main {
	background-color: #f4f4f4;
	padding: 40px 20px 0;
	position: relative;
	height: 280px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 1px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.entry-grid--heading {
	height: 90px;
}
.entry-grid__main {
	overflow: hidden;
}

.entry-panel__main__bg,
.entry-grid__main__bg {
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.entry-panel__main__content,
.entry-grid__main__content {
	position: relative;
	z-index: 1;
	height: 100%;
	min-width: 1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.entry-panel__hover,
.entry-grid__hover {
	text-align: center;
}

.entry-panel__title,
.entry-grid__title {
	font-size: 3rem;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.6);
	margin-bottom: 0.5em;
}
.entry-panel__title:after,
.entry-grid__title:after  {
	display: block;
	font-size: 7.5rem;
	line-height: 0.7;
}

.entry-panel__logo {
	text-align: center;
	padding: 60px 0 40px;
}
.entry-panel__logo:before {
	display: block;
	font-size: 7.5rem;
	line-height: 0.7;
	margin: 0 0 5px;
}
.entry-panel__logo img {
	max-width: 160px;
	max-height: 61px;
}

.entry-panel__bottom,
.entry-grid__bottom {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
}
.entry-grid__bottom {
	bottom: -20px;
}
.entry-panel__call-to-action,
.entry-grid__call-to-action {
	-webkit-transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
	-o-transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
	transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
	margin-bottom: -23px;
	text-align: left;
}

.entry-panel__products,
.entry-grid__products {
	text-align: center;
	position: relative;
}

.entry-grid__products {
z-index: -1;
}

.entry-panel__product--2,
.entry-grid__product--2 {
	position: relative;
	z-index: 1;
}
.entry-panel__product--1,
.entry-panel__product--3,
.entry-grid__product--1,
.entry-grid__product--3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.entry-panel__product--1,
.entry-grid__product--1 {
	-webkit-transform: rotate(-20deg) scale(0.7) translate(-80px, -13px);
	    -ms-transform: rotate(-20deg) scale(0.7) translate(-80px, -13px);
	        transform: rotate(-20deg) scale(0.7) translate(-80px, -13px);
}
.entry-panel__product--3,
.entry-grid__product--3 {
	-webkit-transform: rotate(20deg) scale(0.7) translate(80px, -13px);
	    -ms-transform: rotate(20deg) scale(0.7) translate(80px, -13px);
	        transform: rotate(20deg) scale(0.7) translate(80px, -13px);
}
.entry-panel__product img,
.entry-grid__product img {
	max-width: 120px;
	max-height: 130px;
}

.entry-grid--violet-crumble .entry-grid__product img {
	max-width: 200px;
}

.entry-panel__call-to-action img,
.entry-grid__call-to-action img {
	max-width: 60px;
}
/* Heading */
.entry-grid .entry-grid--heading {
	background-color: #1D181A;
	color: #fff;
	padding: 30px 60px;
	position: relative;
}
.entry-grid .entry-grid--heading h2{
	text-align: center;
	margin-bottom: 0;
}

/* Showbags */
.entry-panel.entry-panel--showbags .entry-panel__main,
.entry-grid.entry-grid--showbags .entry-grid__main {
	background-color: #3d150a;
}
.entry-panel.entry-panel--showbags .entry-panel__main__bg,
.entry-grid.entry-grid--showbags .entry-grid__main__bg {
	background-image: url(../images/entry-panels/showbags/bg-feature-768.jpg);
}
.entry-panel.entry-panel--showbags .entry-panel__title,
.entry-grid.entry-grid--showbags .entry-grid__title {
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}


/* Fruchocs */
.entry-panel.entry-panel--fruchocs .entry-panel__main,
.entry-grid.entry-grid--fruchocs .entry-grid__main {
	background-color: #ffa12a;
}
.entry-panel.entry-panel--fruchocs .entry-panel__main__bg,
.entry-grid.entry-grid--fruchocs .entry-grid__main__bg {
	background-image: url(../../fruchocs/images/bg-feature/bg-feature-768.jpg);
}

/* Violet Crumble */
.entry-panel.entry-panel--violet-crumble .entry-panel__main,
.entry-grid.entry-grid--violet-crumble .entry-grid__main {
	background-color: #472581;
}
.entry-panel.entry-panel--violet-crumble .entry-panel__main__bg,
.entry-grid.entry-grid--violet-crumble .entry-grid__main__bg {
	background-image: url(../../violet-crumble/images/bg-feature/bg-feature-768.jpg);
}
.entry-panel.entry-panel--violet-crumble .entry-panel__title,
.entry-grid.entry-grid--violet-crumble .entry-grid__title {
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* Choc Honeycomb */
.entry-panel.entry-panel--choc-honeycomb .entry-panel__main,
.entry-grid.entry-grid--choc-honeycomb .entry-grid__main {
	background-color: #ead197;
}
.entry-panel.entry-panel--choc-honeycomb .entry-panel__main__bg,
.entry-grid.entry-grid--choc-honeycomb .entry-grid__main__bg {
	background-image: url(../../choc-honeycomb/images/bg-feature/bg-feature-768.jpg);
}
.entry-panel.entry-panel--choc-honeycomb .entry-panel__title {
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
/* Robern */
.entry-panel.entry-panel--robern .entry-panel__main,
.entry-grid.entry-grid--robern .entry-grid__main {
	background-color: #0081C7;
}
.entry-panel.entry-panel--robern .entry-panel__main__bg,
.entry-grid.entry-grid--robern .entry-grid__main__bg {
	background-image: url(../../robern/images/bg-feature/bg-feature-768.jpg);
}
.entry-panel.entry-panel--robern .entry-panel__title,
.entry-grid.entry-grid--robern .entry-grid__title  {
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* Menz */
.entry-panel.entry-panel--menz .entry-panel__main,
.entry-grid.entry-grid--menz .entry-grid__main {
	background-color: #CE232A;
}
.entry-panel.entry-panel--menz .entry-panel__main__bg,
.entry-grid.entry-grid--menz .entry-grid__main__bg {
	background-image: url(../../menz/images/bg-feature/bg-feature-768.jpg);
	background-position: bottom right;
}


/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */
	.entry-panel__call-to-action img,
	.entry-grid__call-to-action img {
		max-width: 80px;
	}
}

/* Max BP Extra Small */
@media only screen and (max-width: 37.438em) { /* 599px */
	.entry-panel.entry-panel--fruchocs .entry-panel__call-to-action,
	.entry-grid.entry-grid--fruchocs .entry-grid__call-to-action {
		text-align: right;
	}
	.entry-panel.entry-panel--robern .entry-panel__call-to-action,
	.entry-grid.entry-grid--robern .entry-grid__call-to-action {
		text-align: right;
	}
	.entry-grid.entry-grid--menz .entry-grid__call-to-action {
		text-align: right;
	}
	.entry-panel__logo:before,
	.entry-grid__logo:before {
		display: none;
	}
	.entry-grid--violet-crumble .entry-grid__bottom {
		bottom: -40px;
	}
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.entry-panel__title,
	.entry-grid__title {
		font-size: 3.5rem;
	}
	.entry-panels,
	.entry-grids  {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.entry-panel,
	.entry-grid {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
	}
	.entry-panel__call-to-action {
		text-align: center;
		margin-bottom: 25px;
	}
	.entry-grid__call-to-action {
		text-align: center;
		margin-bottom: 10px;
	}
	.entry-panel__main,
	.entry-grid__main {
		height: 390px;
	}
	.entry-grid--heading {
		height: 390px;
	}
	.entry-panel__logo,
	.entry-grid__logo {
		padding: 40px 0;
	}

	.entry-panel__product img,
	.entry-grid__product img {
		max-width: 140px;
		max-height: 150px;
	}

	.entry-grid.entry-grid--violet-crumble .entry-grid__product img {
		max-width: 216px;
	}

	/* Heading */
	.entry-grid .entry-grid--heading {
		padding: 60px;
	}
	.entry-grid .entry-grid--heading h2 {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	/* showbags */
	.entry-panel.entry-panel--showbags .entry-panel__call-to-action img,
	.entry-grid.entry-grid--showbags .entry-grid__call-to-action img {
		margin-left: -90px;
	}

	/* Fruchocs */
	.entry-panel.entry-panel--fruchocs .entry-panel__call-to-action img,
	.entry-grid.entry-grid--fruchocs .entry-grid__call-to-action img {
		margin-left: 90px;
	}

	/* Choc Honeycomb */
	.entry-panel.entry-panel--choc-honeycomb .entry-panel__call-to-action img,
	.entry-grid.entry-grid--choc-honeycomb .entry-grid__call-to-action img {
		margin-left: -90px;
	}

	/* Robern */
	.entry-panel.entry-panel--robern .entry-panel__call-to-action img,
	.entry-grid.entry-grid--robern .entry-grid__call-to-action img {
		margin-left: 90px;
	}

	/* Menz */
	.entry-panel.entry-panel--menz .entry-panel__call-to-action img,
	.entry-grid.entry-grid--menz .entry-grid__call-to-action img {
		margin-left: 90px;
	}

	/* Violet Crumble */
	.entry-grid.entry-grid--violet-crumble .entry-grid__call-to-action img {
		margin-left: -90px;
	}
	.entry-grid--violet-crumble .entry-grid__call-to-action {
		margin-bottom: 0;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	/* showbags */
	.entry-panel.entry-grid--showbags .entry-panel__main__bg,
	.entry-grid.entry-grid--showbags .entry-grid__main__bg  {
		background-image: url(../images/entry-panels/showbags/bg-feature-1200.jpeg);
	}

	/* Fruchocs */
	.entry-panel.entry-panel--fruchocs .entry-panel__main__bg,
	.entry-grid.entry-grid--fruchocs .entry-grid__main__bg {
		background-image: url(../../fruchocs/images/bg-feature/bg-feature-1200.jpg);
	}

	/* Choc Honeycomb */
	.entry-panel.entry-panel--choc-honeycomb .entry-panel__main__bg,
	.entry-grid.entry-grid--choc-honeycomb .entry-grid__main__bg {
		background-image: url(../../choc-honeycomb/images/bg-feature/bg-feature-1200.jpg);
	}
	/* Robern */
	.entry-panel.entry-panel--robern .entry-panel__main__bg,
	.entry-grid.entry-grid--robern .entry-grid__main__bg  {
		background-image: url(../../robern/images/bg-feature/bg-feature-1200.jpg);
	}

	/* Menz */
	.entry-panel.entry-panel--menz .entry-panel__main__bg,

	.entry-grid.entry-grid--menz .entry-grid__main__bg {
		background-image: url(../../menz/images/bg-feature/bg-feature-1200.jpg);
	}

	/* Violet Crumble */
	.entry-panel.entry-panel--violet-crumble .entry-panel__main__bg,
	.entry-grid.entry-grid--violet-crumble .entry-grid__main__bg {
		background-image: url(../../violet-crumble/images/bg-feature/bg-feature-1200.jpg);
	}
	.entry-grid.entry-grid--violet-crumble .entry-grid__call-to-action img {
		margin-left: -180px;
		margin-bottom: -20px;
	}
}

/* Wider than iPad */
@media only screen and (min-width: 64.063em) { /* 1025px */
	.entry-panel__logo {
		padding: 50px 0 70px;
	}
	.entry-grid__bottom {
		bottom: 50px;
		-webkit-transition: bottom 320ms cubic-bezier(.25, .25, .2, 1.2);
		-o-transition: bottom 320ms cubic-bezier(.25, .25, .2, 1.2);
		transition: bottom 320ms cubic-bezier(.25, .25, .2, 1.2);
	}
	.entry-panel__call-to-action,
	.entry-grid__call-to-action {
		-webkit-transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
		-o-transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
		transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
	}
	.entry-panel__call-to-action img,
	.entry-grid__call-to-action img {
		max-width: 110px;
	}
	.entry-panel__main,
	.entry-grid__main {
		padding-top: 60px;
		height: 360px;
	}

	.entry-panel,
	.entry-grid {
		-webkit-flex-basis: 25%;
		    -ms-flex-preferred-size: 25%;
		        flex-basis: 25%;
	}
	.entry-panel__hover,
	.entry-grid__hover {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(150px);
		    -ms-transform: scale(0.4) translateY(150px);
		        transform: scale(0.4) translateY(150px);
		-webkit-transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
		-o-transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
		transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
	}
	.entry-panel__product--1,
	.entry-panel__product--3  {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		opacity: 0;
		-webkit-transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
		-o-transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
		transition: all 320ms cubic-bezier(0.18, 0.75, 0.2, 1.2);
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
	}
	.entry-panel__main__bg,
	.entry-grid__main__bg {
		opacity: 0;
		-webkit-transition: all 320ms ease;
		-o-transition: all 320ms ease;
		transition: all 320ms ease;
	}

	/* Hover */
	.entry-grid__link:hover .entry-grid__bottom {
		bottom: -20px;
	}
	.entry-panel__link:hover .entry-panel__product--1,
	.entry-panel__link:hover .entry-panel__product--3 {
		opacity: 1;
	}
	.entry-panel__link:hover .entry-panel__product--1 {
		-webkit-transform: rotate(-20deg) scale(0.7) translate(-80px, -13px);
		    -ms-transform: rotate(-20deg) scale(0.7) translate(-80px, -13px);
		        transform: rotate(-20deg) scale(0.7) translate(-80px, -13px);
	}
	.entry-panel__link:hover .entry-panel__product--3 {
		-webkit-transform: rotate(20deg) scale(0.7) translate(80px, -13px);
		    -ms-transform: rotate(20deg) scale(0.7) translate(80px, -13px);
		        transform: rotate(20deg) scale(0.7) translate(80px, -13px);
	}
	.entry-panel__link:hover .entry-panel__call-to-action,
	.entry-grid__link:hover .entry-grid__call-to-action {
		opacity: 0;
		-webkit-transform: scale(0.4);
		    -ms-transform: scale(0.4);
		        transform: scale(0.4);
	}
	.entry-panel__link:hover .entry-panel__hover,
	.entry-grid__link:hover .entry-grid__hover {
		opacity: 1;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		-webkit-transition-delay: 100ms;
		     -o-transition-delay: 100ms;
		        transition-delay: 100ms;
	}
	.entry-panel__link:hover .entry-panel__main__bg,
	.entry-grid__link:hover .entry-grid__main__bg {
		opacity: 1;
	}

	/* Violet Crumble */
	.entry-grid--violet-crumble .entry-grid__call-to-action {
		margin-bottom: 10px;
	}
	.entry-grid.entry-grid--violet-crumble .entry-grid__call-to-action img {
		margin-left: -90px;
		margin-bottom: 0;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.entry-panel__title,
	.entry-grid__title {
		font-size: 4rem;
	}
	.entry-panel__main {
		padding-top: 90px;
		height: 510px;
	}
	.entry-grid__main{
		padding-top: 90px;
		height: 400px;
	}
	.entry-panel__product img,
	.entry-grid__product img {
		max-width: 170px;
		max-height: 180px;
	}
	.entry-grid.entry-grid--violet-crumble .entry-grid__product img {
		max-width: 268px;
	}
	.entry-grid__link:hover .entry-grid__bottom {
		bottom: -50px;
	}
	.entry-panel__link:hover .entry-panel__product--1  {
		-webkit-transform: rotate(-20deg) scale(0.7) translate(-130px, -28px);
		    -ms-transform: rotate(-20deg) scale(0.7) translate(-130px, -28px);
		        transform: rotate(-20deg) scale(0.7) translate(-130px, -28px);
	}

	.entry-panel__link:hover .entry-panel__product--3 {
		-webkit-transform: rotate(20deg) scale(0.7) translate(130px, -28px);
		    -ms-transform: rotate(20deg) scale(0.7) translate(130px, -28px);
		        transform: rotate(20deg) scale(0.7) translate(130px, -28px);
	}
	.entry-panel__title:after,
	.entry-panel__logo:before,
	.entry-grid__title:after,
	.entry-grid__logo:before  {
		font-size: 9.5rem;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.entry-panel__product img,
	.entry-grid__product img {
		max-width: none;
		max-height: none;
	}
	.entry-panel__main {
		padding-top: 130px;
		height: 590px;
	}
	.entry-grid__main {
		height: 440px;
	}
	.entry-panel__call-to-action img,
	.entry-grid__call-to-action img {
		max-width: none;
	}
	.entry-panel__title,
	.entry-grid__title {
		font-size: 5rem;
	}
	.entry-panel__title:after,
	.entry-grid__title:after {
		line-height: 1;
	}
	.entry-panel__logo:before,
	.entry-grid__logo:before {
		line-height: 1;
	}
	.entry-panel__logo img,
	.entry-grid__logo img {
		max-width: 210px;
		max-height: 80px;
	}
	.entry-grid.entry-grid--violet-crumble .entry-grid__product img {
		max-width: 362px;
	}
	.entry-grid__link:hover .entry-grid__bottom {
		bottom: -100px;
	}
	.entry-grid.entry-grid--violet-crumble .entry-grid__link:hover .entry-grid__bottom {
		bottom: -60px;
	}
	.entry-grid__link .entry-grid__product--1  {
		-webkit-transform: rotate(-20deg) scale(0.7) translate(-130px, -28px);
		    -ms-transform: rotate(-20deg) scale(0.7) translate(-130px, -28px);
		        transform: rotate(-20deg) scale(0.7) translate(-130px, -28px);
	}

	.entry-grid__link .entry-grid__product--3 {
		-webkit-transform: rotate(20deg) scale(0.7) translate(130px, -28px);
		    -ms-transform: rotate(20deg) scale(0.7) translate(130px, -28px);
		        transform: rotate(20deg) scale(0.7) translate(130px, -28px);
	}

	.entry-grid--menz .entry-panel__product--1,
	.entry-grid--menz .entry-grid__product--1 {
		/* different image ratio */
		-webkit-transform: rotate(-20deg) scale(0.7) translate(-118px, 0px);
		-ms-transform: rotate(-20deg) scale(0.7) translate(-118px, 0px);
		transform: rotate(-20deg) scale(0.7) translate(-118px, 0px);
	}
	.entry-grid--showbags .entry-panel__product img,
	.entry-grid--showbags .entry-grid__product img {
		max-width: 258px;
	}
}


/* ---- Title ---- */
.section.section--title {
	padding-top: 20px;
}
.section.section--title h2 {
	margin-bottom: 0;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.section.section--title {
		padding-top: 30px;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.section.section--title {
		padding-top: 50px;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.section.section--title {
		padding-top: 70px;
	}
}


/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.section.section--title {
		padding-top: 90px;
	}
}

/* ---- Featured category ---- */
.featured-category__image {
	position: relative;
	overflow: hidden;
}
.featured-category__image__img {
	width: 100%;
}


/* Text */
.featured-category__text {
	text-align: center;
	margin: 15px 0 0;
	position: relative;
}
.featured-category__text__title:after {
	content: attr(data-title);
}




/* Grid */
.featured-category-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
	margin-top: 1.5rem;
	margin-bottom: -1.5rem;
}
.featured-category-grid .featured-category {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	margin-bottom: 2.5rem;
}

/* Hover */
@media only screen and (max-width: 64em) { /* 1024px */
	.featured-category__image__img-link:focus .featured-category__image__img {
		opacity: 0.6;
	}
	.featured-category__hover,
	.featured-category__text__link {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.featured-category__text__link-wrap {
		display: block;
		text-decoration: none;
	}
	.featured-category__text__link-wrap:hover .featured-category__text__title {
		text-decoration: underline;
	}
}

/* 5 */
.featured-category-grid.featured-category-grid--5 .featured-category {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	/* 5 */
	.featured-category-grid.featured-category-grid--5 .featured-category {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	/* 5 */
	.featured-category-grid.featured-category-grid--5 .featured-category {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.featured-category__text {
		margin-top: 25px;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.featured-category-grid {
		margin-top: 3rem;
		margin-bottom: -1rem;
	}
	.featured-category-grid .featured-category {
		margin-bottom: 3.5rem;
	}
}

/* Wider than iPad */
@media only screen and (min-width: 64.063em) { /* 1025px */
	.featured-category__hover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		background-color: transparent;
		padding: 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-transition: background-color 50ms ease;
		-o-transition: background-color 50ms ease;
		transition: background-color 50ms ease;
	}
	.featured-category__hover__inner {
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
		-webkit-animation-duration: 50ms;
		        animation-duration: 50ms;
		-webkit-animation-name: shrinkOutFade;
		        animation-name: shrinkOutFade;
	}
	.subtitle.featured-category__hover__title {
		font-size: 1.5rem;
	}
	.featured-category__hover__title {
		display: inline-block;
		margin: 0;
	}
	.featured-category__hover__title:after {
		content: " ";
		height: 2px;
		margin: 7px 0;
		display: block;
		background: rgb(127,41,16);
		background: -webkit-linear-gradient(left, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%);
		background: -webkit-gradient(linear, left top, right top, color-stop(50.45%, rgba(127,41,16,1)),color-stop(50.55%, rgba(255,74,112,1)));
		background: -o-linear-gradient(left, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%);
		background: linear-gradient(to right, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%);
	}

	.featured-category__hover__links {
		list-style: none;
		padding: 0;
		margin: 0;
		line-height: 1.4;
	}

	/* Bold */
	.featured-category__hover__links__item--bold a {
		font-weight: bold;
	}


	.featured-category__hover__links a {
		text-decoration: none;
		text-transform: lowercase;
		font-size: 1.5rem;
	}
	.featured-category__hover__links a:before {
		content: "\003e\00a0";
	}
	.featured-category__hover__links a:not(.button),
	.featured-category__hover__links a:not(.button):hover,
	.featured-category__hover__links a:not(.button):focus {
		color: #3F434F;
	}
	.featured-category__hover__links a:not(.button):hover,
	.featured-category__hover__links a:not(.button):focus {
		text-decoration: underline;
	}

	/* Hover */
	.featured-category:hover .featured-category__hover {
		background-color: rgba(250,248,251,0.8);
		-webkit-transition-duration: 350ms;
		     -o-transition-duration: 350ms;
		        transition-duration: 350ms;
	}
	.featured-category:hover .featured-category__hover__inner {
		-webkit-animation-name: growInFade;
		        animation-name: growInFade;
		-webkit-animation-duration: 350ms;
		        animation-duration: 350ms;
	}

	.featured-category:hover .featured-category__text__title {
		-webkit-animation-name: shrinkOutFade;
		        animation-name: shrinkOutFade;
		-webkit-animation-duration: 50ms;
		        animation-duration: 50ms;
	}
	.featured-category:hover .featured-category__text__link {
		-webkit-animation-name: growInFade;
		        animation-name: growInFade;
		-webkit-animation-duration: 350ms;
		        animation-duration: 350ms;
	}

	.featured-category__text__title {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		-webkit-animation-name: growInFade;
		        animation-name: growInFade;
		-webkit-animation-duration: 350ms;
		        animation-duration: 350ms;
	}
	.featured-category__text__link {
		margin: 0;
		opacity: 0;
		-webkit-animation-name: shrinkOutFade;
		        animation-name: shrinkOutFade;
		-webkit-animation-duration: 50ms;
		        animation-duration: 50ms;
	}
	.featured-category__text__title,
	.featured-category__text__link {
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.featured-category__hover {
		padding: 25px;
	}
	.featured-category__hover__title:after {
		margin-top: 18px;
		margin-bottom: 18px;
	}
	.subtitle.featured-category__hover__title {
		font-size: 1.6rem;
	}
	.featured-category__hover__links a {
		font-size: 1.6rem;
	}

	.featured-category__hover__links li {
		margin-bottom: 3px;
	}
}

/* ---- Tabs ---- */
.tabs {
	margin: 0 0 25px;
}

/* - Nav - */
.tabs-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tabs-nav__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	border-right: 1px solid #c1b9b5;
}
.tabs-nav__item:last-child {
	border-right: none;
}
.tabs-nav__item__button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	font-size: 1.9rem;
	color: #352d2f;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	padding: 11px 5px;
	font-weight: normal;
	cursor: pointer;
	width: 100%;
	background-color: #dad6d4;
	border-radius: 0;
}

/* Hover */
.tabs-nav__item:hover .tabs-nav__item__button {
	color: #3F434F;
}

/* Active */
.tabs-nav__item.tabs-nav__item--active .tabs-nav__item__button {
	background-color: #eceae9;
}

/* - Content - */
.tabs-content {
	border: 1px solid #dad6d4;
}
.tabs-content__item {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.tabs-content__item.tabs-content__item--active {
	clip: auto;
	height: auto;
	margin: auto;
	overflow: visible;
	position: relative;
	width: auto;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 200ms;
            animation-duration: 200ms;
    padding: 20px 25px;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.tabs-nav__item__button {
		font-size: 2.1rem;
	}
}

/* ---- Product ---- */
.product-wrapper {
	margin: 20px 0 0;
}
.product__price {
	margin: 0;
}
.product__price__current,
.product__price__from {
	font-size: 1.8rem;
}
.product__price__current {
	font-weight: bold;
}
.product__price__current sub,
.product__price__from__small {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	font-size: 1.1rem;
	bottom: 0;
	line-height: inherit;
	text-transform: uppercase;
}

.product__price__from {
	color: #9B9B9B;
}

.product__image {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}
.product__image__link {
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 2rem;
}
.product__image__link:after {
	display: none;
}

.product__cta__item--added {
	display: none;
}

.cart-add {
	margin-bottom: 30px;
}

.social-share {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.social-share > div {
	margin-right: 16px;
}

/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */
	.product__price__current,
	.product__price__from {
		font-size: 2rem;
	}
	.product__price__current sub,
	.product__price__from__small {
		margin-top: 9px;
		font-size: 1.3rem;
	}
}


/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.product__afterpay__logo {
		max-width: 123px;
		margin: 0 0 0 5px;
		display: inline-block;
	}
	.product__cta {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin-left: -1rem;
		margin-right: -1rem;
		margin-bottom: 15px;
	}
	.product__cta__item {
		margin-left: 1rem;
		margin-right: 1rem;
		margin-bottom: 0;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.product__cta__item .field-element {
		margin-bottom: 0
	}
	.product__price {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.product__image {
		max-width: none;
	}
	.product-wrapper {
		margin-top: 25px;
	}
	.product__price__current,
	.product__price__from {
		font-size: 2.4rem;
	}
	.product__price__current sub,
	.product__price__from__small {
		margin-top: 11px;
		font-size: 1.4rem;
	}
	.product__image__link:after {
		font-size: 5.3rem;
		color: #fff;
		position: absolute;
		background: rgba(0,0,0,0.7);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px;
		opacity: 0;
		-webkit-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
	}
	.product__image__link:hover:after {
		opacity: 1;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.product-wrapper {
		margin-top: 30px;
	}
	.product__price__current,
	.product__price__from {
		font-size: 2.6rem;
	}
	.product__price__current sub,
	.product__price__from__small {
		margin-top: 12px;
		font-size: 1.5rem;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

}

/* ---- Product results ---- */
.product-result__inner {
	border-bottom: 1px solid #3f434f;
	height: 100%;
	position: relative;
}

/* Favourite button */
.product-result__favourite {
	-webkit-appearance: none;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
	cursor: pointer;
}
.product-result__favourite:before,
.product-result__favourite:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 3rem;
	position: absolute;
	top: -3px;
	left: -3px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product-result__favourite:before {
	content: "\e907";
	color: #3f434f;
}
.product-result__favourite:after {
	content: "\e906";
	color: #3f434f;
	opacity: 0;
	-webkit-transform: scale(0.2);
	    -ms-transform: scale(0.2);
	        transform: scale(0.2);
}


/* On state / hover */
.product-result__favourite.product-result__favourite--active:before,
.product-result__favourite:hover:before {
	opacity: 0;
}
.product-result__favourite.product-result__favourite--active:after,
.product-result__favourite:hover:after {
	opacity: 1;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

/* On state */
.product-result__favourite.product-result__favourite--active:after {
	color: #ff4a70;
}


/* Active */
.product-result__favourite:active:after {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	color: #ff4a70;
}
.product-result__favourite.product-result__favourite--active:active:after {
	color: #3f434f;
}



.product-result__image {
	position: relative;
}
.product-result__image__img {
	width: 100%;
}

/* Text */
.product-result__text {
	margin: 17px 0 0;
	position: relative;
	padding-bottom: 15px;
}
.product-result__text a {
	text-decoration: none;
}
.product-result__text a:not(.button),
.product-result__text a:not(.button):focus {
	color: inherit;
}
.product-result__text a:not(.button):hover,
.product-result__text a:not(.button):hover .subtitle {
	color: #000;
}
.product-result__text__title {
	margin-bottom: 2px;
}
.product-result__text__price sub {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.product-result__text__price {
	margin-bottom: 0;
}

/* Grid */
.product-result-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
	margin-top: 1.5rem;
	margin-bottom: -0.5rem;
}
.product-result-grid .product-result {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	margin-bottom: 2.5rem;
}

/* Animate in */
.product-result-grid.product-result-grid--animate-in .product-result {
	-webkit-animation-name: growIn;
	        animation-name: growIn;
	-webkit-animation-duration: 250ms;
	        animation-duration: 250ms;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

/* 2 */
.product-result-grid.product-result-grid--2 .product-result {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
/* 4 */
.product-result-grid.product-result-grid--4 .product-result {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}

/* Tags */
.product__tag {
	position: absolute;
	top: -7px;
	left: 13px;
	background-color: #ff4a70;
	z-index: 1;
	color: #FFF;
	text-transform: uppercase;
	padding: 1px 5px 0;
	font-weight: bold;
	font-size: 1.3rem;
}
.product__tag:before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7px 7px;
	border-color: transparent transparent #cd2446 transparent;
	position: absolute;
	right: 100%;
	top: 0;
}

/* Sale */
.product__tag.product__tag--sale {
	background-color: #3f434f;
}
.product__tag.product__tag--sale:before {
	border-color: transparent transparent #000 transparent;
}


/* In bag */
.product__tag.product__tag--bag {
	background-color: #3f434f;
}
.product__tag.product__tag--bag:before {
	border-color: transparent transparent #000 transparent;
}

/* Show more button */
.show-more,
.product-result-loading {
	margin: 20px 0 30px;
	text-transform: uppercase;
}
.show-more {
	-webkit-appearance: none;
	padding: 0 10px;
	background: none;
	outline: none;
	border: none;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.show-more:hover {
	color: #000;
}
.show-more:after {
	font-size: 2.5rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 10px;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.product-result__favourite {
		width: 27px;
		height: 26px;
		top: 11px;
		right: 10px;
	}
	.product-result__favourite:before,
	.product-result__favourite:after {
		font-size: 3.3rem;
	}
	.product__tag {
		font-size: 1.6rem;
	}
	/* 4 */
	.product-result-grid.product-result-grid--4 .product-result {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.product-result__text {
		padding-bottom: 20px;
		margin-top: 25px;
	}
	.product-result-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 2.5rem;
		margin-bottom: 0;
	}
	.product-result-grid .product-result {
		margin-bottom: 4.5rem;
	}
	.show-more:after {
		font-size: 2.6rem;
		margin-top: 7px;
		margin-left: 10px;
	}
}

/* Hover */
@media only screen and (max-width: 64em) { /* 1024px */
	.product-result__hover {
		display: none;
	}
}

/* Wider than iPad */
@media only screen and (min-width: 64.063em) { /* 1025px */
	.product-result__hover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		background-color: transparent;
		padding: 25px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-transition: background-color 50ms ease;
		-o-transition: background-color 50ms ease;
		transition: background-color 50ms ease;
	}
	.product-result__hover__title {
		display: inline-block;
		margin: 0;
	}
	.product-result__hover__title:after {
		content: " ";
		height: 2px;
		margin: 24px 0;
		display: block;
		background: rgb(127,41,16);
		background: -webkit-linear-gradient(left, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%);
		background: -webkit-gradient(linear, left top, right top, color-stop(50.45%, rgba(127,41,16,1)),color-stop(50.55%, rgba(255,74,112,1)));
		background: -o-linear-gradient(left, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%);
		background: linear-gradient(to right, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%);
		max-width: 280px;
	}

	.product-result__hover__links {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product-result__hover__inner {
		opacity: 0;
	}

	/* Bold */
	.product-result__hover__links__item--bold a {
		font-weight: bold;
	}


	.product-result__hover__links a {
		text-decoration: none;
		text-transform: lowercase;
		font-size: 1.6rem;
	}
	.product-result__hover__links a:before {
		content: "\003e\00a0";
	}
	.product-result__hover__links a:not(.button),
	.product-result__hover__links a:not(.button):hover,
	.product-result__hover__links a:not(.button):focus {
		color: #3F434F;
	}
	.product-result__hover__links a:not(.button):hover,
	.product-result__hover__links a:not(.button):focus {
		text-decoration: underline;
	}


	/* Hover */
	.product-result:hover .product-result__hover {
		background-color: rgba(250,248,251,0.8);
		-webkit-transition-duration: 350ms;
		     -o-transition-duration: 350ms;
		        transition-duration: 350ms;
	}
	.product-result:hover .product-result__hover__inner {
		-webkit-animation-name: growInFade;
		        animation-name: growInFade;
		-webkit-animation-duration: 350ms;
		        animation-duration: 350ms;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.product__tag {
		left: 20px;
		padding: 4px 7px;
		font-size: 1.7rem;
	}
	.product-result-grid {
		margin-top: 3rem;
	}
}

/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */

}

/* ---- Prices ---- */
.price {
	margin: 0 0 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.price sub {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	font-size: 1.2rem;
	bottom: 0;
	line-height: inherit;
	text-transform: uppercase;
	margin-left: 3px;
}

/* Large */
.price.price--large {
	font-size: 2rem;
}
.price.price--large sub {
	margin-top: 8px;
	font-size: 1.3rem;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */

}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.price {
		font-size: 2rem;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.price.price--large {
		font-size: 2.6rem;
	}
	.price.price--large sub {
		margin-top: 12px;
		font-size: 1.5rem;
	}
}

/* ---- Menu Cart ---- */

.mobile-header__cart-wrap {
	/*position: relative;*/
}

#frankenmenu-list .menu-item.menu-item-cart {
	position: relative;
}

.menu-item-cart__cart {
	border: 0px solid #ccc;
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	right: 0;
	background: #fff;
	color: #342C2E;
	padding: 0;
	box-shadow: 0 0 40px rgba(0,0,0,.25);
	text-align: center;
}

@media screen and (min-width: 37.5em) {  /* 600px */
	.menu-item-cart__cart {
		width: 320px;
		left: auto;
		right: 79px;
	}
}
@media only screen and (min-width: 62.5em) { /* 1000px */
	.menu-item-cart__cart {
		top: calc(100% + 12px);
		right: -12px;
	}
}

.cart-list {
	list-style: none;
	margin: 0;
	padding: 0;
}


#frankenmenu .cart-list {
	max-height: 300px;
	max-height: calc(90vh - 165px);
	overflow: auto;
}

.cart-list__item {
	padding: 12px 12px;
	border-top: 1px solid #ccc;
	line-height: 1.2;
	text-align: left;
}

.cart-list__item:first-child {
	border-top: 0;
}

.cart-list__item__details {
	flex: 1 1 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}


.cart-list__item__title {
	display: block;
	margin-bottom: 12px;
	color: #342c2e;
	transition: color 200ms ease-in-out;
	text-decoration: underline !important;
}

.cart-list__item__quantity {
	background: #eceae9;
	border: 1px solid #dad6d4;
	display: inline-block;
	margin-right: 10px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.cart-list__item__quantity__number {
	width: 38px;
	text-align: center;
	display: inline-block;
}

.cart-list__item__btn {
	background: #eceae9;
	border: 0px solid #dad6d4;
	width: 26px;
	height: 30px;
	display: inline-block;
	text-indent: -200px;
	overflow: hidden;
	transition: 100ms ease-in-out;
	cursor: pointer;
	flex: 0 0 auto;
}

.cart-list__item__btn--remove {
	border-right: 1px solid #dad6d4;
	background: transparent url(../images/icon_cart-remove.svg) no-repeat center center;
}

.cart-list__item__btn--add {
	border-left: 1px solid #dad6d4;
	background: transparent url(../images/icon_cart-add.svg) no-repeat center center;
}

.cart-list__item__btn:hover,
.cart-list__item__btn:focus,
.cart-list__item__btn:hover {
	background-color: #342c2e;
}

.cart-list__item__size {
	flex: 1 0 auto;
	height: 32px;
}

.cart-list__item__size .field-element {
	margin: 0;
	max-width: 124px;
}

.cart-list__item__size .field-input select {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	height: 32px;
	min-height: 32px;
	line-height: 1.25;
	background-position: top -275px right -8px;
}

.cart-list__item__price {
	font-weight: bold;
	text-align: right;
	padding-left: 6px;
}

.menu-item-cart__cart__buy-btn {
	padding: 8px 12px;
	justify-content: center;
}



/* ---- Checkout ---- */
#cart-logos {
	margin-top: 20px;
}
#cart-processing {
	display: none;
}

.cart-security {
	border-top: 2px solid #ECEAE8;
	margin-top: 20px;
	padding-top: 20px;
}
.cart-security a {
	display: block;
}

/* ---- Featured variety ---- */

.featured-variety {
	text-align: center;
}

.featured-variety__link {
	text-decoration: none;
}
a.featured-variety__link:not(.button),
a.featured-variety__link:not(.button):hover,
a.featured-variety__link:not(.button):focus {
	color: inherit;
}
a.featured-variety__link:not(.button):hover,
a.featured-variety__link:not(.button):focus {
	text-decoration: underline;
}

.featured-variety__image {
	border: 1px solid #3F434F;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	margin: 0 auto 12px;
}
.featured-variety__image__img {
	margin-bottom: -8px;
	max-width: 55px;
	max-height: 55px;
}

.featured-variety__title {
	display: inline-block;
	margin: 0;
}
.featured-variety__title:after {
	content: " ";
	height: 2px;
	margin: 12px 0 0;
	display: block;
	background: rgb(127,41,16); /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, color-stop(50.45%, rgba(127,41,16,1)),color-stop(50.55%, rgba(255,74,112,1)));
	background: -o-linear-gradient(left, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%);
	background: linear-gradient(to right, rgba(127,41,16,1) 50.45%,rgba(255,74,112,1) 50.55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	max-width: 280px;
	opacity: 0;
	-webkit-animation-name: shrinkOutFadeX;
	        animation-name: shrinkOutFadeX;
	-webkit-animation-duration: 100ms;
	        animation-duration: 100ms;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

/* Grid */
.featured-variety-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
	margin-top: 2rem;
	margin-bottom: -1rem;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.featured-variety-grid .featured-variety {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	margin-bottom: 2.5rem;
}

/* 5 */
.featured-variety-grid.featured-variety-grid--5 .featured-variety {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

/* Hover */
.featured-variety__link:hover .featured-variety__image {
	border-color: #7f2910;
}
.featured-variety__link:hover .featured-variety__title:after {
	-webkit-animation-name: growInFadeX;
	        animation-name: growInFadeX;
	-webkit-animation-duration: 350ms;
	        animation-duration: 350ms;
}

/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */
	.featured-variety__image {
		width: 130px;
		height: 130px;
	}
	.featured-variety__image__img {
		margin-bottom: -9px;
		max-width: 80px;
		max-height: 80px;
	}
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	/* 5 */
	.featured-variety-grid.featured-variety-grid--5 .featured-variety {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.featured-variety__image {
		width: 150px;
		height: 150px;
	}
	.featured-variety__image__img {
		margin-bottom: -8px;
	}
	.featured-variety__title:after {
		margin-top: 18px;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	/* 5 */
	.featured-variety-grid.featured-variety-grid--5 .featured-variety {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.featured-variety__image {
		width: 120px;
		height: 120px;
		margin-bottom: 14px;
	}
	.featured-variety__image__img {
		margin-bottom: -11px;
		max-width: 70px;
		max-height: 70px;
	}

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.featured-variety-grid {
		margin-top: 3rem;
	}
	.featured-variety-grid .featured-variety {
		margin-bottom: 3rem;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.featured-variety__image {
		width: 150px;
		height: 150px;
		margin-bottom: 20px;
	}
	.featured-variety__image__img {
		max-width: none;
		max-height: none;
	}
	.featured-variety__title:after {
		margin-top: 24px;
	}
}

/* ---- Subtitle ---- */
.subtitle {
	font-size: 1.8rem;
	color: #342c2e;
	line-height: 1.4;
}
.subtitle a:not(.button),
.subtitle a:not(.button):hover,
.subtitle a:not(.button):focus {
	color: inherit;
}
.subtitle a:not(.button) {
	text-decoration: none;
}
.subtitle a:not(.button):hover,
.subtitle a:not(.button):focus {
	text-decoration: underline;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.subtitle {
		font-size: 2rem;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.subtitle {
		font-size: 2.2rem;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.subtitle {
		font-size: 2.5rem;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.subtitle {
		font-size: 2.8rem;
	}
}

.txt-lrg {
	font-size: 1.8rem;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.txt-lrg {
		font-size: 2rem;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.txt-lrg {
		font-size: 2.2rem;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.txt-lrg {
		font-size: 2.5rem;
	}
}

/* ---- Icon list ---- */
.icon-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.icon-list__item__icon {
	text-decoration: none;
	font-size: 4.7rem;
	border: 1px solid #3F434F;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.icon-list__item a.icon-list__item__icon:not(.button),
.icon-list__item a.icon-list__item__icon:not(.button):hover,
.icon-list__item a.icon-list__item__icon:not(.button):focus {
	color: inherit;
}
.icon-list__item .icon-list__item__icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.icon-list__item a.icon-list__item__icon:hover,
.icon-list__item a.icon-list__item__icon:focus {
	background-color: #3F434F;
}
.icon-list__item a.icon-list__item__icon:not(.button):hover,
.icon-list__item a.icon-list__item__icon:not(.button):focus {
	color: #fff;
}

p.icon-list__item {
	margin-bottom: 0;
}

/* Inline */
.icon-list.icon-list--inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.icon-list.icon-list--inline .icon-list__item {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

/* Center */
.icon-list.icon-list--inline.icon-list--inline--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
.icon-list.icon-list--inline {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.icon-list.icon-list--inline .icon-list__item {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	p.icon-list__item {
		margin-bottom: 10px;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.icon-list__item__icon {
		font-size: 6rem;
		width: 80px;
		height: 80px;
	}

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.icon-list.icon-list--inline {
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.icon-list.icon-list--inline .icon-list__item {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.icon-list__item__icon {
		font-size: 8rem;
		width: 100px;
		height: 100px;
	}
	p.icon-list__item {
		margin-bottom: 18px;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */

}



/* ---- Icon line list ---- */
.icon-line-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.icon-line-list--mb0 {
	margin-bottom: 0;
}
.icon-line-list__item {
    border-right: 2px solid #e2dcd7;
}
.icon-line-list__item:last-child {
    border-right: none;
}
.icon-line-list__item__link {
    text-decoration: none;
    color: inherit;
    font-size: 3rem;
    display: block;
    padding-left: 4px;
    padding-right: 4px;
}
.icon-line-list__item__link:hover {
    color: #000;
}
.icon-line-list__item__link:before {
    display: block;
}

/* BP Extra small */
@media screen and (min-width: 37.5em) { /* 600px */
    .icon-line-list__item__link {
        font-size: 3.4rem;
    }
}

/* BP smaller */
@media screen and (min-width: 48em) { /* 768px */
    .icon-line-list__item__link {
        font-size: 4rem;
    }
}

/* ---- Location ---- */

.location__content {
	position: relative;
	z-index: 2;
}
.location__content p {
	margin-bottom: 2px;
}
.location__content .h4 {
	margin-top: 24px;
}


.location__map {
	margin-bottom: 20px;
}
.location__map__img {
	background-image: url(../images/location-map-mobile.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	z-index: 1;
	margin-bottom: 20px;
	padding-top: 48.89%
}


/* Max BP Extra Extra Small */
@media only screen and (max-width: 23.688em) { /* 379px */
	.section.section--location {
		padding-top: 0;
	}
}

/* BP Extra Extra Small */
@media only screen and (min-width: 23.75em) { /* 380px */
	.location__map {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		margin-bottom: 0;
	}
	.location__map__img {
		background-image: url(../images/location-map.png);
		background-position: left top;
		width: 240px;
		height: 100%;
		background-size: 300px;
	}
}

/* BP Extra Small */
@media only screen and (min-width: 37.5em) { /* 600px */
	.location__map__img {
		width: 330px;
		background-size: 400px;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */

}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.location__image {
		background-image: url(../images/location-bg.jpg);
		background-repeat: no-repeat;
		background-position: right center;
		width: 808px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 0;
	}
	.location__content__br {
		display: none;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.location__image {
		width: 928px;
	}
	.location__map__img {
		width: 380px;
		background-size: 467px;
	}

}
/* BP Extra Large */
@media only screen and (min-width: 92.5em) { /* 1480px */
	.location__map__img {
		width: 467px;
	}
}



/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout.
If they don't they belong in seperate partial file

------------------------------------------------------ */

/* ---- Catch all ---- */
.sidebar .widget {
	margin-bottom: 35px;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}

/* -- List style 1 -- */
.list-style-1,
.list-style-1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-style-1 {
	font-size: 1.8rem;
	line-height: 1.2;
}
.list-style-1 a {
	padding: 5px 18px 5px 0;
	position: relative;
	display: block;
	text-decoration: none;
}

/* Hover */
.list-style-1 a:hover {
	text-decoration: underline;
}

/* Depth 1 */
.list-style-1 > li > a {
}

/* Depth 2 */
.list-style-1 ul a:before {
	content: "\003e\00a0";
}



/* ---- Advertisements ---- */
.widget-Advertisements .advertisement {
	margin-bottom: 20px;
}
.widget-Advertisements .advertisement img {
	margin: 0 auto;
	display: block;
}
/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.widget-Advertisements .advertisement {
		margin-bottom: 30px;
	}
}

/* ---- Simple Image Gallery ---- */

/* ---- Order Form ---- */
.widget-OrderForm .product {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.widget-OrderForm .product:nth-child(3n+3) {
	margin-right: 0;
}

/* ---- Videos ---- */
.widget-Video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.widget-Video iframe,
.widget-Video object,
.widget-Video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---- Blog ---- */

.widget-RelatedLinks .blog-archive-list {
	margin: 20px 0;
}

/* ---- Related links ---- */
.widget-RelatedLinks a {
	text-decoration: none;
	display: block;
	padding: 3px 0;
}
.widget-RelatedLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-RelatedLinks a {
	color: #9B9B9B;
}
.widget-RelatedLinks a:hover,
.widget-RelatedLinks a:focus {
	color: #3f434f;
}

/* Depth 1 */
.widget-RelatedLinks .depth1 > a {
	text-transform: uppercase;
}

/* Depth 2 */
.widget-RelatedLinks .depth2 > a {
	padding-left: 15px;
}
.widget-RelatedLinks .depth2 > a:before {
	content: "- ";
}

/* Depth 3 */
.widget-RelatedLinks .depth3 > a {
	padding-left: 30px;
}
.widget-RelatedLinks .depth3 > a:before {
	content: "- ";
}


/* On */
.widget-RelatedLinks .on > a,
.widget-RelatedLinks .on > a:hover,
.widget-RelatedLinks .on > a:focus {
	color: #000;
}

/* ---- Gallery slider ---- */
.gallery-slider__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* --------------------------------------------------------
Blog entry list;
-------------------------------------------------------- */
.blog-date {
	text-align: center;
	width: 100%;
	height: 113px;
	margin: 0 auto;;
}
.blog-date p {
	color: #FFF;
}
#blog-posts {
	margin: 0;
}


/* Refine bar */
.blog-refine-bar {
	margin: 0 0 20px;
}

.blog-refine-btn-hidden {
	display: none;
}

/* BP Extra small */
@media only screen and (min-width: 37.5em) { /* 600px */
	#blog-posts .promo-box {
		width: 46.5%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
	#blog-posts {
		margin: 0 -1%;
	}
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.blog-refine-bar {
		margin-bottom: 35px;
	}
}

/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.blog-refine-bar .subtitle {
		display: inline;
		margin-right: 20px;
	}
	#blog-posts .promo-box {
		width: 31.25%;
	}
}

/* --------------------------------------------------------
Blog post
-------------------------------------------------------- */

.blog-sidebar .field-input input {
	background: #fff;
}
img.blog-post-featured-img {
	margin: 10px 0 40px;
	width: 100%;
}
img.blog-author-img {
	float:left;
	max-width: 200px;
	max-height: 300px;
	margin: 0 20px 20px 0;
}

#blog-post-section .blog-post {
	width: 92%;
	margin: 0 auto;
}

#blog-post-section .blog-post .side {
	float: left;
	width: 9%;
	border-right: 1px solid #d7d7d7;
	text-align: center;
	margin-top:  30px;
}
#blog-post-section .blog-post .blog-date,
#blog-post-section .blog-post .blog-subscribe,
#blog-post-section .blog-author-pic {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
}
.side-col {
	padding: 0 14% 0 0;
}
.blog-author-pic img {
	margin: 32% 0;
}

.blog-item {
	border-bottom: 1px solid #f3f1f1;
	margin: 5px 0 20px;
}

.blog-item .details p.date,
.blog-item .details p.author,
.blog-post .details p.date,
.blog-post .details p.author {
	display: inline;
}

p.blog-rss-link {
	float: right
}
p.blog-rss-link img {
	width: 16px;
	margin-left: 10px;
}

.blog-comments,
.fb-comments,
.fb-comments span,
.fb-comments iframe {
	width: 100% !important;
}

.share .share-item {
	display:inline-block;
	margin: 1px;
	vertical-align: top;
}

.share .share-item.share-item-fb {
	margin-top: -1px;
}

.blog-article__footer .share {
	width: 50%;
	float: left;
}

.blog-post__tags,
.blog-post__categories,
.blog-post__share,
.blog-post__social {
	margin: 20px 0;
}


iframe[name="google_conversion_frame"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.share .share-item.share-item-fb {
		margin-top: -4px;
	}
}

/* ------------------------------------------------------
**** Change Violet Crumble Font
------------------------------------------------------ */

.subsite-violet-crumble h1,
.subsite-violet-crumble .h1,
.subsite-violet-crumble h2,
.subsite-violet-crumble .h2,
.subsite-violet-crumble h3,
.subsite-violet-crumble .h3,
.subsite-violet-crumble h4,
.subsite-violet-crumble .h4,
.subsite-violet-crumble h5,
.subsite-violet-crumble .h5,
.subsite-violet-crumble h6,
.subsite-violet-crumble .h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.subsite-violet-crumble body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
}
.subsite-violet-crumble .subtitle {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
}
.subsite-violet-crumble  .heading-feature__title {
	font-size: 2.2rem;
	font-weight: bold;
}
.subsite-violet-crumble .button {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}
.subsite-violet-crumble .button {
	line-height: 20.4px;
}
.subsite-violet-crumble .inline-links,
.subsite-violet-crumble .footer__inner__text {
	font-size: 1.4rem;
}
@media screen and (min-width: 37.5em){
	.subsite-violet-crumble .heading-feature__subtitle {
		margin-left: 0;
	}
}
/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.subsite-violet-crumble .subtitle {
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		font-size: 2.2rem;
	}
	.subsite-violet-crumble  .heading-feature__title {
		font-size: 3rem;
	}
	.subsite-violet-crumble .heading-feature__subtitle {
		margin-left: 0;
	}
}
/* BP Medium */
@media only screen and (min-width: 62.5em) { /* 1000px */
	.subsite-violet-crumble .button {
		line-height: 26.4px;
	}
	.subsite-violet-crumble .button-large {
		font-size: 1.2em;
	}
	.subsite-violet-crumble .heading-feature__subtitle {
		margin-left: 0;
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.subsite-violet-crumble .button {
		line-height: 28.8px;
	}
	.subsite-violet-crumble .heading-feature__subtitle {
		margin-left: 0;
	}
}

.shop-promo-message {
	background-color: #ce242a;
	color: #fff;
	text-align: center;
	padding: 16px;
	margin-left: 2rem;
	margin-right: 2rem;
}

.shop-promo-message a {
	color: inherit;
	opacity: 1;
	transition: color 250ms ease, opacity 250ms ease;
}
.shop-promo-message a:hover,
.shop-promo-message a:focus {
	color: inherit;
	opacity: 0.8;
}
.shop-promo-message h2 {
	margin-bottom: 0;
}
.shop-promo-message h2:before {
	content: "\e91b";
	margin-left: -10px;
}
.shop-promo-message h2:after {
	content: "\e91c";
	margin-right: -10px;
}
.shop-promo-message h2:before,
.shop-promo-message h2:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 3.8rem;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (min-width: 62.5em) {
	.shop-promo-message h2:before,
	.shop-promo-message h2:after {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 92.5em) {
	.shop-promo-message h2:before,
	.shop-promo-message h2:after {
		margin-top: 18px;
	}
}

@media only screen and (min-width: 48em) { /* 768px */
	.shop-promo-message p {
		font-size: 2.4rem;
	}
}
.shop-promo-message > *:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    h1, .h1 {
		font-size: 3.4rem;
		margin-bottom: 2rem;
	}

	h2, .h2 {
		font-size: 3rem;
		margin-bottom: 1.5rem;
	}

	h3, .h3 {
		font-size: 2.5rem;
		margin-bottom: 1.3rem;
	}

	h4, .h4 {
		font-size: 1.7rem;
	}

	h5, .h5 {
		font-size: 1.8rem;
	}

	h6, .h6 {
		font-size: 1.6rem;
	}


    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* Don't show links for images, or javascript/internal links */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: none;
    }


    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    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;
    }

    .section.bg-white {
    	border-bottom: none;
    }

    .product-result__image a:after {
    	content: none !important;
    }
    .product-result__favourite {
    	display: none;
    }

    /* Hide sections */
    .no-print,
	#mobile-header {
		display: none;
	}


	/* decrease padding on cart table */
	.table--product-list td .product-list__inner {
    	padding-top: 7px;
    	padding-bottom: 7px;
	}
}
