/*!
theme name: Linux - Dorset Meat Company 3.3
Version: 3.3
*/
p,
ul,
li,
ol,
a,
.button,
.review .quote,
td,
time,
.woocommerce-breadcrumb {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
}
a {
	color: black;
}
#as-main-body{
	opacity:1 !important;
}
.is-dropdown-submenu {
	visibility: hidden;
	opacity: 0;
}

.off-canvas.is-closed {
	visibility: hidden;
}

#primary.content-area {
	width: 100%;
}

.fa-angle-down:before {
	content: "\f0d7" !important;
}

.subscription--title {
	font-size: 1.9em;
	color: #b0d39b;
	font-family: beloved-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.subscription--title span {
	color: #fff;
	font-size: 90%;
}

.subscription--title {
	max-width: 670px;
	margin: auto;
}

.form-subscription--bottom {
	max-width: 750px;
	margin: auto;
}

.form-subscription--bottom__description p {
	color: #fff;
}

.form-subscription--bottom__description p span {
	font-weight: 700;
}

.header--notice-bar {
	background-color: #1b003f;
	padding: 4px 20px;
	margin-bottom: 5px;

}

.header--notice-bar .header--notice-bar__inner {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
}

.header--notice-bar .header--notice-bar__inner img {
	max-width: 20px;
}

.header--notice-bar .header--notice-bar__inner p {
	color: #fff;
	font-size: 18px;
	margin: 0px;
	margin-left: 8px;

}

.header--notice-bar .header--notice-bar__inner p span {
	color: #b0d39b;
}

@media screen and (max-width:1250px) {

	.ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target,
	.ubermenu-main .ubermenu-submenu .ubermenu-item-header>.ubermenu-target,
	.ubermenu-main .ubermenu-tab>.ubermenu-target {
		font-size: 1.15rem;
	}
}

@media screen and (max-width:1200px) {

	.ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target,
	.ubermenu-main .ubermenu-submenu .ubermenu-item-header>.ubermenu-target,
	.ubermenu-main .ubermenu-tab>.ubermenu-target {
		font-size: 1rem;
	}
}

@media screen and (max-width:1024px) {

	#topNav {
		top: 0;
	}

	.header--notice-bar {
		display: none !important;
	}
}

/*
 * BASE
 */
label.wcsatt-add-to-subscription-action-label {
	border: 3px solid #b0d39a;
	background: #f8fff8;
	border-radius: 39px;
	display: inline-block;
	padding: 11px 15px 1px;
	line-height: 1.5;
}

.wcsatt-add-to-subscription-wrapper.active.open label.wcsatt-add-to-subscription-action-label {
	background: #efffe5;
}

div#wc-stripe-payment-request-wrapper {
	padding-top: 10px !important;
	margin-bottom: 30px;
}

p#wc-stripe-payment-request-button-separator {
	display: none !important;
}

a,
button,
input,
textarea {
	outline: none;
	transition: ease all 0.5s;
}

.slick-slide {
	outline: none;
}

a,
button {
	cursor: pointer;
	text-decoration: none;
	color: #9b302d;
}

a:hover,
button:hover {
	color: #b0d39b;
}

html {
	overflow-x: hidden;
}

body,
html {
	font-family: "Lato", sans-serif;
	line-height: 1.6;
	color: #464646;
	font-weight: 400;
}

.from,
.woocommerce-Price-amount {
	font-family: brandon-grotesque, sans-serif;
}

* {
	outline: none;
}

body.as-open-menu {
	overflow: hidden;
	height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 12px 0;
	padding: 0.8rem 0;
	color: #1c1c1d;
	font-weight: 700;
	font-family: brandon-grotesque, sans-serif;
	position: relative;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	padding-bottom: 0;
}

h1 {
	font-size: 50px;
	font-size: 3.3333333333rem;
}

h2 {
	font-size: 45px;
	font-size: 3rem;
}

h3 {
	font-size: 40px;
	font-size: 2.6666666667rem;
}

h4 {
	font-size: 38px;
	font-size: 2.5333333333rem;
}

h5 {
	font-size: 33px;
	font-size: 2.2rem;
}

h6 {
	font-size: 28px;
	font-size: 1.8666666667rem;
}

/*li,p{padding:13px 0;padding:.8666666667rem 0;font-size:16px;font-size:1.0666666667rem;line-height:1.6;color:#464646;position:relative}*/
li:first-child,
p:first-child {
	padding-top: 0;
}

li:last-child,
p:last-child {
	padding-bottom: 0;
}

li strong,
p strong {
	font-weight: 700;
}

small {
	font-size: 0.6em;
}

p.as-large {
	font-size: 19px;
	font-size: 1.2666666667rem;
}

li a,
p a {
	font-weight: bold;
}

ol li {
	list-style-type: decimal;
}

li {
	list-style-type: disc;
}

ol,
ul {
	padding: 15px 0 15px 15px;
	padding: 1rem 0 1rem 1rem;
}

ol:first-child,
ul:first-child {
	padding-top: 0;
}

ol:last-child,
ul:last-child {
	padding-bottom: 0;
}

ol.menu,
ol.menu ul,
ul.menu,
ul.menu ul {
	list-style-type: none;
	padding: 0;
}

ol.menu li,
ol.menu ul li,
ul.menu li,
ul.menu ul li {
	padding: 0;
	list-style-type: none;
}

hr {
	border: 0;
	border-top: 1px solid #dedede;
	display: block;
	height: 1px;
	padding: 0;
	color: #dedede;
	margin: 15px auto;
	margin: 1rem auto;
}

del {
	text-decoration: line-through;
}

em {
	font-style: italic;
}

pre {
	display: block;
	font-family: monospace;
	white-space: pre;
	margin: 15px auto;
	margin: 1rem auto;
}

img {
	height: auto;
	max-width: 100%;
	transition: ease all 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.aligncenter,
.alignleft,
.alignright {
	margin: 20px;
	margin: 1.3333333333rem;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-left: 1.3333333333rem;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-right: 1.3333333333rem;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 960px) {

	.aligncenter,
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 15px auto;
		margin: 1rem auto;
	}
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
textarea {
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

table {
	max-width: 100%;
	margin: 15px auto;
	margin: 1rem auto;
}

table thead th {
	font-weight: 600;
}

table td,
table th {
	text-align: left;
	color: #605b5e;
	padding: 15px 20px;
	padding: 0 1.3333333333rem;
}

table thead td,
table thead tr,
table tr:nth-child(even) td,
table tr:nth-child(even) tr {
	background: #f7f7f7;
}

table a {
	word-wrap: break-word;
	word-break: break-all;
}

.as-embed {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 35px;
	position: relative;
}

.single .meatFeatures {
	margin-bottom: 15px;
	margin-top: 20px;
}

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

.icon-spin {
	-webkit-animation: icon-spin 1.1s infinite linear;
	animation: icon-spin 1.1s infinite linear;
	position: relative;
	display: inline-block;
}

@-webkit-keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

fieldset {
	padding: 15px 0;
	padding: 1rem 0;
	margin: 25px 0;
	margin: 1.6666666667rem 0;
}

fieldset legend {
	font-weight: 700;
	font-size: 12px;
	font-size: 0.8rem;
}

@font-face {
	font-family: "icomoon";
	src: url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/dmc_linux_mar2021_3.3/assets/fonts/icomoon.eot?q1b3nn");
	src: url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/dmc_linux_mar2021_3.3/assets/fonts/icomoon.eot?q1b3nn#iefix") format("embedded-opentype"), url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/dmc_linux_mar2021_3.3/assets/fonts/icomoon.ttf?q1b3nn") format("truetype"), url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/dmc_linux_mar2021_3.3/assets/fonts/icomoon.woff?q1b3nn") format("woff"),
		url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/dmc_linux_mar2021_3.3/assets/fonts/icomoon.svg?q1b3nn#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cleaver:before {
	content: "\e900";
}

.icon-cart:before {
	content: "\e901";
}

.icon-authenticstyle:before {
	content: "\e902";
}

.icon-bars:before {
	content: "\e903";
}

.icon-user:before {
	content: "\e904";
}

.icon-close:before {
	content: "\e905";
}

.icon-unlock-alt:before {
	content: "\e906";
}

.icon-key:before {
	content: "\e907";
}

.icon-order-online:before {
	content: "\e908";
}

.icon-order:before {
	content: "\e909";
}

.icon-select:before {
	content: "\e90a";
}

.icon-search:before {
	content: "\e90b";
}

.icon-deliver:before {
	content: "\e90c";
}

.icon-linkedin:before {
	content: "\e90d";
}

.icon-delivery:before {
	content: "\e92a";
}

.icon-meat:before {
	content: "\e92b";
}

.icon-phone:before {
	content: "\e92c";
}

.icon-angle-down:before {
	content: "\e92d";
}

.icon-plus:before {
	content: "\e92e";
}

.icon-instagram:before {
	content: "\e92f";
}

.icon-pinterest:before {
	content: "\e930";
}

.icon-twitter:before {
	content: "\e931";
}

.icon-facebook:before {
	content: "\e932";
}

.as-button,
.as-menu-button a,
.as-primary,
.as-secondary,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.loading,
.woocommerce button.button,
.woocommerce button.button.disabled,
.woocommerce button.loading,
.woocommerce div.product form.cart .button,
.woocommerce input.button,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce-order-pay .wc-stripe-checkout-button,
body.woocommerce-account .mfp-content .woocommerce-Button {
	display: inline-block;
	color: #fff;
	color: #1c1c1d;
	background: #b0d39b;
	font-size: 15px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.36px;
	padding: 1em 2.6em;
	border-radius: 0;
	margin: 0;
	box-sizing: border-box;
	max-width: 100%;
	font-family: brandon-grotesque, sans-serif;
	transition: ease all 0.4s;
	border: none;
	cursor: pointer;
}

.as-button:not(:disabled):not([disabled]):not(.disabled):hover,
.as-menu-button a:not(:disabled):not([disabled]):not(.disabled):hover,
.as-primary:not(:disabled):not([disabled]):not(.disabled):hover,
.as-secondary:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce #respond input#submit:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce a.button:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce button.button:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce input.button:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce #respond input#submit:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce a.button:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce a.button.loading:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce button.button:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce button.button.disabled:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce button.loading:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce div.product form.cart .button:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce input.button:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce input.button.disabled:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce input.button:disabled:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce input.button:disabled[disabled]:not(:disabled):not([disabled]):not(.disabled):hover,
.woocommerce-order-pay .wc-stripe-checkout-button:not(:disabled):not([disabled]):not(.disabled):hover,
body.woocommerce-account .mfp-content .woocommerce-Button:not(:disabled):not([disabled]):not(.disabled):hover {
	background: #323234;
	color: #fff;
}

.as-button.disabled,
.as-button:disabled,
.as-button[disabled],
.as-menu-button a.disabled,
.as-menu-button a:disabled,
.as-menu-button a[disabled],
.as-primary.disabled,
.as-primary:disabled,
.as-primary[disabled],
.as-secondary.disabled,
.woocommerce #respond input.disabled#submit,
.woocommerce a.disabled.button,
.woocommerce button.disabled.button,
.woocommerce input.disabled.button,
.as-secondary:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.as-secondary[disabled],
.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled],
.woocommerce a.button.loading.disabled,
.woocommerce a.button.loading:disabled,
.woocommerce a.button.loading[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled],
.woocommerce button.button.disabled.disabled,
.woocommerce button.button.disabled:disabled,
.woocommerce button.button.disabled[disabled],
.woocommerce button.loading.disabled,
.woocommerce button.loading:disabled,
.woocommerce button.loading[disabled],
.woocommerce div.product form.cart .button.disabled,
.woocommerce div.product form.cart .button:disabled,
.woocommerce div.product form.cart .button[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled],
.woocommerce input.button.disabled.disabled,
.woocommerce input.button.disabled:disabled,
.woocommerce input.button.disabled[disabled],
.woocommerce input.button:disabled.disabled,
.woocommerce input.button:disabled:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled[disabled].disabled,
.woocommerce input.button:disabled[disabled]:disabled,
.woocommerce input.button:disabled[disabled][disabled],
.woocommerce-order-pay .wc-stripe-checkout-button.disabled,
.woocommerce-order-pay .wc-stripe-checkout-button:disabled,
.woocommerce-order-pay .wc-stripe-checkout-button[disabled],
body.woocommerce-account .mfp-content .woocommerce-Button.disabled,
body.woocommerce-account .mfp-content .woocommerce-Button:disabled,
body.woocommerce-account .mfp-content .woocommerce-Button[disabled] {
	/*background:#b0d39b !important;color:#1c1c1d !important;*/
	cursor: not-allowed;
}

.as-menu-button a {
	width: 100%;
	text-align: center;
	padding: 10px;
	padding: 0.6666666667rem;
}

.as-grey-button {
	border: 2px solid #f7f7f7;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.9333333333rem;
	padding: 11px 15px;
	padding: 0.7333333333rem 1rem;
	line-height: 1;
	font-weight: 700;
}

.as-grey-button:hover {
	border-color: #9b302d;
	color: #9b302d;
}

.as-main-content {
	padding-bottom: 50px;
	padding-bottom: 3.3333333333rem;
}

.as-main-content.small {
	max-width: 100%;
	width: 960px;
	margin: 0 auto;
}

.as-main-content h1,
.as-main-content h2,
.as-main-content h3,
.as-main-content h4,
.as-main-content h5,
.as-main-content h6 {
	line-height: 1.2;
}

.wpmc-steps-wrapper h3{
	font-family: brandon-grotesque, sans-serif !important;
	padding-top:18px !important;
}
.wpmc-steps-wrapper .dd-delivery-dates h3 {
    color: #962929 !important;
    background: #ffedf0;
}
.wpmc-steps-wrapper h3#payment_heading {
    color: #962929 !important;
}
#ship-to-different-address .woocommerce-form__label{
	font-size: 1.4rem;
	font-weight: bold;
	color: #494949;
}
@media(max-width:768px){
	#ship-to-different-address .woocommerce-form__label{
		font-size: 0.975rem;
	}
}

.as-main-content h3.as-content-title {
	text-align: center;
	margin-top: 50px;
	margin-top: 3.3333333333rem;
	font-size: 28px;
	font-size: 1.8666666667rem;
	position: relative;
}

.as-main-content p {
	line-height: 1.6;
}

.as-main-content a {
	text-decoration: underline;
}

.as-main-content nav a {
	text-decoration: none !important;
}

.as-main-content a.as-button {
	text-decoration: none;
}

.as-single-info a,
body.blog .text a {
	text-decoration: none;
}

.as-section-title.as-page-title {
	padding-top: 0;
	margin-bottom: 20px;
	margin-bottom: 1.3333333333rem;
	position: relative;
}

/*.as-section-title span{display:inline-block;position:relative;background:#fff;z-index:1;padding:0 10px;max-width:300px;box-sizing:border-box;will-change:scroll-position}*/
/*.as-section-title:before{content:"";width:387px;max-width:100%;height:1px;background:#b0d39b;top:50%;position:absolute;margin-top:1px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1;will-change:scroll-position}*/
.woocommerce .onsale,
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	background: #9b302d;
	border-radius: 0;
	padding: 5px 10px;
	padding: 0.3333333333rem 0.6666666667rem;
	min-height: 0;
	min-width: 0;
	line-height: 1;
	margin: 0;
	right: 10px;
	right: 0.6666666667rem;
	top: 10px;
	top: 0.6666666667rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.9333333333rem;
}

.dd-radio {
	display: inline-flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	border: 2px solid #ccc;
	background: #fff;
}

.dd-radio input {
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: -1;
}

.dd-radio input:checked+i {
	opacity: 1;
}

.dd-radio i {
	opacity: 0;
	color: #9b302d;
	font-size: 20px;
	font-size: 1.3333333333rem;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.form-row {
	box-sizing: border-box;
}

.form-row label {
	font-weight: 700;
	color: #1c1c1d;
	margin-bottom: 4px;
	margin-bottom: 0.2666666667rem;
}

@media only screen and (max-width: 550px) {

	.form-row-first,
	.form-row-last,
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
}

.as-input-text,
.input-text,
.woocommerce #review_form input[type="email"],
.woocommerce #review_form input[type="text"],
.woocommerce #review_form textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 2px solid #dedede;
	font-size: 15px;
	font-size: 1rem;
	padding: 13px 17px;
	padding: 0.8666666667rem 1.1333333333rem;
	letter-spacing: 0.36px;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	font-family: brandon-grotesque, sans-serif;
	max-width: 100%;
}

.as-input-text.as-input-error,
.as-input-text.wpcf7-not-valid,
.input-text.as-input-error,
.input-text.wpcf7-not-valid,
.woocommerce #review_form input[type="email"].as-input-error,
.woocommerce #review_form input[type="email"].wpcf7-not-valid,
.woocommerce #review_form input[type="text"].as-input-error,
.woocommerce #review_form input[type="text"].wpcf7-not-valid,
.woocommerce #review_form textarea.as-input-error,
.woocommerce #review_form textarea.wpcf7-not-valid,
.woocommerce-cart table.cart td.actions .coupon .input-text.as-input-error,
.woocommerce-cart table.cart td.actions .coupon .input-text.wpcf7-not-valid {
	border-color: #9b302d;
}

.woocommerce form textarea.input-text,
textarea.as-input-text {
	height: 8em;
	max-width: 100%;
}

[name="sCl"] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	left: 0;
	z-index: -10;
}

select {
	font-size: 18px;
	font-size: 1.2rem;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #dedede;
	padding: 13px 30px 13px 17px;
	padding: 0.8666666667rem 2rem 0.8666666667rem 1.1333333333rem;
	font-family: brandon-grotesque, sans-serif;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
	background-position: calc(100% - 13px) calc(1em + 2px), calc(100% - 8px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single {
	border: 2px solid #dedede;
	border-radius: 0;
	height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 10px 30px 10px 17px;
	padding: 0.6666666667rem 2rem 0.6666666667rem 1.1333333333rem;
	font-size: 15px;
	font-size: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -10px;
}

.mfp-in-up .col-2,
.mfp-in-up .mfp-white {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}

.mfp-in-up.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-in-up.mfp-ready .col-2,
.mfp-in-up.mfp-ready .mfp-white {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.mfp-in-up.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-in-up.mfp-removing .col-2,
.mfp-in-up.mfp-removing .mfp-white {
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
}

.mfp-in-up.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-white {
	background: #fff;
	margin: 30px auto;
	margin: 2rem auto;
	width: 750px;
	max-width: 90%;
	position: relative;
	box-sizing: border-box;
}

.mfp-white .mfp-close {
	color: #1c1c1d;
	font-size: 30px;
	padding: 0;
	opacity: 1;
	line-height: 1;
	width: 35px;
	height: 35px;
}

.mfp-white .mfp-close:hover {
	color: #b0d39b;
	border-color: #b0d39b;
}

.mfp-white img:first-child {
	width: 100%;
	height: auto;
}

.mfp-white .text {
	padding: 50px;
	padding: 3.3333333333rem;
}

.mfp-white h1 {
	font-size: 38px;
	font-size: 2.5333333333rem;
}

@media only screen and (max-width: 500px) {
	.mfp-white .text {
		padding: 30px;
		padding: 2rem;
	}

	.works--two .tt-one {
		font-size: 17px !important;
		margin-top: 12px !important;
	}
}

.woocommerce-error:before {
	top: 1.3em;
}

.woocommerce-error li,
.woocommerce-info,
.woocommerce-message {
	display: block;
	text-align: center;
	align-items: center;
	justify-content: space-between;
	line-height: 1.4;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.woocommerce-error li:before,
.woocommerce-info:before,
.woocommerce-message:before {
	top: auto;
}

.woocommerce-error li *,
.woocommerce-info *,
.woocommerce-message * {
	float: none;
}

.woocommerce-error li a,
.woocommerce-error li button,
.woocommerce-info a,
.woocommerce-info button,
.woocommerce-message a,
.woocommerce-message button {
	order: 2;
}

.woocommerce .woocommerce-info {
	border-color: #b0d39b;
	padding-left: 2em;
	padding-bottom: 1em;
	padding-top: 1em;
}

.woocommerce .woocommerce-info:before {
	display: none;
}

.woocommerce-error span.woocommerce-Price-amount.amount {
	padding: 0 7px;
	font-weight: bold;
}

.woocommerce .woocommerce-error {
	display: block;
	background-color: #fbeaea;
	padding-top: 20px;
	padding-top: 1.3333333333rem;
	padding-bottom: 20px;
	padding-bottom: 1.3333333333rem;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	font-size: 13px;
	font-size: 0.8666666667rem;
}

@media only screen and (max-width: 650px) {
	.wpmc-tab-item.current .wpmc-tab-text {
		display: block;
		font-weight: 500;
		color: #000;
		padding-left: 0;
		padding-top: 5px;
	}

	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button {
		display: none;
	}

	ul.wcsatt-options-cart li label {
		font-size: 16px !important;
	}

	#footer-join .header {
		color: #b0d39b;
		font-size: 1.4em !important;
	}
}

#sidebar>ul {
	list-style-type: none;
	padding: 0;
}

#sidebar>ul>li {
	list-style-type: none;
}

#sidebar>ul h2 {
	font-size: 20px;
	font-size: 1.3333333333rem;
	text-transform: uppercase;
}

#sidebar .widget.widget_lc_taxonomy ul,
#sidebar .widget_product_categories ul {
	padding: 0;
}

#sidebar .widget.widget_lc_taxonomy ul li,
#sidebar .widget_product_categories ul li {
	list-style-type: none;
	padding: 0;
}

#sidebar .widget.widget_lc_taxonomy ul li.cat-item-25,
#sidebar .widget_product_categories ul li.cat-item-25 {
	display: none;
}

#sidebar .widget.widget_lc_taxonomy ul a,
#sidebar .widget_product_categories ul a {
	font-size: 17px;
	font-size: 1.1333333333rem;
	padding: 15px 0;
	padding: 1rem 0;
	display: block;
	border-bottom: 1px solid #dedede;
	color: #464646;
	font-weight: 700;
}

#sidebar .widget.widget_lc_taxonomy ul a:hover,
#sidebar .widget_product_categories ul a:hover {
	color: #9b302d;
}

#sidebar .widget.widget_lc_taxonomy ul li:last-child a,
#sidebar .widget_product_categories ul li:last-child a {
	border-bottom: none;
}

#sidebar .widget.widget_lc_taxonomy ul li.current-cat>a,
#sidebar .widget.widget_lc_taxonomy ul li.current-cat-parent>a,
#sidebar .widget_product_categories ul li.current-cat>a,
#sidebar .widget_product_categories ul li.current-cat-parent>a {
	color: #9b302d;
}

#sidebar .widget.widget_lc_taxonomy ul ul.children,
#sidebar .widget_product_categories ul ul.children {
	background: #f7f7f7;
}

#sidebar .widget.widget_lc_taxonomy ul ul.children li a,
#sidebar .widget_product_categories ul ul.children li a {
	font-size: 14px;
	font-size: 0.9333333333rem;
	padding: 10px 0 10px 15px;
	padding: 0.6666666667rem 0 0.6666666667rem 1rem;
	font-weight: bold;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	font-size: 0.8666666667rem;
	display: block;
	margin-top: 5px;
	margin-top: 0.3333333333rem;
	color: #9b302d;
}

div.wpcf7-response-output {
	padding: 15px 10px;
	padding: 1rem 0.6666666667rem;
	margin-left: 0;
	margin-right: 0;
	background: transparent;
	border-top: 5px solid #b0d39b;
}

div.wpcf7-response-output.wpcf7-validation-errors {
	border: none;
	border-top: 5px solid #9b302d;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
	border: none;
	border-top: 5px solid #b0d39b;
}

select.as-sub-cat {
	font-size: 13px;
	font-size: 0.8666666667rem;
	padding: 10px 30px 10px 10px;
	padding: 0.6666666667rem 2rem 0.6666666667rem 0.6666666667rem;
	margin-left: 10px;
	margin-left: 0.6666666667rem;
}

@media only screen and (min-width: 961px) {
	select.as-sub-cat {
		display: none;
	}
}

.dd-sly-arrow {
	position: absolute;
	top: 50%;
	border: none;
	font-size: 25px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	opacity: 0;
}

.dd-sly-arrow.dd-sly-next {
	right: 0;
}

.dd-sly-scrollbar {
	width: 100%;
	height: 10px;
	margin-top: 5px;
	background: #d0d0d0;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
}

.dd-sly-scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #9b302d;
	position: relative;
	z-index: 2;
	border-radius: 8px;
	transition: background 0.3s ease-in-out;
}

.dd-sly-scrollbar .handle:hover {
	background: #732422;
}

@media only screen and (max-width: 600px) {

	.dd-sly-arrow,
	.dd-sly-scrollbar {
		display: none;
	}
}

.dd-sly-arrow.disabled+.disabled+.dd-sly-scrollbar {
	display: none;
}

.as-header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
	padding: 3.3333333333rem 0;
	font-family: brandon-grotesque, sans-serif;
	position: relative;
	z-index: 1;
}

.as-header-phone {
	display: flex;
	align-items: center;
}

.as-header-phone i {
	font-size: 35px;
	font-size: 2.3333333333rem;
	color: #9b302d;
	margin-right: 14px;
	margin-right: 0.9333333333rem;
}

.as-header-phone a {
	color: #1c1c1d;
	font-size: 23px;
	font-size: 1.5333333333rem;
	letter-spacing: 0.36px;
}

.as-header-phone span {
	display: block;
	font-size: 13px;
	font-size: 0.8666666667rem;
	text-transform: uppercase;
	opacity: 0.6;
	letter-spacing: 0.36px;
}

.as-header-actions a {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.9333333333rem;
	letter-spacing: 0.36px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.as-header-actions .as-header-account-link {
	margin-right: 30px;
	margin-right: 2rem;
}

.as-header-actions .as-header-account-link i {
	display: none;
}

.as-header-actions .as-menu-link {
	display: none;
	background: #9b302d;
}

.as-header-actions .as-menu-link i.icon {
	color: #fff;
}

.as-header-actions .as-header-cart-link i {
	font-size: 29px;
	font-size: 1.9333333333rem;
	color: inherit;
}

.as-header-actions .as-header-cart-link span {
	position: absolute;
	background-color: #262526;
	border: 2px solid #ffffff;
	color: #fff;
	border-radius: 50%;
	width: 18px;
	width: 1.2rem;
	height: 18px;
	height: 1.2rem;
	line-height: 18px;
	line-height: 1.2rem;
	text-align: center;
	border: 2px solid #ffffff;
	font-size: 12px;
	font-size: 0.8rem;
	top: -9px;
	top: -0.6rem;
	right: -9px;
	right: -0.6rem;
}

.as-header-actions .as-header-cart-link:hover {
	color: #b0d39b;
}

.as-header-actions .as-header-search {
	margin-right: 20px;
	margin-right: 1.3333333333rem;
}

.as-header-actions .as-header-search i {
	font-size: 29px;
	font-size: 1.9333333333rem;
	color: inherit;
}

.as-header-actions .as-header-search:hover {
	color: #b0d39b;
}

@media only screen and (max-width: 1030px) {
	.as-header-top {
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.dorset-meat-company-logo {
		display: block;
		text-align: center;
		width: 100%;
		order: 0;
		margin-bottom: 30px;
		margin-bottom: 2rem;
	}

	.as-header-phone {
		order: 1;
	}

	.as-header-actions {
		order: 2;
	}
}

@media only screen and (max-width: 562px) and (min-width: 501px) {
	.as-header-actions .as-header-account-link {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
}

@media only screen and (min-width: 501px) and (max-width: 1030px) {
	.as-header-actions .as-menu-link {
		position: fixed;
		display: block;
		bottom: 2.5%;
		right: 2.5%;
		color: #fff;
		background: #9b302d;
		width: 90px;
		width: 6rem;
		height: 90px;
		height: 6rem;
		line-height: 95px;
		line-height: 6.3333333333rem;
		text-align: center;
		font-size: 35px;
		font-size: 2.3333333333rem;
		border-radius: 50%;
		z-index: 11;
	}

	.as-header-actions {
		margin-left: 40px;
		margin-left: 2.6666666667rem;
	}

	.as-header-actions .as-header-account-link,
	.as-header-actions .as-header-search {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1030px) {
	.as-header-top {
		padding: 30px 0;
		padding: 2rem 0;
		margin-bottom: 30px;
		margin-bottom: 2rem;
		justify-content: center;
		border-bottom: 2px solid #dedede;
	}
}

@media only screen and (max-width: 500px) {
	.as-header-phone .flex-container a {
		width: 50%;
		font-size: 24px;
		font-size: 1.6rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.as-header-phone i {
		display: none;
	}

	.as-opening-times {
		width: 50%;
		text-align: right;
	}

	.as-opening-times span {
		font-size: 17px;
		font-size: 1.1333333333rem;
		line-height: 1.2;
	}

	.as-header-actions {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		display: flex;
		z-index: 11;
		background: #fff;
		box-shadow: -2px 0 35px rgba(0, 0, 0, 0.3);
	}

	.as-header-actions a {
		width: 33.3%;
		display: block;
		text-align: center;
		padding: 20px 0 15px;
		padding: 1.3333333333rem 0 1rem;
		box-sizing: border-box;
		border: 1px solid #dedede;
		border-top: none;
		border-bottom: none;
		border-left: none;
		color: #9b302d;
	}

	.as-header-actions a:last-child {
		border-right: none;
	}

	.flex-container {
		display: flex;
		justify-content: space-between;
	}

	.flex-container a {
		font-size: 35px;
		font-size: 2.3333333333rem;
		margin-right: 15px;
		margin-right: 1rem;
	}

	.as-header-actions .as-header-account-link,
	.as-header-actions .as-header-search,
	.as-header-actions .as-menu-link {
		font-size: 0;
		display: block;
		margin-right: 0;
	}

	.as-header-actions .as-header-account-link i,
	.as-header-actions .as-header-search i,
	.as-header-actions .as-menu-link i {
		display: block;
		font-size: 30px;
		font-size: 2rem;
	}

	.as-header-actions .as-header-cart-link span {
		top: 13%;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(25%);
		transform: translateX(25%);
	}
}

@media only screen and (min-width: 1030px) {
	.as-header-top .as-header-phone {
		width: 25%;
	}

	.as-header-top .dorset-meat-company-logo {
		width: 50%;
		display: flex;
		justify-content: center;
	}

	.as-header-top .as-header-actions {
		width: 25%;
		justify-content: flex-end;
		text-align: right;
	}
}

#search {
	position: fixed;
	z-index: 9999;
	height: 100vh;
	width: 100vw;
	background: rgba(255, 255, 255, 0.95);
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: ease all 0.35s;
	pointer-events: none;
}

#search.open {
	opacity: 1;
	pointer-events: auto;
}

#search .icon-close {
	font-size: 50px;
	font-size: 3.3333333333rem;
	margin-left: 35px;
	margin-left: 2.3333333333rem;
	color: #9b302d;
}

#search .icon-close:hover {
	color: #b0d39b;
}

#search input {
	border: 1px solid #ddd;
	background: #fff;
	width: 500px;
	font-size: 25px;
	font-size: 1.6666666667rem;
}

#search form {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: ease all 0.5s 0.25s;
	display: flex;
	flex-direction: row;
}

#search.open form {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

#search .submit {
	margin: 0;
	background: #9b302d;
	color: #fff;
	border: 0;
	border-radius: 0;
	width: 100px;
	font-size: 25px;
	font-size: 1.6666666667rem;
	line-height: 0;
	border: 0;
}

#search .submit:hover {
	background: #b0d39b;
}

.prevent-scroll {
	overflow: hidden !important;
}

@media only screen and (max-width: 1030px) {
	#search {
		flex-direction: row;
		width: 100%;
	}

	#search input {
		width: 85%;
	}
}

@media only screen and (max-width: 650px) {
	#search {
		flex-direction: row;
		width: 100%;
	}

	#search form {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#search form * {
		order: 1;
	}

	#search .dd-search-close {
		order: 0;
		width: 100%;
		text-align: right;
		margin-bottom: 15px;
		margin-bottom: 1rem;
	}

	#search .dd-search-close a {
		margin-left: auto;
		margin-right: 35px;
		margin-right: 2.3333333333rem;
	}

	#search input {
		width: 51%;
		font-size: 25px;
		font-size: 1.6666666667rem;
	}

	#search .submit {
		font-size: 23px;
		font-size: 1.5333333333rem;
	}
}

#as-main-nav {
	margin-bottom: 45px;
	margin-bottom: 3rem;
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	background: #fff;
	z-index: 12;
}

#as-main-nav:after {
	content: "";
	width: 99.225vw;
	margin-left: -49.59vw;
	left: 50%;
	background: #fff;
	height: 100%;
	position: absolute;
	top: 0;
}

#as-main-nav ul.menu #menu-item-4570 {
	margin-top: 0;
	border: none;
}

#as-main-nav ul.menu #menu-item-4570 a {
	background: #b0d39b;
}

#as-main-nav ul.menu #menu-item-4570 a::after,
#as-main-nav ul.menu #menu-item-4570 a::before {
	content: "\2744";
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

#as-main-nav ul.menu #menu-item-4570 a::before {
	margin-right: 5px;
}

#as-main-nav ul.menu #menu-item-4570 a:after {
	margin-left: 5px;
}

#as-main-nav ul.menu #menu-item-4570 a:hover {
	background: #9b302d;
	color: #fff;
}

#as-main-nav ul.menu #menu-item-4570 a:hover::after,
#as-main-nav ul.menu #menu-item-4570 a:hover::before {
	opacity: 1;
}

#as-main-nav ul.menu {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 20;
	border: 1px solid #cacaca;
	border-left: none;
	border-right: none;
	font-family: brandon-grotesque, sans-serif;
}

#as-main-nav nav>ul.menu>li {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	text-align: center;
	position: relative;
}

#as-main-nav nav>ul.menu>li a {
	text-transform: uppercase;
}

#as-main-nav nav>ul.menu>li>a {
	color: #1c1c1d;
	font-weight: 700;
	display: block;
	padding: 17px 30px;
	padding: 1.1333333333rem 2rem;
	padding: 17px 20px;
	padding: 1.1333333333rem 1.3333333333rem;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.2rem;
	display: block;
}

#as-main-nav nav>ul.menu>li>a:hover {
	color: #9b302d;
}

#as-main-nav nav>ul.menu>li.menu-item-has-children>a:after {
	content: "\e92d";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 8px;
	margin-left: 0.5333333333rem;
	display: inline-block;
}

@media only screen and (min-width: 1031px) {
	#as-main-nav nav>ul.menu li#menu-item-4352 ul.sub-menu {
		width: 700px;
	}

	#as-main-nav nav>ul.menu li#menu-item-4352 ul.sub-menu li {
		width: 32%;
	}

	#as-main-nav nav>ul.menu li#menu-item-4352 ul.sub-menu li:nth-last-child(3) {
		border-bottom: none;
	}

	#as-main-nav nav>ul.menu ul.sub-menu {
		position: absolute;
		background: #fff;
		text-align: left;
		padding: 10px 30px 15px 30px;
		padding: 0.6666666667rem 2rem 1rem 2rem;
		box-sizing: border-box;
		width: 600px;
		display: flex !important;
		flex-wrap: wrap;
		align-items: flex-start;
		font-weight: 700;
		border: 1px solid #dedede;
		font-size: 16px;
		font-size: 1.0666666667rem;
		left: -1px;
		bottom: 0;
		-webkit-transform: translateY(110%);
		transform: translateY(110%);
		opacity: 0;
		transition: ease all 0.4s;
		pointer-events: none;
		justify-content: space-between;
	}

	#as-main-nav nav>ul.menu ul.sub-menu li {
		width: 46%;
		font-size: 16px;
		font-size: 1.0666666667rem;
		border-bottom: 1px solid #c5c5c5;
	}

	#as-main-nav nav>ul.menu ul.sub-menu li>ul.sub-menu {
		display: none !important;
	}

	#as-main-nav nav>ul.menu ul.sub-menu li a {
		display: block;
		padding: 15px 0 12px;
		padding: 1rem 0 0.8rem;
	}

	#as-main-nav nav>ul.menu ul.sub-menu li:last-child {
		border: 0;
	}

	#as-main-nav nav>ul.menu ul.sub-menu li:nth-last-child(2) {
		border: 0;
	}

	#as-main-nav nav>ul.menu li.as-last-dropdown ul.sub-menu {
		left: auto;
		right: -1px;
	}

	#as-main-nav nav>ul.menu>li:after {
		transition: ease all 0s;
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background: #fff;
		bottom: -1px;
		left: 0;
		opacity: 0;
		z-index: 2;
	}

	#as-main-nav nav>ul.menu>li.current-menu-item,
	#as-main-nav nav>ul.menu>li.current-product_cat-ancestor,
	#as-main-nav nav>ul.menu>li:hover {
		border-top: 1px solid #9b302d;
		margin-top: -1px;
	}

	#as-main-nav nav>ul.menu>li.menu-item-has-children:hover {
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
	}

	#as-main-nav nav>ul.menu>li.menu-item-has-children:hover:after {
		opacity: 1;
		transition: ease all 0s 0.4s;
	}

	#as-main-nav nav>ul.menu>li.menu-item-has-children:hover ul.sub-menu {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 1;
		pointer-events: auto;
	}
}

@media only screen and (max-width: 1030px) {
	#as-main-nav nav {
		width: 100%;
		box-sizing: border-box;
	}

	#as-main-nav nav>ul.menu>li a:after {
		display: none !important;
	}

	#as-main-nav nav>ul.menu ul.sub-menu {
		display: none;
		padding: 0px 0 10px;
		padding: 0rem 0 0.6666666667rem;
	}

	#as-main-nav nav>ul.menu ul.sub-menu li {
		padding: 10px 0;
		padding: 0.6666666667rem 0;
	}

	#as-main-nav nav>ul.menu ul.sub-menu li a {
		font-size: 18px;
		font-size: 1.2rem;
		color: #464646;
	}
}

@media only screen and (max-width: 1050px) {
	#as-main-nav nav>ul.menu>li>a {
		font-size: 16px;
		font-size: 1.0666666667rem;
	}
}

@media only screen and (max-width: 1030px) {
	#as-main-nav {
		opacity: 0;
		pointer-events: none;
		height: 100%;
		width: 100vw;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 10;
		overflow: auto;
		transition: ease all 0.5s;
	}

	body.as-sub-menu-open #as-main-nav {
		align-items: flex-start;
	}

	#as-main-nav ul.menu {
		flex-wrap: wrap;
		border: none;
		width: 600px;
		max-width: 100%;
		margin: 0 auto;
	}

	#as-main-nav nav>ul.menu>li {
		width: 100%;
		display: block;
		border: none;
		text-align: center;
	}

	#as-main-nav nav>ul.menu>li a {
		font-size: 22px;
		font-size: 1.4666666667rem;
	}

	#as-main-nav nav>ul.menu>li>ul.sub-menu>li {
		border-bottom: 1px solid #ddd;
	}

	#as-main-nav nav>ul.menu>li>ul.sub-menu>li:last-child {
		border-bottom: 0;
	}

	#as-main-nav nav>ul.menu>li>ul.sub-menu>li.as-sub-open {
		padding: 0;
	}

	#as-main-nav nav>ul.menu>li>ul.sub-menu>li.as-sub-open>a {
		color: #9b302d;
		padding: 10px 0;
		padding: 0.6666666667rem 0;
		display: inline-block;
	}

	#as-main-nav nav>ul.menu>li>ul.sub-menu>li>ul.sub-menu {
		background: #f5f5f5;
		border-top: 1px solid #ddd;
	}

	.as-open-menu #as-main-nav {
		opacity: 1;
		pointer-events: auto;
	}
}

@media only screen and (max-height: 650px) {
	#as-main-nav {
		display: block;
	}

	#as-main-nav nav {
		display: block;
		padding: 30px 0;
		padding: 2rem 0;
	}
}

@media only screen and (max-width: 500px) {
	#as-main-nav {
		height: calc(100% - 58.33px);
	}

	body {
		padding-bottom: 58.33px;
	}

	#as-main-nav nav {
		display: block;
		padding: 30px 0;
		padding: 2rem 0;
	}
}

#as-main-footer .as-footer-top {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 30px 0;
	padding: 2rem 0;
	margin-bottom: 25px;
	margin-bottom: 1.6666666667rem;
}

#as-main-footer .as-footer-top ul {
	display: flex;
	justify-content: center;
	padding: 0;
}

#as-main-footer .as-footer-top ul li {
	margin: 0 20px;
	margin: 0 1.3333333333rem;
	padding: 0;
	line-height: 1;
}

#as-main-footer .as-footer-top ul li a {
	color: #1c1c1d;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.0666666667rem;
	text-transform: uppercase;
	font-family: brandon-grotesque, sans-serif;
}

#as-main-footer .as-footer-top ul li a:hover {
	color: #9b302d;
}

@media only screen and (max-width: 701px) {
	#as-main-footer .as-footer-top ul {
		flex-wrap: wrap;
	}

	#as-main-footer .as-footer-top ul li {
		width: 50%;
		margin: 10px 0;
		text-align: center;
	}
}

#as-main-footer .as-footer-copyright {
	text-align: center;
	padding-bottom: 50px;
	padding-bottom: 3.3333333333rem;
}

#as-main-footer .as-footer-copyright p {
	font-size: 13px;
	font-size: 0.8666666667rem;
	color: #797979;
}

#as-main-footer .as-footer-copyright p a {
	color: inherit;
	text-decoration: underline;
}

#as-main-footer .as-footer-copyright p a:hover {
	color: #9b302d;
}

#as-main-footer .as-footer-copyright p i {
	margin-left: 20px;
	margin-left: 1.3333333333rem;
	display: inline-block;
	vertical-align: middle;
}

#as-main-footer .as-footer-copyright img {
	margin-top: 10px;
	margin-top: 0.6666666667rem;
}

#as-main-footer .as-footer-copyright img.digital-duck {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}

#as-main-footer .as-footer-copyright .as-footer-privacy {
	display: flex;
	justify-content: center;
}

#as-main-footer .as-footer-copyright .as-footer-privacy a {
	display: inline-block;
	margin: 0 10px;
	margin: 0 0.6666666667rem;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	#as-main-footer .as-footer-copyright p i {
		display: block;
		font-size: 0;
		margin: 10px auto 5px;
	}

	.dd-footer-break {
		display: block;
	}
}

.as-social-accounts {
	text-align: center;
	font-size: 0;
}

.as-social-accounts a {
	font-size: 25px;
	font-size: 1.6666666667rem;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 12.5px;
	margin: 0 0.8333333333rem;
}

#as-main-footer .as-social-accounts {
	margin-bottom: 25px;
	margin-bottom: 1.6666666667rem;
}

#as-exit {
	text-align: center;
	width: 700px;
	padding: 40px;
	padding: 2.6666666667rem;
}

#as-exit h6 {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.0666666667rem;
}

#as-exit h4 {
	margin-bottom: 40px;
}

#as-exit form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

#as-exit form input {
	width: 49%;
	box-sizing: border-box;
	margin: 0 0 10px;
}

#as-exit form .as-button.button {
	width: 100%;
}

@media only screen and (max-width: 690px) {
	#as-exit form {
		display: block;
	}

	#as-exit form input {
		margin-bottom: 10px;
		width: 100%;
	}
}

.as-main-content .as-embed {
	max-width: 40%;
	margin: 0 auto;
	padding-bottom: 20%;
}

@media only screen and (max-width: 1030px) {
	.as-main-content .as-embed {
		max-width: 100%;
		padding-bottom: 55%;
	}
}

.woocommerce #payment #place_order,
.woocommerce a.checkout-button.button.alt,
.woocommerce-page #payment #place_order {
	background: #323234;
	color: #fff;
}

.woocommerce #payment #place_order:hover,
.woocommerce a.checkout-button.button.alt:hover,
.woocommerce-page #payment #place_order:hover {
	background: #77b101;
	color: #fff;
}

.woocommerce a.checkout-button.button.alt {
	padding: 1.4em;
}

body .woocommerce ul.products li.product .button:hover,
body.woocommerce div.product form.cart .button:hover {
	background: #323234;
	color: #fff;
}

body .woocommerce table.shop_table tfoot .order-total td,
body .woocommerce table.shop_table tfoot .order-total th {
	background: #f2ffec;
	color: #323234;
}

body #delivery {
	background: #323234;
	color: #fff;
}

body .dd-product-header .price {
	color: #1c1c1d;
}

body .dd-product-testimonials .stars .fas {
	color: #323234;
}

body .dd-product-header h1 {
	font-size: 50px;
	font-size: 3.3333333333rem;
}

body .dd-product-header .price {
	font-size: 35px;
	font-size: 2.3333333333rem;
}

/*
 * FOUNDATION
 */
@media print,
screen and (min-width: 40em) {

	.reveal,
	.reveal.tiny,
	.reveal.small,
	.reveal.large {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}

.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}

.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important;
}

.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important;
}

.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important;
}

.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important;
}

.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important;
}

.long-delay {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important;
}

.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7;
}

@-webkit-keyframes shake-7 {

	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}

	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}

@keyframes shake-7 {

	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}

	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {

	40%,
	50%,
	60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	35%,
	45%,
	55%,
	65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}

	0%,
	30%,
	70%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes wiggle-7deg {

	40%,
	50%,
	60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	35%,
	45%,
	55%,
	65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}

	0%,
	30%,
	70%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important;
}

.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important;
}

.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}

.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important;
}

.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
}

.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-animation-delay: 300ms !important;
	animation-delay: 300ms !important;
}

.long-delay {
	-webkit-animation-delay: 700ms !important;
	animation-delay: 700ms !important;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input {
	overflow: visible;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

details {
	display: block;
}

summary {
	display: list-item;
}

menu {
	display: block;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	box-sizing: border-box;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto;
}

[data-whatinput="mouse"] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.grid-container {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 75rem;
	margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
	.grid-container {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.grid-container.fluid {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 100%;
	margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
	.grid-container.fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto;
}

.grid-x {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}

.cell.auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	flex: 1 1 0px;
}

.cell.shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x>.auto {
	width: auto;
}

.grid-x>.shrink {
	width: auto;
}

.grid-x>.small-shrink,
.grid-x>.small-full,
.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {

	.grid-x>.medium-shrink,
	.grid-x>.medium-full,
	.grid-x>.medium-1,
	.grid-x>.medium-2,
	.grid-x>.medium-3,
	.grid-x>.medium-4,
	.grid-x>.medium-5,
	.grid-x>.medium-6,
	.grid-x>.medium-7,
	.grid-x>.medium-8,
	.grid-x>.medium-9,
	.grid-x>.medium-10,
	.grid-x>.medium-11,
	.grid-x>.medium-12 {
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}
}

@media print,
screen and (min-width: 64em) {

	.grid-x>.large-shrink,
	.grid-x>.large-full,
	.grid-x>.large-1,
	.grid-x>.large-2,
	.grid-x>.large-3,
	.grid-x>.large-4,
	.grid-x>.large-5,
	.grid-x>.large-6,
	.grid-x>.large-7,
	.grid-x>.large-8,
	.grid-x>.large-9,
	.grid-x>.large-10,
	.grid-x>.large-11,
	.grid-x>.large-12 {
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}
}

.grid-x>.small-1 {
	width: 8.3333333333%;
}

.grid-x>.small-2 {
	width: 16.6666666667%;
}

.grid-x>.small-3 {
	width: 25%;
}

.grid-x>.small-4 {
	width: 33.3333333333%;
}

.grid-x>.small-5 {
	width: 41.6666666667%;
}

.grid-x>.small-6 {
	width: 50%;
}

.grid-x>.small-7 {
	width: 58.3333333333%;
}

.grid-x>.small-8 {
	width: 66.6666666667%;
}

.grid-x>.small-9 {
	width: 75%;
}

.grid-x>.small-10 {
	width: 83.3333333333%;
}

.grid-x>.small-11 {
	width: 91.6666666667%;
}

.grid-x>.small-12 {
	width: 100%;
}

@media print,
screen and (min-width: 40em) {
	.grid-x>.medium-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}

	.grid-x>.medium-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.grid-x>.medium-1 {
		width: 8.3333333333%;
	}

	.grid-x>.medium-2 {
		width: 16.6666666667%;
	}

	.grid-x>.medium-3 {
		width: 25%;
	}

	.grid-x>.medium-4 {
		width: 33.3333333333%;
	}

	.grid-x>.medium-5 {
		width: 41.6666666667%;
	}

	.grid-x>.medium-6 {
		width: 50%;
	}

	.grid-x>.medium-7 {
		width: 58.3333333333%;
	}

	.grid-x>.medium-8 {
		width: 66.6666666667%;
	}

	.grid-x>.medium-9 {
		width: 75%;
	}

	.grid-x>.medium-10 {
		width: 83.3333333333%;
	}

	.grid-x>.medium-11 {
		width: 91.6666666667%;
	}

	.grid-x>.medium-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-x>.large-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}

	.grid-x>.large-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.grid-x>.large-1 {
		width: 8.3333333333%;
	}

	.grid-x>.large-2 {
		width: 16.6666666667%;
	}

	.grid-x>.large-3 {
		width: 25%;
	}

	.grid-x>.large-4 {
		width: 33.3333333333%;
	}

	.grid-x>.large-5 {
		width: 41.6666666667%;
	}

	.grid-x>.large-6 {
		width: 50%;
	}

	.grid-x>.large-7 {
		width: 58.3333333333%;
	}

	.grid-x>.large-8 {
		width: 66.6666666667%;
	}

	.grid-x>.large-9 {
		width: 75%;
	}

	.grid-x>.large-10 {
		width: 83.3333333333%;
	}

	.grid-x>.large-11 {
		width: 91.6666666667%;
	}

	.grid-x>.large-12 {
		width: 100%;
	}
}

.grid-margin-x:not(.grid-x)>.cell {
	width: auto;
}

.grid-margin-y:not(.grid-y)>.cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.grid-margin-x>.cell {
	width: calc(100% - 1.25rem);
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x>.cell {
		width: calc(100% - 1.875rem);
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
	}
}

.grid-margin-x>.auto {
	width: auto;
}

.grid-margin-x>.shrink {
	width: auto;
}

.grid-margin-x>.small-1 {
	width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x>.small-2 {
	width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x>.small-3 {
	width: calc(25% - 1.25rem);
}

.grid-margin-x>.small-4 {
	width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x>.small-5 {
	width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x>.small-6 {
	width: calc(50% - 1.25rem);
}

.grid-margin-x>.small-7 {
	width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x>.small-8 {
	width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x>.small-9 {
	width: calc(75% - 1.25rem);
}

.grid-margin-x>.small-10 {
	width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x>.small-11 {
	width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x>.small-12 {
	width: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x>.auto {
		width: auto;
	}

	.grid-margin-x>.shrink {
		width: auto;
	}

	.grid-margin-x>.small-1 {
		width: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-x>.small-2 {
		width: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-x>.small-3 {
		width: calc(25% - 1.875rem);
	}

	.grid-margin-x>.small-4 {
		width: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-x>.small-5 {
		width: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-x>.small-6 {
		width: calc(50% - 1.875rem);
	}

	.grid-margin-x>.small-7 {
		width: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-x>.small-8 {
		width: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-x>.small-9 {
		width: calc(75% - 1.875rem);
	}

	.grid-margin-x>.small-10 {
		width: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-x>.small-11 {
		width: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-x>.small-12 {
		width: calc(100% - 1.875rem);
	}

	.grid-margin-x>.medium-auto {
		width: auto;
	}

	.grid-margin-x>.medium-shrink {
		width: auto;
	}

	.grid-margin-x>.medium-1 {
		width: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-x>.medium-2 {
		width: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-x>.medium-3 {
		width: calc(25% - 1.875rem);
	}

	.grid-margin-x>.medium-4 {
		width: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-x>.medium-5 {
		width: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-x>.medium-6 {
		width: calc(50% - 1.875rem);
	}

	.grid-margin-x>.medium-7 {
		width: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-x>.medium-8 {
		width: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-x>.medium-9 {
		width: calc(75% - 1.875rem);
	}

	.grid-margin-x>.medium-10 {
		width: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-x>.medium-11 {
		width: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-x>.medium-12 {
		width: calc(100% - 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-x>.large-auto {
		width: auto;
	}

	.grid-margin-x>.large-shrink {
		width: auto;
	}

	.grid-margin-x>.large-1 {
		width: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-x>.large-2 {
		width: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-x>.large-3 {
		width: calc(25% - 1.875rem);
	}

	.grid-margin-x>.large-4 {
		width: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-x>.large-5 {
		width: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-x>.large-6 {
		width: calc(50% - 1.875rem);
	}

	.grid-margin-x>.large-7 {
		width: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-x>.large-8 {
		width: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-x>.large-9 {
		width: calc(75% - 1.875rem);
	}

	.grid-margin-x>.large-10 {
		width: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-x>.large-11 {
		width: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-x>.large-12 {
		width: calc(100% - 1.875rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.grid-container:not(.full)>.grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-container:not(.full)>.grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.grid-padding-x>.cell {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-x>.cell {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.small-up-1>.cell {
	width: 100%;
}

.small-up-2>.cell {
	width: 50%;
}

.small-up-3>.cell {
	width: 33.3333333333%;
}

.small-up-4>.cell {
	width: 25%;
}

.small-up-5>.cell {
	width: 20%;
}

.small-up-6>.cell {
	width: 16.6666666667%;
}

.small-up-7>.cell {
	width: 14.2857142857%;
}

.small-up-8>.cell {
	width: 12.5%;
}

@media print,
screen and (min-width: 40em) {
	.medium-up-1>.cell {
		width: 100%;
	}

	.medium-up-2>.cell {
		width: 50%;
	}

	.medium-up-3>.cell {
		width: 33.3333333333%;
	}

	.medium-up-4>.cell {
		width: 25%;
	}

	.medium-up-5>.cell {
		width: 20%;
	}

	.medium-up-6>.cell {
		width: 16.6666666667%;
	}

	.medium-up-7>.cell {
		width: 14.2857142857%;
	}

	.medium-up-8>.cell {
		width: 12.5%;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-up-1>.cell {
		width: 100%;
	}

	.large-up-2>.cell {
		width: 50%;
	}

	.large-up-3>.cell {
		width: 33.3333333333%;
	}

	.large-up-4>.cell {
		width: 25%;
	}

	.large-up-5>.cell {
		width: 20%;
	}

	.large-up-6>.cell {
		width: 16.6666666667%;
	}

	.large-up-7>.cell {
		width: 14.2857142857%;
	}

	.large-up-8>.cell {
		width: 12.5%;
	}
}

.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3>.cell {
	width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6>.cell {
	width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7>.cell {
	width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x.small-up-1>.cell {
		width: calc(100% - 1.25rem);
	}

	.grid-margin-x.small-up-2>.cell {
		width: calc(50% - 1.25rem);
	}

	.grid-margin-x.small-up-3>.cell {
		width: calc(33.3333333333% - 1.25rem);
	}

	.grid-margin-x.small-up-4>.cell {
		width: calc(25% - 1.25rem);
	}

	.grid-margin-x.small-up-5>.cell {
		width: calc(20% - 1.25rem);
	}

	.grid-margin-x.small-up-6>.cell {
		width: calc(16.6666666667% - 1.25rem);
	}

	.grid-margin-x.small-up-7>.cell {
		width: calc(14.2857142857% - 1.25rem);
	}

	.grid-margin-x.small-up-8>.cell {
		width: calc(12.5% - 1.25rem);
	}

	.grid-margin-x.medium-up-1>.cell {
		width: calc(100% - 1.875rem);
	}

	.grid-margin-x.medium-up-2>.cell {
		width: calc(50% - 1.875rem);
	}

	.grid-margin-x.medium-up-3>.cell {
		width: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-x.medium-up-4>.cell {
		width: calc(25% - 1.875rem);
	}

	.grid-margin-x.medium-up-5>.cell {
		width: calc(20% - 1.875rem);
	}

	.grid-margin-x.medium-up-6>.cell {
		width: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.2857142857% - 1.875rem);
	}

	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-x.large-up-1>.cell {
		width: calc(100% - 1.875rem);
	}

	.grid-margin-x.large-up-2>.cell {
		width: calc(50% - 1.875rem);
	}

	.grid-margin-x.large-up-3>.cell {
		width: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-x.large-up-4>.cell {
		width: calc(25% - 1.875rem);
	}

	.grid-margin-x.large-up-5>.cell {
		width: calc(20% - 1.875rem);
	}

	.grid-margin-x.large-up-6>.cell {
		width: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-x.large-up-7>.cell {
		width: calc(14.2857142857% - 1.875rem);
	}

	.grid-margin-x.large-up-8>.cell {
		width: calc(12.5% - 1.875rem);
	}
}

.small-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}

.small-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0;
}

.small-margin-collapse>.small-1 {
	width: 8.3333333333%;
}

.small-margin-collapse>.small-2 {
	width: 16.6666666667%;
}

.small-margin-collapse>.small-3 {
	width: 25%;
}

.small-margin-collapse>.small-4 {
	width: 33.3333333333%;
}

.small-margin-collapse>.small-5 {
	width: 41.6666666667%;
}

.small-margin-collapse>.small-6 {
	width: 50%;
}

.small-margin-collapse>.small-7 {
	width: 58.3333333333%;
}

.small-margin-collapse>.small-8 {
	width: 66.6666666667%;
}

.small-margin-collapse>.small-9 {
	width: 75%;
}

.small-margin-collapse>.small-10 {
	width: 83.3333333333%;
}

.small-margin-collapse>.small-11 {
	width: 91.6666666667%;
}

.small-margin-collapse>.small-12 {
	width: 100%;
}

@media print,
screen and (min-width: 40em) {
	.small-margin-collapse>.medium-1 {
		width: 8.3333333333%;
	}

	.small-margin-collapse>.medium-2 {
		width: 16.6666666667%;
	}

	.small-margin-collapse>.medium-3 {
		width: 25%;
	}

	.small-margin-collapse>.medium-4 {
		width: 33.3333333333%;
	}

	.small-margin-collapse>.medium-5 {
		width: 41.6666666667%;
	}

	.small-margin-collapse>.medium-6 {
		width: 50%;
	}

	.small-margin-collapse>.medium-7 {
		width: 58.3333333333%;
	}

	.small-margin-collapse>.medium-8 {
		width: 66.6666666667%;
	}

	.small-margin-collapse>.medium-9 {
		width: 75%;
	}

	.small-margin-collapse>.medium-10 {
		width: 83.3333333333%;
	}

	.small-margin-collapse>.medium-11 {
		width: 91.6666666667%;
	}

	.small-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.small-margin-collapse>.large-1 {
		width: 8.3333333333%;
	}

	.small-margin-collapse>.large-2 {
		width: 16.6666666667%;
	}

	.small-margin-collapse>.large-3 {
		width: 25%;
	}

	.small-margin-collapse>.large-4 {
		width: 33.3333333333%;
	}

	.small-margin-collapse>.large-5 {
		width: 41.6666666667%;
	}

	.small-margin-collapse>.large-6 {
		width: 50%;
	}

	.small-margin-collapse>.large-7 {
		width: 58.3333333333%;
	}

	.small-margin-collapse>.large-8 {
		width: 66.6666666667%;
	}

	.small-margin-collapse>.large-9 {
		width: 75%;
	}

	.small-margin-collapse>.large-10 {
		width: 83.3333333333%;
	}

	.small-margin-collapse>.large-11 {
		width: 91.6666666667%;
	}

	.small-margin-collapse>.large-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}

.small-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0;
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.medium-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse>.small-1 {
		width: 8.3333333333%;
	}

	.medium-margin-collapse>.small-2 {
		width: 16.6666666667%;
	}

	.medium-margin-collapse>.small-3 {
		width: 25%;
	}

	.medium-margin-collapse>.small-4 {
		width: 33.3333333333%;
	}

	.medium-margin-collapse>.small-5 {
		width: 41.6666666667%;
	}

	.medium-margin-collapse>.small-6 {
		width: 50%;
	}

	.medium-margin-collapse>.small-7 {
		width: 58.3333333333%;
	}

	.medium-margin-collapse>.small-8 {
		width: 66.6666666667%;
	}

	.medium-margin-collapse>.small-9 {
		width: 75%;
	}

	.medium-margin-collapse>.small-10 {
		width: 83.3333333333%;
	}

	.medium-margin-collapse>.small-11 {
		width: 91.6666666667%;
	}

	.medium-margin-collapse>.small-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse>.medium-1 {
		width: 8.3333333333%;
	}

	.medium-margin-collapse>.medium-2 {
		width: 16.6666666667%;
	}

	.medium-margin-collapse>.medium-3 {
		width: 25%;
	}

	.medium-margin-collapse>.medium-4 {
		width: 33.3333333333%;
	}

	.medium-margin-collapse>.medium-5 {
		width: 41.6666666667%;
	}

	.medium-margin-collapse>.medium-6 {
		width: 50%;
	}

	.medium-margin-collapse>.medium-7 {
		width: 58.3333333333%;
	}

	.medium-margin-collapse>.medium-8 {
		width: 66.6666666667%;
	}

	.medium-margin-collapse>.medium-9 {
		width: 75%;
	}

	.medium-margin-collapse>.medium-10 {
		width: 83.3333333333%;
	}

	.medium-margin-collapse>.medium-11 {
		width: 91.6666666667%;
	}

	.medium-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.medium-margin-collapse>.large-1 {
		width: 8.3333333333%;
	}

	.medium-margin-collapse>.large-2 {
		width: 16.6666666667%;
	}

	.medium-margin-collapse>.large-3 {
		width: 25%;
	}

	.medium-margin-collapse>.large-4 {
		width: 33.3333333333%;
	}

	.medium-margin-collapse>.large-5 {
		width: 41.6666666667%;
	}

	.medium-margin-collapse>.large-6 {
		width: 50%;
	}

	.medium-margin-collapse>.large-7 {
		width: 58.3333333333%;
	}

	.medium-margin-collapse>.large-8 {
		width: 66.6666666667%;
	}

	.medium-margin-collapse>.large-9 {
		width: 75%;
	}

	.medium-margin-collapse>.large-10 {
		width: 83.3333333333%;
	}

	.medium-margin-collapse>.large-11 {
		width: 91.6666666667%;
	}

	.medium-margin-collapse>.large-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.medium-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.large-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.small-1 {
		width: 8.3333333333%;
	}

	.large-margin-collapse>.small-2 {
		width: 16.6666666667%;
	}

	.large-margin-collapse>.small-3 {
		width: 25%;
	}

	.large-margin-collapse>.small-4 {
		width: 33.3333333333%;
	}

	.large-margin-collapse>.small-5 {
		width: 41.6666666667%;
	}

	.large-margin-collapse>.small-6 {
		width: 50%;
	}

	.large-margin-collapse>.small-7 {
		width: 58.3333333333%;
	}

	.large-margin-collapse>.small-8 {
		width: 66.6666666667%;
	}

	.large-margin-collapse>.small-9 {
		width: 75%;
	}

	.large-margin-collapse>.small-10 {
		width: 83.3333333333%;
	}

	.large-margin-collapse>.small-11 {
		width: 91.6666666667%;
	}

	.large-margin-collapse>.small-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.medium-1 {
		width: 8.3333333333%;
	}

	.large-margin-collapse>.medium-2 {
		width: 16.6666666667%;
	}

	.large-margin-collapse>.medium-3 {
		width: 25%;
	}

	.large-margin-collapse>.medium-4 {
		width: 33.3333333333%;
	}

	.large-margin-collapse>.medium-5 {
		width: 41.6666666667%;
	}

	.large-margin-collapse>.medium-6 {
		width: 50%;
	}

	.large-margin-collapse>.medium-7 {
		width: 58.3333333333%;
	}

	.large-margin-collapse>.medium-8 {
		width: 66.6666666667%;
	}

	.large-margin-collapse>.medium-9 {
		width: 75%;
	}

	.large-margin-collapse>.medium-10 {
		width: 83.3333333333%;
	}

	.large-margin-collapse>.medium-11 {
		width: 91.6666666667%;
	}

	.large-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.large-1 {
		width: 8.3333333333%;
	}

	.large-margin-collapse>.large-2 {
		width: 16.6666666667%;
	}

	.large-margin-collapse>.large-3 {
		width: 25%;
	}

	.large-margin-collapse>.large-4 {
		width: 33.3333333333%;
	}

	.large-margin-collapse>.large-5 {
		width: 41.6666666667%;
	}

	.large-margin-collapse>.large-6 {
		width: 50%;
	}

	.large-margin-collapse>.large-7 {
		width: 58.3333333333%;
	}

	.large-margin-collapse>.large-8 {
		width: 66.6666666667%;
	}

	.large-margin-collapse>.large-9 {
		width: 75%;
	}

	.large-margin-collapse>.large-10 {
		width: 83.3333333333%;
	}

	.large-margin-collapse>.large-11 {
		width: 91.6666666667%;
	}

	.large-margin-collapse>.large-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.large-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0;
	}
}

.small-offset-0 {
	margin-left: 0%;
}

.grid-margin-x>.small-offset-0 {
	margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.grid-margin-x>.small-offset-1 {
	margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.grid-margin-x>.small-offset-2 {
	margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
	margin-left: 25%;
}

.grid-margin-x>.small-offset-3 {
	margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.grid-margin-x>.small-offset-4 {
	margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.grid-margin-x>.small-offset-5 {
	margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
	margin-left: 50%;
}

.grid-margin-x>.small-offset-6 {
	margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.grid-margin-x>.small-offset-7 {
	margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.grid-margin-x>.small-offset-8 {
	margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
	margin-left: 75%;
}

.grid-margin-x>.small-offset-9 {
	margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.grid-margin-x>.small-offset-10 {
	margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.grid-margin-x>.small-offset-11 {
	margin-left: calc(91.6666666667% + 0.625rem);
}

@media print,
screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left: 0%;
	}

	.grid-margin-x>.medium-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}

	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}

	.grid-margin-x>.medium-offset-1 {
		margin-left: calc(8.3333333333% + 0.9375rem);
	}

	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}

	.grid-margin-x>.medium-offset-2 {
		margin-left: calc(16.6666666667% + 0.9375rem);
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.grid-margin-x>.medium-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}

	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}

	.grid-margin-x>.medium-offset-4 {
		margin-left: calc(33.3333333333% + 0.9375rem);
	}

	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}

	.grid-margin-x>.medium-offset-5 {
		margin-left: calc(41.6666666667% + 0.9375rem);
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.grid-margin-x>.medium-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}

	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}

	.grid-margin-x>.medium-offset-7 {
		margin-left: calc(58.3333333333% + 0.9375rem);
	}

	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}

	.grid-margin-x>.medium-offset-8 {
		margin-left: calc(66.6666666667% + 0.9375rem);
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.grid-margin-x>.medium-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}

	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}

	.grid-margin-x>.medium-offset-10 {
		margin-left: calc(83.3333333333% + 0.9375rem);
	}

	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}

	.grid-margin-x>.medium-offset-11 {
		margin-left: calc(91.6666666667% + 0.9375rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%;
	}

	.grid-margin-x>.large-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}

	.large-offset-1 {
		margin-left: 8.3333333333%;
	}

	.grid-margin-x>.large-offset-1 {
		margin-left: calc(8.3333333333% + 0.9375rem);
	}

	.large-offset-2 {
		margin-left: 16.6666666667%;
	}

	.grid-margin-x>.large-offset-2 {
		margin-left: calc(16.6666666667% + 0.9375rem);
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.grid-margin-x>.large-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}

	.large-offset-4 {
		margin-left: 33.3333333333%;
	}

	.grid-margin-x>.large-offset-4 {
		margin-left: calc(33.3333333333% + 0.9375rem);
	}

	.large-offset-5 {
		margin-left: 41.6666666667%;
	}

	.grid-margin-x>.large-offset-5 {
		margin-left: calc(41.6666666667% + 0.9375rem);
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.grid-margin-x>.large-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}

	.large-offset-7 {
		margin-left: 58.3333333333%;
	}

	.grid-margin-x>.large-offset-7 {
		margin-left: calc(58.3333333333% + 0.9375rem);
	}

	.large-offset-8 {
		margin-left: 66.6666666667%;
	}

	.grid-margin-x>.large-offset-8 {
		margin-left: calc(66.6666666667% + 0.9375rem);
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.grid-margin-x>.large-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}

	.large-offset-10 {
		margin-left: 83.3333333333%;
	}

	.grid-margin-x>.large-offset-10 {
		margin-left: calc(83.3333333333% + 0.9375rem);
	}

	.large-offset-11 {
		margin-left: 91.6666666667%;
	}

	.grid-margin-x>.large-offset-11 {
		margin-left: calc(91.6666666667% + 0.9375rem);
	}
}

.grid-y {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.grid-y>.cell {
	width: auto;
}

.grid-y>.auto {
	height: auto;
}

.grid-y>.shrink {
	height: auto;
}

.grid-y>.small-shrink,
.grid-y>.small-full,
.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {

	.grid-y>.medium-shrink,
	.grid-y>.medium-full,
	.grid-y>.medium-1,
	.grid-y>.medium-2,
	.grid-y>.medium-3,
	.grid-y>.medium-4,
	.grid-y>.medium-5,
	.grid-y>.medium-6,
	.grid-y>.medium-7,
	.grid-y>.medium-8,
	.grid-y>.medium-9,
	.grid-y>.medium-10,
	.grid-y>.medium-11,
	.grid-y>.medium-12 {
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}
}

@media print,
screen and (min-width: 64em) {

	.grid-y>.large-shrink,
	.grid-y>.large-full,
	.grid-y>.large-1,
	.grid-y>.large-2,
	.grid-y>.large-3,
	.grid-y>.large-4,
	.grid-y>.large-5,
	.grid-y>.large-6,
	.grid-y>.large-7,
	.grid-y>.large-8,
	.grid-y>.large-9,
	.grid-y>.large-10,
	.grid-y>.large-11,
	.grid-y>.large-12 {
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}
}

.grid-y>.small-1 {
	height: 8.3333333333%;
}

.grid-y>.small-2 {
	height: 16.6666666667%;
}

.grid-y>.small-3 {
	height: 25%;
}

.grid-y>.small-4 {
	height: 33.3333333333%;
}

.grid-y>.small-5 {
	height: 41.6666666667%;
}

.grid-y>.small-6 {
	height: 50%;
}

.grid-y>.small-7 {
	height: 58.3333333333%;
}

.grid-y>.small-8 {
	height: 66.6666666667%;
}

.grid-y>.small-9 {
	height: 75%;
}

.grid-y>.small-10 {
	height: 83.3333333333%;
}

.grid-y>.small-11 {
	height: 91.6666666667%;
}

.grid-y>.small-12 {
	height: 100%;
}

@media print,
screen and (min-width: 40em) {
	.grid-y>.medium-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}

	.grid-y>.medium-shrink {
		height: auto;
	}

	.grid-y>.medium-1 {
		height: 8.3333333333%;
	}

	.grid-y>.medium-2 {
		height: 16.6666666667%;
	}

	.grid-y>.medium-3 {
		height: 25%;
	}

	.grid-y>.medium-4 {
		height: 33.3333333333%;
	}

	.grid-y>.medium-5 {
		height: 41.6666666667%;
	}

	.grid-y>.medium-6 {
		height: 50%;
	}

	.grid-y>.medium-7 {
		height: 58.3333333333%;
	}

	.grid-y>.medium-8 {
		height: 66.6666666667%;
	}

	.grid-y>.medium-9 {
		height: 75%;
	}

	.grid-y>.medium-10 {
		height: 83.3333333333%;
	}

	.grid-y>.medium-11 {
		height: 91.6666666667%;
	}

	.grid-y>.medium-12 {
		height: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-y>.large-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}

	.grid-y>.large-shrink {
		height: auto;
	}

	.grid-y>.large-1 {
		height: 8.3333333333%;
	}

	.grid-y>.large-2 {
		height: 16.6666666667%;
	}

	.grid-y>.large-3 {
		height: 25%;
	}

	.grid-y>.large-4 {
		height: 33.3333333333%;
	}

	.grid-y>.large-5 {
		height: 41.6666666667%;
	}

	.grid-y>.large-6 {
		height: 50%;
	}

	.grid-y>.large-7 {
		height: 58.3333333333%;
	}

	.grid-y>.large-8 {
		height: 66.6666666667%;
	}

	.grid-y>.large-9 {
		height: 75%;
	}

	.grid-y>.large-10 {
		height: 83.3333333333%;
	}

	.grid-y>.large-11 {
		height: 91.6666666667%;
	}

	.grid-y>.large-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}

.grid-padding-y>.cell {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-y>.cell {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}

.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}

.grid-margin-y>.auto {
	height: auto;
}

.grid-margin-y>.shrink {
	height: auto;
}

.grid-margin-y>.small-1 {
	height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y>.small-2 {
	height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
	height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y>.small-5 {
	height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
	height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y>.small-8 {
	height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
	height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y>.small-11 {
	height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.auto {
		height: auto;
	}

	.grid-margin-y>.shrink {
		height: auto;
	}

	.grid-margin-y>.small-1 {
		height: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-y>.small-2 {
		height: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-y>.small-3 {
		height: calc(25% - 1.875rem);
	}

	.grid-margin-y>.small-4 {
		height: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-y>.small-5 {
		height: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-y>.small-6 {
		height: calc(50% - 1.875rem);
	}

	.grid-margin-y>.small-7 {
		height: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-y>.small-8 {
		height: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-y>.small-9 {
		height: calc(75% - 1.875rem);
	}

	.grid-margin-y>.small-10 {
		height: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-y>.small-11 {
		height: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-y>.small-12 {
		height: calc(100% - 1.875rem);
	}

	.grid-margin-y>.medium-auto {
		height: auto;
	}

	.grid-margin-y>.medium-shrink {
		height: auto;
	}

	.grid-margin-y>.medium-1 {
		height: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-y>.medium-2 {
		height: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.875rem);
	}

	.grid-margin-y>.medium-4 {
		height: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-y>.medium-5 {
		height: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.875rem);
	}

	.grid-margin-y>.medium-7 {
		height: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-y>.medium-8 {
		height: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.875rem);
	}

	.grid-margin-y>.medium-10 {
		height: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-y>.medium-11 {
		height: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y>.large-auto {
		height: auto;
	}

	.grid-margin-y>.large-shrink {
		height: auto;
	}

	.grid-margin-y>.large-1 {
		height: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-y>.large-2 {
		height: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-y>.large-3 {
		height: calc(25% - 1.875rem);
	}

	.grid-margin-y>.large-4 {
		height: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-y>.large-5 {
		height: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-y>.large-6 {
		height: calc(50% - 1.875rem);
	}

	.grid-margin-y>.large-7 {
		height: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-y>.large-8 {
		height: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-y>.large-9 {
		height: calc(75% - 1.875rem);
	}

	.grid-margin-y>.large-10 {
		height: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-y>.large-11 {
		height: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-y>.large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}

.cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media print,
screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		width: 100vw;
	}

	.cell .medium-grid-frame {
		width: 100%;
	}

	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}

	.medium-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

	.medium-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		width: 100vw;
	}

	.cell .large-grid-frame {
		width: 100%;
	}

	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}

	.large-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

	.large-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
}

.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: 100vh;
}

@media print,
screen and (min-width: 40em) {
	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}

@media print,
screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}

.grid-margin-y>.auto {
	height: auto;
}

.grid-margin-y>.shrink {
	height: auto;
}

.grid-margin-y>.small-1 {
	height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y>.small-2 {
	height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
	height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y>.small-5 {
	height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
	height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y>.small-8 {
	height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
	height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y>.small-11 {
	height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.auto {
		height: auto;
	}

	.grid-margin-y>.shrink {
		height: auto;
	}

	.grid-margin-y>.small-1 {
		height: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-y>.small-2 {
		height: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-y>.small-3 {
		height: calc(25% - 1.875rem);
	}

	.grid-margin-y>.small-4 {
		height: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-y>.small-5 {
		height: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-y>.small-6 {
		height: calc(50% - 1.875rem);
	}

	.grid-margin-y>.small-7 {
		height: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-y>.small-8 {
		height: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-y>.small-9 {
		height: calc(75% - 1.875rem);
	}

	.grid-margin-y>.small-10 {
		height: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-y>.small-11 {
		height: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-y>.small-12 {
		height: calc(100% - 1.875rem);
	}

	.grid-margin-y>.medium-auto {
		height: auto;
	}

	.grid-margin-y>.medium-shrink {
		height: auto;
	}

	.grid-margin-y>.medium-1 {
		height: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-y>.medium-2 {
		height: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.875rem);
	}

	.grid-margin-y>.medium-4 {
		height: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-y>.medium-5 {
		height: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.875rem);
	}

	.grid-margin-y>.medium-7 {
		height: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-y>.medium-8 {
		height: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.875rem);
	}

	.grid-margin-y>.medium-10 {
		height: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-y>.medium-11 {
		height: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y>.large-auto {
		height: auto;
	}

	.grid-margin-y>.large-shrink {
		height: auto;
	}

	.grid-margin-y>.large-1 {
		height: calc(8.3333333333% - 1.875rem);
	}

	.grid-margin-y>.large-2 {
		height: calc(16.6666666667% - 1.875rem);
	}

	.grid-margin-y>.large-3 {
		height: calc(25% - 1.875rem);
	}

	.grid-margin-y>.large-4 {
		height: calc(33.3333333333% - 1.875rem);
	}

	.grid-margin-y>.large-5 {
		height: calc(41.6666666667% - 1.875rem);
	}

	.grid-margin-y>.large-6 {
		height: calc(50% - 1.875rem);
	}

	.grid-margin-y>.large-7 {
		height: calc(58.3333333333% - 1.875rem);
	}

	.grid-margin-y>.large-8 {
		height: calc(66.6666666667% - 1.875rem);
	}

	.grid-margin-y>.large-9 {
		height: calc(75% - 1.875rem);
	}

	.grid-margin-y>.large-10 {
		height: calc(83.3333333333% - 1.875rem);
	}

	.grid-margin-y>.large-11 {
		height: calc(91.6666666667% - 1.875rem);
	}

	.grid-margin-y>.large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	line-height: 0;
	color: #cacaca;
}

h1,
.h1 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h2,
.h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h3,
.h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h4,
.h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h5,
.h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h6,
.h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

@media print,
screen and (min-width: 40em) {

	h1,
	.h1 {
		font-size: 3rem;
	}

	h2,
	.h2 {
		font-size: 2.5rem;
	}

	h3,
	.h3 {
		font-size: 1.9375rem;
	}

	h4,
	.h4 {
		font-size: 1.5625rem;
	}

	h5,
	.h5 {
		font-size: 1.25rem;
	}

	h6,
	.h6 {
		font-size: 1rem;
	}
}

a {
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #b0d39b;
}

a img {
	border: 0;
}

hr {
	clear: both;
	max-width: 75rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}

ul,
ol,
dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

li {
	font-size: inherit;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

ol {
	margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}

blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #8a8a8a;
}

cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}

cite:before {
	content: "— ";
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none;
}

figure {
	margin: 0;
}

code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
}

kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a;
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p+.stat {
	margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
	margin-left: 0;
	list-style: none;
}

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

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

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

.text-justify {
	text-align: justify;
}

@media print,
screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left;
	}

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

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

	.medium-text-justify {
		text-align: justify;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-text-left {
		text-align: left;
	}

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

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

	.large-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important;
	}

	.show-for-print {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	table.show-for-print {
		display: table !important;
	}

	thead.show-for-print {
		display: table-header-group !important;
	}

	tbody.show-for-print {
		display: table-row-group !important;
	}

	tr.show-for-print {
		display: table-row !important;
	}

	td.show-for-print {
		display: table-cell !important;
	}

	th.show-for-print {
		display: table-cell !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.print-break-inside {
		page-break-inside: auto;
	}
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
}

[data-whatinput="mouse"] .button {
	outline: 0;
}

.button:hover,
.button:focus {
	background-color: #14679e;
	color: #fefefe;
}

.button.tiny {
	font-size: 0.6rem;
}

.button.small {
	font-size: 0.75rem;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.button.primary {
	background-color: #1779ba;
	color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
	background-color: #126195;
	color: #fefefe;
}

.button.secondary {
	background-color: #767676;
	color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #5e5e5e;
	color: #fefefe;
}

.button.success {
	background-color: #3adb76;
	color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
	background-color: #22bb5b;
	color: #0a0a0a;
}

.button.warning {
	background-color: #ffae00;
	color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a;
}

.button.alert {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
	background-color: #a53b2a;
	color: #fefefe;
}

.button.disabled,
.button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #1779ba;
	color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
	background-color: #1779ba;
	color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #767676;
	color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #3adb76;
	color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.hollow {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
	background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #0c3d5d;
	color: #0c3d5d;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.hollow.primary {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.hollow.secondary {
	border: 1px solid #767676;
	color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
	background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
	background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
	border-color: #0c3d5d;
	color: #0c3d5d;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border-color: transparent;
}

.button.clear.primary {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border-color: transparent;
}

.button.clear.secondary {
	border: 1px solid #767676;
	color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border-color: transparent;
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border-color: transparent;
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border-color: transparent;
}

.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border-color: transparent;
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em;
}

.button.dropdown.hollow::after {
	border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after {
	border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after {
	border-top-color: #767676;
}

.button.dropdown.hollow.success::after {
	border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37;
}

.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}

a.button:hover,
a.button:focus {
	text-decoration: none;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #cacaca;
}

input::placeholder,
textarea::placeholder {
	color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

[type="submit"],
[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type="search"] {
	box-sizing: border-box;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
	margin: 0 0 1rem;
}

[type="checkbox"]+label,
[type="radio"]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}

[type="checkbox"]+label[for],
[type="radio"]+label[for] {
	cursor: pointer;
}

label>[type="checkbox"],
label>[type="radio"] {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

[type="file"] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: 0.975rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a;
}

label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}

.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #0a0a0a;
}

.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.input-group> :first-child {
	border-radius: 0 0 0 0;
}

.input-group> :last-child>* {
	border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
	min-width: 0;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	height: auto;
	-webkit-align-self: stretch;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	max-width: 100%;
	margin-bottom: 0.5rem;
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca;
}

.fieldset legend {
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
}

select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select.orderby:focus {
	box-shadow: none;
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

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

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37;
}

.is-invalid-label {
	color: #cc4b37;
}

.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #cc4b37;
}

.form-error.is-visible {
	display: block;
}

.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none;
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed;
}

.accordion-item:first-child> :first-child {
	border-radius: 0 0 0 0;
}

.accordion-item:last-child> :last-child {
	border-radius: 0 0 0 0;
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: 0.75rem;
	line-height: 1;
	color: #1779ba;
}

:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
	background-color: #e6e6e6;
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: "+";
}

.is-active>.accordion-title::before {
	content: "\2013";
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #0a0a0a;
}

:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.button-group::before,
.button-group::after {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.button-group::after {
	clear: both;
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.button-group .button:last-child {
	margin-right: 0;
}

.button-group.tiny .button {
	font-size: 0.6rem;
}

.button-group.small .button {
	font-size: 0.75rem;
}

.button-group.large .button {
	font-size: 1.25rem;
}

.button-group.expanded .button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	flex: 1 1 0px;
}

.button-group.primary .button {
	background-color: #1779ba;
	color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
	background-color: #126195;
	color: #fefefe;
}

.button-group.secondary .button {
	background-color: #767676;
	color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
	background-color: #5e5e5e;
	color: #fefefe;
}

.button-group.success .button {
	background-color: #3adb76;
	color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
	background-color: #22bb5b;
	color: #0a0a0a;
}

.button-group.warning .button {
	background-color: #ffae00;
	color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #0a0a0a;
}

.button-group.alert .button {
	background-color: #cc4b37;
	color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
	background-color: #a53b2a;
	color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0;
	}
}

@media print,
screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 39.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block;
	}

	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0;
	}
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer;
}

[data-whatinput="mouse"] .close-button {
	outline: 0;
}

.close-button:hover,
.close-button:focus {
	color: #0a0a0a;
}

.close-button.small {
	right: 0.66rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1;
}

.close-button,
.close-button.medium {
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

[data-whatinput="mouse"] .menu li {
	outline: 0;
}

.menu a,
.menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
	margin-bottom: 0;
}

.menu input {
	display: inline-block;
}

.menu,
.menu.horizontal {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.menu.vertical {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.menu.expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	flex: 1 1 0px;
}

.menu.simple {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.menu.simple li+li {
	margin-left: 1rem;
}

.menu.simple a {
	padding: 0;
}

@media print,
screen and (min-width: 40em) {
	.menu.medium-horizontal {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.menu.medium-vertical {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.menu.medium-expanded li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
	}

	.menu.medium-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media print,
screen and (min-width: 64em) {
	.menu.large-horizontal {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.menu.large-vertical {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.menu.large-expanded li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
	}

	.menu.large-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.menu.nested {
	margin-right: 0;
	margin-left: 1rem;
}

.menu.icons a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
	margin-right: 0.25rem;
}

.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
	margin-left: 0.25rem;
}

.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
	-webkit-align-self: stretch;
	align-self: stretch;
	margin-bottom: 0.25rem;
	text-align: center;
}

.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
	-webkit-align-self: stretch;
	align-self: stretch;
	margin-bottom: 0.25rem;
	text-align: center;
}

.menu .is-active>a {
	background: #1779ba;
	color: #fefefe;
}

.menu .active>a {
	background: #1779ba;
	color: #fefefe;
}

.menu.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.menu.align-right li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.menu.align-right.vertical li {
	display: block;
	text-align: right;
}

.menu.align-right.vertical li .submenu li {
	text-align: right;
}

.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0;
}

.menu.align-center li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

.menu-centered>.menu {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.menu-centered>.menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.menu-centered>.menu li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
	display: none;
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}

.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: "";
}

.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}

.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: "";
}

.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
	position: relative;
	overflow: hidden;
}

.is-drilldown li {
	display: block;
}

.is-drilldown.animate-height {
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}

.drilldown a {
	padding: 0.7rem 1rem;
	background: #fefefe;
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
	transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: visible;
}

.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
	padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent>a {
	position: relative;
}

.drilldown .is-drilldown-submenu-parent>a::after {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
	left: auto;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
	right: auto;
	left: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
}

.drilldown .js-drilldown-back>a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem;
	border-left-width: 0;
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	display: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-size: 1rem;
}

.dropdown-pane.is-opening {
	display: block;
}

.dropdown-pane.is-open {
	visibility: visible;
	display: block;
}

.dropdown-pane.tiny {
	width: 100px;
}

.dropdown-pane.small {
	width: 200px;
}

.dropdown-pane.large {
	width: 400px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px;
}

.dropdown.menu a {
	padding: 0.7rem 1rem;
}

[data-whatinput="mouse"] .dropdown.menu a {
	outline: 0;
}

.dropdown.menu .is-active>a {
	background: rgba(0, 0, 0, 0);
	color: #e6e6e6;
}

.no-js .dropdown.menu ul {
	display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto;
	top: 0;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.dropdown.menu.vertical>li>a::after {
	right: 14px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
}

.dropdown.menu.vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
}

@media print,
screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}

	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem;
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}

	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0;
	}

	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

	.dropdown.menu.medium-vertical>li>a::after {
		right: 14px;
	}

	.dropdown.menu.medium-vertical>li.opens-left>a::after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
	}

	.dropdown.menu.medium-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba;
	}
}

@media print,
screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}

	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}

	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem;
	}

	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}

	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0;
	}

	.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

	.dropdown.menu.large-vertical>li>a::after {
		right: 14px;
	}

	.dropdown.menu.large-vertical>li.opens-left>a::after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
	}

	.dropdown.menu.large-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba;
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto;
}

.is-dropdown-menu.vertical {
	width: 100px;
}

.is-dropdown-menu.vertical.align-right {
	float: right;
}

.is-dropdown-submenu-parent {
	position: relative;
}

.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top: 100%;
	left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
	right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}

.is-dropdown-submenu>li {
	width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}

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

.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%;
}

.media-object {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 1rem;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.media-object img {
	max-width: none;
}

@media screen and (max-width: 39.9375em) {
	.media-object.stack-for-small {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 39.9375em) {
	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.media-object.stack-for-small .media-object-section img {
		width: 100%;
	}
}

.media-object-section {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.media-object-section:first-child {
	padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem;
}

.media-object-section> :last-child {
	margin-bottom: 0;
}

.media-object-section.main-section {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	flex: 1 1 0px;
}

.is-off-canvas-open {
	overflow: hidden;
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(254, 254, 254, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}

.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #2c3840;
}

[data-whatinput="mouse"] .off-canvas {
	outline: 0;
}

.off-canvas.is-transition-push {
	z-index: 12;
}

.off-canvas.is-closed {
	visibility: hidden;
}

.off-canvas.is-transition-overlap {
	z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #2c3840;
}

[data-whatinput="mouse"] .off-canvas-absolute {
	outline: 0;
}

.off-canvas-absolute.is-transition-push {
	z-index: 12;
}

.off-canvas-absolute.is-closed {
	visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
	z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}

.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}

.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform: translateY(250px);
	transform: translateY(250px);
}

.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(250px);
	transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform: translateY(250px);
	transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px);
}

.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media print,
screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-left.reveal-for-medium .close-button {
		display: none;
	}

	.off-canvas-content .position-left.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}

	.position-left.reveal-for-medium~.off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-right.reveal-for-medium .close-button {
		display: none;
	}

	.off-canvas-content .position-right.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}

	.position-right.reveal-for-medium~.off-canvas-content {
		margin-right: 250px;
	}

	.position-top.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-top.reveal-for-medium .close-button {
		display: none;
	}

	.off-canvas-content .position-top.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}

	.position-top.reveal-for-medium~.off-canvas-content {
		margin-top: 250px;
	}

	.position-bottom.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-bottom.reveal-for-medium .close-button {
		display: none;
	}

	.off-canvas-content .position-bottom.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}

	.position-bottom.reveal-for-medium~.off-canvas-content {
		margin-bottom: 250px;
	}
}

@media print,
screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-left.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-left.reveal-for-large {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}

	.position-left.reveal-for-large~.off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-right.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-right.reveal-for-large {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}

	.position-right.reveal-for-large~.off-canvas-content {
		margin-right: 250px;
	}

	.position-top.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-top.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-top.reveal-for-large {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}

	.position-top.reveal-for-large~.off-canvas-content {
		margin-top: 250px;
	}

	.position-bottom.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-bottom.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-bottom.reveal-for-large {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}

	.position-bottom.reveal-for-large~.off-canvas-content {
		margin-bottom: 250px;
	}
}

@media print,
screen and (min-width: 40em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: inherit;
		width: inherit;
		overflow: inherit;
		-webkit-transition: inherit;
		transition: inherit;
	}

	.off-canvas.in-canvas-for-medium.position-left,
	.off-canvas.in-canvas-for-medium.position-right,
	.off-canvas.in-canvas-for-medium.position-top,
	.off-canvas.in-canvas-for-medium.position-bottom {
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas.in-canvas-for-medium .close-button {
		display: none;
	}
}

@media print,
screen and (min-width: 64em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: inherit;
		width: inherit;
		overflow: inherit;
		-webkit-transition: inherit;
		transition: inherit;
	}

	.off-canvas.in-canvas-for-large.position-left,
	.off-canvas.in-canvas-for-large.position-right,
	.off-canvas.in-canvas-for-large.position-top,
	.off-canvas.in-canvas-for-large.position-bottom {
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas.in-canvas-for-large .close-button {
		display: none;
	}
}

.sticky-container {
	position: relative;
}

.sticky {
	position: relative;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%;
}

.sticky.is-stuck.is-at-top {
	top: 0;
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0;
}

.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto;
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0;
}

body.is-reveal-open {
	overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll;
}

.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
	outline: 0;
}

@media print,
screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column {
	min-width: 0;
}

.reveal> :last-child {
	margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
	.reveal {
		width: 600px;
		max-width: 75rem;
	}
}

.reveal.collapse {
	padding: 0;
}

@media print,
screen and (min-width: 40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 75rem;
	}
}

@media print,
screen and (min-width: 40em) {
	.reveal.small {
		width: 50%;
		max-width: 75rem;
	}
}

@media print,
screen and (min-width: 40em) {
	.reveal.large {
		width: 90%;
		max-width: 75rem;
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}

.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none;
}

.tabs::before,
.tabs::after {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.tabs::after {
	clear: both;
}

.tabs.vertical>li {
	display: block;
	float: none;
	width: auto;
}

.tabs.simple>li>a {
	padding: 0;
}

.tabs.simple>li>a:hover {
	background: transparent;
}

.tabs.primary {
	background: #1779ba;
}

.tabs.primary>li>a {
	color: #fefefe;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
	background: #1673b1;
}

.tabs-title {
	float: left;
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: 0.75rem;
	line-height: 1;
	color: #1779ba;
}

.tabs-title>a:hover {
	background: #fefefe;
	color: #1468a0;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected="true"] {
	background: #e6e6e6;
	color: #1779ba;
}

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #0a0a0a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 1rem;
}

.tabs-panel.is-active {
	display: block;
}

.top-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
	background-color: #2c3840;
}

.top-bar input {
	max-width: 200px;
	margin-right: 1rem;
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}

.top-bar input.button {
	width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media print,
screen and (min-width: 40em) {
	.top-bar {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.top-bar .top-bar-left {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto;
	}

	.top-bar .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 63.9375em) {
	.top-bar.stacked-for-medium {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 74.9375em) {
	.top-bar.stacked-for-large {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.top-bar-title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print,
screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print,
screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}

@media screen and (orientation: landscape) {

	.show-for-landscape,
	.hide-for-portrait {
		display: block !important;
	}
}

@media screen and (orientation: portrait) {

	.show-for-landscape,
	.hide-for-portrait {
		display: none !important;
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

@media screen and (orientation: landscape) {

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {

	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}

.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important;
}

.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important;
}

.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important;
}

.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important;
}

.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important;
}

.long-delay {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important;
}

.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7;
}

@keyframes shake-7 {

	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}

	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {

	40%,
	50%,
	60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	35%,
	45%,
	55%,
	65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}

	0%,
	30%,
	70%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important;
}

.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important;
}

.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}

.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important;
}

.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
}

.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-animation-delay: 300ms !important;
	animation-delay: 300ms !important;
}

.long-delay {
	-webkit-animation-delay: 700ms !important;
	animation-delay: 700ms !important;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.stdpadtop,
.page-content.std,
.page-content.woo .woocommerce-breadcrumb {
	padding-top: 10px;
}

@media print,
screen and (min-width: 40em) {

	.stdpadtop,
	.page-content.std,
	.page-content.woo .woocommerce-breadcrumb {
		padding-top: 25px;
	}
}

@media print,
screen and (min-width: 64em) {

	.stdpadtop,
	.page-content.std,
	.page-content.woo .woocommerce-breadcrumb {
		padding-top: 50px;
	}
}

#footer .header,
.stdpadbot,
#featured .attachment-woocommerce_thumbnail,
.page-content.std,
.page-content.std .wp-post-image,
.page-content.std .as-page-title,
.page-content.std table,
.page-content.woo .woocommerce-products-header,
.page-content.post article,
.page-content.post .as-single-info,
.as-selected-products.woocommerce .as-section-title {
	padding-bottom: 10px;
}

@media print,
screen and (min-width: 40em) {

	#footer .header,
	.stdpadbot,
	#featured .attachment-woocommerce_thumbnail,
	.page-content.std,
	.page-content.std .wp-post-image,
	.page-content.std .as-page-title,
	.page-content.std table,
	.page-content.woo .woocommerce-products-header,
	.page-content.post article,
	.page-content.post .as-single-info,
	.as-selected-products.woocommerce .as-section-title {
		padding-bottom: 25px;
	}
}

@media print,
screen and (min-width: 64em) {

	#footer .header,
	.stdpadbot,
	#featured .attachment-woocommerce_thumbnail,
	.page-content.std,
	.page-content.std .wp-post-image,
	.page-content.std .as-page-title,
	.page-content.std table,
	.page-content.woo .woocommerce-products-header,
	.page-content.post article,
	.page-content.post .as-single-info,
	.as-selected-products.woocommerce .as-section-title {
		padding-bottom: 50px;
	}
}

.stdhalfpadtop {
	padding-top: 5px;
}

@media print,
screen and (min-width: 40em) {
	.stdhalfpadtop {
		padding-top: 10px;
	}
}

@media print,
screen and (min-width: 64em) {
	.stdhalfpadtop {
		padding-top: 25px;
	}
}

.stdhalfpadbot,
.page-content.post .wp-post-image {
	padding-bottom: 5px;
}

@media print,
screen and (min-width: 40em) {

	.stdhalfpadbot,
	.page-content.post .wp-post-image {
		padding-bottom: 10px;
	}
}

@media print,
screen and (min-width: 64em) {

	.stdhalfpadbot,
	.page-content.post .wp-post-image {
		padding-bottom: 25px;
	}
}

.stdmartop {
	margin-top: 10px;
}

@media print,
screen and (min-width: 40em) {
	.stdmartop {
		margin-top: 25px;
	}
}

@media print,
screen and (min-width: 64em) {
	.stdmartop {
		margin-top: 50px;
	}
}

.is-dropdown-submenu,
#nav .sticky.is-stuck.is-at-top,
#points .button {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

#wpadminbar {
	position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
	margin-top: 2rem;
}

body.admin-bar.offcanvas .off-canvas.is-open {
	top: 2.875rem;
}

@media screen and (min-width: 48.9375em) {
	body.admin-bar.offcanvas .off-canvas.is-open {
		top: 2rem;
	}
}

.wp-caption>figcaption {
	max-width: 100%;
	font-size: 0.8rem;
	color: #999;
	padding: 0.25rem 0;
}

p.wp-caption-text {
	font-size: 90%;
	color: #666;
	padding: 0.625rem 0;
}

.alignleft {
	float: left;
	padding-right: 1rem;
	margin: 0;
}

.alignright {
	float: right;
	padding-left: 1rem;
	margin: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-xs {
	font-size: 0.75em;
}

.fa-sm {
	font-size: 0.875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adobe:before {
	content: "\f778";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-air-freshener:before {
	content: "\f5d0";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-alipay:before {
	content: "\f642";
}

.fa-allergies:before {
	content: "\f461";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angry:before {
	content: "\f556";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-ankh:before {
	content: "\f644";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-alt:before {
	content: "\f5d1";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-archway:before {
	content: "\f557";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-artstation:before {
	content: "\f77a";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-atlas:before {
	content: "\f558";
}

.fa-atlassian:before {
	content: "\f77b";
}

.fa-atom:before {
	content: "\f5d2";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-award:before {
	content: "\f559";
}

.fa-aws:before {
	content: "\f375";
}

.fa-baby:before {
	content: "\f77c";
}

.fa-baby-carriage:before {
	content: "\f77d";
}

.fa-backspace:before {
	content: "\f55a";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-bacon:before {
	content: "\f7e5";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bezier-curve:before {
	content: "\f55b";
}

.fa-bible:before {
	content: "\f647";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-biohazard:before {
	content: "\f780";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blender:before {
	content: "\f517";
}

.fa-blender-phone:before {
	content: "\f6b6";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blog:before {
	content: "\f781";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-bone:before {
	content: "\f5d7";
}

.fa-bong:before {
	content: "\f55c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-dead:before {
	content: "\f6b7";
}

.fa-book-medical:before {
	content: "\f7e6";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-book-reader:before {
	content: "\f5da";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-open:before {
	content: "\f49e";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-brain:before {
	content: "\f5dc";
}

.fa-bread-slice:before {
	content: "\f7ec";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-brush:before {
	content: "\f55d";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-bus-alt:before {
	content: "\f55e";
}

.fa-business-time:before {
	content: "\f64a";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-day:before {
	content: "\f783";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-calendar-week:before {
	content: "\f784";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-campground:before {
	content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
	content: "\f785";
}

.fa-candy-cane:before {
	content: "\f786";
}

.fa-cannabis:before {
	content: "\f55f";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-car-alt:before {
	content: "\f5de";
}

.fa-car-battery:before {
	content: "\f5df";
}

.fa-car-crash:before {
	content: "\f5e1";
}

.fa-car-side:before {
	content: "\f5e4";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-carrot:before {
	content: "\f787";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cash-register:before {
	content: "\f788";
}

.fa-cat:before {
	content: "\f6be";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-centos:before {
	content: "\f789";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chair:before {
	content: "\f6c0";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

.fa-charging-station:before {
	content: "\f5e7";
}

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-double:before {
	content: "\f560";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-cheese:before {
	content: "\f7ef";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-city:before {
	content: "\f64f";
}

.fa-clinic-medical:before {
	content: "\f7f2";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

.fa-clipboard-list:before {
	content: "\f46d";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-meatball:before {
	content: "\f73b";
}

.fa-cloud-moon:before {
	content: "\f6c3";
}

.fa-cloud-moon-rain:before {
	content: "\f73c";
}

.fa-cloud-rain:before {
	content: "\f73d";
}

.fa-cloud-showers-heavy:before {
	content: "\f740";
}

.fa-cloud-sun:before {
	content: "\f6c4";
}

.fa-cloud-sun-rain:before {
	content: "\f743";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-cocktail:before {
	content: "\f561";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-dollar:before {
	content: "\f651";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-comment-medical:before {
	content: "\f7f5";
}

.fa-comment-slash:before {
	content: "\f4b3";
}

.fa-comments:before {
	content: "\f086";
}

.fa-comments-dollar:before {
	content: "\f653";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-arrows-alt:before {
	content: "\f78c";
}

.fa-concierge-bell:before {
	content: "\f562";
}

.fa-confluence:before {
	content: "\f78d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-cookie:before {
	content: "\f563";
}

.fa-cookie-bite:before {
	content: "\f564";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-creative-commons-zero:before {
	content: "\f4f3";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-critical-role:before {
	content: "\f6c9";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crop-alt:before {
	content: "\f565";
}

.fa-cross:before {
	content: "\f654";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-crutch:before {
	content: "\f7f7";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-d-and-d-beyond:before {
	content: "\f6ca";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-democrat:before {
	content: "\f747";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-dev:before {
	content: "\f6cc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-dharmachakra:before {
	content: "\f655";
}

.fa-dhl:before {
	content: "\f790";
}

.fa-diagnoses:before {
	content: "\f470";
}

.fa-diaspora:before {
	content: "\f791";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-d20:before {
	content: "\f6cf";
}

.fa-dice-d6:before {
	content: "\f6d1";
}

.fa-dice-five:before {
	content: "\f523";
}

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

.fa-dice-three:before {
	content: "\f527";
}

.fa-dice-two:before {
	content: "\f528";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-digital-tachograph:before {
	content: "\f566";
}

.fa-directions:before {
	content: "\f5eb";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dizzy:before {
	content: "\f567";
}

.fa-dna:before {
	content: "\f471";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dog:before {
	content: "\f6d3";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

.fa-door-open:before {
	content: "\f52b";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-drafting-compass:before {
	content: "\f568";
}

.fa-dragon:before {
	content: "\f6d5";
}

.fa-draw-polygon:before {
	content: "\f5ee";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drum:before {
	content: "\f569";
}

.fa-drum-steelpan:before {
	content: "\f56a";
}

.fa-drumstick-bite:before {
	content: "\f6d7";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dumpster:before {
	content: "\f793";
}

.fa-dumpster-fire:before {
	content: "\f794";
}

.fa-dungeon:before {
	content: "\f6d9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edit:before {
	content: "\f044";
}

.fa-egg:before {
	content: "\f7fb";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ello:before {
	content: "\f5f1";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-text:before {
	content: "\f658";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-ethernet:before {
	content: "\f796";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fantasy-flight-games:before {
	content: "\f6dc";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-feather-alt:before {
	content: "\f56b";
}

.fa-fedex:before {
	content: "\f797";
}

.fa-fedora:before {
	content: "\f798";
}

.fa-female:before {
	content: "\f182";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-figma:before {
	content: "\f799";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-contract:before {
	content: "\f56c";
}

.fa-file-csv:before {
	content: "\f6dd";
}

.fa-file-download:before {
	content: "\f56d";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-export:before {
	content: "\f56e";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-import:before {
	content: "\f56f";
}

.fa-file-invoice:before {
	content: "\f570";
}

.fa-file-invoice-dollar:before {
	content: "\f571";
}

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-prescription:before {
	content: "\f572";
}

.fa-file-signature:before {
	content: "\f573";
}

.fa-file-upload:before {
	content: "\f574";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-fill:before {
	content: "\f575";
}

.fa-fill-drip:before {
	content: "\f576";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fingerprint:before {
	content: "\f577";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-first-aid:before {
	content: "\f479";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-fish:before {
	content: "\f578";
}

.fa-fist-raised:before {
	content: "\f6de";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flag-usa:before {
	content: "\f74d";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-flushed:before {
	content: "\f579";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-minus:before {
	content: "\f65d";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-folder-plus:before {
	content: "\f65e";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frown:before {
	content: "\f119";
}

.fa-frown-open:before {
	content: "\f57a";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-funnel-dollar:before {
	content: "\f662";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gas-pump:before {
	content: "\f52f";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-ghost:before {
	content: "\f6e2";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-gifts:before {
	content: "\f79c";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-cheers:before {
	content: "\f79f";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glass-martini-alt:before {
	content: "\f57b";
}

.fa-glass-whiskey:before {
	content: "\f7a0";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-globe-africa:before {
	content: "\f57c";
}

.fa-globe-americas:before {
	content: "\f57d";
}

.fa-globe-asia:before {
	content: "\f57e";
}

.fa-globe-europe:before {
	content: "\f7a2";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-gopuram:before {
	content: "\f664";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-grimace:before {
	content: "\f57f";
}

.fa-grin:before {
	content: "\f580";
}

.fa-grin-alt:before {
	content: "\f581";
}

.fa-grin-beam:before {
	content: "\f582";
}

.fa-grin-beam-sweat:before {
	content: "\f583";
}

.fa-grin-hearts:before {
	content: "\f584";
}

.fa-grin-squint:before {
	content: "\f585";
}

.fa-grin-squint-tears:before {
	content: "\f586";
}

.fa-grin-stars:before {
	content: "\f587";
}

.fa-grin-tears:before {
	content: "\f588";
}

.fa-grin-tongue:before {
	content: "\f589";
}

.fa-grin-tongue-squint:before {
	content: "\f58a";
}

.fa-grin-tongue-wink:before {
	content: "\f58b";
}

.fa-grin-wink:before {
	content: "\f58c";
}

.fa-grip-horizontal:before {
	content: "\f58d";
}

.fa-grip-lines:before {
	content: "\f7a4";
}

.fa-grip-lines-vertical:before {
	content: "\f7a5";
}

.fa-grip-vertical:before {
	content: "\f58e";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-guitar:before {
	content: "\f7a6";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hackerrank:before {
	content: "\f5f7";
}

.fa-hamburger:before {
	content: "\f805";
}

.fa-hammer:before {
	content: "\f6e3";
}

.fa-hamsa:before {
	content: "\f665";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-middle-finger:before {
	content: "\f806";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-hanukiah:before {
	content: "\f6e6";
}

.fa-hard-hat:before {
	content: "\f807";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hat-wizard:before {
	content: "\f6e8";
}

.fa-haykal:before {
	content: "\f666";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-headphones-alt:before {
	content: "\f58f";
}

.fa-headset:before {
	content: "\f590";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heart-broken:before {
	content: "\f7a9";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-helicopter:before {
	content: "\f533";
}

.fa-highlighter:before {
	content: "\f591";
}

.fa-hiking:before {
	content: "\f6ec";
}

.fa-hippo:before {
	content: "\f6ed";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-holly-berry:before {
	content: "\f7aa";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hornbill:before {
	content: "\f592";
}

.fa-horse:before {
	content: "\f6f0";
}

.fa-horse-head:before {
	content: "\f7ab";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

.fa-hot-tub:before {
	content: "\f593";
}

.fa-hotdog:before {
	content: "\f80f";
}

.fa-hotel:before {
	content: "\f594";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-house-damage:before {
	content: "\f6f1";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-hryvnia:before {
	content: "\f6f2";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-ice-cream:before {
	content: "\f810";
}

.fa-icicles:before {
	content: "\f7ad";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-igloo:before {
	content: "\f7ae";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-intercom:before {
	content: "\f7af";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-invision:before {
	content: "\f7b0";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi:before {
	content: "\f669";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-jira:before {
	content: "\f7b1";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joint:before {
	content: "\f595";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-journal-whills:before {
	content: "\f66a";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-kaaba:before {
	content: "\f66b";
}

.fa-kaggle:before {
	content: "\f5fa";
}

.fa-key:before {
	content: "\f084";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-khanda:before {
	content: "\f66d";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kiss:before {
	content: "\f596";
}

.fa-kiss-beam:before {
	content: "\f597";
}

.fa-kiss-wink-heart:before {
	content: "\f598";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-landmark:before {
	content: "\f66f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laptop-code:before {
	content: "\f5fc";
}

.fa-laptop-medical:before {
	content: "\f812";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-laugh:before {
	content: "\f599";
}

.fa-laugh-beam:before {
	content: "\f59a";
}

.fa-laugh-squint:before {
	content: "\f59b";
}

.fa-laugh-wink:before {
	content: "\f59c";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

.fa-less-than-equal:before {
	content: "\f537";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-luggage-cart:before {
	content: "\f59d";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-mail-bulk:before {
	content: "\f674";
}

.fa-mailchimp:before {
	content: "\f59e";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marked:before {
	content: "\f59f";
}

.fa-map-marked-alt:before {
	content: "\f5a0";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-markdown:before {
	content: "\f60f";
}

.fa-marker:before {
	content: "\f5a1";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mask:before {
	content: "\f6fa";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-medal:before {
	content: "\f5a2";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-megaport:before {
	content: "\f5a3";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-meh-blank:before {
	content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mendeley:before {
	content: "\f7b3";
}

.fa-menorah:before {
	content: "\f676";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-meteor:before {
	content: "\f753";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microscope:before {
	content: "\f610";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mitten:before {
	content: "\f7b5";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-money-bill-wave:before {
	content: "\f53a";
}

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-monument:before {
	content: "\f5a6";
}

.fa-moon:before {
	content: "\f186";
}

.fa-mortar-pestle:before {
	content: "\f5a7";
}

.fa-mosque:before {
	content: "\f678";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mountain:before {
	content: "\f6fc";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-mug-hot:before {
	content: "\f7b6";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neos:before {
	content: "\f612";
}

.fa-network-wired:before {
	content: "\f6ff";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nimblr:before {
	content: "\f5a8";
}

.fa-nintendo-switch:before {
	content: "\f418";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-not-equal:before {
	content: "\f53e";
}

.fa-notes-medical:before {
	content: "\f481";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-oil-can:before {
	content: "\f613";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-om:before {
	content: "\f679";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-otter:before {
	content: "\f700";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-pager:before {
	content: "\f815";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-paint-roller:before {
	content: "\f5aa";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-parking:before {
	content: "\f540";
}

.fa-passport:before {
	content: "\f5ab";
}

.fa-pastafarianism:before {
	content: "\f67b";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-peace:before {
	content: "\f67c";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-fancy:before {
	content: "\f5ac";
}

.fa-pen-nib:before {
	content: "\f5ad";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pencil-ruler:before {
	content: "\f5ae";
}

.fa-penny-arcade:before {
	content: "\f704";
}

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-pepper-hot:before {
	content: "\f816";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-person-booth:before {
	content: "\f756";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-pizza-slice:before {
	content: "\f818";
}

.fa-place-of-worship:before {
	content: "\f67f";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-arrival:before {
	content: "\f5af";
}

.fa-plane-departure:before {
	content: "\f5b0";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-poll:before {
	content: "\f681";
}

.fa-poll-h:before {
	content: "\f682";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-poo-storm:before {
	content: "\f75a";
}

.fa-poop:before {
	content: "\f619";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-pray:before {
	content: "\f683";
}

.fa-praying-hands:before {
	content: "\f684";
}

.fa-prescription:before {
	content: "\f5b1";
}

.fa-prescription-bottle:before {
	content: "\f485";
}

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-print:before {
	content: "\f02f";
}

.fa-procedures:before {
	content: "\f487";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-project-diagram:before {
	content: "\f542";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-quran:before {
	content: "\f687";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-radiation:before {
	content: "\f7b9";
}

.fa-radiation-alt:before {
	content: "\f7ba";
}

.fa-rainbow:before {
	content: "\f75b";
}

.fa-random:before {
	content: "\f074";
}

.fa-raspberry-pi:before {
	content: "\f7bb";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-reacteurope:before {
	content: "\f75d";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redhat:before {
	content: "\f7bc";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-republican:before {
	content: "\f75e";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-restroom:before {
	content: "\f7bd";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-rev:before {
	content: "\f5b2";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-ring:before {
	content: "\f70b";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-route:before {
	content: "\f4d7";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

.fa-ruler-horizontal:before {
	content: "\f547";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-running:before {
	content: "\f70c";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-sad-cry:before {
	content: "\f5b3";
}

.fa-sad-tear:before {
	content: "\f5b4";
}

.fa-safari:before {
	content: "\f267";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-satellite:before {
	content: "\f7bf";
}

.fa-satellite-dish:before {
	content: "\f7c0";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scroll:before {
	content: "\f70e";
}

.fa-sd-card:before {
	content: "\f7c2";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-dollar:before {
	content: "\f688";
}

.fa-search-location:before {
	content: "\f689";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-shapes:before {
	content: "\f61f";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shopware:before {
	content: "\f5b5";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shuttle-van:before {
	content: "\f5b6";
}

.fa-sign:before {
	content: "\f4d9";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-signature:before {
	content: "\f5b7";
}

.fa-sim-card:before {
	content: "\f7c4";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skating:before {
	content: "\f7c5";
}

.fa-sketch:before {
	content: "\f7c6";
}

.fa-skiing:before {
	content: "\f7c9";
}

.fa-skiing-nordic:before {
	content: "\f7ca";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skull-crossbones:before {
	content: "\f714";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-slash:before {
	content: "\f715";
}

.fa-sleigh:before {
	content: "\f7cc";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-smile-beam:before {
	content: "\f5b8";
}

.fa-smile-wink:before {
	content: "\f4da";
}

.fa-smog:before {
	content: "\f75f";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-sms:before {
	content: "\f7cd";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowboarding:before {
	content: "\f7ce";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-snowman:before {
	content: "\f7d0";
}

.fa-snowplow:before {
	content: "\f7d2";
}

.fa-socks:before {
	content: "\f696";
}

.fa-solar-panel:before {
	content: "\f5ba";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-sourcetree:before {
	content: "\f7d3";
}

.fa-spa:before {
	content: "\f5bb";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-spider:before {
	content: "\f717";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-splotch:before {
	content: "\f5bc";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-spray-can:before {
	content: "\f5bd";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-square-root-alt:before {
	content: "\f698";
}

.fa-squarespace:before {
	content: "\f5be";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-stamp:before {
	content: "\f5bf";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-and-crescent:before {
	content: "\f699";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-star-half-alt:before {
	content: "\f5c0";
}

.fa-star-of-david:before {
	content: "\f69a";
}

.fa-star-of-life:before {
	content: "\f621";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-suitcase-rolling:before {
	content: "\f5c1";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-surprise:before {
	content: "\f5c2";
}

.fa-suse:before {
	content: "\f7d6";
}

.fa-swatchbook:before {
	content: "\f5c3";
}

.fa-swimmer:before {
	content: "\f5c4";
}

.fa-swimming-pool:before {
	content: "\f5c5";
}

.fa-synagogue:before {
	content: "\f69b";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-teeth:before {
	content: "\f62e";
}

.fa-teeth-open:before {
	content: "\f62f";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-temperature-high:before {
	content: "\f769";
}

.fa-temperature-low:before {
	content: "\f76b";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-tenge:before {
	content: "\f7d7";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-the-red-yeti:before {
	content: "\f69d";
}

.fa-theater-masks:before {
	content: "\f630";
}

.fa-themeco:before {
	content: "\f5c6";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-think-peaks:before {
	content: "\f731";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-tint:before {
	content: "\f043";
}

.fa-tint-slash:before {
	content: "\f5c7";
}

.fa-tired:before {
	content: "\f5c8";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-toilet:before {
	content: "\f7d8";
}

.fa-toilet-paper:before {
	content: "\f71e";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-tools:before {
	content: "\f7d9";
}

.fa-tooth:before {
	content: "\f5c9";
}

.fa-torah:before {
	content: "\f6a0";
}

.fa-torii-gate:before {
	content: "\f6a1";
}

.fa-tractor:before {
	content: "\f722";
}

.fa-trade-federation:before {
	content: "\f513";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-traffic-light:before {
	content: "\f637";
}

.fa-train:before {
	content: "\f238";
}

.fa-tram:before {
	content: "\f7da";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-trash-restore:before {
	content: "\f829";
}

.fa-trash-restore-alt:before {
	content: "\f82a";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-loading:before {
	content: "\f4de";
}

.fa-truck-monster:before {
	content: "\f63b";
}

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-truck-pickup:before {
	content: "\f63c";
}

.fa-tshirt:before {
	content: "\f553";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-ubuntu:before {
	content: "\f7df";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-umbrella-beach:before {
	content: "\f5ca";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-ups:before {
	content: "\f7e0";
}

.fa-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-check:before {
	content: "\f4fc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-injured:before {
	content: "\f728";
}

.fa-user-lock:before {
	content: "\f502";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-minus:before {
	content: "\f503";
}

.fa-user-ninja:before {
	content: "\f504";
}

.fa-user-nurse:before {
	content: "\f82f";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

.fa-user-tie:before {
	content: "\f508";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-usps:before {
	content: "\f7e1";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-vector-square:before {
	content: "\f5cb";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vihara:before {
	content: "\f6a7";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-mute:before {
	content: "\f6a9";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vote-yea:before {
	content: "\f772";
}

.fa-vr-cardboard:before {
	content: "\f729";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-water:before {
	content: "\f773";
}

.fa-weebly:before {
	content: "\f5cc";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

.fa-weight-hanging:before {
	content: "\f5cd";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-wind:before {
	content: "\f72e";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-wine-bottle:before {
	content: "\f72f";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wine-glass-alt:before {
	content: "\f5ce";
}

.fa-wix:before {
	content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
	content: "\f730";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wpressr:before {
	content: "\f3e4";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-x-ray:before {
	content: "\f497";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yarn:before {
	content: "\f7e3";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yin-yang:before {
	content: "\f6ad";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.fa-zhihu:before {
	content: "\f63f";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/fonts/fa-solid-900.eot");
	src: url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/fonts/fa-solid-900.woff2") format("woff2"), url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/fonts/fa-solid-900.woff") format("woff"), url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/fonts/fa-solid-900.ttf") format("truetype"),
		url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

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

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

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

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.parallax-window {
	height: 300px;
	background: transparent;
}

.top-bar-container {
	margin-bottom: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td,
a {
	font-family: "sofia-pro-soft", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.cuco {
	display: inline;
}

@media screen and (max-width: 74.9375em),
screen and (min-width: 90em) {
	.show-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (max-width: 89.9375em) {
	.show-for-xxlarge-only {
		display: none !important;
	}
}

img {
	height: auto;
	max-width: 100%;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.grid-container.show {
	background-color: palegreen;
}

.grid-x.show {
	background-color: lavenderblush;
}

.cell.show {
	background-color: pink;
}

.whatdevice {
	background-color: pink;
	position: fixed;
	z-index: 9999;
}

video {
	width: 100% !important;
	height: auto !important;
}

h1 {
	font-size: 1.5rem;
}

@media print,
screen and (min-width: 40em) {
	h1 {
		font-size: 2rem;
	}
}

@media print,
screen and (min-width: 64em) {
	h1 {
		font-size: 2.6rem;
	}
}

h2 {
	font-size: 2.2rem;
}

@media print,
screen and (min-width: 40em) {
	h2 {
		font-size: 1.8rem;
	}
}

@media print,
screen and (min-width: 64em) {
	h2 {
		font-size: 2.2rem;
	}
}

h3 {
	font-size: 1.9rem;
}

@media print,
screen and (min-width: 40em) {
	h3 {
		font-size: 1.6rem;
	}
}

@media print,
screen and (min-width: 64em) {
	h3 {
		font-size: 1.9rem;
	}
}

h4 {
	font-size: 1.6rem;
}

@media print,
screen and (min-width: 40em) {
	h4 {
		font-size: 1.5625rem;
	}
}

@media print,
screen and (min-width: 64em) {
	h4 {
		font-size: 1.5rem;
	}
}

h5 {
	font-size: 1.0625rem;
}

@media print,
screen and (min-width: 40em) {
	h5 {
		font-size: 1.25rem;
	}
}

@media print,
screen and (min-width: 64em) {
	h5 {
		font-size: 1.5rem;
	}
}

p,
ul,
li,
ol,
a,
.button,
.review .quote,
td,
time,
.woocommerce-breadcrumb {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
}

p {
	font-size: 1.3rem;
	line-height: 1.8;
}

.dd-product-info p {
	font-size: 1.2rem;
}

@media print,
screen and (min-width: 40em) {
	.dd-product-info p {
		font-size: 1.3rem;
	}
}

h1,
.input-group-field {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: beloved-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.bold {
	font-weight: 700;
}

.bgr {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.bgl {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.bgb,
.input-group-field:focus,
.wrap-product-info h2,
#featured .info h2,
.woocommerce-LoopProduct-link h2,
.wrap-product-info .price,
#featured .info .woocommerce-Price-amount,
.review .name {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.bsb {
	font-family: beloved-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#featured .info h2 {
	font-size: 2rem;
}

@media print,
screen and (min-width: 40em) {
	#featured .info h2 {
		font-size: 1.25rem;
	}
}

@media print,
screen and (min-width: 64em) {
	#featured .info h2 {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 90em) {
	#featured .info h2 {
		font-size: 1.75rem;
	}
}

#footer .menu a {
	font-size: 1.3rem;
}

#footer .disclaimer {
	font-size: 0.7rem;
}

.wrap-product-info .price {
	font-size: 1.5rem;
}

@media print,
screen and (min-width: 40em) {
	.wrap-product-info .price {
		font-size: 1.5rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.wrap-product-info .price {
		font-size: 1.75rem;
	}
}

#featured .info .price {
	font-size: 1.5rem;
}

@media print,
screen and (min-width: 40em) {
	#featured .info .price {
		font-size: 1.5rem;
	}
}

@media print,
screen and (min-width: 64em) {
	#featured .info .price {
		font-size: 1.75rem;
	}
}

.social {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	fill: #b0d39b;
}

.social:hover {
	fill: #323234;
}

#footer .social {
	width: 30px;
	height: 30px;
	fill: #fff;
}

#footer .social:hover {
	fill: #b0d39b;
}

.input-group-field {
	color: white;
	background-color: transparent;
	box-shadow: none;
	border-width: 0 0 1px 0;
}

.input-group-field:focus {
	outline: none;
	border-width: 0 0 1px 0;
	background-color: transparent;
	box-shadow: none;
	color: #b0d39b;
}

#topNav {
	background-color: transparent;
	color: #333;
	position: fixed;
	width: 100%;
	z-index: 99;
}

@media print,
screen and (min-width: 40em) {
	#topNav {
		position: absolute;
	}
}

@media print,
screen and (max-width: 1320px) {
	.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
		font-size: .9rem !important;
		padding-left: .6rem !important;
		padding-right: .6rem !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
		font-size: .85rem !important;
		padding-left: .65rem !important;
		padding-right: .65rem !important;
	}
}

@media print,
screen and (max-width: 1024px) {
	#topNav {
		position: fixed;
		background: #fff;
		padding: 5px 0px;
	}

	header #nav.hide-for-small-only {
		display: none;
	}

	header #logo {
		padding-top: 50px;
	}

	header #logo img {
		width: 200px;
		padding-top: 0;
	}
}

#header {
	border-bottom: 8px #b0d39b solid;
	margin-bottom: 0;
}

#header .notice {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #969696;
	text-transform: uppercase;
}

#header .notice .big {
	font-size: 1.25rem;
	padding-left: 70px;
}

@media print,
screen and (min-width: 40em) {
	#header .notice .big {
		padding-left: 60px;
	}
}

@media print,
screen and (min-width: 64em) {
	#header .notice .big {
		padding-left: 0;
		font-size: 1.375rem;
	}
}

@media screen and (min-width: 75em) {
	#header .notice .big {
		font-size: 1.5rem;
	}
}

#header .notice .big a {
	color: #333;
}

#header .notice .big.hide-for-small-only {
	padding-left: 60px;
}

@media print,
screen and (min-width: 40em) {
	#header .notice .big.hide-for-small-only {
		padding-left: 60px;
	}
}

@media print,
screen and (min-width: 64em) {
	#header .notice .big.hide-for-small-only {
		padding-left: 0;
	}
}

#header .notice .small {
	text-transform: capitalize;
}

@media print,
screen and (min-width: 40em) {
	#header .notice .small {
		font-size: 0.7rem;
	}
}

@media print,
screen and (min-width: 64em) {
	#header .notice .small {
		font-size: 1rem;
	}
}

#header .shopNav {
	padding-left: 0;
	margin-top: 15px;
	color: white;
	text-transform: uppercase;
}

@media print,
screen and (min-width: 64em) {
	#header .shopNav {
		margin-top: 15px;
	}
}

@media screen and (min-width: 75em) {
	#header .shopNav {
		margin-top: 10px;
	}
}

@media print,
screen and (min-width: 40em) {
	#header .shopNav {
		font-size: 1.25rem;
	}
}

@media print,
screen and (min-width: 64em) {
	#header .shopNav {
		font-size: 1.15rem;
	}
}

@media screen and (min-width: 75em) {
	#header .shopNav {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 90em) {
	#header .shopNav {
		font-size: 1.5rem;
	}
}

#header .shopNav li:first-child>a {
	padding-left: 0rem;
}

#header .shopNav li:last-child>a {
	padding-right: 0rem;
}

#header .shopNav a {
	color: #333;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 2;
}

#header .shopNav a:hover {
	color: #b0d39b;
}

@media print,
screen and (min-width: 64em) {
	#header .shopNav a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

@media screen and (min-width: 75em) {
	#header .shopNav a {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#header .shopNav .search {
	width: 20px;
	fill: #fff;
}

#header .shopNav .basket {
	width: 26px;
	fill: #333;
	margin-right: 5px;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	-webkit-transition-duration: .2s !important;
	-ms-transition-duration: .2s !important;
	transition-duration: .2s !important;
	-webkit-transition-timing-function: ease-in;
	-ms-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

#header .shopNav .basket path {
	fill: #333 !important;
}

#header .shopNav .searchLink {
	padding-right: 1rem;
	color: #333;
	top: 1px;
	position: relative;
}

#header .shopNav .searchLink:hover {
	cursor: pointer;
	color: #b0d39b;
}

#header .shopNav .searchLink:hover>svg {
	fill: #b0d39b;
}

#logo {
	padding: 1rem 0;
	padding-top: 60px;
}

@media print,
screen and (min-width: 40em) {
	#logo {
		padding-top: 0;
	}
}

.reveal {
	padding-top: 100px;
}

@media print,
screen and (min-width: 40em) {
	.reveal {
		padding-top: 0;
	}
}

.dorset-meat-company-logo {
	margin-bottom: 0;
}

@media print,
screen and (min-width: 64em) {
	.dorset-meat-company-logo {
		padding-top: 30px;
	}
}

a {
	color: #b0d39b;
}

a:hover {
	color: #323234;
}

@media print,
screen and (min-width: 40em) {

	.mobile-menu,
	.site-title-bar {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em) {

	.desktop-menu,
	.site-navigation .top-bar-left {
		display: none !important;
	}
}

.site-desktop-title a {
	font-weight: bold;
}

.off-canvas img {
	width: 40%;
	margin: 10px auto 0;
	display: block;
}

.off-canvas .menu.vertical.menu.vertical.drilldown {
	margin-top: 30px;
}

.off-canvas>ul.menu {
	height: 100vh;
	padding: 1rem;
}

.off-canvas>ul.menu a {
	color: #fff;
	font-weight: 600;
	font-size: 1.125rem;
	opacity: 0.75;
	-webkit-transition: 1s;
	transition: 1s;
}

.off-canvas>ul.menu .is-accordion-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fff transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem;
}

.off-canvas .menu .active>a {
	background-color: #41525e;
}

.off-canvas .is-drilldown {
	min-height: 100vh !important;
	max-width: 100% !important;
}

.position-top.is-open~.off-canvas-content {
	-webkit-transform: initial;
	transform: initial;
}

.off-canvas.position-top {
	height: inherit;
}

.menu.vertical.menu.vertical.drilldown {
	margin-top: 80px;
}

.title-bar-title a {
	font-size: 1rem;
	color: #b9b9b9;
}

.mobile-menu .menu .is-active>a,
.mobile-off-canvas-menu .menu .is-active>a {
	background-color: #36454f;
}

.position-top {
	height: 100vh;
	-webkit-transform: translateY(-100vh);
	transform: translateY(-100vh);
}

.off-canvas {
	background-color: white;
}

@media print,
screen and (min-width: 64em) {
	.off-canvas {
		display: none;
	}
}

.off-canvas .vertical.menu {
	text-align: center;
}

.off-canvas .vertical.menu li {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.off-canvas .vertical.menu li a {
	color: #1b003f;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 1rem;
}

@media print,
screen and (min-width: 40em) {
	.off-canvas .vertical.menu li a {
		font-size: 1.5rem;
		font-weight: 300;
	}
}

@media print,
screen and (min-width: 64em) {
	.off-canvas .vertical.menu li a {
		font-weight: 700;
	}
}

.off-canvas .vertical.menu li a:hover {
	color: #1b003f;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.off-canvas .menu.nested {
	margin-left: 0;
}

.off-canvas .is-drilldown {
	min-height: 120% !important;
	max-width: 100% !important;
}

.off-canvas .is-drilldown-submenu-parent>a::after {
	border-color: transparent transparent transparent #1b003f;
}

.off-canvas .js-drilldown-back>a::before {
	border-color: transparent #1b003f transparent transparent;
}

.top-bar .top-bar-title a {
	font-size: 1rem;
	color: #b9b9b9;
	padding-left: 1rem;
	line-height: 1.8;
}

.top-bar .menu a {
	color: #e6e6e6;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 1;
}

.top-bar .menu a:hover:not(.button) {
	background-color: #42525d;
}

.top-bar .menu .active>a {
	background-color: #ccc;
}

.top-bar .menu>li:not(.menu-text)>a {
	padding: 1rem;
}

.top-bar .menu li:not(:last-child) {
	border-right: 1px solid #4e4e4e;
}

.top-bar .dropdown.menu .submenu {
	border: 0;
}

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
	padding-right: 1rem;
}

.top-bar .dropdown.menu .has-submenu.is-down-arrow>a::after {
	border: 0;
}

.top-bar .dropdown.menu:first-child>li.is-dropdown-submenu-parent>a::after {
	display: none;
}

@media screen and (max-width: 39.9375em) {
	.site-navigation {
		padding: 0;
	}
}

.post-navigation::before,
.post-navigation::after {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.post-navigation::after {
	clear: both;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.top-bar,
.top-bar ul {
	background-color: transparent;
}

.top-bar .menu a:hover:not(.button) {
	background-color: white;
	color: #b0d39b;
}

.top-bar .menu li:not(:last-child) {
	border-right: 0px solid #4e4e4e;
}

.top-bar .menu a {
	color: black;
	text-transform: uppercase;
	font-size: 1.5rem;
}

@media print,
screen and (min-width: 64em) {
	.top-bar .menu>li:not(.menu-text)>a {
		padding: 1rem 1rem;
	}
}

@media screen and (min-width: 75em) {
	.top-bar .menu>li:not(.menu-text)>a {
		padding: 1rem 1.7rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.top-bar .menu>li:first-child>a {
		padding: 1rem 0.8rem 1rem 0rem;
	}
}

@media screen and (min-width: 75em) {
	.top-bar .menu>li:first-child>a {
		padding: 1rem 2rem 1rem 1rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.top-bar .menu>li:last-child>a {
		padding: 1rem 0rem 1rem 1.25rem;
	}
}

@media screen and (min-width: 75em) {
	.top-bar .menu>li:last-child>a {
		padding: 1rem 1rem 1rem 2rem;
	}
}

.top-bar .submenu {
	margin-left: 0;
	border-top: 8px #b0d39b solid !important;
	padding-bottom: 10px;
	padding-top: 10px;
}

.top-bar .submenu a {
	padding: 1rem 2rem !important;
	text-align: left;
	white-space: nowrap;
	text-transform: capitalize;
	font-weight: 400;
}

.is-dropdown-submenu {
	transform: translateY(10%);
	-moz-transform: translateY(10%);
	-webkit-transform: translateY(10%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s, visibility 1s, -webkit-transform 0.5s ease;
	transition: opacity 1s, visibility 1s, -webkit-transform 0.5s ease;
	transition: transform 0.5s ease, opacity 1s, visibility 1s;
	transition: transform 0.5s ease, opacity 1s, visibility 1s, -webkit-transform 0.5s ease;
	font-family: brandon-grotesque, sans-serif;
}

@media screen and (max-width: 39.9375em) {
	#nav {
		height: 0;
	}
}

@media print,
screen and (min-width: 40em) {
	#nav .menu li:nth-child(1) .is-dropdown-submenu {
		width: 700px;
	}
}

@media print,
screen and (min-width: 64em) {
	#nav .menu li:nth-child(1) .is-dropdown-submenu {
		width: 700px;
	}
}

#nav .menu li:nth-child(1) .is-dropdown-submenu>li {
	width: 33%;
	float: left;
}

@media print,
screen and (min-width: 40em) {
	#nav .menu li:nth-child(5) .is-dropdown-submenu {
		width: 600px;
	}
}

@media print,
screen and (min-width: 64em) {
	#nav .menu li:nth-child(5) .is-dropdown-submenu {
		width: 600px;
	}
}

#nav .menu li:nth-child(5) .is-dropdown-submenu>li:nth-child(odd) {
	width: 40%;
	float: left;
}

#nav .menu li:nth-child(5) .is-dropdown-submenu>li:nth-child(even) {
	width: 60%;
}

.is-dropdown-submenu.js-dropdown-active {
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
	visibility: visible;
}

.drilldown .is-drilldown-submenu {
	margin-left: 0;
}

.social .style-svg {
	fill: white;
}

.hitLink:hover .hitText {
	color: #b0d39b;
}

.sticky-container {
	position: relative;
	z-index: 1004;
}

@media print,
screen and (min-width: 64em) {
	.sticky-container {
		height: 56px !important;
	}
}

.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper * {
	font-weight: 700;
	font-size: 1rem;
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	top: 5px;
}

.cuco-filter input {
	display: none;
}

.cuco-filter input:checked+label {
	color: #b0d39b;
	font-weight: 700 !important;
}

.cuco-filter li ul.berocket_aapf_widget li label {
	line-height: inherit;
}

.cuco-filter li ul.berocket_aapf_widget li label:hover,
.cuco-filter li ul.berocket_aapf_widget li label:active,
.cuco-filter li ul.berocket_aapf_widget li label:hover+label,
.cuco-filter li ul.berocket_aapf_widget li label:active+label {
	color: #b0d39b;
	font-weight: 700;
}

ul.berocket_aapf_widget li {
	padding-top: 8px !important;
}

.drilldown a {
	background: transparent;
}

.position-left.is-transition-push {
	box-shadow: none;
	border-right: 2px solid #1b003f;
}

.off-canvas-content.is-open-left.has-transition-push {
	opacity: 0.5;
}

.main-container {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 75rem;
	margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
	.main-container {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.main-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 1rem;
}

@media print,
screen and (min-width: 40em) {
	.main-grid {
		margin-top: 3rem;
	}
}

.main-grid.sidebar-left .main-content {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.main-grid.sidebar-left .sidebar {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}

@media print,
screen and (min-width: 40em) {
	.main-grid.sidebar-left .main-content {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}

	.main-grid.sidebar-left .sidebar {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
}

.main-grid .main-content-full-width {
	width: calc(100% - 1.875rem);
	margin-right: 0.9375rem;
	margin-left: 0.9375rem;
}

.main-grid .main-content {
	width: calc(100% - 1.25rem);
	margin-right: 0.625rem;
	margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.main-grid .main-content {
		width: calc(66.6666666667% - 1.875rem);
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
	}
}

.main-grid .sidebar {
	width: calc(100% - 1.25rem);
	margin-right: 0.625rem;
	margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.main-grid .sidebar {
		width: calc(33.3333333333% - 1.875rem);
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
		margin-top: 1rem;
	}
}

#review {
	color: #fff;
}

#review .quote {
	font-size: 1.25rem;
	line-height: 1.2;
}

@media print,
screen and (min-width: 40em) {
	#review .quote {
		font-size: 1.75rem;
	}
}

#review .fa-star {
	color: #fff79e;
}

#review .name {
	text-transform: uppercase;
	font-size: 1.5rem;
}

#footer-join {
	background-color: #1b003f;
	color: #fff;
	padding-bottom: 30px;
}

#footer-join .header {
	color: #b0d39b;
	font-size: 1.9em;
}

#footer-join p {
	font-size: 1.2rem;
}

#footer-join .grid-padding-x>.cell {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

@media screen and (max-width: 39.9375em) {
	#footer-join form {
		margin-top: 2rem;
	}
}

#footer-support {
	color: #1b003f;
	margin-top: 0;
	padding: 2.5em 0;
}

#footer-support h4.header {
	padding-bottom: 0;
}

#footer-support img {
	margin-bottom: 2rem;
}

#footer-support img:hover {
	opacity: 0.7;
}

@media print,
screen and (min-width: 40em) {
	#footer-support img {
		margin-bottom: 2rem;
	}
}

@media print,
screen and (min-width: 64em) {
	#footer-support img {
		margin-bottom: 0rem;
	}
}

#footer-photo {
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 370px;
	line-height: 370px;
}

@media print,
screen and (min-width: 40em) {
	#footer-photo {
		height: 500px;
		line-height: 500px;
	}
}

@media print,
screen and (min-width: 64em) {
	#footer-photo {
		height: 630px;
		line-height: 630px;
	}
}

#footer-photo h3 {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

#footer {
	background-color: #323234;
	color: #fff;
	margin-top: 0rem;
}

#footer h4 {
	font-size: 1.8rem;
}

#footer a {
	color: #b0d39b;
}

#footer a:hover {
	color: #fff;
}

#footer .menu a {
	color: #fff;
	padding-left: 0;
}

#footer .menu a:hover {
	color: #b0d39b;
}

#footer .logo {
	margin-bottom: 40px;
}

#footer .grid-padding-x>.cell {
	padding-right: 0.65rem;
	padding-left: 0.65rem;
}

#footer .footerNav {
	text-align: center;
}

.disclaimer {
	margin-top: 2rem;
}

html.is-reveal-open,
html.is-reveal-open body {
	padding-right: 15px;
	width: 100%;
}

#as-exit {
	margin: 20% auto;
	padding: 3rem;
}

#as-exit h6 {
	font-size: 1.5rem;
}

#as-exit h5 {
	font-size: 2rem;
	color: #b0d39b;
}

#as-exit [name="sCl"] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	left: 0;
	z-index: -10;
}

#as-exit form {
	margin-top: 30px;
}

#as-exit form input {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
}

#as-exit form .as-button.button {
	width: inherit;
	margin: 30px auto 0;
}

#points {
	position: fixed;
	left: 0;
	bottom: 0;
}

#points svg {
	width: 30px;
}

#points .button {
	text-align: center;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #323234;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: capitalize;
}

@media print,
screen and (min-width: 40em) {
	#points .button {
		margin-bottom: 25px;
		margin-left: 25px;
	}
}

#points .button span {
	bottom: 5px;
	position: relative;
	margin-left: 10px;
}

#points .button:hover {
	background-color: #b0d39b;
}

#points .button:focus {
	background-color: #b0d39b;
}

#pointsModal {
	max-height: 600px;
	color: #fff;
	background-color: #1b003f;
	padding-top: 20px;
}

#pointsModal img {
	width: 40%;
	padding-bottom: 30px;
}

#pointsModal h5 {
	padding-bottom: 30px;
}

#pointsModal .accordion-item h5 {
	padding-bottom: 0;
}

#pointsModal li {
	list-style-type: none;
}

#pointsModal .box {
	background-color: #fff;
	padding: 16px 12px;
	color: #323234;
	margin-bottom: 20px;
}

#pointsModal .box svg {
	width: 25px;
	fill: #323234;
}

#pointsModal .box .accordion-title {
	background-color: #b0d39b;
	color: #fff;
}

#pointsModal .box strong {
	color: #b0d39b;
}

#pointsModal .box i {
	color: #b0d39b;
}

ig_popup.ig_air-mail {
	border-width: 0;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
}

.sites-button {
	background: #1779ba;
	font-size: 1.25rem;
	font-weight: bold;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
	border-radius: 3px;
	border: none;
}

.button {
	background-color: #b0d39b;
	text-transform: uppercase;
}

.button:hover {
	background-color: #323234;
}

.input-group-button .button {
	margin-left: 16px !important;
	margin-right: 16px !important;
}

.dotted {
	border-style: dashed;
	margin: 2rem 0;
}

[data-whatinput="mouse"] a:focus,
button:focus [data-whatinput="touch"] a:focus,
button:focus {
	outline: none;
}

.button:focus {
	background-color: #323234;
}

.sectionMargin {
	margin-top: 0.7rem;
}

.section {
	margin-top: 0.7rem;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media print,
screen and (min-width: 40em) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media print,
screen and (min-width: 64em) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.header {
	padding-bottom: 30px;
}

@media print,
screen and (min-width: 40em) {
	.header {
		padding-bottom: 40px;
	}
}

@media print,
screen and (min-width: 64em) {
	.header {
		padding-bottom: 50px;
	}
}

.tint {
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: multiply;
}

.tintdark {
	background-color: rgba(0, 0, 0, 0.1);
	background-blend-mode: multiply;
}

.tintvdark {
	background-color: rgba(0, 0, 0, 0.3);
	background-blend-mode: multiply;
}

.bgdimg {
	background-size: cover;
	background-position: center center;
}

#hero {
	color: #fff;
	margin-bottom: 0;
}

#hero .hero {
	padding-top: 50px;
	padding-bottom: 50px;
	height: 400px;
}

@media print,
screen and (min-width: 40em) {
	#hero .hero {
		padding-top: 75px;
		padding-bottom: 75px;
		height: 700px;
	}
}

@media print,
screen and (min-width: 64em) {
	#hero .hero {
		padding-top: 100px;
		padding-bottom: 100px;
		height: 900px;
	}
}

#hero h1 {
	text-transform: uppercase;
}

#hero h2 {
	line-height: 1.1;
}

@media print,
screen and (min-width: 40em) {
	#hero h2 {
		line-height: 1.4;
	}
}

#hero h4 {
	text-transform: capitalize;
}

#hero .outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 200px;
}

@media print,
screen and (min-width: 40em) {
	#hero .outer {
		height: 500px;
	}
}

@media print,
screen and (min-width: 64em) {
	#hero .outer {
		height: 700px;
	}
}

#hero .slick-dots {
	margin-left: 0;
}

@media print,
screen and (min-width: 40em) {
	#hero .heroTxt {
		-webkit-align-self: center;
		align-self: center;
	}
}

#hero.tintdark {
	background-color: rgba(0, 0, 0, 0.1);
}

#hero .tintdark.as-banner-slide {
	background-color: rgba(0, 0, 0, 0) !important;
}

@media print,
screen and (min-width: 64em) {
	#best {
		min-height: 550px;
	}
}

#best span {
	color: #1b003f;
}

#best h2 {
	color: #fff;
	padding-bottom: 0;
}

#best h5 {
	color: #b0d39b;
}

#best p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.25;
}

@media screen and (max-width: 39.9375em) {
	#best.bgdimg {
		background-color: rgba(0, 0, 0, 0.2);
		background-blend-mode: multiply;
		background-position: center right 10%;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#best.bgdimg {
		background-color: rgba(0, 0, 0, 0.2);
		background-blend-mode: multiply;
		background-position: center right;
	}
}

#works {
	color: #323234;
	font-family: brandon-grotesque, sans-serif;
}

#works p {
	font-size: 1.65rem;
}

#works .mybox {
	width: 225px;
}

#suppliers {
	color: #fff;
}

#suppliers .bgdimg {
	background-position: center center;
	height: 370px;
	line-height: 370px;
}

@media print,
screen and (min-width: 40em) {
	#suppliers .bgdimg {
		height: 500px;
		line-height: 500px;
	}
}

@media print,
screen and (min-width: 64em) {
	#suppliers .bgdimg {
		height: 630px;
		line-height: 630px;
	}
}

#suppliers a {
	color: white;
}

#suppliers h2 {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
	#suppliers .cell:first-child {
		margin-bottom: 0.5rem;
	}
}

@media print,
screen and (min-width: 40em) {
	#suppliers .cell:first-child {
		margin-left: 0rem;
		margin-right: 0.25rem;
	}
}

@media print,
screen and (min-width: 40em) {
	#suppliers .cell:last-child {
		margin-left: 0.25rem;
		margin-right: 0rem;
	}
}

@media print,
screen and (min-width: 40em) {
	#suppliers .medium-6 {
		width: calc(50% - 0.25rem);
	}
}

@media screen and (max-width: 39.9375em) {
	#suppliers .grid-margin-x>.small-12 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#featured {
	color: #323234;
	padding: 50px 0 15px;
}

#featured .header {
	color: #000;
}

#featured ul {
	list-style-type: none;
	margin-left: 0;
	width: 100%;
}

#featured .grid-padding-x>.cell {
	padding-right: 0rem;
	padding-left: 0rem;
	margin-bottom: 2rem;
}

@media print,
screen and (min-width: 40em) {
	#featured .grid-padding-x>.cell {
		margin-bottom: 0rem;
	}
}

#featured li {
	list-style-type: none;
	width: calc(50% - 0.25rem);
	padding-right: 0rem;
	padding-left: 0rem;
	float: left;
	margin-bottom: 2rem;
}

@media print,
screen and (min-width: 40em) {
	#featured li {
		width: calc(25% - 0.375rem);
	}
}

#featured li:nth-child(odd) {
	margin-right: 0.5rem;
}

#featured li:nth-child(even) {
	margin-right: 0;
}

@media print,
screen and (min-width: 40em) {
	#featured li:nth-child(-n + 3) {
		margin-right: 0.5rem;
	}

	#featured li:nth-child(4) {
		margin-right: 0;
	}
}

@media print,
screen and (min-width: 40em) {
	#featured li {
		margin-bottom: 0rem;
	}
}

#featured .wrap-product-info h2 {
	color: #b0d39b;
}

#featured .wrap-product-info .price {
	color: #323234;
}

#featured .info {
	padding: 0 1rem;
}

@media print,
screen and (min-width: 64em) {
	#featured .info {
		padding: 0 2rem;
	}
}

#featured .info h2 {
	color: #b0d39b;
	font-size: 1.5rem;
}

@media print,
screen and (min-width: 64em) {
	#featured .info h2 {
		font-size: 1.25rem;
	}
}

#featured .info .woocommerce-Price-amount {
	color: #323234;
}

#featured .info .add_to_cart_button {
	display: none;
}

#featured p {
	font-size: 1.5rem;
}

.page-content.std .as-page-title {
	color: #b0d39b;
	text-align: center;
}

.woocommerce-cart .page-content.std .as-page-title {
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #494949;
}

.woocommerce-checkout .page-content.std .as-page-title {
	display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: .5em 0 .5em;
}

.woocommerce-cart .page-content.woo,
.woocommerce-checkout .page-content.woo {
	padding: 10px;
}

.page-content.std h2,
.page-content.std h3,
.page-content.std h4,
.page-content.std h5,
.page-content.std h6 {
	padding-top: 25px;
	color: #b0d39b;
}

.page-content.std h2,
.page-content.std h3,
.page-content.std h6 {
	color: #b0d39b;
}

h2.forgotten {
	font-size: 40px;
	font-size: 1.6666666667rem;
	padding-bottom: 30px;
	padding-bottom: 10px;
	padding-top: 0 !important;
	color: #494949 !important;
}

.forgotten-grid .cell {
	padding-left: 0;
}

.forgotten-grid .cell img:hover {
	opacity: 0.8;
}

.page-content.std a {
	color: #7f9a6f;
}

.page-content.std a:hover {
	color: #323234;
}

.page-content.std a.as-button {
	color: #464646;
}

.page-content.std a.as-button:hover {
	color: #fff;
}

.page-content.std p {
	color: #464646;
}

.page-content.std table {
	max-width: 100%;
	margin: 15px auto;
	margin: 1rem auto;
}

.page-content.std table td,
.page-content.std table table th {
	text-align: left;
	color: #605b5e;
	padding: 15px 20px;
	padding: 1rem 1.3333333333rem;
}

.page-content.std table tr:nth-child(2n) td {
	background: #f7f7f7;
}

.page-content.farm .as-banner {
	color: #fff;
	background: #9b302d;
	background-position-x: 0%;
	background-position-y: 0%;
	background-image: none;
	background-size: auto;
	background-size: cover;
	background-position: center center;
	min-height: 317px;
	position: relative;
}

.page-content.farm .as-banner.as-farm-slide {
	padding: 75px 0;
	padding: 5rem 0;
	background-position: top center;
	text-align: center;
}

.page-content.farm #as-loop-content .as-farm-slide {
	margin-bottom: 0.5rem;
}

.page-content.farm .as-banner .text {
	padding: 60px 80px;
	padding: 4rem 5.3333333333rem;
	box-sizing: border-box;
}

.page-content.farm #as-loop-content .inner .text strong {
	color: #fff;
}

.page-content.farm #as-loop-content .cell:nth-child(odd) {
	margin-right: 0.25rem;
	width: calc(50% - 0.25rem);
}

.page-content.farm #as-loop-content .cell:nth-child(even) {
	margin-left: 0.25rem;
	width: calc(50% - 0.25rem);
}

.woocommerce a.button {
	color: #fff !important;
	background-color: #b0d39b !important;
	border-radius: 0 !important;
}

.woocommerce a.button:hover {
	color: #fff !important;
	background-color: #323234 !important;
}

.page-content.woo .woocommerce #respond input#submit,
.page-content.woo .woocommerce a.button,
.page-content.woo .woocommerce button.button,
.page-content.woo .woocommerce input.button {
	color: #fff;
	background-color: #b0d39b;
	border-radius: 0;
}

.page-content.woo .woocommerce #respond input#submit:hover,
.page-content.woo .woocommerce a.button:hover,
.page-content.woo .woocommerce button.button:hover,
.page-content.woo .woocommerce input.button:hover {
	color: #fff;
	background-color: #323234;
}

.page-content.woo .woocommerce-LoopProduct-link h2 {
	color: #b0d39b !important;
}

.page-content.woo .woocommerce-LoopProduct-link .price {
	font-weight: 700 !important;
	font-size: 2rem !important;
	color: #1b003f !important;
}

.page-content.woo .woocommerce-products-header {
	background-image: url(https://www.thedorsetmeatcompany.co.uk/theme-content/themes/images/paper.jpg);
}

.page-content.post .woocommerce #respond input#submit:hover,
.page-content.post .woocommerce a.button:hover,
.page-content.post .woocommerce button.button:hover,
.page-content.post .woocommerce input.button:hover {
	color: #fff;
	background-color: #323234;
}

.page-content.woo {
	padding-right: 0;
	padding-left: 0;
}

.page-content.woo .woocommerce-products-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.page-content.woo .woocommerce-products-header>* {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}

.page-content.woo .woocommerce-products-header img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
	margin-bottom: 50px;
	margin-bottom: 3.3333333333rem;
	width: 100%;
}

.page-content.woo ul.products li.product {
	margin: 0 0.25rem 2.992em 0;
	width: calc(25% - 0.1875rem);
}

.page-content.woo ul.products li:nth-child(4n + 0).product {
	margin: 0 0 2.992em 0;
}

.page-content.post article h4 {
	margin-top: 0;
	padding-top: 0;
}

.page-content.post .as-single-info img {
	display: none;
}

.page-content.post .as-single-info {
	text-align: center;
}

.page-content.post .dd-small-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background: #f7f7f7;
	padding: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 550px;
	margin-bottom: 15px;
	margin-bottom: 1rem;
}

.page-content.post .dd-small-product a {
	text-decoration: none;
	display: block;
}

.page-content.post .dd-small-product .dd-small-inner {
	padding: 0 20px;
	padding: 0 1.3333333333rem;
	box-sizing: border-box;
	width: 100%;
}

.page-content.post .dd-small-product .dd-small-inner h4 {
	font-size: 1.25rem;
	color: #1b003f;
}

.page-content.post .dd-small-product .add_to_cart_inline {
	border: none !important;
	padding: 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.page-content.post .dd-small-product .woocommerce-Price-amount {
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: 700;
}

.page-content.post .dd-used-products .dd-small-product {
	max-width: 100%;
	margin: 15px 0;
	margin: 1rem 0;
}

.type-post {
	border: 0px solid #ebebeb !important;
}

.type-post a.as-button {
	width: inherit !important;
	margin: 30px auto 0;
}

.as-main-content .inner h4:not(.dd-loop-title) {
	border-top: 0px solid #d8b68a !important;
	border-bottom: 0px solid #d8b68a !important;
}

.dd-small-product.type-post .dd-small-inner a,
.dd-small-product .add_to_cart_inline a {
	color: #fff !important;
	background-color: #b0d39b !important;
	padding: 1em 2.6em;
	border-radius: 0;
}

.rs_social_sharing_buttons,
.social_promotion_success_message {
	margin-left: 5% !important;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 1em 0 1em 5% !important;
	font-size: 13px;
	font-size: 0.8666666667rem;
	line-height: 2;
	text-transform: uppercase;
	font-family: brandon-grotesque, sans-serif;
}

.woocommerce .woocommerce-breadcrumb span {
	display: inline-block;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #b0d39b;
	text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: #323234;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 100%;
	margin-bottom: 0;
	margin-bottom: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0;
}

.dd-additional-information {
	padding-top: 30px;
	padding-top: 2rem;
}

.dd-additional-information h3 {
	font-size: 18px;
	font-size: 1.2rem;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.dd-additional-information h3:hover {
	color: #b0d39b;
}

.dd-additional-information h3.open i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.dd-additional-information .inner {
	display: none;
	padding: 20px 0 0;
	padding: 1.3333333333rem 0 0;
}

.dd-additional-information .inner p {
	font-size: 15px;
	font-size: 1rem;
}

div.summary .dd-added-to-cart-checkout {
	padding: 15px 25px;
	padding: 1rem 1.6666666667rem;
	background: #ececec;
	margin-top: 15px;
	margin-top: 1rem;
	display: block;
	width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%;
	margin-bottom: 0;
}

.dd-product-top {
	margin-bottom: 0;
	background: #f7f7f7;
	padding: 40px;
	padding: 2.6666666667rem;
	box-sizing: border-box;
}

.woocommerce-page div.product .dd-product-delivery {
	background: #f7f7f7;
	position: relative;
}

.woocommerce-page div.product .dd-product-delivery header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.woocommerce-page div.product .dd-product-delivery header button {
	width: 50%;
	text-align: center;
	border: none;
	font-size: 17px;
	font-size: 1.1333333333rem;
	font-family: brandon-grotesque, sans-serif;
	color: #1c1c1d;
	background: #b0d39b;
	padding: 1.3em 1em;
	box-sizing: border-box;
	-webkit-transition: all 0.3 ease-in-out;
	transition: all 0.3 ease-in-out;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce-page div.product .dd-product-delivery header button.active {
	background: #1b003f;
	color: #fff;
}

.woocommerce-page div.product .dd-product-delivery .dd-info {
	position: relative;
	padding: 60px 40px;
	padding: 4rem 2.6666666667rem;
	text-align: center;
	background: #1b003f;
}

.woocommerce-page div.product .dd-product-delivery .dd-info h3 {
	font-size: 25px;
	font-size: 1.6666666667rem;
	padding: 0;
	color: #b0d39b;
}

.woocommerce-page div.product .dd-product-delivery .dd-info p {
	color: #fff;
}

.woocommerce-page div.product .dd-product-delivery .dd-info p small {
	font-size: 0.9em;
}

.woocommerce-page div.product .dd-product-delivery p.dd-delivery-note {
	color: #fff;
	text-align: center;
	padding: 5px 0;
	padding: 0.3333333333rem 0;
	font-size: 0.9em;
}

.woocommerce-page div.product .dd-product-delivery .dd-info p:first-child {
	font-size: 18px;
	font-size: 1.2rem;
	font-family: brandon-grotesque, sans-serif;
}

.woocommerce-page div.product .dd-product-delivery .dd-info div {
	opacity: 0;
	-webkit-transition: all 0.3 ease-in-out;
	transition: all 0.3 ease-in-out;
	position: absolute;
}

.woocommerce-page div.product .dd-product-delivery .dd-info div.active {
	opacity: 1;
	position: relative;
}

.woocommerce div.product form.cart,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
	margin-top: 45px;
	margin-top: 3rem;
}

.woocommerce div.product form.cart .single_variation_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	width: 100%;
}

.woocommerce div.product form.cart.woocommerce-variation-add-to-cart {
	margin-top: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-price {
	text-align: center;
	padding: 0.3em 1em;
	width: 66%;
	display: block;
	margin-right: 0;
	margin-left: auto;
	box-sizing: border-box;
}

.woocommerce div.product form.cart .woocommerce-variation-price .price>.woocommerce-Price-amount {
	display: none;
}

.woocommerce div.product form.cart .woocommerce-variation-price .price {
	color: #464646;
	font-size: 14px;
	font-size: 0.9333333333rem;
}

.woocommerce div.product form.cart .woocommerce-variation {
	width: 100%;
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
	display: none;
}

.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5,
.woocommerce-Tabs-panel h6 {
	font-size: 1.6em;
}

body.woocommerce div.product form.cart .button {
	font-size: 16px;
	font-size: 1.0666666667rem;
	padding: 1.3em 1em;
	width: auto;
	box-sizing: border-box;
	background-color: #1b003f;
	color: #fff;
	margin-left: 20px;
	margin-top: 7px !important;
}

.woocommerce div.product form.cart .button:hover {
	background-color: #b0d39b;
	color: #1c1c1d;
}

.woocommerce div.product form.cart .button.added .dd-b-price,
.woocommerce div.product form.cart .button.loading .dd-b-price {
	display: none;
}

.woocommerce div.product form.cart .button.loading:after {
	top: 1.3em;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
	width: 75px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding-right: 4%;
	display: block;
	margin: 0;
}

.woocommerce div.product form.cart .quantity input {
	height: 100%;
	box-sizing: border-box;
	width: 100%;
}

.woocommerce div.product form.cart .variations {
	width: 100%;
	margin-top: 0;
}

.woocommerce div.product form.cart .variations .reset_variations,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations .reset_variations {
	display: none !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations td {
	padding-top: 0;
	display: block;
	text-transform: capitalize;
	font-family: brandon-grotesque, sans-serif;
	color: #1c1c1d;
}

.woocommerce div.product form.cart .variations .label:before,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations .label:before {
	content: "Select ";
	font-weight: bold;
}

.woocommerce div.product form.cart .variations button,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button {
	display: inline-block;
	color: #aaa;
	font-size: 14px;
	font-size: 0.9333333333rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.36px;
	padding: 1em 1.3em;
	border-radius: 0;
	margin: 0;
	box-sizing: border-box;
	max-width: 100%;
	font-family: brandon-grotesque, sans-serif;
	-webkit-transition: ease all 0.4s;
	transition: ease all 0.4s;
	border: none;
	cursor: pointer;
	margin: 5px;
}

.woocommerce div.product form.cart .variations button:not(.selected),
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button:not(.selected) {
	background: #d8d8d8;
	color: #2f2f2f;
}

.woocommerce div.product form.cart .variations button:not(.selected):hover,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button:not(.selected):hover {
	background: #bfbfbf;
}

.woocommerce div.product form.cart .variations button:first-child,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button:first-child {
	margin-left: 0;
}

.woocommerce div.product form.cart .variations button.selected,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button.selected {
	color: #fff;
	background: #b0d39b;
}

@media only screen and (max-width: 1130px) {
	.woocommerce div.product form.cart div.quantity {
		width: 20%;
	}

	.woocommerce div.product form.cart .button {
		width: 76%;
	}
}

@media only screen and (max-width: 1050px) and (min-width: 1000px),
(max-width: 450px) {
	.woocommerce div.product form.cart .button {
		margin-top: 10px;
		margin-top: 0.6666666667rem;
	}

	.woocommerce div.product form.cart .woocommerce-variation-price {
		width: 100%;
	}
}
@media (max-width: 768px) {
.large-up-4>.cell {
	width: 50% !important;
}
.as-archive-product .cell img {
    height: 184px !important;
    object-fit: cover;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: inline-block !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {

    width: 46%;
    display: inline-block !important;
    margin: 5px !important;
}
body.woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 20px !important;
}
}

@media only screen and (max-width: 450px) {

	.woocommerce div.product form.cart .variations button,
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.woocommerce div.product form.cart .variations td,
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations td {
		padding: 0;
	}
}

.woocommerce .products ul,
.woocommerce ul.products {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
}

.woocommerce .products ul .dd-product-labels,
.woocommerce ul.products .dd-product-labels,
#featured .dd-product-labels {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 15px;
	padding: 1rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	box-sizing: border-box;
}

.woocommerce .products ul .dd-product-label,
.woocommerce ul.products .dd-product-label,
#featured .dd-product-label {
	width: 80px;
	opacity: 0.8;
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
	display: none;
}

@supports (display: flex) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.woocommerce ul.products li.product .info,
	.woocommerce-page ul.products li.product .info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		height: 100%;
	}

	.woocommerce ul.products li.product .info h2,
	.woocommerce-page ul.products li.product .info h2 {
		min-height: 64px;
		min-height: 4.2666666667rem;
	}

	.woocommerce ul.products li.product .info:not(:root:root),
	.woocommerce-page ul.products li.product .info:not(:root:root) {
		height: auto;
	}

	.woocommerce ul.products li.product .info:not(:root:root) h2,
	.woocommerce-page ul.products li.product .info:not(:root:root) h2 {
		min-height: none;
	}
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce.as-selected-products ul.products li.product {
	float: none;
	justify-content: end !important;
	width: 24%;
	margin: 0 1.33% 20px 0;
	margin: 0 1.33% 1.3333333333rem 0;
	border: 2px solid #ebebeb;
	box-sizing: border-box;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
	display: block;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #1b003f !important;
	font-size: 2rem !important;
	font-weight: 700;
}

.dd-price-per {
	display: block;
	font-size: 1rem;
	font-weight: 400;
}

.woocommerce ul.products li.product .dd-price-per,
.woocommerce-page ul.products li.product .dd-price-per {
	display: block;
	font-size: 13px;
	font-size: 0.8666666667rem;
}

.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
	margin-right: 0;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin-bottom: 0;
	width: 532px;
	width: 100%;
	width: calc(100% + 4px);
	left: calc(0px - 2px);
	top: 0px;
	position: relative;
	max-width: none;
}

.woocommerce ul.products li.product.sale,
.woocommerce-page ul.products li.product.sale {
	background: rgba(216, 182, 138, 0.1);
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	text-align: center;
}

li.product .info {
	padding: 20px 26px 26px;
	padding: 1.3333333333rem 1.7333333333rem 1.7333333333rem;
	text-align: center;
}

li.product .info p {
	padding-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #b0d39b;
	font-weight: 700;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
	padding-top: 0;
	font-size: 1.5rem !important;
	padding-bottom: 0 !important;
	line-height: 1 !important;
	min-height: inherit !important;
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product a:hover h3 {
	color: #323234;
}

.woocommerce ul.products li.product p {
	color: #464646;
	font-size: 14px;
	font-size: 0.9333333333rem;
}

.woocommerce ul.products li.product .price {
	color: #1b003f !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	font-size: 2rem !important;
	margin-top: 10px !important;
	margin-top: 0.6666666667rem !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins:before {
	font-size: 16px;
	font-size: 1.0666666667rem;
	display: inline-block;
}

.woocommerce ul.products li.product .price ins {
	display: inline-block;
	text-decoration: none;
}

.woocommerce ul.products li.product .price ins:before {
	content: "/";
	margin-right: 8px;
	margin-right: 0.5333333333rem;
	opacity: 0.5;
}

.woocommerce ul.products li.product .price span.from {
	font-size: 16px;
	font-size: 1.0666666667rem;
	opacity: 1;
	text-transform: lowercase;
	color: #1c1c1d;
}

.woocommerce ul.products li.product a.added_to_cart {
	display: none;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 1em;
}

@media only screen and (max-width: 1200px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 49%;
		margin-right: 0;
	}

	.woocommerce .products ul,
	.woocommerce ul.products {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 550px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%;
		margin-right: 0;
	}
}

.as-banner {
	color: #fff;
	background: #b0d39b;
	background-size: cover;
	background-position: center center;
	min-height: 317px;
	position: relative;
}

.as-banner .inner a {
	position: relative;
	z-index: 2;
}

.as-banner .dd-banner-full-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	z-index: 0;
	width: 100%;
}

.as-banner h1 {
	font-size: 40px;
	font-size: 2.6666666667rem;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-bottom: 1.3333333333rem;
}

.as-banner h1,
.as-banner h2,
.as-banner h3,
.as-banner h4,
.as-banner h5,
.as-banner h6,
.as-banner li,
.as-banner p {
	color: #fff;
	text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.as-banner h1,
.as-banner h2,
.as-banner h3,
.as-banner h4,
.as-banner h5,
.as-banner h6,
.as-banner p {
	padding: 15px 0;
	padding: 1rem 0;
}

.as-banner h1:last-child,
.as-banner h2:last-child,
.as-banner h3:last-child,
.as-banner h4:last-child,
.as-banner h5:last-child,
.as-banner h6:last-child,
.as-banner p:last-child {
	padding-bottom: 0;
}

.as-banner h1+p,
.as-banner h2+p,
.as-banner h3+p,
.as-banner h4+p,
.as-banner h5+p,
.as-banner h6+p {
	padding-top: 0;
}

.as-banner hr {
	border-top-width: 3px;
}

.as-banner i.icon {
	font-size: 40px;
	font-size: 2.6666666667rem;
}

.as-banner h1 {
	font-weight: 700;
}

.as-banner .text {
	padding: 60px 80px;
	padding: 4rem 5.3333333333rem;
	box-sizing: border-box;
}

.as-banner p strong {
	font-size: 20px;
	font-size: 1.3333333333rem;
}

.as-banner .as-button,
.as-banner a.button,
.as-banner a.button.loading {
	font-size: 16px;
	font-size: 1.0666666667rem;
	text-shadow: none;
	line-height: 1.4;
}

.as-banner a.button.loading {
	padding-right: 3.3em;
}

.as-banner a.button.loading:after {
	top: 1em;
}

.as-banner.no-image hr {
	border-color: #732422;
}

.as-banner.no-image h1,
.as-banner.no-image h2,
.as-banner.no-image h3 {
	font-size: 50px;
	font-size: 3.3333333333rem;
}

.as-banner.no-image h1,
.as-banner.no-image h2,
.as-banner.no-image h3,
.as-banner.no-image h4,
.as-banner.no-image h5,
.as-banner.no-image h6,
.as-banner.no-image li,
.as-banner.no-image p {
	text-shadow: none;
}

.as-banner.as-farm-slide {
	padding: 75px 0;
	padding: 5rem 0;
	background-position: top center;
	text-align: center;
}

.as-banner.as-farm-slide h4 {
	font-size: 42px;
	font-size: 2.8rem;
}

.as-banner.as-farm-slide h4:first-child {
	padding-bottom: 0;
}

.as-banner.as-farm-slide h4:first-child+p {
	padding-top: 5px;
	padding-top: 0.3333333333rem;
}

.as-banner.as-farm-slide p strong {
	font-size: 18px;
	font-size: 1.2rem;
}

@media only screen and (max-width: 700px) {
	.as-banner .text {
		padding: 80px 40px;
		padding: 5.3333333333rem 2.6666666667rem;
	}
}

@media only screen and (max-width: 400px) {
	.as-banner .text {
		padding: 60px 20px;
		padding: 4rem 1.3333333333rem;
	}
}

.as-content-slider {
	position: relative;
	margin-bottom: 50px;
	margin-bottom: 3.3333333333rem;
}

.as-content-slider .as-banner:not(:only-child) .text {
	padding-bottom: 85px;
	padding-bottom: 5.6666666667rem;
}

.as-content-slider:not(.slick-slider) {
	white-space: nowrap;
	overflow: hidden;
}

.as-content-slider:not(.slick-slider) .as-banner {
	white-space: normal;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.as-content-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: auto;
}

.as-content-slider .slick-track:after,
.as-content-slider .slick-track:before {
	display: none;
}

.as-content-slider .slick-track .as-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	height: auto;
}

.as-content-slider .slick-dots {
	list-style-type: none;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 20px;
	bottom: 1.3333333333rem;
	left: 0;
}

.as-content-slider .slick-dots li {
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin: 0 2.5px;
	margin: 0 0.1666666667rem;
}

.as-content-slider .slick-dots button {
	font-size: 0;
	border: none;
	background: #fff;
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 0.5;
}

.as-content-slider .slick-dots li.slick-active button,
.as-content-slider .slick-dots li:hover {
	opacity: 1;
}

.as-content-slider.as-header-banner .as-banner {
	padding: 10px 0;
	padding: 0.6666666667rem 0;
}

.as-content-slider.as-header-banner .as-banner .as-button {
	font-size: 18px;
	font-size: 1.2rem;
}

.as-content-slider.as-header-banner .as-banner .text {
	width: 700px;
	max-width: 90%;
	margin: 0 auto;
}

@media only screen and (max-width: 900px) {
	.as-banner.as-banner-slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

@media only screen and (max-width: 700px) {
	.as-content-slider .as-banner:not(:only-child) .text {
		padding: 40px 40px 65px;
		padding: 2.6666666667rem 2.6666666667rem 4.3333333333rem;
		max-width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.as-content-slider .as-banner:not(:only-child) .text {
		padding: 20px 20px 45px;
		padding: 1.3333333333rem 1.3333333333rem 3rem;
		max-width: 100%;
	}
}

.as-front-page-content .as-video-embed {
	background: url("https://www.thedorsetmeatcompany.co.uk/theme-content/themes/images/iframe-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 49%;
	height: 317px;
	box-sizing: border-box;
}

@media only screen and (max-width: 899px) {
	.as-front-page-content .as-video-embed {
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
		margin-bottom: 1.3333333333rem;
	}
}

@media only screen and (max-width: 600px) {
	.as-front-page-content .as-video-embed {
		margin: 10px 0;
		margin: 0.6666666667rem 0;
	}
}

.as-front-page-content .as-video-embed iframe {
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 899px) {
	.as-front-page-content .as-video-embed iframe {
		height: 320px !important;
	}
}

@media only screen and (max-width: 600px) {
	.as-front-page-content .as-video-embed iframe {
		height: 250px !important;
	}
}

@media only screen and (max-width: 400px) {
	.as-front-page-content .as-video-embed iframe {
		height: 180px !important;
	}
}

.woocommerce .products ul,
.woocommerce ul.products {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start !important;
}

.woocommerce .products ul .dd-product-labels,
.woocommerce ul.products .dd-product-labels,
#featured .dd-product-labels {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 15px;
	padding: 1rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	box-sizing: border-box;
}

.woocommerce .products ul .dd-product-label,
.woocommerce ul.products .dd-product-label,
#featured .dd-product-label {
	width: 80px;
	opacity: 0.8;
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
	display: none;
}

@supports (display: flex) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.woocommerce ul.products li.product .info,
	.woocommerce-page ul.products li.product .info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		height: 100%;
	}

	.woocommerce ul.products li.product .info h2,
	.woocommerce-page ul.products li.product .info h2 {
		min-height: 64px;
		min-height: 4.2666666667rem;
	}

	.woocommerce ul.products li.product .info:not(:root:root),
	.woocommerce-page ul.products li.product .info:not(:root:root) {
		height: auto;
	}

	.woocommerce ul.products li.product .info:not(:root:root) h2,
	.woocommerce-page ul.products li.product .info:not(:root:root) h2 {
		min-height: none;
	}
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: 24%;
	margin: 0 1.33% 20px 0;
	margin: 0 1.33% 1.3333333333rem 0;
	border: 2px solid #ebebeb;
	box-sizing: border-box;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
	display: block;
}

.woocommerce ul.products li.product .dd-price-per,
.woocommerce-page ul.products li.product .dd-price-per {
	display: block;
	font-size: 13px;
	font-size: 0.8666666667rem;
	margin: 13px 8px;
	line-height: 1;
}

.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
	margin-right: 0;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin-bottom: 0;
	width: 532px;
	width: 100%;
	width: calc(100% + 4px);
	left: calc(0px - 2px);
	top: calc(0px - 4px);
	position: relative;
	max-width: none;
}

.woocommerce ul.products li.product.sale,
.woocommerce-page ul.products li.product.sale {
	background: rgba(216, 182, 138, 0.1);
}

.woocommerce ul.products li.product .button {
	margin-top: 0 !important;
	box-sizing: border-box;
	padding-left: 1em;
	padding-right: 1em;
	padding: 0.85em 1em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

li.product .info {
	padding: 20px 26px 26px;
	padding: 1.3333333333rem 1.7333333333rem 1.7333333333rem;
	text-align: center;
}

li.product .info p {
	padding-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #b0d39b;
	font-weight: 700;
	font-size: 20px;
	font-size: 1.3333333333rem;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
	padding-bottom: 0;
	padding-top: 0;
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product a:hover h3 {
	color: #323234;
}

.woocommerce ul.products li.product p {
	color: #464646;
	font-size: 14px;
	font-size: 0.9333333333rem;
}

.woocommerce ul.products li.product .price {
	color: #1c1c1d;
	font-weight: 700;
	font-size: 30px;
	font-size: 2rem;
	margin-top: 10px;
	margin-top: 0.6666666667rem;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins:before {
	font-size: 16px;
	font-size: 1.0666666667rem;
	display: inline-block;
}

.woocommerce ul.products li.product .price ins {
	display: inline-block;
	text-decoration: none;
}

.woocommerce ul.products li.product .price ins:before {
	content: "/";
	margin-right: 8px;
	margin-right: 0.5333333333rem;
	opacity: 0.5;
}

.woocommerce ul.products li.product .price span.from {
	font-size: 16px;
	font-size: 1.0666666667rem;
	opacity: 1;
	text-transform: lowercase;
	color: #1c1c1d;
}

.woocommerce ul.products li.product a.added_to_cart {
	display: none;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 1em;
}

p.form-row.form-row-wide.create-account {
	padding: 20px 2.6em;
	background-color: #effff1;
	border: 2px solid #dedede;
	border-top: none;
}

p.form-row.form-row-wide.create-account span {
	font-size: 25px;
}

@media only screen and (max-width: 1200px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 49%;
		margin-right: 0;
	}

	.woocommerce .products ul,
	.woocommerce ul.products {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 550px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%;
		margin-right: 0;
	}
}

.as-selected-products {
	margin-bottom: 25px;
	margin-bottom: 1.6666666667rem;
	overflow: hidden;
}

.woocommerce.as-selected-products ul.products {
	white-space: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: inherit;
}

.woocommerce.as-selected-products ul.products li.product.last {
	margin-right: 0rem;
}

@media only screen and (min-width: 1280px) {
	.woocommerce.as-selected-products .dd-sly-scrollbar {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	.woocommerce.as-selected-products ul.products li.product {
		width: calc(25% - 0.1875rem);
	}
}

.dd-reward-block {
	display: none;
	text-align: center;
	padding: 40px 30px;
	padding: 2.6666666667rem 2rem;
	box-sizing: border-box;
	border: 2px solid #ececec;
	margin-top: 40px;
	margin-top: 2.6666666667rem;
}

.dd-reward-block .bar {
	overflow: hidden;
	white-space: nowrap;
	background: #f8f8f8;
	border-radius: 15px;
	position: relative;
	margin: 20px auto;
	margin: 1.3333333333rem auto;
}

.dd-reward-block .bar .inner-bar {
	position: relative;
	z-index: 1;
}

.dd-reward-block .bar .inner-bar div.point {
	width: 16%;
	display: inline-block;
	margin-bottom: 5px;
	color: #919191;
	font-size: 14px;
	font-size: 0.9333333333rem;
	font-family: brandon-grotesque, sans-serif;
	position: relative;
	text-align: center;
}

.dd-reward-block .bar .inner-bar div.point:first-child {
	display: none;
}

.dd-reward-block .bar .inner-bar div.point.active {
	color: #fff;
}

.dd-reward-block .bar .inner-bar div.point.active:before {
	background: #000;
}

.dd-reward-block .bar .inner-bar div.point:before {
	display: block;
	content: "";
	height: 13px;
	width: 1px;
	margin: 0 auto 3px;
	background: #c4c4c4;
}

.dd-reward-block .bar .pips {
	position: relative;
	z-index: 2;
}

.dd-reward-block .bar .background {
	background: #b0d39b;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
	width: 0;
}

.dd-reward-block .costs span {
	font-weight: bold;
	color: #b0d39b;
}

.dd-reward-block .costs div {
	color: #000;
	font-size: 15px;
	font-size: 1rem;
	font-family: brandon-grotesque, sans-serif;
	padding: 10px 0;
	padding: 0.6666666667rem 0;
	opacity: 0.3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.dd-reward-block .costs div.active {
	opacity: 1;
}

.dd-reward-block .costs div.last {
	display: none;
}

.dd-reward-block .costs div.active.last {
	display: block;
}

@media only screen and (max-width: 1170px) {
	.dd-reward-block .costs div {
		font-size: 17px;
		font-size: 1.1333333333rem;
	}
}

.dd-product-top .add_to_cart_inline {
	display: none;
}

.dd-small-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background: #f7f7f7;
	padding: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 550px;
	margin-bottom: 15px;
	margin-bottom: 1rem;
}

.dd-small-product a {
	text-decoration: none;
	display: block;
	font-size: 0;
}

.dd-small-product img {
	width: 90px;
	height: auto;
}

.dd-small-product h4 {
	font-size: 18px;
	font-size: 1.2rem;
	margin-bottom: 10px;
	margin-bottom: 0.6666666667rem;
	line-height: 1.5;
}

.dd-small-product .dd-price-per {
	display: none;
}

.dd-small-product .dd-small-inner {
	padding: 0 20px;
	padding: 0 1.3333333333rem;
	box-sizing: border-box;
	width: 100%;
}

.dd-small-product .woocommerce-Price-amount {
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: bold;
}

.dd-small-product .add_to_cart_inline {
	border: none !important;
	padding: 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.dd-small-product.type-post .dd-small-inner a,
.dd-small-product .add_to_cart_inline a {
	color: #fff !important;
	background-color: #b0d39b !important;
	padding: 1em 2.6em;
	border-radius: 0;
}

.dd-small-product.type-post .dd-small-inner p {
	padding-top: 0;
}

.dd-small-product.type-post .dd-small-inner p a {
	font-size: 14px;
	font-size: 0.9333333333rem;
}

.dd-product-testimonials {
	display: none;
	background: #f7f7f7;
	padding: 70px 0;
	padding: 4.6666666667rem 0;
	box-sizing: border-box;
	width: 99.225vw;
	margin-left: -49.59vw;
	margin-right: auto;
	left: 50%;
	position: relative;
	margin-bottom: 55px;
	margin-bottom: 3.6666666667rem;
}

.dd-product-testimonials>a {
	display: block;
	text-align: center;
	width: 300px;
	margin: 40px auto 0;
	margin: 2.6666666667rem auto 0;
}

.dd-product-testimonials h2 {
	text-align: center;
	font-weight: 400;
	max-width: 90%;
	margin: 0 auto 60px;
	margin: 0 auto 4rem;
}

.dd-product-testimonials .as-container {
	width: 1300px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.dd-product-testimonials .dd-testimonial {
	width: 30%;
	margin-bottom: 30px;
	margin-bottom: 2rem;
}

.dd-product-testimonials .dd-testimonial .text {
	box-sizing: border-box;
	position: relative;
}

.dd-product-testimonials .dd-testimonial .text p {
	font-size: 17px;
	font-size: 1.1333333333rem;
}

.dd-product-testimonials .name {
	font-size: 17px;
	font-size: 1.1333333333rem;
	font-weight: bold;
	margin-top: 20px;
	margin-top: 1.3333333333rem;
}

.dd-product-testimonials .stars {
	margin-bottom: 20px;
	margin-bottom: 1.3333333333rem;
}

.dd-product-testimonials .stars .fas {
	font-size: 30px;
	font-size: 2rem;
	color: #b0d39b;
	margin: 0 2px;
}

.dd-product-testimonials .stars img {
	display: inline-block;
	vertical-align: middle;
}

.dd-product-testimonials .stars img+span {
	font-family: brandon-grotesque, sans-serif;
	vertical-align: middle;
	display: inline-block;
	color: #000;
	font-size: 17px;
	font-size: 1.1333333333rem;
}

.dd-review-link {
	text-align: center;
	width: 200px;
	display: block;
	text-transform: uppercase;
	margin: 0 auto;
	color: #464646;
	font-size: 20px;
	font-size: 1.3333333333rem;
	margin-top: 30px;
	margin-top: 2rem;
}

.dd-review-link:hover {
	color: #464646;
}

.dd-review-link img {
	display: block;
}

.dd-review-link .as-button {
	padding: 0.7em 1.5em 0.8em;
	margin-top: 25px;
	margin-top: 1.6666666667rem;
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (max-width: 850px) {
	.dd-product-testimonials .as-container {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.dd-product-testimonials .dd-testimonial {
		margin-bottom: 4em !important;
		width: 100%;
		max-width: 500px;
	}

	.dd-product-testimonials .dd-testimonial .info {
		display: block;
		text-align: center;
	}

	.dd-product-testimonials .dd-testimonial .user {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 5px;
	}
}

.dd-product-header {
	text-align: center;
	padding: 40px 0 70px;
	padding: 2.6666666667rem 0 4.6666666667rem;
}

.dd-product-header h1 {
	font-size: 40px;
	font-size: 2.6666666667rem;
	padding-bottom: 0;
}

.dd-product-header .price {
	font-size: 30px;
	font-size: 2rem;
	font-weight: bold;
	font-family: brandon-grotesque, sans-serif;
	color: #b0d39b;
}

.dd-product-header .dd-price-per,
.dd-product-header .from {
	font-size: 22px;
	font-size: 1.4666666667rem;
	color: #868686;
	margin-left: 10px;
	margin-left: 0.6666666667rem;
	font-weight: 400;
}

.dd-product-header .from {
	margin-left: 0;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 15px;
	margin-bottom: 1rem;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 100% !important;
	margin-left: 0% !important;
	margin-bottom: 50px;
}

@media print,
screen and (min-width: 64em) {

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: calc(60% - 0.25rem) !important;
		margin-right: 0.25rem !important;
		margin-bottom: 0;
	}
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100% !important;
	margin-left: 0% !important;
}

@media print,
screen and (min-width: 64em) {

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: calc(40% - 0.25rem) !important;
		margin-left: 0.25rem !important;
	}
}

.dd-product-content {
	width: 90% !important;
	margin-left: 5% !important;
}

@media print,
screen and (min-width: 64em) {
	.dd-product-content {
		width: 48% !important;
		margin-left: 5% !important;
		float: left !important;
	}
}

.dd-product-info {
	margin-bottom: 55px;
	margin-bottom: 3.6666666667rem;
}

.single-post .dd-product-info {
	display: flex;
}

.dd-product-info:after {
	content: "";
	clear: both;
	display: block;
}

.dd-product-info p {
	color: #464646;
	line-height: 1.8;
}

.dd-product-content {
	padding: 40px 0 0;
	padding: 2.6666666667rem 0 0;
	grid-area: content;
}

.related.products h2 {
	margin-left: 5% !important;
}

@media only screen and (max-width: 999px) {
	.dd-product-info {
		max-width: -webkit-fit-content !important;
		max-width: -moz-fit-content !important;
		max-width: fit-content !important;
		width: 100% !important;
		margin: 0 !important;
		margin-bottom: 50px !important;
	}
}

@media only screen and (max-width: 999px) and (min-width: 64em) {
	.dd-product-info {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 999px) {

	.dd-product-content,
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 500px) {
	.dd-product-info {
		margin: 40px auto;
		margin: 2.6666666667rem auto;
	}
}

.dd-product-recipies {
	margin-top: 40px;
	margin-top: 2.6666666667rem;
}

.dd-product-recipies .dd-small-product {
	margin-bottom: 0;
}

.as-selected-products.woocommerce .as-section-title {
	text-align: center;
	color: #b0d39b;
	font-size: 2rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 0px solid #ebebeb !important;
}

.dd-product-top {
	background: none !important;
}

.woocommerce .woocommerce-variation-add-to-cart button.button.disabled {
	background-color: #1b003f !important;
}

.woocommerce div.product form.cart .variations button:not(.selected),
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button:not(.selected) {
	background: #b0d39b !important;
	color: #2f2f2f;
	opacity: 0.5;
}

.woocommerce div.product form.cart .variations button.selected,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button.selected {
	color: #2f2f2f;
}

.woocommerce div.product form.cart .variations button:not(.selected):hover,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variations button:not(.selected):hover {
	opacity: 1;
}

table.variations label {
	display: inline;
	text-transform: uppercase;
	font-size: 1rem;
}

table.variations .label:before {
	content: "Pick Your " !important;
	text-transform: uppercase;
}

.as-archive-product .woocommerce-products-header .woocommerce-products-header__title.page-title {
	width: 90%;
	margin-left: 5%;
}

@media print,
screen and (min-width: 40em) {
	.as-archive-product .woocommerce-products-header .woocommerce-products-header__title.page-title {
		width: 76%;
		margin-left: 12%;
	}
}

@media print,
screen and (min-width: 64em) {
	.as-archive-product .woocommerce-products-header .woocommerce-products-header__title.page-title {
		width: 50%;
		margin-left: 25%;
	}
}

.as-archive-product .woocommerce-products-header .term-description {
	width: 90%;
	margin-left: 5%;
}

@media print,
screen and (min-width: 40em) {
	.as-archive-product .woocommerce-products-header .term-description {
		width: 76%;
		margin-left: 12%;
	}
}

@media print,
screen and (min-width: 64em) {
	.as-archive-product .woocommerce-products-header .term-description {
		width: 50%;
		margin-left: 25%;
	}
}

.as-archive-product .woocommerce-products-header .page-description {
	width: 90%;
	margin-left: 5%;
}

@media print,
screen and (min-width: 40em) {
	.as-archive-product .woocommerce-products-header .page-description {
		width: 76%;
		margin-left: 12%;
	}
}

@media print,
screen and (min-width: 64em) {
	.as-archive-product .woocommerce-products-header .page-description {
		width: 50%;
		margin-left: 25%;
	}
}

.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title,
.woocommerce-page ul.products li.product-category h2.woocommerce-loop-category__title {
	text-transform: uppercase;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
}

.single-product div.product form.cart .plus,
.single-product div.product form.cart .minus {
	border: 3px solid #b0d39b;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #b0d39b;
	font-size: 1.75rem;
	margin-top: 10px;
}

.single-product div.product form.cart .plus:hover {
	color: #1b003f;
}

.single-product div.product form.cart .minus:hover {
	color: #1b003f;
}

.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
	display: inline-block;
	padding-right: 0 !important;
}

.single-product div.product form.cart .quantity input {
	border: 0;
	box-shadow: none;
	width: 3.631em;
	color: #1b003f;
	font-size: 1.75rem;
}

.single-product div.product form.cart .qtylabel {
	text-transform: uppercase;
	font-family: brandon-grotesque, sans-serif;
	color: #1c1c1d;
	font-weight: 700;
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
	.woocommerce div.product form.cart .button {
		margin-left: 0;
	}
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	background: #1c003f;
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active {
	background: #fff;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #1b003f;
}

.hamburger-box {
	width: 40px;
	height: 18px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -8px;
}

.hamburger-inner::after {
	bottom: -8px;
}

.hamburger {
	position: fixed;
	z-index: 9999;
	margin-top: 5px;
}

.hamburger--elastic .hamburger-inner {
	top: 1px;
	-webkit-transition-duration: 0.275s;
	transition-duration: 0.275s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 8px;
	-webkit-transition: opacity 0.125s 0.275s ease;
	transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 16px;
	-webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
	transform: translate3d(0, 8px, 0) rotate(135deg);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
	transform: translate3d(0, -16px, 0) rotate(-270deg);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

p,
ul,
li,
ol,
a,
.button,
.review .quote,
td,
time,
.woocommerce-breadcrumb {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
}

a {
	color: black;
}

.is-dropdown-submenu {
	visibility: hidden;
	opacity: 0;
}

.off-canvas.is-closed {
	visibility: hidden;
}

#primary.content-area {
	width: 100%;
}

.price .variableshopmessage {
	font-weight: 400;
	font-size: 1rem;
}

.blockUI.blockOverlay {
	background-color: rgba(0, 0, 0, 0.6) !important;
	position: fixed !important;
}

.menu.meat {
	height: 730px;
}
@media(max-width:1024px){
	.menu.meat {
		height: auto;
	}
}
#seo h2,
#seo h4 {
	margin: 0 40px;
	color: #000;
}

#seo h2,
#seo h4 {
	font-size: 1.4rem;
	margin-bottom: 15px;
}

@media print,
screen and (min-width: 64em) {

	#seo h2,
	#seo h4 {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
}

#seo p {
	margin: 0 40px;
	font-size: 1rem;
}

#seo .cell:nth-child(1) h4,
#seo .cell:nth-child(3) h4 {
	margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {

	#seo .cell:nth-child(1) h4,
	#seo .cell:nth-child(3) h4 {
		margin-bottom: 42px;
	}
}

@media print,
screen and (min-width: 64em) {

	#seo .cell:nth-child(1) h4,
	#seo .cell:nth-child(3) h4 {
		margin-bottom: 52px;
	}
}

.referafriend {
	display: block !important;
	position: fixed !important;
	left: 0 !important;
	bottom: 20px !important;
	width: 70px !important;
	height: 100px !important;
	opacity: 0.75;
	padding: 0.85em 0.5em !important;
}

@media print,
screen and (min-width: 40em) {
	.referafriend {
		bottom: 60px !important;
		width: 100px !important;
		padding: 0.85em 1em !important;
	}
}

@media print,
screen and (min-width: 64em) {
	.referafriend {
		bottom: 100px !important;
	}
}

.referafriend p {
	font-size: 0.8rem;
	line-height: 1;
}

.referafriend:hover {
	opacity: 1;
}

.referafriend img {
	padding-bottom: 0.5rem;
}

#referafriend {
	padding: 3rem 1rem;
}

#referafriend h4 {
	color: #b0d39b;
	font-size: 1rem;
}

#referafriend h6 {
	font-size: 0.7rem;
}

#referafriend strong {
	color: #b0d39b;
}

@media print,
screen and (min-width: 40em) {
	#referafriend {
		padding: 3rem 2rem;
	}

	#referafriend h4 {
		font-size: 1.6rem;
	}
}

.hideMe {
	-moz-animation: cssAnimation 0s ease-in 20s forwards;
	/* Firefox */
	-webkit-animation: cssAnimation 0s ease-in 20s forwards;
	/* Safari and Chrome */
	-o-animation: cssAnimation 0s ease-in 20s forwards;
	/* Opera */
	animation: cssAnimation 0s ease-in 20s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes cssAnimation {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 0.75;
	}

	50% {
		opacity: 0.5;
	}

	75% {
		opacity: 0.25;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes cssAnimation {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 0.75;
	}

	50% {
		opacity: 0.5;
	}

	75% {
		opacity: 0.25;
	}

	100% {
		opacity: 0;
	}
}

#nav .menu li.meat .is-dropdown-submenu {
	width: 700px;
}

@media print,
screen and (min-width: 64em) {
	#nav .menu li.meat .is-dropdown-submenu {
		width: 700px;
	}
}

#nav .menu li.meat .is-dropdown-submenu>li {
	width: 33%;
	float: left;
}

@media print,
screen and (min-width: 40em) {
	#nav .menu li.xmas .is-dropdown-submenu {
		width: 700px;
	}
}

@media print,
screen and (min-width: 64em) {
	#nav .menu li.xmas .is-dropdown-submenu {
		width: 700px;
	}
}

#nav .menu li.xmas a {
	color: red;
}

#nav .menu li.xmas a ul li a {
	color: #000 !important;
}

#nav .menu li.xmas .is-dropdown-submenu>li {
	width: 33%;
	float: left;
}

@media print,
screen and (min-width: 40em) {
	#nav .menu li.deli .is-dropdown-submenu {
		width: 600px;
	}
}

@media print,
screen and (min-width: 64em) {
	#nav .menu li.deli .is-dropdown-submenu {
		width: 600px;
	}
}

#nav .menu li.deli .is-dropdown-submenu>li:nth-child(odd) {
	width: 40%;
	float: left;
}

#nav .menu li.deli .is-dropdown-submenu>li:nth-child(even) {
	width: 60%;
}

.term-wild-venison-game .cuco-filter li ul.berocket_aapf_widget li {
	display: none;
}

.term-beef .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-all-beef,
.term-beef .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-beef-joints,
.term-beef .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-burgers,
.term-beef .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-everyday-beef,
.term-beef .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-steak,
.term-free-range-chicken .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-all-poultry,
.term-free-range-chicken .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-everyday-free-range-chicken,
.term-free-range-chicken .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-roast-chicken,
.term-goat .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-all-goat,
.term-goat .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-everyday-goat,
.term-goat .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-goat-joints,
.term-lamb .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-all-lamb,
.term-lamb .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-everyday-lamb,
.term-lamb .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-lamb-chops-and-steaks,
.term-lamb .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-lamb-joints,
.term-mutton .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-all-mutton,
.term-mutton .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-everyday-mutton,
.term-mutton .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-mutton-joint,
.term-pork .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-all-pork,
.term-pork .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-everyday-pork,
.term-pork .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-pork-chops-and-steaks-pork,
.term-pork .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-porn-joints,
.term-wild-venison-game .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-all-wild,
.term-wild-venison-game .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-everyday-game,
.term-wild-venison-game .cuco-filter li ul.berocket_aapf_widget li.brw-product_cat-roast-game {
	display: block;
}

/*
 *
 * Project 300 update overwrites
 *
 */
.new-cat-head {
	background-position: center center;
	background-size: cover;
	padding: 24vh 0 3em;
	min-height: 550px;
	position: relative;
	margin-top: 0;
	line-height: 1.4;
}

.easter-grid .easter-section {
	padding-top: 0;
	padding-bottom: 0;
}

.easter-grid {
	text-align: center;
	padding: 40px 0;
}

a.button.large.stdmartop.aligncenter.easter-button {
	display: inline-block;
	margin-top: 30px;
}

h1.east-title {
	font-size: 2.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

#works p.east-text {
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1.7em;
	text-align: left;
}

body #featured .info h2 {
	font-size: 1.35rem !important;
}

.as-archive-product {
	width: 100%
}

.east-feat {
	background: rgba(255, 255, 255, 75%);
	text-align: left;
	padding: 20px 40px;
	max-width: 630px;
	font-family: brandon-grotesque, sans-serif !important;
	font-size: 17px;
	position: absolute;
	bottom: 3em;
}

.east-feat-2 {
	text-align: left;
	font-family: brandon-grotesque, sans-serif !important;
	font-size: 17px;
	position: absolute;
	bottom: 18em;
	left: -3em;
}

@media(max-width:1300px) {
	.east-feat-2 {
		bottom: 20em;
		left: -3em;
	}
	.ubermenu-main.ubermenu-sub-indicators .ubermenu-submenu :not(.ubermenu-tabs-layout-right) .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 12px !important;
}
.sticky-container {
    height: auto !important;
}
}

 @media only screen and (min-width: 1000px) and (max-width: 1300px)  {
	 .sticky.is-stuck {
	     position: relative !important;
	     z-index: 5;
	     width: 100%;
	 }
}

.subo__dis {
	border: 3px solid #b0d39a;
	background: #f8fff8;
	border-radius: 39px;
	display: inline-block;
	padding: 11px 20px 10px;
	line-height: 1.2 !important;
	margin-top: 30px;
	text-align: center;
	color: #0d550d !important;
	max-width: 440px;
}

.term-turkey-christmas .east-feat {
	background: rgba(255, 255, 255, 75%);
	text-align: left;
	padding: 20px 40px;
	max-width: 850px;
	font-family: brandon-grotesque, sans-serif !important;
	font-size: 17px;
	position: absolute;
	bottom: 3em;
}

#works .east-feat a {
	color: #323234;
	font-weight: bold;
}

.east-feat div {
	font-family: brandon-grotesque, sans-serif !important;
}

.east-feat h2,
.east-feat h3,
.east-feat h4,
.east-feat h5,
.east-feat h6 {
	font-size: 1.7em;
	font-weight: 400;
	font-family: brandon-grotesque, sans-serif !important;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

@media print,
screen and (min-width:64em) {

	#featured .attachment-woocommerce_thumbnail,
	.stdpadbot {
		padding-bottom: 0 !important;
	}

	#featured .info h2 {
		font-size: 1.75rem !important;
	}
}

@media print,
screen and (min-width:40em) {
	#featured .info h2 {
		font-size: 1.55rem !important;
	}

	.east-feat {
		margin-left: calc(8.3333333333% + -4.0625rem) !important;
	}
}

@media print,
screen and (max-width:1000px) {
	.east-feat {
		width: 95%
	}
}

@media print,
screen and (max-width:640px) {
	h1.east-title {
		text-align: center;
	}

	.single-product button.single_add_to_cart_button.button.alt {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}

	.east-feat {
		background: 0 0;
		padding: 0;
		position: relative;
		bottom: 0;
		width: auto;
		text-align: center;
	}

	.new-cat-head {
		padding: 20px 0 .3em;
		min-height: 0;
		background-size: initial;
		background-image: url(https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2019/06/paper.jpg) !important;
	}
}

.ubermenu-sub-indicators.ubermenu-sub-indicators-align-text .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	right: auto;
	margin-left: .3em;
	margin-top: -11px;
}

.top-bar-center {
	min-width: 1300px;
}

.ubermenu-has-submenu-mega,
.ubermenu-has-submenu-flyout {
	margin-right: 15px !important;
	display: inline-block;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0:hover i,
.ubermenu-main .ubermenu-item-level-0.ubermenu-active i {
	color: #b0d39b !important;
	bottom: -5px;
	margin-top: -9px !important;
}

@media print,
screen and (max-width: 1300px) {
	.top-bar-center {
		min-width: 100%;
	}
}

#header .shopNav {
	font-size: 1rem;
}

#header .notice .big {
	font-size: 1.25rem;
}

#header .notice .small {
	font-size: 0.75rem;
}

#header .notice {
	margin-bottom: 3px;
	margin-top: 3px;
}

#header .shopNav {
	margin-top: 6px;
}

#header .shopNav li {
	position: relative;
}

#header .shopNav li span.c-number {
	background: #b0d39a;
	color: #000;
	position: absolute;
	left: 0px;
	top: 2px;
	height: 19px;
	width: 19px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	font-size: 14px;
}

#header .shopNav .basket {
	top: 5px;
	position: relative;
}

#header a.trigger-cart {
	position: relative;
	top: -3px;
}

#header .shopNav .search {
	top: 2px;
	position: relative;
}

@media print,
screen and (min-width: 64em) {
	.dorset-meat-company-logo .stdhalfpadtop {
		padding-bottom: 15px;
	}
}

@media print,
screen and (min-width: 64em) {
	.dorset-meat-company-logo .stdhalfpadbot {
		padding-bottom: 0;
	}
}

@media print,
screen and (min-width: 64em) {
	.dorset-meat-company-logo img {
		width: 200px;
	}
}

@media print,
screen and (min-width: 64em) {
	.header.two {
		padding-top: 50px;
	}
}

#works a.button:hover {
	color: white;
}

@media print,
screen and (min-width: 64em) {
	.section.home {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

#featured li:hover .info h2 {
	color: #464646;
}

.nav-cell {
	vertical-align: middle;
	align-items: center;
	display: flex;
}

.xoo-wsc-header,
.xoo-wsc-rp-title, .xoo-wsch-text {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
}

.xoo-wsc-sp-container .xoo-wsc-sp-heading {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	color: #777;
	font-size:16px;
}

.xoo-wsc-modal .xoo-wsc-related-products a.button {
	color: #fff !important;
	background-color: #1b003f !important;
	border-radius: 0 !important;
	font-size: 13px;
	padding: 10px 8px;
}
span.xoo-wsc-smr-del.xoo-wsc-icon-trash {
    opacity: 0.4;
}
span.xoo-wsc-smr-del.xoo-wsc-icon-trash:hover {
    opacity: 0.9;
}
.xoo-wsc-sp-title {
	text-overflow: ellipsis;
	white-space: normal;
	font-family: brandon-grotesque, sans-serif;
	line-height: 1.2;
	text-align: left;
	overflow: hidden;
}

.xoo-wsc-rp-left-area {
	padding-left: 5px;
}

.xoo-wsc-ft-totals {
	margin: 2px 0;
	width: 100%;
	font-weight: 800;
	padding: 8px 1em;
	font-size: 1.4rem;
}
.side-often h2 {
    font-size: 18px;
}
.side-often input[type="radio"] {
    margin: 0 auto 1em;
    display: block;
}
.side-often ul.wcsatt-options-cart li {
    text-align: center;
    display: block;
    margin-bottom: 8px;
    background: #f8f8f8f8;
    border: 1px solid #fff;
		width: 49%;
display: inline-block;
}
ul.wcsatt-options-cart {
    margin: 0 0 1em 0;
}
.side-often span.one-time-option-details {
    display: block;
    width: 100%;
}
.side-often ul.wcsatt-options-cart li label {
	font-size: 16px;
line-height: 0.5;
padding: .5em .3em;
border-bottom: 2px solid #dedede;
box-sizing: border-box;
}
.con-shop{
	font-size: 1em;
	font-weight: 800;
	padding-bottom: 5px;
	padding-top: 6px;
	margin-top: 2px;
	margin-bottom: 5px;
	text-decoration: underline;
	transform: none;
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
	display: block;
	color: #1c003f;
	font-family: brandon-grotesque, sans-serif;
	position: relative !important;
}
input[type="number"].xoo-wsc-qty{
	margin-bottom:0;
}
body .xoo-wsc-ft-amt-total {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.xoo-wsc-ft-buttons-cont {
    grid-template-columns: 1fr !important;
}
.xoo-wsc-sp-slider .xoo-wsc-sp-product{
	margin: 10px 30px;
}
.xoo-wsc-sp-slider .xoo-wsc-sp-prod-cont::marker{
	content: none;
}
.xoo-wsc-footer .xoo-wsch-close{
	font-size:16px;
}
.xoo-wsc-ft-totals span.amount {
	font-size: 1.5rem;
	font-weight: 900;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
	background-color: #b0d399;
}

li.xoo-wsc-rp-item {
	padding: 0 17px;
}

span.xoo-wsc-minus,
span.xoo-wsc-plus {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 21px;
	background: #e0e0e0;
}

.xoo-wsc-ft-amt-label,
.xoo-wsc-notification-bar, .xoo-wsc-ft-amt-value {
	font-family: brandon-grotesque, sans-serif;
}

.xoo-wsc-price {
	margin: 5px 0;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 800;
}

.xoo-wsc-footer a.xoo-wsc-ft-btn {
	background-color: #b0d39a;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 800;
	padding-bottom: 5px;
	padding-top: 6px;
	text-transform: uppercase;
}

.xoo-wsc-footer a.xoo-wsc-ft-btn:hover {
	background-color: #323234;
	color: #fff;
}

.xoo-wsc-price span {
	display: none;
}

.top-bar-center .ubermenu-nav {
	text-align: center;
}

.is-stuck .top-bar-center .ubermenu-nav {
	background: #fff;
	text-align: center;
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
	border-right: 4px #b0d39b solid;
}

/* target about ubermenu */
.ubermenu-submenu-id-62180 .ubermenu-target-title,
.ubermenu-submenu-id-7041 .ubermenu-target-title {
	padding-left: 20px;
}

.sticky.is-stuck.is-at-top {
	background-color: rgba(255, 255, 2550, 0.9);
}

@media (max-width:1367px) {
	body #featured .info h2 {
		font-size: 1.25rem !important;
	}
}

/* target about ubermenu basket */
#menu-item-7253 {
	display: none;
}

.sticky.is-stuck.is-at-top #menu-item-7253 {
	display: inline-block;
}

.megaBasket .basket {
	width: 20px;
	fill: #000;
}

.megaBasket .basket path {
	fill: #000;
}

.hamburger {
	margin-top: 0px;
	padding: 17px 15px 11px;
}

.wc-tabs-wrapper {
	padding-top: 2.5rem;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel h2:nth-child(1) {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	width: 30%;
	border: 0;
	float: left;
	padding-top: 1rem;
	padding-left: 0;
	padding-bottom: 1rem;
	border-right: 4px #b0d39b solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: block;
	background-color: transparent;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: block;
	border-radius: 0;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #b0d39b;
	border-bottom-color: transparent;
	color: white;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	background: #b0d39b;
	border-bottom-color: transparent;
	color: white;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 0;
	width: 0;
	height: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	width: 100%;
	font-size: 1.15rem;
}

@media print,
screen and (max-width: 32em) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 0.75rem;
	}
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 1rem 2.6666666667rem;
	width: 70%;
	float: right;
}

@media print,
screen and (max-width: 32em) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 1.5em 0;
	}
}

.woocommerce button.button.loading::after {
	margin-left: 0.53em;
	vertical-align: bottom;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.project300 .woocommerce table.cart .product-thumbnail,
.project300 .woocommerce table.cart img {
	max-width: 80px;
	width: 80px;
	padding-right: 20px;
}

.project300 .woocommerce .cart-collaterals {
	padding-top: 0;
}

.project300 .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}

.project300 .coupon.under-proceed #coupon_code {
	width: 58% !important;
	height: 48px;
	float: left;
}

.project300 .coupon.under-proceed .button {
	width: 40% !important;
	float: right;
}

.project300 .coupon.under-proceed .button {
	background-color: #1b003f !important;
	margin: 0 0 1rem;
	padding: 1em 0;
	text-align: center;
}

.project300 .coupon.under-proceed .button:hover {
	background-color: #323234 !important;
}

.project300 button.button:not(:disabled):not([disabled]):not(.disabled):hover {
	background-color: #323234 !important;
}

.project300 #pwgc-redeem-gift-card-container {
	height: 100px;
}

.project300 #pwgc-redeem-gift-card-container label {
	display: none;
}

.project300 #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number {
	width: 58% !important;
	height: 48px;
	float: left;
}

.project300 #pwgc-redeem-gift-card-container #pwgc-redeem-button {
	width: 40%;
	float: right;
	background-color: #1b003f;
	margin: 0 0 1rem;
	padding: 1em 0;
	text-align: center;
}

.project300 #pwgc-redeem-gift-card-container #pwgc-redeem-button:hover {
	background-color: #323234;
}

.project300 a.checkout-button {
	margin-top: 40px;
}

.project300 .route {
	width: 100%;
	text-align: center;
	padding-top: 100%;
	position: relative;
}

.project300 .route .text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.project300 .subscription,
.project300 .oneTime {
	background-color: #1b003f;
	border: 1px solid #1b003f;
	color: #fff;
}

/*blue*/

.project300 .subscription:hover,
.project300 .subscription.active:hover,
.project300 .oneTime:hover,
.project300 .oneTime.active:hover {
	background-color: #323234;
	border: 1px solid #323234;
	color: #fff;
}

/*grey*/

.project300 .subscription.active,
.project300 .oneTime.active {
	background-color: #b0d39b;
	border: 1px solid #1b003f;
	color: #1b003f;
}

/*white*/

.project300 td.product-remove,
.woocommerce table.shop_table tbody td.product-remove {
	width: 80px !important;
}

.project300 td.product-remove a {
	/*font-size: 2rem !important;*/
	width: auto !important;
}

.project300 td.product-remove a.remove:hover {
	color: red !important;
	background: transparent;
	text-decoration: underline;
}

.project300 .route {
	position: relative;
}

.project300 .route:hover {
	cursor: pointer;
}

.project300 .route:after,
.project300 .route:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.project300 .route:hover:after,
.project300 .route.active:after {
	border-width: 20px;
	margin-top: -20px;
}

.project300 .route:hover:before,
.project300 .route.active:before {
	border-width: 21px;
	margin-top: -21px;
}

.project300 .route.active:before {
	/*border*/
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #1b003f;
}

.project300 .route:hover:before {
	/*border*/
	/*border-color: rgba(194, 225, 245, 0);*/
	/*border-left-color: #323234;*/
	/*grey*/
}

.project300 .route.active:after {
	/*fill*/
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #1b003f;
}

.project300 .route.active:after {
	/*fill*/
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #b0d39b;
}

.project300 .route:hover:after,
.project300 .route.active:hover:after {
	/*fill*/
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #323234;
	/*grey*/
}

@media print,
screen and (min-width: 1600px) {
	.project300 .grid-margin-x>.xlarge-6 {
		width: calc(50% - 1.875rem);
	}
}

@media print,
screen and (min-width: 1600px) {
	.project300 .grid-margin-x>.xlarge-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
}

@media print,
screen and (min-width: 1600px) {
	.project300 .grid-margin-x>.xlarge-offset-1 {
		margin-left: calc(8.3333333333% + 0.9375rem);
	}
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
	margin-top: 0;
}

/* product thumnbnails */
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 15% !important;
	padding: 10px 5px !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
	clear: none !important;
}

.dd-product-top .qib-container div.quantity:not(#qib_id):not(#qib_id) {
	margin: 15px;
}

.cuco {
	display: block;
}

/*.woocommerce-products-header img {
    width: auto;
    margin: 0 auto 3.3333333333rem;
}*/

#breadcrumbs {
	font-size: 13px;
	font-size: 0.8666666667rem;
	line-height: 2;
	text-transform: uppercase;
	font-family: brandon-grotesque, sans-serif;
	color: #777;
	font-weight: 400;
	margin: 1em 0 1em 5% !important;
}

#breadcrumbs a {
	color: #b0d39b;
	text-decoration: underline;
}

#featured .info h2 {
	font-size: 1.75rem !important;
}

#works p.hitLink {
	font-size: 1.5rem !important;
	line-height: 1.2;
}

@media print,
screen and (min-width: 1000px) {
	.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
		font-size: 1rem
			/*pre xmas */
		;
		padding-left: .8rem
			/*pre xmas 1.2*/
		;
		padding-right: .8rem
			/*pre xmas 1.2*/
		;
	}
}

@media print,
screen and (min-width: 1100px) {
	.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
		font-size: 1.1rem
			/*pre xmas 1.2*/
		;
		padding-left: 1rem
			/*pre xmas 1.2*/
		;
		padding-right: 1rem
			/*pre xmas 1.2*/
		;
	}
}

@media print,
screen and (min-width: 1200px) {
	.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
		font-size: 1.2rem
			/*pre xmas 1.3*/
		;
		padding-left: 1rem
			/*pre xmas 1.3*/
		;
		padding-right: 1rem
			/*pre xmas 1.3*/
		;
	}
}

@media print,
screen and (min-width: 1300px) {
	.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
		font-size: 1.3rem
			/*pre xmas 1.4*/
		;
		padding-left: 1.2rem
			/*pre xmas 1.4*/
		;
		padding-right: 1.2rem
			/*pre xmas 1.4*/
		;
	}
}

@media print,
screen and (min-width: 1400px) {
	.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
		font-size: 1.4rem
			/*pre xmas 1.5*/
		;
		padding-left: 1.4rem
			/*pre xmas 1.5*/
		;
		padding-right: 1.4rem
			/*pre xmas 1.5*/
		;
	}
}

.woocommerce-page div.product .dd-product-delivery header button {
	display: none;
}

/*
 *
 * subscription
 *
 */

/* product page */
.wcsatt-add-to-subscription-wrapper label>span {
	float: left;
}

/* my account */

.woocommerce-MyAccount-content a.remove .fa-trash {
	font-size: 1rem;
}

.woocommerce-MyAccount-content a.remove:hover {
	color: #605b5e !important;
	background: none;
}

.woocommerce a.remove:hover {
	color: #605b5e !important;
}

.woocommerce-MyAccount-content .qib-container:not(#qib_id):not(#qib_id) {
	display: block !important;
	padding-top: 10px;
}

.woocommerce-MyAccount-content .dd-tooltip div {
	box-shadow: 0px 0px 8px #888;
}

.ubermenu-main .ubermenu-item-level-0:first-child>.ubermenu-target {
	padding-left: 0;
}


.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
	font-size: 1rem;
	padding-left: .8rem;
	padding-right: .8rem;
}

body .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -10px;
}

.woocommerce-store-notice,
p.demo_store {
	position: fixed !important;
	top: auto !important;
	bottom: 0;
	background: #1b003f;
}

.seo-term a,
.term-description a {
	color: #b0d39a;
}

.term-description h1 {
	font-size: 2.5rem;
}

.term-description h2 {
	font-size: 2rem;
}

.term-description h3 {
	font-size: 1.8rem;
}

.ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded.new-target {
	position: absolute;
	top: -8px;
	margin-left: 11px;
	padding: 0 4px 0;
	background: #b0d39b;
	transition: all .2s;
	color: #fff;
	font-size: 11px;
}
.ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded.new-target-2 {
	position: absolute;
	top: -8px;
	margin-left: 46px;
	padding: 0 4px 0;
	background: #910000;
	transition: all .2s;
	color: #fff;
	font-size: 11px;
}

.ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded.new-target:after {
	content: "";
	background: #b0d39b;
	height: 6px;
	width: 6px;
	position: absolute;
	bottom: -3px;
	transition: all .2s;
	display: block;
	transform: rotate(45deg);
	left: 50%;
	margin-left: -3px;
}
.ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded.new-target-2:after {
	content: "";
	background: #910000;
	height: 6px;
	width: 6px;
	position: absolute;
	bottom: -3px;
	transition: all .2s;
	display: block;
	transform: rotate(45deg);
	left: 50%;
	margin-left: -3px;
}

#nav .sticky.is-stuck.is-at-top .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded.new-target,
#nav .sticky.is-stuck.is-at-top .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded.new-target-2 {
	top: 1px;
}

#featured a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

#featured .dd-product-labels {
	top: 0;
}

body .ubermenu-skin-minimal .ubermenu-target-description {
	color: #fff;
}

div.ready-in.ri-dd-product-label {
	background: rgba(255, 255, 255, 0.86);
	position: absolute;
	left: -3px;
	bottom: 50px;
	padding: 3px 14px 2px 40px;
}

div.ready-in.ri-dd-product-label span {
	display: inline-block;
}

div.ready-in.ri-dd-product-label strong {
	display: inline-block !important;
	font-family: beloved-sans, sans-serif;
	margin: 0 3px;
	line-height: .8;
	border-bottom: 1px solid #000;
}

div.ready-in.ri-dd-product-label p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #000 !important;
	font-family: brandon-grotesque, sans-serif;
	font-weight: bold;
	font-size: 1.7em !important;
}

#featured div.ready-in.ri-dd-product-label p {
	font-size: 1.3em !important;
}

.farm-slider {
	position: relative;
	margin-bottom: 50px;
	margin-bottom: 3.3333333333rem;
	background: #1c003f;
	color: #fff;
	margin-top: 10px;
}

.farm-slider .as-banner:not(:only-child) .text {
	padding-bottom: 85px;
	padding-bottom: 5.6666666667rem;
}

.farm-slider:not(.slick-slider) {
	white-space: nowrap;
	overflow: hidden;
}

.farm-slider:not(.slick-slider) .as-banner {
	white-space: normal;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.farm-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: auto;
}

.farm-slider .slick-track:after,
.farm-slider .slick-track:before {
	display: none;
}

.farm-slider .slick-track .as-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	height: auto;
}

.farm-slider .slick-dots {
	list-style-type: none;
	padding: 0;
	text-align: right;
	position: absolute;
	width: 100%;
	bottom: 14px;
	right: 40px;
	margin: 8px 0;
}

.farm-slider .slick-dots li {
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin: 0 2.5px;
	margin: 0 0.1666666667rem;
}

.farm-slider .slick-dots button {
	font-size: 0;
	border: none;
	background: #fff;
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 0.5;
}

.farm-slider .slick-dots li.slick-active button,
.farm-slider .slick-dots li:hover {
	opacity: 1;
}

.farm-slider .img-slide {
	width: 30%;
	display: inline-block;
	background-size: cover;
	position: relative;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.farm-slider .img-slide img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.farm-slider .text-hold {
	display: inline-block;
	width: 69%;
	padding: 40px 50px 40px;
	text-align: left;
}

.farm-slider h2,
.farm-slider-2 h2 {
	font-size: 1.8rem;
}

.farm-slider-2 {
	position: relative;
	margin-bottom: 50px;
	margin-bottom: 3.3333333333rem;
	margin-top: 40px;
}

.farm-slider-2 .as-banner:not(:only-child) .text {
	padding-bottom: 85px;
	padding-bottom: 5.6666666667rem;
}

.farm-slider-2:not(.slick-slider) {
	white-space: nowrap;
	overflow: hidden;
}

.farm-slider:not(.slick-slider) .as-banner {
	white-space: normal;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.farm-slider-2 .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: auto;
}

.farm-slider-2 .slick-track:after,
.farm-slider-2 .slick-track:before {
	display: none;
}

.farm-slider-2 .slick-track .as-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	height: auto;
}

.farm-slider-2 .slick-dots {
	list-style-type: none;
	padding: 0;
	text-align: left;
	position: relative;
	top: -50px;
	width: 100%;
	bottom: 20px;
	bottom: 1.6rem;
	left: 0;
	margin: 9px;
}

.farm-slider-2 .slick-dots li {
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin: 0 2.5px;
	margin: 0 0.1666666667rem;
}

.farm-slider-2 .slick-dots button {
	font-size: 0;
	border: none;
	background: #333;
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 0.5;
}

.farm-slider-2 .slick-dots li.slick-active button,
.farm-slider-2 .slick-dots li:hover {
	opacity: 1;
}

.farm-slider-2 .img-slide {
	width: 40%;
	display: inline-block;
	background-size: cover;
	position: relative;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
}

.farm-slider-2 .text-hold {
	display: inline-block;
	width: 59%;
	padding: 40px 50px 20px 0;
	text-align: left;
	margin-bottom: 30px;
}

.farm-slide p {
	font-size: 1.1em;
	line-height: 1.5;
}

.farm-slide .button.large {
	margin-top: 15px;
}

#home-recipes {
	padding: 4em 0 2.5em;
}

#home-recipes .slider-post-grid {
	margin-top: 2em;
}

#home-recipes .left-1 {
	text-align: left;
}

#home-recipes .left-1 p {
	font-size: 1.1em;
}

#home-recipes .left-1 h2 {
	margin-bottom: 0;
}

.slider-post-grid a {
	color: #fff;
}

.recp-g {
	display: flex;
	justify-content: left;
	align-items: flex-end;
	height: 290px;
	text-align: left;
	background-size: cover !important;
	padding: 20px 30px;
	position: relative;
	overflow: hidden;
}

.recp-g:before {
	content: "";
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, rgba(29, 29, 29, 0.85) 100%);
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all .1s;
}

.recp-g:hover:before {
	opacity: 1;
}

.recp-g h3 {
	font-size: 1.3em;
	line-height: 1.15;
	margin: 0;
	padding-right: 30px;
}

.recp-g .chevron {
	position: absolute;
	right: 30px;
	bottom: 20px;
	transition: all .1s;
}

.recp-g:hover .chevron {
	right: 25px;
}

.chevron::before {
	border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: 14px;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 14px;
	color: #b0d39a;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.howitworks {
	margin-top: 4em !important;
	text-align: center;
}

.hiw-grid img {
	height: 128px;
	width: auto;
	border: 1px solid #adadad;
	padding: 15px;
	margin: 20px 0 10px;
	position: relative;
}

.hiw-grid {
	position: relative;
}

.hiw-grid:after {
	content: "";
	position: absolute;
	top: 70px;
	left: calc(50% + 70px + 20px);
	width: calc(100% - 110px - 40px);
	height: 1px;
	background: #adadad;
	-webkit-transition: width .5s linear;
	-o-transition: width .5s linear;
	transition: width .5s linear;
}

.hiw-grid:last-child:after {
	content: none;
}

.hiw-grid p {
	font-size: 1.05em;
	line-height: 1.5;
	margin-top: 15px;
	padding: 0 20px;
}

.justify-content-center {
	justify-content: center;
}

#featured .info {
	padding: 0 2rem;
	min-height: 172px;
	margin-top: 20px !important;
}

.farm-slider .slick-slide,
.farm-slider-2 .slick-slide {
	height: auto !important;
	min-height: 100% !important;
}

a.tablinks {
	background: #f0f0f0;
	display: flex;
	position: relative;
	width: 100%;
	margin: 5px 0 20px;
	font-family: beloved-sans, sans-serif;
	padding: 20px 20px 10px;
	font-size: 1.2em;
	text-align: left;
	align-items: center;
	justify-content: space-between;
}

.tabcontent .main-tabimage {
	width: 33%;
	position: relative;
	top: 50px;
	left: -40px;
	display: inline-block;
	float: left;
}

.main-tabcontent {
	display: inline-block;
	width: 65%;
	padding: 47px 40px 30px 0;
}

.main-tabcontent p {
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: .5em;
	color: #fff;
}

.main-tabcontent table thead td,
.main-tabcontent table thead tr,
.main-tabcontent table tr:nth-child(even) td,
.main-tabcontent table tr:nth-child(even) tr {
	background: #24004c;
}

.main-tabcontent table td,
.main-tabcontent table th {
	text-align: left;
	color: #605b5e;
	padding: 15px 20px;
	padding: 5px 5px 0;
}

.main-tabcontent p a {
	color: #fff;
}

.main-tabcontent .button.large {
	margin-top: 23px;
}

div#home-seocon {
	padding: 0 0 4em;
}

.p-content {
	padding-left: 20px;
	border-left: 1px solid #3e1a65;
}

a.tablinks.active {
	background: #1c003f;
	color: #fff;
}

a.tablinks.active img {
	-webkit-filter: brightness(1000%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='bright125'><feComponentTransfer><feFuncR type='linear' slope='1.25'/><feFuncG type='linear' slope='1.25' /><feFuncB type='linear' slope='1.25' /></feComponentTransfer></filter></svg>#bright1000");
	filter: brightness(1000%);
}

a.tablinks img {
	width: 100px;
	float: right;
}

.tabcontent {
	animation: fadeEffect 1s;
	background: #1d003f;
	color: #fff;
	width: 95%;
	float: right;
	text-align: left;
}

.above-footer .js-wpbr-collection .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: auto;
}

.above-footer .js-wpbr-collection .slick-track:after,
.above-footer .js-wpbr-collection .slick-track:before {
	display: none;
}

.above-footer .js-wpbr-collection .slick-track .as-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	height: auto;
}

.above-footer .js-wpbr-collection .slick-dots {
	list-style-type: none;
	padding: 0;
	text-align: center;
	position: relative;
	top: -10px;
	width: 100%;
	bottom: 20px;
	bottom: 1.6rem;
	margin: 9px;
	left: -9px;
}

.above-footer .js-wpbr-collection .slick-dots li {
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin: 0 2.5px;
	margin: 0 0.1666666667rem;
}

.above-footer .js-wpbr-collection .slick-dots button {
	font-size: 0;
	border: none;
	background: #333;
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 0.5;
}

.above-footer .js-wpbr-collection .slick-dots li.slick-active button,
.above-footer .js-wpbr-collection .slick-dots li:hover {
	opacity: 1;
}

.above-footer .wpbr-theme-light.wpbr-collection--carousel .wpbr-review,
.above-footer .wpbr-theme-light.wpbr-collection--gallery .wpbr-review {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
}

.above-footer {
	border: 1px solid #dadada;
	margin-bottom: 30px;
	padding: 40px 40px 0;
}

.above-footer a.button.large.bot-grid {
	position: relative;
	bottom: -45px;
}

.above-footer .wpbr-wrap {
	margin-bottom: -25px;
}

.above-footer p {
	font-size: 1em;
}

.above-footer .wpbr-review__content p {
	color: #5d6f80 !important;
	font-size: 1.1em !important;
}

body .dd-delivery-dates .slick-arrow {
	width: 1.4rem;
	height: 2.333333rem;
}

body .dd-delivery-dates .days button.dd-day-button span.day {
	font-size: 1rem;
}

body .argmc-wrapper .argmc-tabs-list {
	z-index: 0;
	position: inherit;
}

body .argmc-wrapper .argmc-form-steps.current {
	z-index: 0;
	position: inherit;
}

body .woocommerce .woocommerce-info {
	z-index: 0;
	position: inherit;
}

body.woocommerce-checkout .woocommerce .argmc-wrapper #order_review {
	position: relative;
	z-index: 1;
}

body .argmc-wrapper .argmc-tab-text span {
	top: 0px;
	font-size: 1.2em;
	line-height: 0.6;
	font-weight: bolder;
	font-family: brandon-grotesque, sans-serif;
}

body .argmc-wrapper .argmc-tab-item.current::before,
body .argmc-wrapper .argmc-tab-item.completed::before {
	border-bottom: 3px solid #b0d39a;
}

body .argmc-wrapper .argmc-tab-item.current+.argmc-tab-item:hover::before,
body .argmc-wrapper .argmc-tab-item.visited:hover::before {
	border-bottom: 3px solid #b0d39a !important;
}

body .argmc-wrapper .argmc-tab-item.current::after {
	border-color: #b0d39a transparent transparent;
}

@media screen and (min-width: 1200px) {
	body .argmc-wrapper .argmc-form-steps {
		padding-left: 0;
		padding-right: 0;
	}

	body .argmc-wrapper .argmc-tab-item-outer {
		padding: 31px 5px 26px 13px;
		text-align: left;
	}
}

.header-deliver-date--inner {
	background: #b0d399;
	padding: 7px 10px;
}

.header-deliver-date--inner p {
	font-size: 14px;
	margin: 0px;
}

.header-deliver-date--inner p,
.header-deliver-date--inner span {
	color: #fff;
}

.big-words__ {
	font-weight: 700;
}

.small-words__ {
	font-size: 90%;
}

.header-deliver-date--inner .small-words__ {
	padding-left: 10px;
}

.header-deliver-date--inner .icon__ {
	padding-left: 7px;
	font-size: 13px;
}

.shopnav--wrapper .alignright.shopNav,
.header-deliver-date--wrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: flex-end;
	width: 100%;
}

.header-deliver-date--wrapper {
	padding-top: 5px;
	pointer-events: none;
}

.header-deliver-date--wrapper .header-deliver-date--inner {
	pointer-events: all;
}

.header-deliver-date--wrapper .dd-delivery-dates h3,
.header-deliver-date--wrapper .days.days--pick {
	display: none !important;
}

.header-deliver-date--wrapper .calendar-pic--date {
	padding: 0px !important;
}

.header-deliver-date--wrapper .datepicker__ {
	margin-bottom: 0px !important;
}

.header-deliver-date--wrapper .calendar-pic--date__inner input {
	margin-bottom: 0px;
	height: auto;
	padding: 5px;
	font-size: 13px;
}

.header-deliver-date--wrapper .inner-wrapper--bot {
	display: none;
}

.header-deliver-date--wrapper .inner-wrapper--bot.show__ {
	display: block;
}

.header-deliver-date--wrapper .dd-delivery-dates {
	margin: 0px;
}

.header-deliver-date--wrapper .datepicker__,
.header-deliver-date--wrapper .date-just-show {
	border: 0px solid !important;
	box-shadow: unset;
	transition: unset;
	margin: 0px;
}

.header-deliver-date--wrapper .inner-wrapper--bot {
	margin-top: 5px;
	padding-bottom: 5px;
}

.ui-datepicker-calendar a.ui-state-default {
	color: #000 !important;
	background: #fff !important;
	background-color: #fff !important;
}

.subscription--title {
	font-size: 1.9em;
	color: #b0d39b;
	font-family: beloved-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.subscription--title span {
	color: #fff;
	font-size: 90%;
}

.subscription--title {
	max-width: 670px;
	margin: auto;
}

.form-subscription--bottom {
	max-width: 750px;
	margin: auto;
}

.form-subscription--bottom__description p {
	color: #fff;
}

.form-subscription--bottom__description p span {
	font-weight: 700;
}

.header--notice-bar {
	background-color: #1b003f;
	padding: 4px 20px;
	margin-bottom: 5px;

}

.header--notice-bar .header--notice-bar__inner {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
}

.header--notice-bar .header--notice-bar__inner img {
	max-width: 20px;
}

.header--notice-bar .header--notice-bar__inner p {
	color: #fff;
	font-size: 15px !important;
	margin: 0px;
	margin-left: 8px;

}

.header--notice-bar .header--notice-bar__inner p span {
	color: #b0d39b;
}

.blockUI {
	z-index: 99999999999999;
}

@media screen and (max-width:14040px) {
	.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
		font-size: .98rem;
		padding-left: .3rem;
		padding-right: .6rem;
	}
}

@media screen and (max-width:1024px) {
	#topNav {
		top: 0;
	}

	.header--notice-bar,
	.header-deliver-date--wrapper {
		display: none !important;
	}
}

@media (min-width:1600px) {
	.farm-slider .slick-dots {
		left: -6%;
	}
}

@media (min-width:1400px) {
	.hiw-grid p {
		padding: 0 80px;
	}
}

@media (max-width:1368px) {
	a.tablinks {
		font-size: 1em;
	}

	.above-footer p {
		line-height: 1.5;
	}

	.main-tabcontent p {
		font-size: 1em;
		line-height: 1.45;
	}
}

@media (max-width:1100px) {
	.farm-slider .img-slide {
		min-height: 250px;
		max-height: 250px;
		width: 100%;
	}

	#works p {
		font-size: .9rem;
	}

	.farm-slider .slick-slide,
	.farm-slider-2 .slick-slide {
		height: 100% !important;
	}

	body #featured .info h2 {
		font-size: 1.15rem !important;
	}

	.farm-slider-2 .slick-dots {
		margin: 30px 0 0;
	}

	.above-footer p {
		font-size: .91em;
	}

	#footer .social {
		width: 20px;
		height: 20px;
	}

	.farm-slider .text-hold {
		display: inline-block;
		width: 100%;
		padding: 40px 40px 10px;
		text-align: left;
	}

	.farm-slider .slick-dots {
		list-style-type: none;
		padding: 0;
		text-align: center;
		position: relative;
		width: 100%;
		bottom: 20px;
		right: 0;
		margin: 8px 0;
	}

	.farm-slider-2 .img-slide {
		display: none !important;
	}

	.farm-slider-2 .text-hold {
		display: block;
		float: right;
		width: 100%;
		padding: 40px 0 10px;
		text-align: left;
		margin-bottom: 20px;
	}
}

@media (max-width:769px) {
	.tabcontent .main-tabimage {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		height: 190px;
		overflow: hidden;
		float: left;
	}

	.tabcontent .main-tabimage img {
		object-fit: cover;
		width: 100%;
		position: absolute;
		top: -85px;
	}

	.main-tabcontent {
		display: inline-block;
		width: 100%;
		padding: 40px 40px 30px 40px;
	}

	.tabcontent {
		width: 100%;
	}

	#featured li:nth-child(even) {
		margin-right: 0 !important;
	}

	h2 {
		font-size: 1.8rem;
	}

	.recp-g {
		margin-bottom: 10px;
		height: 210px;
	}

	body #featured .info h2 {
		font-size: 1.25rem !important;
		line-height: 1.2;
	}

	#featured li {
		margin-bottom: 0.5rem;
	}

	#featured .grid-padding-x>.cell {
		margin-bottom: 0 !important;
	}

	#footer-support .small-up-2>.cell {
		width: 33%;
	}

	#footer-support {
		text-align: center;
		padding-bottom: 5px;
	}

	#footer-support .grid-x {
		justify-content: center;
	}

	.farm-slider-2 {
		margin-bottom: 0;
	}

	#hero .hero {
		padding-top: 50px;
		padding-bottom: 137px;
	}

	.above-footer-two {
		margin-top: 40px;
	}

	#home-seocon .grid-margin-x>.medium-3,
	#home-seocon .grid-margin-x>.medium-7 {
		width: calc(98% - 1.25rem);
		margin-left: 0.9375rem !important;
		margin-right: 0.9375rem !important;
	}

	#bottom-grid .grid-margin-x>.medium-5 {
		width: calc(98% - 1.25rem);
		margin-left: 0.9375rem !important;
		margin-right: 0.9375rem !important;
	}
}

@media (max-width:600px) {
	#footer h4 {
		font-size: 1.3rem;
	}

	a.tablinks img {
		width: 67px;
		float: right;
	}

	a.tablinks {
		font-size: 1em;
		padding: 10px 15px 5px;
		margin-bottom: 10px;
	}

	h1.header {
		font-size: 1.5rem;
	}

	.hiw-grid:after {
		content: none;
	}

	div#home-cta p {
		padding-right: 20px;
		margin-bottom: 30px;
	}

	#works p {
		font-size: 1rem;
	}
}

body .dd-delivery-dates .slick-arrow {
	width: 1.4rem;
	height: 2.333333rem;
}

#product-87455 .ourfarmers {
	display: none !important;
}

.dd-shipping-block.saturday--label p.dd-large,
.dd-shipping-block.saturday--label bdi {
	position: relative;
}

.dd-shipping-block.saturday--label .appended-span {
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

.dd-shipping-block.saturday--label .dd-shipping-info p {
	display: none;
}

.dd-shipping-block.saturday--label .dd-shipping-info p.dd-large {
	display: block;
}

.dd-shipping-block label .appended-span {
	transition: all 0.3s ease-in-out;
}

.dd-shipping-block label:hover .appended-span {
	background: #fff6eb;
	transition: all 0.3s ease-in-out;
}

.new-lg a {
	display: inline-block;
	vertical-align: middle;
	padding: .85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-size: .9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color: #b0d39b;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	font-family: brandon-grotesque, sans-serif !important;
}

.woosb-wrap .qib-container {
	display: flex !important;
	justify-content: end;
}

.dd-product-top .woosb-quantity .qib-container div.quantity:not(#qib_id):not(#qib_id) {
	margin: 0;
}

.qib-container .qib-button:not(#qib_id):not(#qib_id) {
	line-height: 1;
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	height: 35px;
	width: 35px;
	color: black;
	background: #e2e2e2;
	border-color: #cac9c9;
	float: left;
	min-height: initial;
	min-width: initial;
	max-height: initial;
	max-width: initial;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 0;
	border-style: solid;
	border-width: 1px;
	transition: none;
	border-radius: 0;
}

body .woosb-products .woosb-product .woosb-price * {
	font-size: 15px !important;
	text-align: right;
	margin-right: 0;
}

body .woosb-products .woosb-product .woosb-price .dd-price-per {
	font-size: 13px !important;
}

ul.select-slide {
	padding: 0;
	list-style: none;
	margin: 0;
}

ul.select-slide li {
	list-style: none;
	display: inline-block;
}

ul.select-slide li a {
	border: 1px solid #b0d39b;
	padding: 2px 9px;
	margin: 10px 5px 5px 0;
}

ul.select-slide li a:hover {
	border: 1px solid #b0d39b;
	background: #b0d39b;
}

.layout_tabular thead {
	display: none;
}

.layout_tabular span.bundled_product_title_inner {
	font-family: 'brandon-grotesque', sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 19px;
}

.layout_tabular tr.attribute_options.attribute_value_static .label,
.layout_tabular .single_variation_wrap.bundled_item_wrap .dd-price-per {
	display: none !important;
}

.layout_tabular .single_variation_wrap.bundled_item_wrap .woocommerce-Price-amount,
.layout_tabular .bundled_product_summary .bundled_item_price_quantity {
	display: inline-block !important;
	font-size: 17px;
	margin: 0;
}

.layout_tabular .woocommerce-variation-price {
	text-align: left !important;
	padding: 0 !important;
	width: 100% !important;
	display: inline-block !important;
	margin-right: 0;
	margin-left: auto;
	box-sizing: border-box;
	font-family: 'brandon-grotesque', sans-serif;
}

div#idpcaf1 {
	font-family: 'brandon-grotesque', sans-serif;
}

.layout_tabular .single_variation_wrap.bundled_item_wrap .woocommerce-variation-price .price {
	margin: 0;
	line-height: 1;
}

.layout_tabular tr.attribute_options.attribute_value_static .value {
	padding: 0 !important;
	line-height: 0.5 !important;
}

.layout_tabular h4.bundled_product_title.product_title {
	margin: 0;
}

.layout_tabular table.bundled_products td.bundled_item_col {
	vertical-align: top;
	border: 0;
	padding: 5px 0;
}

.layout_tabular .bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
	content: '\e804';
	font-family: 'FontAwesomePB';
	position: absolute;
	font-size: 14px;
	opacity: 0.3;
	top: 50%;
	-webkit-transform: translateY(-46%);
	-ms-transform: translateY(-46%);
	transform: translateY(-46%);
}

.single-product div.product form.cart .bundled_item_qty_col .minus,
.single-product div.product form.cart .bundled_item_qty_col .plus {
	border: 3px solid #b0d39b !important;
	border-radius: 50% !important;
	width: 40px !important;
	height: 40px !important;
	color: #b0d39b !important;
	font-size: 1.75rem !important;
	line-height: 0 !important;
	margin-top: 10px !important;
	background: #fff !important;
	padding: 0px !important;
}

@media(max-width:980px) {
	.bundled_product_images.images img {
		width: 80px !important;
	}

	table.bundled_products {
		margin: 0;
	}

	ul.select-slide li {
		list-style: none;
		display: inline-block;
		margin: 7px 0;
	}

	.dd-product-info p {
		font-size: 1rem;
	}

	.wcsatt-add-to-subscription-wrapper label>span {
		float: right;
		width: 86%;
	}

	label.wcsatt-add-to-subscription-action-label {
		padding: 11px 15px 11px;
	}
}

.postid-1071683 tr.attribute_options.attribute_value_configurable {
	font-size: 12px;
}

.postid-1071683 table.variations label {
	font-size: 12px;
}

body.postid-1071683 div.product form.cart .variations select {
	opacity: 1;
	position: relative;
	left: 0;
	z-index: 1;
	pointer-events: initial;
	font-size: 14px;
	height: 38px;
}

section.related.products {
	display: inline-grid;
}

.products .hover-image {
	opacity: 0;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 101% !important;
	object-fit: cover !important;
	object-position: center !important;
	vertical-align: bottom !important;
	height: 100% !important;
	transition: opacity 0.5s ease;
}

.products li>a {
	overflow: hidden !important;
	max-height: 28em !important;
	position: relative;
	overflow: hidden;
}

.products li>a:hover .hover-image {
	opacity: 1;
}

#add_payment_method #payment ul.payment_methods li::marker {
	content: "" !important;
}

p#kl_newsletter_checkbox_field {
	display: inline-block;
	width: 100%;
}

.subscription--title {
	font-size: 1.9em;
	color: #b0d39b;
	font-family: beloved-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.subscription--title span {
	color: #fff;
	font-size: 90%;
}

.subscription--title {
	max-width: 670px;
	margin: auto;
}

.form-subscription--bottom {
	max-width: 750px;
	margin: auto;
}

.form-subscription--bottom__description p {
	color: #fff;
}

.form-subscription--bottom__description p span {
	font-weight: 700;
}

.header--notice-bar {
	background-color: #1b003f;
	padding: 4px 20px;
	margin-bottom: 5px;

}

.header--notice-bar .header--notice-bar__inner {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
}

.header--notice-bar .header--notice-bar__inner img {
	max-width: 20px;
}

.header--notice-bar .header--notice-bar__inner p {
	color: #fff;
	font-size: 15px;
	margin: 0px;
	margin-left: 8px;

}

.header--notice-bar .header--notice-bar__inner p span {
	color: #b0d39b;
}

.featuredin .large-up-5>.cell {
	width: 12.4%;
	padding: 25px 20px 0;
}

#footer-join {
	margin-top: 0;
}

@media screen and (max-width:1366px) {
	.featuredin .large-up-5>.cell {
		width: 12.5%;
		padding: 25px 15px 0;
	}
}

@media screen and (max-width:1024px) {
	body .header--notice-bar {
		display: none !important;
		z-index: 1;
		position: relative;
		margin-bottom: 0 !important;
	}

	.featuredin .large-up-5>.cell {
		width: 20%;
		padding: 25px 25px 0;
		display: inline-block;
	}

	.feature-center {
		display: block !important;
		text-align: center;
	}

	.hamburger {
		transition: all.2s;
	}

	.hamburger.scrolling {
		top: 0 !important;
	}

	#topNav {
		transition: all.2s !important;
		padding: 5px 0px 4px;
	}

	#topNav.scrolling {
		top: 0 !important;
	}
}

@media screen and (max-width:768px) {
	.eng5offer {
		right: -51px !important;
		top: 7px !important;
		transform: scale(.6) !important;
	}

	.ht--lbl {
		display: none !important;
	}
}

@media screen and (max-width:600px) {
	.featuredin .large-up-5>.cell {
		width: 39%;
		padding: 25px 18px 0;
		display: inline-block;
	}
}

@media screen and (max-width:340px) {
	#header .notice .big a {
		font-size: 16px;
	}

	.eng5offer {
		right: -55px !important;
		top: -9px !important;
		transform: scale(.55) !important;
		width: 281px !important;
		padding: 9px !important;
	}

	.eng5offer img {
		display: none !important;
	}

	#topNav span.woocommerce-Price-amount.amount {
		font-size: 11px;
	}

	.page-content.std h2,
	.page-content.std h3,
	.page-content.std h6 {
		font-size: 1.6em;
	}
}

.picker--wrapper {
	position: relative;
}

.picker--wrapper #datepicker__ {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	cursor: pointer;
	width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);

}

.picker--wrapper .available--dates {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	padding: 4px 50px 3px 10px;
	border: 1px solid #909090;
}

.picker--wrapper {
	cursor: pointer;
	padding: 1rem 2rem;
}

.picker--wrapper p {
	margin: 0px;
}

th.ui-datepicker-week-end {
	background: #b0d39b !important;
	background-color: #b0d39b !important;
	color: #fff !important;
}

.ui-datepicker-calendar td.ui-datepicker-week-end span,
.ui-datepicker-calendar td.ui-datepicker-week-end a {
	background: #b0d39b !important;
	background-color: #b0d39b !important;
	color: #fff !important;
}

.ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default,
.ui-datepicker-calendar a.ui-state-default:hover {
	background: #1b003f !important;
	background-color: #1b003f !important;
	color: #fff !important;
}

.ui-datepicker-calendar a.ui-state-default:hover {
	transition: unset !important;
	-webkit-transition: unset !important;
	-ms-transition: unset !important;
}

.ui-datepicker-calendar thead th:last-child,
.ui-datepicker-calendar tbody tr td:last-child span,
.ui-datepicker-calendar tbody tr td:last-child a {
	color: #605b5e !important;
	background: transparent !important;
	background-color: transparent !important;
}

.picker--wrapper__inner {
	position: relative;
}

.dupp {
	float: unset !important;
}

.calendar--picker {
	display: inline-block;
}

.calendar--picker .picker--wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	position: relative;
	align-items: center;
	padding-right: 0px;
}

.calendar--picker .picker--wrapper .fa {
	position: absolute;
	right: 22px;
	pointer-events: none;
}

.argmc-form-steps .blockUI.blockOverlay {
	display: none !important;
}

.argmc-form-steps.current .blockUI.blockOverlay {
	display: block !important;
}

.dgwt-wcas-search-wrapp {
	top: 6px;
	right: 20px;
}

#featured .hover-image,
.related .hover-image {
	/* display:none !important; */
}

.woocommerce-order-received .page-content.std table tr:nth-child(2n) td,
.woocommerce-order-received .woocommerce table.shop_table thead th {
	background: #fff;
}


.woocommerce .woocommerce-MyAccount-navigation-link a {
	position: relative;
	padding-left: 2rem !important;
}

.woocommerce-MyAccount-navigation-link a:before {
	content: '';
	position: absolute;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 14px;
	width: 15px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2023/06/grid_view.png');
}

.woocommerce-MyAccount-navigation-link--orders a:before {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2023/06/order.png');
}

.woocommerce-MyAccount-navigation-link--pw-gift-card-balance a:before {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2023/06/redeem.png');
}

.woocommerce-MyAccount-navigation-link--subscriptions a:before {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2023/06/loyalty.png');
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2023/06/home_pin.png');
}

.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2023/06/credit_card.png');
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2023/06/settings.png');
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2023/06/logout.png');
}

.woocommerce-orders .woocommerce table.shop_table tbody td.woocommerce-orders-table__cell-order-number {
	color: #1C1C1D;
}

.woocommerce-orders .woocommerce-MyAccount-orders.shop_table .woocommerce-Price-amount {
	color: #000;
}

.woocommerce-view-subscription .qib-container .qib-button:not(#qib_id):not(#qib_id) {
	background: #fff;
}

/*---
.woocommerce-view-order .woocommerce table.shop_table tfoot td,
.woocommerce-view-order .woocommerce table.shop_table tfoot th,
.woocommerce-view-order .woocommerce table.shop_table tbody td,
.woocommerce-view-order .woocommerce table.shop_table thead th,
.woocommerce-orders .woocommerce table.shop_table tbody td,
.woocommerce-orders .woocommerce table.shop_table thead th,
.woocommerce-view-subscription .woocommerce table.shop_table tbody td,
.woocommerce-view-subscription .woocommerce table.shop_table tbody th,
.woocommerce-view-subscription .woocommerce table.shop_table tfoot td,
.woocommerce-view-subscription .woocommerce table.shop_table tfoot th,
.woocommerce-view-subscription .woocommerce table.shop_table thead td,
.woocommerce-view-subscription .woocommerce table.shop_table thead th {
  padding: 0.7rem;
  line-height: 1em;
}

.woocommerce-view-subscription .dd-tooltip>a,
.woocommerce-view-subscription table button.button,
.woocommerce-view-subscription table a.button {
  padding: 0.5rem 1rem !important;
  line-height: unset;
  background: #fff !important;
  color: #1B0040 !important;
  border: 1px solid #1B0040 !important;
  display: inline-block;
  text-decoration: none;
}

.woocommerce-view-subscription .page-content.std h2,
.woocommerce-view-subscription .page-content.std h3,
.woocommerce-view-subscription .page-content.std h6 {
  color: #1C1C1D;
}

.woocommerce-orders .woocommerce table.shop_table tbody td,
.woocommerce-view-subscription .woocommerce table.shop_table tfoot td,
.woocommerce-view-subscription .woocommerce table.shop_table th,
.woocommerce-view-subscription .woocommerce table.shop_table tbody td {
  color: #1C1C1D;
  border-bottom: 1px solid #B0D399;
}

.woocommerce-orders .page-content.std table tr:nth-child(2n) td,
.woocommerce-view-subscription .woocommerce table.shop_table tfoot td,
.woocommerce-view-subscription .woocommerce table.shop_table th,
.woocommerce-view-subscription .page-content.std table tr td,
.woocommerce-view-subscription .page-content.std table tr:nth-child(2n) td {

  background: #fff;
}

.woocommerce-view-subscription .page-content.std table tr td.product-name a {
  text-decoration: none;
  color: #1C1C1D;
}

.woocommerce-view-subscription #page-content {
  max-width: 100%;
}

.woocommerce-view-subscription .dd-tooltip {
  position: relative;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content {
  border-left: 1px solid #CACACA !important;
  background: #F7F7F7;
  padding: 1.8rem;
}

.woocommerce-view-subscription table.shop_table.order_details {
  width: 60%;
  margin: unset;
  float: left;
}


.woocommerce-view-order .woocommerce table.shop_table thead th,
.woocommerce-orders .woocommerce table.shop_table thead th,
.woocommerce-view-subscription table.shop_table.order_details thead th {
  background: #B0D399;
  border: 1px solid #fff;
}



.woocommerce-view-subscription .woocommerce-customer-details {
  width: 35%;
  float: right;
  background: #B0D399;
  padding: 1.4rem;
  color: #fff;
}


.woocommerce-view-subscription .woocommerce-customer-details address p,
.woocommerce-view-subscription .woocommerce-customer-details h2.woocommerce-column__title {
  color: #fff !important;
  padding: 0;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column,
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
  padding: 1rem;
  border: 1px solid #e7e7e7;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column h2,
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column h2 {
  padding: 1rem 0;
}





@media screen and (max-width: 1200px) {

  .woocommerce-view-subscription .woocommerce-customer-details,
  .woocommerce-view-subscription table.shop_table.order_details {
    width: 100%;
  }
} ---*/

.single-product--more-info {
	width: 100%;
	float: left;
	clear: none;
}

.how-to-cook-product .section--inner {
	padding: 4rem 5rem;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.woocommerce-page div.product .dd-product-delivery .dd-info div.active p,
.woocommerce-page div.product .dd-product-delivery .dd-info div.active h3 {
	margin-bottom: 0;
}

.woocommerce-page div.product .dd-product-delivery .dd-info {
	padding: 1.5rem 2.6666666667rem !important;
}

.single-product--more-info .content--text {
	margin-bottom: 1.5rem;
}

.single-product--more-info .content--richtext {
	margin-bottom: 2.5rem;
}

.content--title h3 {
	font-size: 1.5em;
}

.how-to-cook-product .content--box {
	max-width: 55rem;
	padding: 2.5rem;
	background: rgb(255 255 255 / 89%);
}

.about-the-cut-product {
	padding: 2rem 0;
}

.about-the-cut-product .custom--grid {
	display: grid;
	grid-template-columns: 40% 1fr;
	grid-template-rows: auto;
	gap: 6em;
	align-items: center;
}

.about-the-cut-product .content--image {
	margin: auto;
	padding: 3rem 1rem 3rem 4rem;
	background: #FFFFFF;
}

.about-the-breed-product {
	padding: 4rem 0 2rem;
}

.about-the-breed-product .custom--grid {
	display: grid;
	grid-template-columns: 1fr 40%;
	grid-template-rows: auto;
	gap: 6em;
	align-items: center;
}


.how-it-works-product {
	background-image: url('https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2019/06/paper.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: repeat;
	padding: 3rem 0 2rem;
	margin-bottom: 2rem;
}

.how-to-cook-product {
	background-image: url(https://www.thedorsetmeatcompany.co.uk/theme-content/uploads/2019/06/paper.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: repeat;
}

.how-it-works-product .center {
	text-align: center;
	margin-bottom: 3rem;
	width: 100%;
}

p.sb--header {
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: .95em;
	color: darkgrey;
	margin-left: 3px;
}

.how-it-works-product .custom--grid {
	max-width: 1450px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10rem;
	padding: 0 2rem;
}

.how-it-works-product .contnet--image__wrapper {
	display: flex;
	justify-content: center;
}

.how-it-works-product .content--image {
	padding: 1rem;
	height: 100px;
	width: 100px;
	border: 1px solid #C1C1C1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	position: relative;
}

.how-it-works-product .grid-col+.grid-col .content--image:before {
	content: '';
	background: #C1C1C1;
	height: 1px;
	width: 270%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-125%);
}

.ft--signup {
	background: #1c003fba;
	left: -8rem;
	position: relative;
	padding: 30px 30px 10px;
}

@media screen and (max-width: 1380px) {

	.how-it-works-product .custom--grid {
		gap: 4rem;
	}

	.how-it-works-product .grid-col+.grid-col .content--image:before {
		width: 200%;
		transform: translateX(-144%);
	}
}

@media screen and (max-width: 1200px) {

	.how-it-works-product .grid-col+.grid-col .content--image:before {
		width: 170%;
		transform: translateX(-145%);
	}
}

@media screen and (max-width: 1100px) {

	.how-it-works-product .grid-col+.grid-col .content--image:before {
		width: 100%;
		transform: translateX(-190%);
	}
}


@media screen and (max-width: 991px) {
	.how-it-works-product .custom--grid {
		grid-template-columns: 1fr;
		max-width: 550px;
	}

	.rmv--pad {
		padding: 0 !important;
	}

	.how-it-works-product .grid-col+.grid-col .content--image:before {
		transform: translateY(-135%);
		width: 1px;
		height: 50%;
		left: 50%;
		top: 0;
	}

	.about-the-breed-product .custom--grid,
	.about-the-cut-product .custom--grid {
		grid-template-columns: 1fr;
	}

	.ft--signup {
		background: #1c003fba;
		left: 0rem;
		position: relative;
		padding: 0;
		margin-top: 40px;
	}
}











p#kl_newsletter_checkbox_field {
	display: inline-block;
	width: 100%;
}

.subscription--title {
	font-size: 1.9em;
	color: #b0d39b;
	font-family: beloved-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.subscription--title span {
	color: #fff;
	font-size: 90%;
}

.subscription--title {
	max-width: 670px;
	margin: auto;
}

.form-subscription--bottom {
	max-width: 750px;
	margin: auto;
}

.form-subscription--bottom__description p {
	color: #fff;
}

.form-subscription--bottom__description p span {
	font-weight: 700;
}

.header--notice-bar {
	background-color: #1b003f;
	padding: 4px 20px;
	margin-bottom: 5px;

}

.header--notice-bar .header--notice-bar__inner {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
}

.header--notice-bar .header--notice-bar__inner img {
	max-width: 20px;
}

.header--notice-bar .header--notice-bar__inner p {
	color: #fff;
	font-size: 15px;
	margin: 0px;
	margin-left: 8px;

}

.header--notice-bar .header--notice-bar__inner p span {
	color: #b0d39b;
}

.featuredin .large-up-5>.cell {
	width: 12.4%;
	padding: 25px 20px 0;
}

#footer-join {
	margin-top: 0;
}

@media screen and (max-width:1366px) {
	.featuredin .large-up-5>.cell {
		width: 12.5%;
		padding: 25px 15px 0;
	}
}

@media screen and (max-width:1024px) {
	body .header--notice-bar {
		display: none !important;
		z-index: 1;
		position: relative;
		margin-bottom: 0 !important;
	}

	.featuredin .large-up-5>.cell {
		width: 20%;
		padding: 25px 25px 0;
		display: inline-block;
	}

	.feature-center {
		display: block !important;
		text-align: center;
	}

	.hamburger {
		transition: all.2s;
	}

	.hamburger.scrolling {
		top: 0 !important;
	}

	#topNav {
		transition: all.2s !important;
		padding: 5px 0px 4px;
	}

	#topNav.scrolling {
		top: 0 !important;
	}
}

@media screen and (max-width:768px) {
	.eng5offer {
		right: -51px !important;
		top: 7px !important;
		transform: scale(.6) !important;
	}
}

@media screen and (max-width:600px) {
	.featuredin .large-up-5>.cell {
		width: 39%;
		padding: 25px 18px 0;
		display: inline-block;
	}
}

@media screen and (max-width:340px) {
	#header .notice .big a {
		font-size: 16px;
	}

	.eng5offer {
		right: -55px !important;
		top: -9px !important;
		transform: scale(.55) !important;
		width: 281px !important;
		padding: 9px !important;
	}

	.eng5offer img {
		display: none !important;
	}

	#topNav span.woocommerce-Price-amount.amount {
		font-size: 11px;
	}

	.page-content.std h2,
	.page-content.std h3,
	.page-content.std h6 {
		font-size: 1.6em;
	}
}

.picker--wrapper {
	position: relative;
}

.picker--wrapper #datepicker__ {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	cursor: pointer;
	width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);

}

.picker--wrapper .available--dates {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	padding: 4px 50px 3px 10px;
	border: 1px solid #909090;
}

.picker--wrapper {
	cursor: pointer;
	padding: 1rem 2rem;
}

.picker--wrapper p {
	margin: 0px;
}

th.ui-datepicker-week-end {
	background: #b0d39b !important;
	background-color: #b0d39b !important;
	color: #fff !important;
}

.ui-datepicker-calendar td.ui-datepicker-week-end span,
.ui-datepicker-calendar td.ui-datepicker-week-end a {
	background: #b0d39b !important;
	background-color: #b0d39b !important;
	color: #fff !important;
}

.ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default,
.ui-datepicker-calendar a.ui-state-default:hover {
	background: #1b003f !important;
	background-color: #1b003f !important;
	color: #fff !important;
}

.ui-datepicker-calendar a.ui-state-default:hover {
	transition: unset !important;
	-webkit-transition: unset !important;
	-ms-transition: unset !important;
}

.ui-datepicker-calendar thead th:last-child,
.ui-datepicker-calendar tbody tr td:last-child span,
.ui-datepicker-calendar tbody tr td:last-child a {
	color: #605b5e !important;
	background: transparent !important;
	background-color: transparent !important;
}

.picker--wrapper__inner {
	position: relative;
}

.dupp {
	float: unset !important;
}

.calendar--picker {
	display: inline-block;
}

.calendar--picker .picker--wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	position: relative;
	align-items: center;
	padding-right: 0px;
}

.calendar--picker .picker--wrapper .fa {
	position: absolute;
	right: 22px;
	pointer-events: none;
}

.argmc-form-steps .blockUI.blockOverlay {
	display: none !important;
}

.argmc-form-steps.current .blockUI.blockOverlay {
	display: block !important;
}

.dgwt-wcas-search-wrapp {
	top: 6px;
	right: 20px;
}



/* Global section */

.global.product-grid {
	background: #F8F8F8;
	padding: 80px 0;
	display: inline-grid;
}

.global.product-grid img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 1s;
}

.global.product-grid .column:hover img {
	opacity: 0.7;
}

.global.product-grid .image {
	overflow: hidden;
	position: relative;
	height: 350px;
}

.global .global_grid__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 7px;
	row-gap: 50px;
}

.global .container {
	max-width: 1700px;
	margin: auto;
	padding: 0 50px;
}

.global .column {
	min-height: 21rem;
}

.global p {
	margin-bottom: 0;
}

.global h4 {
	margin-top: 1rem;
	text-transform: none;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
}

.global.product-grid .column:hover h4 {
	color: #b0d39b;
}

.global.award {
	background: #fff;
}

.global .award__wrapper {
	display: flex;
	align-items: center;
	border: 2px solid #CFCFCF;
	margin-top: 60px;
	padding: 30px;
	column-gap: 40px;
}

.global.award .container {
	max-width: 1000px;
}

.global.award h2 {
	font-family: brandon-grotesque, sans-serif;
	font-size: 1.5rem;
}

.global.award .subtitle p {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.global.award img {
	width: 30rem;
}

@media screen and (max-width: 1024px) {
	.global.product-grid img {
		min-height: 20rem;
		max-height: 20rem;
	}
}

@media screen and (max-width: 900px) {
	.global .global_grid__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 700px) {
	.global .global_grid__wrapper {
		grid-template-columns: 1fr;
	}

	.global .container {
		padding: 0 20px;
	}

	.global .award__wrapper {
		flex-direction: column;
	}

	.global.award .content {
		text-align: center;
		margin-top: 50px;
	}
}



/* Woocommerce tab */

.woocommerce div.product .woocommerce-tabs ul.tabs {
	width: 100% !important;
	border: 0 !important;
	float: unset !important;
	display: flex;
	column-gap: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	width: 100% !important;
	float: unset !important;
	padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 2px solid #b0d39b !important;
	margin: 0 !important;
}

#stage p:nth-of-type(1) {
	animation-name: fader;
	animation-delay: 4s;
	animation-duration: .4s;
	z-index: 20;
}

#stage p:nth-of-type(2) {
	z-index: 10;
}

#stage p:nth-of-type(n+2) {
	display: none;
}

@keyframes fader {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

section.up-sells.upsells.products {
	display: none !important;
	width: 100%;
	position: relative;
}

.wcsatt-sub-options {
	display: none !important;
}

a.button-social-login.button-social-login-google,
.widget-area a.button-social-login.button-social-login-google,
.social-badge.social-badge-google,
a.button-social-login.button-social-login-facebook,
.widget-area a.button-social-login.button-social-login-facebook,
.social-badge.social-badge-facebook {
	color: #fff;
}

body.woocommerce-account:not(.logged-in) .as-main-content a,
body.woocommerce-account:not(.logged-in) .as-main-content button {
	text-align: center;
	width: auto !important;
	display: inline-block;
}

.wc-social-login.form-row-wide,
.dd-create-account-link {
	text-align: center;
}

.product_cat-fish .wcsatt-add-to-subscription-wrapper {
	display: none !important;
	visibility: hidden !important;
}





.as-archive-product .cell {
	padding-bottom: 20px;
}

.as-archive-product .cell img {
	height: 300px;
	object-fit: cover;
}

.as-archive-product .cell h5 {
	text-align: center;
	font-family: brandon-grotesque, sans-serif;
	font-weight: normal;
	padding-top: 10px;
}
.age-gate {
    background-color: var(--ag-form-background,#fff);
    border: var(--ag-form-border,0);
    border-radius: var(--ag-form-radius,0);
    border-width: var(--ag-form-border-width,0);
    box-shadow: var(--ag-form-shadow,none);
    color: var(--ag-text-color,#333);
    margin: var(--ag-form-margin,auto);
    max-height: var(--ag-form-max-height,calc(94vh - var(--ag-vh-offset, 0px)));
    max-width: var(--ag-form-max-width,500px);
    overflow-y: auto;
    padding: 20px 40px 10px;
    scrollbar-width: var(--ag-scrollbar-display,none);
    width: 100%;
    z-index: 99999999999999999;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.age-gate-wrapper, .age-gate__wrapper {
    height: 100% !important;
}
ol.age-gate__form-elements li::marker {
    content: "" !important;
}
h2.age-gate__heading-title {
    font-size: 26px;
    line-height: 1.4;
    font-family: brandon-grotesque, sans-serif;
    margin-bottom: 10px;
}
button.age-gate__button {
    background: #b0d39b;
    padding: 15px 25px;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bolder;
}
.age-gate select.age-gate-select, .age-gate select.age-gate__region, .age-gate select.age-gate__select {
    cursor: pointer;
}
.age-gate-wrapper, .age-gate__wrapper {
    z-index: 99990;
}

span.onsale {
    font-family: brandon-grotesque, sans-serif;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    background: #b80000;
    padding: 5px 20px;
    font-size: 14.5px;
    position: absolute;
    left: 15px;
    top: 15px;
    letter-spacing:1px;
}
span.sale--price ins {
    text-decoration: none !important;
    padding-right: 5px;
}
span.sale--price .woocommerce-Price-amount{
color: #970706;
}
span.dd-price-per bdi {
    font-weight: 500;
}
