* {
	box-sizing: border-box;
}

a.green-button {
	margin-bottom: 15px;
}

a:active {
	color: #e73922;
}

a:hover {
	text-decoration: underline;
}

a:hover.green-button {
	text-decoration: none !important;
}

a:link {
	color: #588a0f;
	text-decoration: none;
}

a:visited {
	color: #588a0f;
	font-style: italic;
}

a:visited.green-button {
	color: white !important;
}

article,
header,
nav,
section {
	display: block;
}

body {
	overflow-y: scroll;
	min-width: 320px;
	height: 100%;
	position: relative;
	margin: 0 !important;
	background-color: transparent;
	padding: 0;
	font-family: "Open Sans", "Open Sans Pro", arial, helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

br.clear {
	line-height: 0;
	font-size: 0;
}

button {
	border: 0;
	border-radius: 3px !important;
}

button:focus {
	outline: 0
}

footer {
	clear: both;
	display: block;
}

fieldset,
img {
	border: 0;
}

h1,
h3 {
	margin-top: 14px;
	margin-bottom: 14px;
	line-height: normal;
}

h1,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", Tahoma, helvetica, arial, sans-serif;
	font-weight: 500;
}

h2 {
	margin: 30px auto;
	line-height: normal;
	font-family: "Open Sans", Tahoma, helvetica, arial, sans-serif;
	font-weight: 500;
}

h3.faq,
div.faq h3 {
	border-bottom: 1px dashed #ccc;
	font-size: 1.4em;
	font-weight: bold;
}

html {
	background-color: transparent;
	padding: 0;
	font-family: "Open Sans", "Open Sans Pro", arial, helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	height: auto;
}

input,
textarea,
select {
	color: #333 !important;
	outline: none;
	border-radius: 0 !important;
}

input[type="submit"] {
	border-radius: 3px !important;
}

label {
	display: inline;
	max-width: 100%;
	margin: 0;
	font-weight: 400 !important;
}

li ol,
li ul {
	margin-top: 6px;
}

main {
	line-height: normal;
	display: block;
}

p {
	margin: 14px 0;
	font-family: "Open Sans", arial, helvetica, sans-serif;
}

section p {
	padding: 5px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.allergy-list.fodmap {
	list-style: none;
}

.allergy-list.fodmap>li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f056";
	color: #F5D76E;
	position: relative;
	left: -1em;
	margin: -0.4em;
	text-rendering: optimizeLegibility;
}

.allergy-list.foods>li::before,
ul.faq-dont-list>li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f05e";
	color: #e73922;
	position: relative;
	left: -1em;
	margin: -0.4em;
	text-rendering: optimizeLegibility;
}

.allergy-list.foods,
ul.faq-do-list,
ul.faq-dont-list,
ul.faq-avoid-list {
	list-style: none;
}

.clear {
	clear: both;
}

.connectedUserIcon div .popover-content ul li a {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px !important;
}

.dropdown ul a {
	display: block;
	padding: 5px;
	color: #333;
}

.facebook {
	color: #3b5998 !important;
	background-color: #fff;
	font-size: 25px;
	padding: 4px;
	border-radius: 4px;
}

.faq h3::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	content: "\f0da";
	left: -15px;
	position: relative;
	padding: 0;
	margin-right: -7px;
}

.footer-columns {
	overflow: hidden;
	margin: 0 -20px 34px 0;
	color: #ffffff;
}

.footer-columns .col {
	float: left;
	width: 25%;
	padding: 0 20px 0 0;
	position: relative;
}

.footer-columns .list-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-columns .list-links li {
	margin: 0 0 4px;
}

.footer-columns .list-links a:hover {
	color: #e73922;
	text-decoration: none;
}

.footer-columns .title {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 14px;
	font-weight: normal;
	display: block;
	color: #000;
}

.footer-columns p {
	margin: 0 0 3px;
}

.footer-columns .slide-holder {
	line-height: 19px;
}

.header-fixed .header-holder {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgb(255, 255, 255);
	opacity: 0.95;
}

.hidden {
	display: none;
	visibility: hidden;
}

.instagram {
	background: #d6249f !important;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
	font-size: 25px;
	padding: 4px;
	border-radius: 4px;
	color: #fff;
}

.logo {
	float: left;
	margin: 0 8px 7px -23px;
	width: 124px;
}

.logo img {
	display: block;
}

.middleAligner {
	display: table;
	width: 100%;
}

.nLSubscriberEmail {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	border-radius: 3px;
}

.pinterest {
	color: #c8232c !important;
	background-color: #fff;
	font-size: 25px;
	padding: 4px;
	border-radius: 4px;
}

.rss {
	color: orange !important;
	background-color: #fff;
	font-size: 25px;
	padding: 4px;
	border-radius: 4px;
}

.twitter {
	color: #00acee !important;
	background-color: #fff;
	font-size: 25px;
	padding: 4px;
	border-radius: 4px;
}

#content p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 1em;
}

#footer {
	width: 100%;
	overflow: hidden;
	background: #333333;
}

#footer .footer-holder {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	padding: 11px 0 2px 12px;
}

#main {
	max-width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

#mainHeader {
	width: 100%;
}

#mainHeader:after {
	content: "";
	display: block;
	clear: both;
}

#mainHeader .header-holder {
	position: relative;
	z-index: 50;
	background-color: white;
}

#nav {
	background: #e73922;
	padding: 0 9999px;
	margin: 0 -9999px;
	clear: both;
}

#nav .opener-title {
	right: 54px;
	top: 16px;
	left: auto;
}

#NLFooterForm {
	position: relative;
	padding: 3px 30px 6px 8px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
}

#NLFooterForm input[type=submit] {
	border-style: none;
	width: 20px;
	height: 19px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: #ffffff url(./images/sprite.png) no-repeat;
	background-position: -178px -28px;
}

#NLFooterForm.feedback-form {
	padding: 0 30px 0 0;
	height: 21px;
}

#NLFooterForm.feedback-form input[type=email] {
	text-overflow: ellipsis;
	outline: none;
	line-height: 16px;
	height: 21px;
	padding: 0 0 3px 8px;
}

#NLFooterForm input[type=search],
#NLFooterForm input[type=password],
#NLFooterForm input[type=tel],
#NLFooterForm input[type=email],
#NLFooterForm input[type=text] {
	font-size: 14px;
	line-height: 18px;
	background: none;
	border-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

#siteSearchForm fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
}

#wrapper {
	width: 100%;
	overflow: hidden !important;
	padding: 0;
}

/* TO CLEAN */

.nav {
	list-style: none;
	padding: 0;
	font-size: 17px;
	line-height: 24px;
	display: table !important;
	width: 100%;
	margin: 0;
	position: relative;
}

.nav>li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	position: initial !important;
}

.nav>li.home {
	width: 44px;
	height: 44px;
}

.nav>li.home>.item>a {
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	width: 44px;
	height: 44px;
	position: relative;
}

.nav>li.home>.item>a:after {
	content: '';
	background: url(./images/sprite.png) no-repeat -165px -79px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 10px;
	-webkit-transform: translateZ(0);
}

.nav>li>.item {
	display: block;
}

.nav>li>.item>a {
	display: block;
	padding: 10px;
	text-decoration: none;
	transition: background 0.3s ease-out 0s;
	-moz-transition: background 0.3s ease-out 0s;
	-webkit-transition: background 0.3s ease-out 0s;
	-o-transition: background 0.3s ease-out 0s;
	color: #ffffff;
}

.nav>li>.item>a:hover {
	background-color: #333333;
}

.nav .nav-drop {
	background: #333333;
	padding: 19px 18px 24px;
	position: absolute !important;
	left: 0;
	top: 43px;
	right: 0;
	z-index: 10;
	display: none;
	width: inherit;
}

.nav .nav-drop ul {
	list-style: none;
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	width: 26%;
	float: left;
	padding: 0 18px 0 0;
}

.nav .nav-drop ul li {
	border-bottom: 1px solid #707070;
	padding: 0 0 9px;
	margin: 0 0 8px;
	display: block;
}

.nav .nav-drop ul a {
	background: none;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease-out 0s;
	-moz-transition: color 0.3s ease-out 0s;
	-webkit-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
}

span.connectedUserIcon div.popover.bottom>.arrow {
	width: 17px;
	content: " ";
	border-bottom-color: rgba(0, 0, 0, .25);
	display: none;
	margin-left: -10px;
	border-top-width: 0;
	top: -11px;
}


.nav .nav-drop ul a:hover {
	color: #e73922;
}

.nav .drop-visual {
	overflow: hidden;
}

.nav .drop-visual .frame {
	overflow: hidden;
	margin: 4px -20px 0 0;
}

.nav .drop-visual .col {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
	text-align: left;
}

.nav .drop-visual img {
	margin: 0 0 7px;
}

.nav .drop-visual .title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 0 11px;
}

.nav .drop-visual a {
	display: block;
	text-decoration: none;
	text-align: center;
	transition: color 0.3s ease-out 0s;
	-moz-transition: color 0.3s ease-out 0s;
	-webkit-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
	color: #ffffff;
}

.nav .drop-visual a:hover {
	color: #e73922;
}

.nav .drop-slide-wrapper {
	width: 100% !important;
}

.opener {
	float: right;
	width: 31px;
	height: 31px;
	background: #54880b;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 999;
	display: none;
	position: absolute;
	right: 15px;
	top: 0;
}

.opener-title {
	font-size: 14px;
	line-height: 18px;
	color: #54880b;
	font-weight: normal;
	position: absolute;
	left: 54px;
	top: 16px;
	display: none;
}

.opener:before,
.opener:after,
.opener span {
	background: #ffffff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.opener:before,
.opener:after {
	content: '';
	top: 10px;
}

.opener:after {
	top: auto;
	bottom: 8px;
}

.opener:hover {
	opacity: .95;
}

.breadcrumbs {
	margin: 14px 0;
	font-size: 14px !important;
}

.flex {
	display: flex
}

.clear {
	clear: both
}

.right {
	float: right
}

.left {
	float: left
}

.watch_video {
	height: 15px;
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
}

.nav>li.menu-item {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	position: initial !important;
}

.bigWhite {
	color: #fff;
	font-size: 3em;
	margin: 40px auto;
	text-align: center;
}

.video_hover:hover .showme {
	display: block;
}

.showme {
	display: none;
}

.video_hover img {
	height: 56px;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.white {
	color: #fff;
}

.text-shadow {
	text-shadow: 1px 1px 2px #333;
}

.nav>li>.item>a:hover {
	text-decoration: none !important;
	color: #fff !important;
}

/* selected link */
.nav-user .dropdown {
	top: 0;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small,
.small {
	font-size: 0.9em;
}

.right {
	float: right;
}

.left {
	float: left;
}

#content-wrap {
	background-color: #fff;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#content-wrap>h1 {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#content-wrap h2,
#content-wrap h3 {
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}

#main-wide {
	width: 100%;
	margin: 0 auto;
}

#sidebar-1 {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
}

.sidebar h3 {
	font-weight: normal !important;
}

.widget {
	padding: 0;
	max-width: 100%;
}

.widget h3 {
	border-bottom: 1px solid #588a0f;
	height: auto;
	font-size: 1.4em;
	position: relative;
	padding-bottom: 5px !important;
	width: 100%;
	margin-bottom: 10px !important;
}

.sidebar {
	background-color: transparent;
	height: auto;
	min-width: 30%;
	max-width: 30%;
	display: inline-block;
	vertical-align: top;
}

.sidebar a {
	color: #333 !important;
}

.sidebar a:hover {
	color: #e73922;
	text-decoration: none;
}

#content {
	width: 66.66%;
	height: auto;
	position: relative;
	vertical-align: top;
	text-align: left;
	margin: 0 1.3%;
	background-color: #fff;
	display: inline-block;
	padding-top: 25px;
}

#content h2 {
	font-size: 2em;
	line-height: 35px;
	font-family: "Open Sans", arial, helvetica, sans-serif;
	font-weight: normal;
}

.content {
	padding: 20px 50px;
	background-color: #fff;
	position: relative;
	width: 55%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	font-family: "Open Sans", arial, helvetica, sans-serif;
}

.content p {
	font-family: "Open Sans", arial, helvetica, sans-serif;
}

#content-wrapper {
	font-family: "Open Sans", arial, helvetica, sans-serif;
	background-color: #fff;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#content p {
	font-family: "Open Sans", arial, helvetica, sans-serif;
}

.single-featured {
	max-height: 400px;
	overflow: hidden;
	max-width: 633px;
}

.article {
	width: 95%;
	height: auto;
}

.excerpt {
	position: relative;
	top: -45px;
	width: 90%;
	padding: 15px;
	border-top: 5px solid #A0C963;
	margin: 0 auto;
	background-color: white;
}

.date {
	color: #999;
	font-size: 1em;
}

.separator {
	border-bottom: 1px dashed #d5d5d5;
	margin: 15px auto;
	height: 1px;
	width: 100%;
}

.info {
	color: #588a0f;
}

.full-image {
	width: 100%;
	margin: 0 auto;
	height: 400px;
	overflow: hidden;
}

.full-image img {
	min-width: 100%;
	height: auto;
	max-width: 100%;
}

.next {
	display: inline;
	float: left;
}

.prev {
	display: inline;
	float: right;
}

.rpwe-block a {
	color: #6e6e6e;
}

.rpwe-block h3 {
	line-height: 140%;
}

.rpwe-title {
	font-size: 1em;
	border: 0 !important;
	padding: 0;
	margin: 10px auto;
	padding-top: 10px;
}

.navigation {
	overflow: hidden;
	width: 95%;
	margin: 50px auto;
	font-size: 1.5em;
	clear: both;
}

.navigation a {
	color: #588a0f !important;
}

.navigation a:hover {
	color: #e73922 !important;
}

.archive-item {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	max-width: 100%;
}

.archive-excerpt {
	max-width: 65%;
	overflow: hidden;
}

.archive-img {
	margin-top: 10px;
	margin-right: 20px;
	max-width: 30%;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}

.archive-img img {
	overflow: hidden;
}

.archive-excerpt .single-title {
	margin-bottom: 0;
}

.archive-excerpt h1 a {
	margin: 0;
	font-size: 0.8em;
	color: #333;
	padding: 0;
	display: block;
	line-height: 1;
}

.archive-excerpt.left p {
	font-size: 1em;
	line-height: 1.2;
	display: block;
}

.circle-icon {
	display: table;
	margin: 10px auto;
	border-radius: 50%;
	background-color: #F2F1EF;
	width: 200px;
	height: 200px;
}

.circle-icon i.fa,
.circle-icon-alt i.fa {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.circle-icon-alt {
	display: table;
	margin: 10px auto;
	border-radius: 50%;
	background-color: #F2F1EF;
	width: 200px;
	height: 200px;
}

#author-page-title {
	font-size: 1.8em;
}

#archive-page-title {
	color: #333;
	font-size: 2em;
}

.content-single th,
.content-single td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 10px;
}

.content-single table {
	color: #333;
	max-width: 95%;
	min-width: 80%;
	margin: 0 auto;
	text-align: left;
}

#fox-family-img {
	display: block;
	width: 300px;
	margin: auto;
}

#fox-family-msg {
	text-align: center;
	margin: auto 10px;
	font-size: 16px;
	font-family: "Open Sans", Tahoma, helvetica, arial, sans-serif;
	line-height: normal;
	font-weight: 500;
	padding-bottom: 50px;
}

.content-single thead {
	background-color: #efefef;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}

.content-single th {
	text-align: center;
}

.content-single .alt-row {
	background-color: rgb(226, 236, 209);
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.item {
	font-family: Tahoma, verdana, arial, sans-serif;
}

.green-button,
input.green-button {
	padding: 20px;
	background-color: #54880b;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	font-size: 1.5em;
}

span.green-button {
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 1.4em;
}

.green-button {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: white !important;
	display: inline-block;
	line-height: 1.5em;
}

.green-button:hover {
	background-color: #A0C963;
}

.testimonial-title {
	font-size: 1.3em;
	font-weight: bold;
}

.cell {
	text-align: center;
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	min-width: 49%;
	float: left;
	margin: 10px auto;
	padding: 5px;
}

#content-splash {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	position: relative;
	top: 0;
	width: 100%;
}

#content-splash p,
#content-splash section p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#content-splash section {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

#content .splashBigText,
p.splashBigText,
.splashBigText {
	font-size: 1.3em;
}

.lgIcon {
	position: relative;
	font-size: 7em !important;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin: 0;
}

.bigGrey {
	color: #333;
	font-size: 3em;
	margin: 40px auto;
	text-align: center;
}

.middle-aligner {
	display: table;
	width: 100%;
}

.middle-align {
	display: table-cell;
	vertical-align: middle;
}

input[type="submit"].ninja-forms-field {
	border: none;
	padding: 10px;
	width: auto;
	background-color: #588a0f;
	color: #fff !important;
	font-size: 1.5em;
	display: block;
}

input[type="submit"].ninja-forms-field:hover {
	background-color: #A0C963;
}

div.ninja-forms-form input,
form.ninja-forms-form input,
input.ninja-forms-field,
textarea.ninja-forms-field {
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
}

div.ninja-forms-form label {
	color: #333;
	font-family: 'Open Sans';
}

.ninja-forms-required-items {
	font-size: 0.8em;
	color: red;
}

.very-light-grey-bg {
	background: #f1f1f1;
}

.very-light-grey-bg-gradient {
	background: #f1f1f1;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(white, #f1f1f1);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(white, #f1f1f1);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, #f1f1f1);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(white, #f1f1f1);
	/* Standard syntax */
}

.set-width {
	max-width: 1000px;
}

.tabUl {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: 75px;
	bottom: -15px;
	position: relative;
	text-align: center;
	position: relative;
}

.desktop-show {
	display: initial;
}

.desktop-hide {
	display: none;
}

#wrapper {
	min-height: 700px;
}

#siteSearchForm input[type=search] {
	padding: 5px 10px 3px;
	float: left;
}

#nav {
	background: #e73922;
	padding: 0;
	margin: 0;
}

.form-control {
	width: auto !important;
}

img.provinceImg {
	width: 8%;
	vertical-align: middle;
}

.searchInput {
	float: left;
	border: none;
	background: none;
	padding: 16px 7px 7px 7px;
	display: block;
}

.fa-input {
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	font-size: 20px;
	padding: 0;
	background: none;
	margin-right: 10px;
}

.fa-input:hover {
	background-color: #fff;
	opacity: 1;
}

.fa-input::before {
	font-family: "Font Awesome 5 Free", serif;
	font-weight: 900;
	content: "\f002";
	color: black;
}

.topHeader {
	max-width: 1000px;
	margin: 5px auto;
	height: 60px;
	font-size: 16px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.topHeader {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.topHeader {
		margin-left: 0;
		width: 82%;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: nowrap;
		flex-direction: row;
	}

	.mobileUserIcon.pushRight {
		margin-left: auto;
		order: 2;
	}

	.mobileUserIcon #signInUpButton {
		white-space: nowrap;
	}
}

select.form-control {
	float: right;
	min-width: 10%;
	margin-top: 10px;
	-webkit-appearance: menulist-button;
	height: 35px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 5px !important;
	font-size: 16px !important;
}

.form-control.country {
	float: right;
	margin-top: 9px;
	padding: 3px;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 15px;
	cursor: pointer;
	color: #000;
	min-height: 35px !important;
	font-size: 16px !important;
}

#siteSearchForm {
	margin-right: 20px;
	border-radius: 25px !important;
	text-align: center;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
	width: 55%;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	width: 100%;
	border-radius: 4px;
	margin: 20px auto;
	max-width: 1000px;
	padding: 15px;
}

input.searchInput {
	width: 80%;
	float: left;
}

.nav {
	max-width: 1000px;
	margin: 0 auto;
}

.searchBox {
	height: 35px;
	border: 1px solid #d1d1d1;
	width: 100%;
	border-radius: 25px;
}

span.connectedUserIcon i.fas.fa-user.userIcon {
	margin-top: 4px;
	margin-right: 0 !important;
	height: 45px;
	width: 45px;
}

.panel-title {
	position: relative;
}

.panel-default .caret {
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -2px;
	vertical-align: middle;
}

span.connectedUserIcon div.popover {
	opacity: 1 !important;
}

span.connectedUserIcon div.popover {
	min-width: 200px;
	font-family: inherit;
}

a.opener {
	z-index: 0;
}

.header-slide {
	z-index: 0;
}

span.connectedUserIcon div.popover {
	position: absolute;
	background-color: rgb(255, 255, 255);
	top: 52px;
	z-index: 2;
	list-style: none;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.desktopHide {
	display: none;
}

div#change-region-content {
	width: 90%;
	padding: 10px;
	margin: 0 auto;
	border-radius: 15px;
	max-width: 1000px;
}

div.single-country-title img {
	width: 12%;
}

ul#menu-user-menu {
	margin: 0;
	padding: 0;
}

ul#menu-user-menu li {
	list-style: none !important;
}

ul.single-country-cities {
	padding: 0 50px 10px;
	break-after: auto;
	margin: 0;
	list-style: none;
}

ul.single-country-cities div {
	margin: 10px;
	font-size: 16px;
	text-align: left;
}

ul.single-country-cities li {
	display: inline-block;
	width: 100%;
	height: 30px;
}

ul.single-country-cities a {
	color: #333;
}

ul.single-country-cities a:hover {
	color: #588A0F;
	text-decoration: none;
}

ul.sub-menu {
	padding-left: 0;
	margin-top: 0;
}

.single-country {
	border: 1px solid;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 0;
	color: #333;
}

.singleCountryCanada:hover {
	background-color: #fff !important;
	color: #333 !important;
}

.single-country:hover {
	background-color: #588A0F;
	color: #fff;
}

a.classUnderline:hover {
	text-decoration: none;
}

div.single-country-title {
	font-size: 20px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

.canadaTitle {
	border-bottom: 1px solid #333;
}

div.single-area-title {
	font-size: 25px;
	color: #333;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}

#main {
	max-width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	min-height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

#overlayNewsletter,
#overlayRegion {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	display: none;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 50;
}

.countryPopup {
	border: none;
	font-size: 1.2em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 52;
	width: 50%;
	border-radius: 5px;
	overflow: auto;
	position: fixed;
}

.countryPopup .close {
	position: absolute;
	top: 10px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.countryPopup .close:hover {
	color: #588A0F;
}

.countryPopup .popupContent {
	overflow: auto;
	height: auto;
}

#changeRegion {
	display: none;
}

.nav .nav-drop {
	z-index: 1;
}

.mobileUserIcon {
	height: 50px;
	float: right;
}

.userIcon {
	margin-right: 30px;
	float: right;
	background: #588A0F;
	border-radius: 50%;
	color: white;
	margin-top: 5px;
	padding: 10px 12px 10px 12px;
	cursor: pointer;
	font-size: 25px;
	margin-left: 10px;
}

span.connectedUserIcon div .popover-content ul li {
	font-size: 16px;
	border-bottom: none;
}

.footer-holder {
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

a.phoneNumber {
	color: #fff;
	margin-left: 30px;
}

a.phoneNumber:hover {
	color: #588a0f;
}

.footer-columns .title {
	color: #000;
}

.topFooter {
	background-color: #333333;
	color: #fff !important;
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
}

.rsIcon {
	margin-right: 18px;
}

.rsIconYT {
	margin-right: 0;
}

.footer-columns {
	color: #ffffff;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}

#newsletterPopup {
	display: none;
}

.footer-columns .list-links a {
	color: #000;
}

a.newsletterPopup {
	color: #fff;
}

.footer-columns .list-links a:hover {
	color: #588A0F;
}

.sidebar-social {
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	height: auto;
	border: 0;
	overflow: auto;
	background-color: #fff;
}

#content-single {
	background-color: #fff;
	position: relative;
	width: 66.66%;
	margin: 0 1.3%;
	display: inline-block;
	vertical-align: top;
	font-size: 1em;
	float: left;
	padding: 0;
}

.content-single {
	width: 100%;
	padding: 2%;
	line-height: 1.5;
	font-size: 1.1em;
}

.content-single h1 {
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 3em;
}

.content-single h2 {
	line-height: normal;
	font-size: 1.8em;
	position: relative;
}

.content-single h2,
.content-single h3 {
	font-size: 1.5em;
	color: #333;
	margin: 5px 0;
}

.content-single h4,
.content-single h5,
.content-single h6 {
	color: #666;
}

.content-single p {
	line-height: normal;
	font-size: 1em;
	color: #222;
	font-family: "Open Sans", arial, helvetica, sans-serif;
}

.content-single ul>li {
	list-style: none;
	color: #333;
}

.post-page-numbers {
	padding: 6px 12px;
	transition: background-color .3s;
	background-color: #588a0f;
	color: white !important;
	border: 1px solid #588a0f;
	display: inline-block;
	margin-bottom: 3%;
}

.post-page-numbers:hover:not(.current) {
	background-color: #A0c963;
	border-color: #A0c963;
}

.current {
	color: black !important;
	background-color: transparent;
	border: 1px solid #dddddd;
}

.post-nav-links {
	margin-top: 5%;
}

.content-single ul>li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f069";
	color: #66892F;
	position: relative;
	left: -2em;
	margin: -4px;
	bottom: 3px;
	font-size: 0.5em;
	text-rendering: optimizeLegibility;
}

#footer .footer-holder {
	margin: 0 auto;
	padding: 10px;
	max-width: 1000px;
}

.topFooterContent {
	color: #fff;
	margin-top: 10px;
}

a:hover span {
	color: #588a0f;
}

.helpIcon {
	color: #54880d;
	margin-right: 10px;
	cursor: pointer;
	top: 5px;
	font-size: 17px;
	display: inline-block;
}

.topFooter h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	color: #fff;
	margin-top: 14px;
}

.youtube {
	color: #c4302b;
	background-color: #fff;
	font-size: 25px;
	padding: 4px 2px 4px 2px;
	border-radius: 4px;
}

.bottomFooter {
	color: #000;
	background-color: #e9ecf0;
}

.copyrightSection {
	text-align: center;
	z-index: 0;
}

p.rsIcons a:hover {
	text-decoration: none !important;
}

.NLhidden {
	display: none;
	color: red;
}

#NLFooterForm {
	border: none;
}

#signInUp {
	width: 100px;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.app button.signInUpButton {
	margin-left: 10px;
}

#NLFooterForm.feedback-form input[type=email] {
	text-overflow: ellipsis;
	outline: none;
	line-height: 20px;
	height: auto;
	width: 100%;
	min-height: 30px;
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
	border-radius: 5px !important;
}

#main-areas-wrapper .column {
	margin-top: 30px;
}

.popup {
	z-index: 1;
}

.coral {
	color: #E73922;
}

.green {
	color: #588A0F;
}

.light-orange {
	color: #FDA830;
}

span.top {
	text-align: right;
	width: 100%;
	margin: 25px 0;
	border-bottom: 1px dashed #ccc;
}

.videosWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.videosWrapper iframe {
	margin: 0 10px;
}

.subscribeNewsletterBtn {
	padding: 5px;
	margin: 20px auto;
	width: 100%;
}

div#newsletter-responsive p {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	color: #333;
	font-size: 1.2em;
	font-weight: lighter;
	width: 90%;
	margin: 20px;
	margin-bottom: 0;
}

div.faq div p,
div.faq div ul {
	font-size: 1.2em;
}

.phoneNumberSection {
	margin-top: 10px;
}

ul#menu-menu-usager,
ul#menu-menu-utente {
	padding-left: 0;
	margin: 0;
}

h3.allergies-titles {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.17em;
}

ul#menu-menu-usager li,
ul#menu-menu-utente li {
	list-style: none !important;
}

.socialContainer {
	float: left;
	width: 32%;
	margin: 0 0.5%;
}

.sb_instagram_header {
	display: none;
}

#NLFooterForm.feedback-form {
	padding: 0;
	height: auto;
	width: 80%;
	border-radius: 5px;
	margin: 0 auto;
}

.NLbuttons {
	text-align: center;
	margin-top: 10px;
}

ul.newsletterInclusion li {
	list-style: unset;
}

p.newsletterPopupSubtitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

span.anchor {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

#newsletterPopup {
	padding: 20px;
	position: absolute;
	width: 50%;
	left: 25%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	z-index: 51;
	border-radius: 10px;
	top: 90%;
}

.newsletterPopupContent {
	width: 90%;
	margin: 0 auto;
}

.topFooterSection {
	padding-left: 0 !important;
}

.cancelButton {
	background: #d5d5d5;
	color: #000 !important;
	width: fit-content;
	font-size: 14px;
	padding: 8px;
	margin: 10px;
	border-radius: 3px;
	cursor: pointer;
}

.cancelButton:hover {
	text-decoration: none;
	opacity: .8;
}

.emailExist {
	text-align: center;
}

.alreadyMember {
	text-align: center;
}

.randomError {
	text-align: center;
}

.newsletterInscriptionSuccess {
	text-align: center;
	color: #5C8AC8;
}

.validButton {
	background-color: #54880b;
	color: #fff;
	width: fit-content;
	font-size: 14px;
	padding: 8px;
	margin: 10px;
}

.validButton:hover {
	opacity: .8;
}

h2.sub-title,
span.sub-title {
	text-align: center;
	color: white;
	text-shadow: 2px 2px 3px black;
	font-size: 2em;
}

@media print {
	* {
		color: #000 !important;
		background: none !important;
	}

	.footer-columns,
	.btn,
	.nav-user,
	#nav,
	form,
	.not_printable {
		display: none !important;
	}
}

@media only screen and (max-width: 1023px) {
	#footer .footer-holder {
		width: 100%;
		padding: 11px 15px 2px;
	}

	.footer-columns .col {
		width: 25%;
		margin: 0 0 15px;
	}

	#mainHeader .header-frame {
		width: 100%;
		margin: 10px 0 0;
		position: relative;
	}

	.nav {
		margin: 0;
		font-size: 15px;
	}

	.nav .drop-visual .title {
		font-size: 14px;
		line-height: 18px;
	}

	#content-wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}

	.desktop-hide {
		display: none;
	}

	.tablet-auto-height-fix {
		height: auto !important;
	}

	.tablet-wide-show {
		display: initial !important;
	}

	.tablet-wide-hide {
		display: none !important;
	}

	div.round-img.mobile-hide {
		display: inline-block !important;
	}

	#nav {
		padding: 0;
		margin: 0;
		min-width: 100%;
		max-width: 100%;
		font-weight: bold;
	}

	.content-single {
		float: none;
		margin: 0;
	}

	main {
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.main {
		max-width: 100% !important;
		min-width: 100% !important;
	}

	#main {
		padding: 0 !important;
	}

	.desktop-hide,
	.desktop-show,
	.mobile-hide,
	.mobile-show,
	.tablet-hide {
		display: none;
	}

	.tablet-show {
		display: initial !important;
	}

	li.block.desktop-hide {
		display: block !important;
	}

	h1#splashHeader.premiumMenuHeader {
		margin-top: 0;
		font-size: 6vw;
	}

	div.premiumPage.full-height {
		height: auto !important;
		padding: 50px 0;
	}

	.tablet-show {
		display: initial !important;
	}

	.desktop-show {
		display: initial;
	}

	.topFooter {
		text-align: center;
	}

	.footer-columns {
		margin-left: 50px;
	}

	ul.newsletterInclusion {
		padding-left: 20px;
		text-align: left;
	}

	#footer .footer-holder {
		padding: 0;
	}

	#newsletterPopup {
		width: 80%;
		left: 10%;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-holder {
		padding: 11px 15px;
		overflow: visible;
		text-align: center;
	}

	#footer .footer-holder .socials-list {
		float: none;
		letter-spacing: -4px;
		margin: 0 0 10px;
	}

	#footer .footer-holder .socials-list li {
		float: none;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0 5px;
	}

	#footer .footer-holder .item-list {
		width: auto;
		float: none;
		letter-spacing: -4px;
	}

	#footer .footer-holder .item-list li {
		float: none;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}

	.footer-columns {
		margin: 0;
		overflow: visible;
	}

	.footer-columns .title {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		position: relative;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		transition: color 0.3s ease-out 0s;
		-moz-transition: color 0.3s ease-out 0s;
		-webkit-transition: color 0.3s ease-out 0s;
		-o-transition: color 0.3s ease-out 0s;
	}

	.footer-columns .title:hover {
		color: #e73922;
	}

	.footer-columns .title:hover:after {
		border-top-color: #e73922;
	}

	.footer-columns .title:after {
		content: '';
		border: 5px solid transparent;
		border-top-color: #fff;
		display: inline-block;
		vertical-align: top;
		margin: 8px 0 0 9px;
	}

	.footer-columns .col {
		padding: 0;
		float: none;
		width: 100%;
	}

	.footer-columns .col.active .title {
		color: #e73922;
	}

	.footer-columns .col.active .title:after {
		content: ' ';
		border-bottom: 5px solid #e73922;
		border-top: none;
	}

	.footer-columns .item-slide {
		margin: 10px -15px;
	}

	.footer-columns .list-links,
	.footer-columns .slide-holder {
		border-style: none;
		background: #f1f1f1 !important;
		padding: 15px;
		color: #333333;
	}

	.footer-columns .list-links a,
	.footer-columns .slide-holder a {
		color: #333333;
	}

	#wrapper {
		padding-top: 0 !important;
	}

	.header-fixed .header-holder {
		position: static !important;
		opacity: 1;
	}

	.nav-user .dropdown {
		width: 100%;
		top: 34px !important;
		position: static;
		border: none;
	}

	.pr_plan_color_border,
	.p_plan_color_border,
	.v_plan_color_border {
		border-color: #e87768;
	}

	.nav-user>*,
	.nav-user .dropdown ul {
		font-size: 14px;
	}

	.nav-user .dropdown ul a {
		padding: 10px 10px 10px 15px;
		border-bottom: 1px solid #EEE;
		background: #a0c963;
		color: #FFF !important;
		text-align: left;
	}

	.nav-user .dropdown ul a:hover {
		background-color: #555;
	}

	.nav-user .dropdown ul li {
		margin-bottom: 0;
	}

	.nav-user .dropdown ul li:last-of-type a {
		border-bottom: none;
	}

	#nav .opener {
		left: auto;
		right: 20px;
	}

	.header-holder .opener-02 {
		display: none;
	}

	#mainHeader .header-frame .header-slide {
		position: static;
	}

	.nav .child-menu-trigger {
		position: absolute;
		right: 0;
		top: 0;
		color: #FFF;
		z-index: 10000000;
		height: 100%;
		line-height: 55px;
		width: 50px;
		font-size: 20px;
	}

	.nav .drop-slide-wrapper {
		position: static !important;
		height: auto !important;
	}

	.nav .nav-drop {
		background: #588a0f;
		padding: 0 !important;
		position: static !important;
	}

	.nav .nav-drop ul {
		padding: 0;
	}

	.nav .nav-drop ul li {
		border-bottom: none;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #FFF;
	}

	.nav .nav-drop ul li a {
		color: #FFF !important;
		background-color: #a0c963;
		border: none !important;
		padding: 15px;
	}

	#mainHeader.header-fixed {
		position: relative !important;
	}

	.header-slide .search-form {
		margin: 0;
		width: 67%;
	}

	.header-slide .search-form input[type=search] {
		text-overflow: ellipsis;
		font-size: 12px;
	}

	#nav ul.nav {
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: none !important;
	}

	#nav .opener {
		display: block;
		margin: 15px 0 0;
	}

	.opener-title {
		display: block;
	}

	.header-slide .slide {
		display: flex;
	}

	.header-slide .slide,
	.slide-nav {
		display: none;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.header-slide .slide-holder {
		border: 1px solid #000;
	}

	.item-slide {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		max-height: 0;
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}

	.header-slide.active .slide,
	.footer-columns .col.active .item-slide,
	.nav-active .slide-nav {
		max-height: 4000px;
	}

	.header-slide .slide-holder,
	.footer-columns .list-links,
	.footer-columns .slide-holder,
	.slide-drop ul {
		transition: all 0.25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		border: none;
		display: block;
	}

	.header-slide.active .slide-holder,
	.footer-columns .col.active .slide-holder,
	.footer-columns .col.active .list-links {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#mainHeader .header-slide.active .slide {
		overflow: visible !important;
		background-color: #FFF;
	}

	#mainHeader .header-slide.active .slide .slide-holder {
		overflow: visible !important;
		background-color: white;
	}

	.logo {
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}

	.nav {
		background: #fff;
		display: block;
		border: none;
	}

	.nav>li {
		display: block;
		position: relative;
	}

	.nav>li.drop-active {
		z-index: 10;
	}

	.nav>li .item {
		position: relative;
	}

	.nav>li .item>a {
		color: #FFF;
		background-color: #588a0f;
		border-bottom: 1px solid #EEE;
		padding: 15px;
		text-align: left;
	}

	.nav>li:last-of-type .item>a {
		border-bottom: none;
	}

	.nav>li.home {
		width: auto;
		height: auto;
	}

	.nav>li.menu-item {
		margin-bottom: 0;
	}

	.nav>li.home>.item>a {
		padding: 15px;
		width: auto;
		height: auto;
		text-indent: 0;
	}

	.nav>li.home>.item>a:after {
		display: none;
	}

	.nav .nav-drop {
		position: relative;
		padding: 0 15px 10px;
	}

	.nav .nav-drop ul {
		width: 100%;
		float: none;
		text-align: center;
	}

	.nav .nav-drop ul a {
		display: block;
	}

	.nav .nav-drop ul a:hover {
		background-color: #555;
	}

	.nav .nav-drop .drop-visual {
		display: none;
	}

	.nav-user li {
		margin-left: 0;
		border-bottom: 1px solid #EEE;
	}

	.nav-user .user-name {
		color: #FFF !important;
		background-color: #588a0f;
		border-bottom: 1px solid #EEE;
		padding: 15px;
		text-align: left;
		display: block;
	}

	a[name] {
		padding-top: 150px;
		margin-top: -150px;
		display: inline-block;
	}

	.nav>li>.item>a:hover {
		background-color: #555 !important;
	}

	.nav .nav-drop ul a:hover {
		background-color: #555 !important;
	}

	.nav .nav-drop ul a {
		padding-left: 30px !important;
	}

	.tablet-wide-hide {
		display: none;
	}

	.tablet-show {
		display: initial !important;
	}

	.tablet-hide {
		display: none !important;
	}

	h2.sectionHeader {
		font-size: 3vw;
	}

	#content-wrap {
		max-width: 100% !important;
		min-width: 100% !important;
		padding: 20px;
	}

	#content,
	#content-single {
		width: 100%;
		padding: 0 5px;
	}

	.sidebar {
		min-width: 30%;
		max-width: 30%;
		padding: 0 10px;
	}

	.full-image {
		height: 250px;
		overflow: hidden;
	}

	.full-image img {
		height: auto;
	}

	#sidebar-1 {
		display: block;
		clear: both;
		min-width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 10px;
	}

	#content-wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	#content {
		width: 100%;
		display: block;
		clear: both;
		margin: 0;
		padding: 0;
	}

	.excerpt {
		display: block;
		width: 100%;
		margin: 0 auto;
		top: 0;
		font-size: 0.9em !important;
		border: 0;
	}

	.excerpt .separator {
		display: none;
	}

	.full-image {
		width: 100%;
		margin: auto;
		height: 450px;
		overflow: hidden;
		border-top: 2px solid #A0C963;
	}

	.full-image img {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0;
	}

	.sidebar {
		min-width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		display: block;
	}

	.widget {
		margin: 0;
		padding: 0;
		max-width: 100%;
	}

	div#content-splash div.container.set-width.center-text div.row div.col-xs-6.col-md-3 {
		width: 100%;
	}

	.circle-icon {
		width: 130px;
		height: 130px;
	}

	i.lgIcon.fa {
		padding: 10px 0;
		font-size: 4em !important;
	}

	div.round-img.mobile-hide {
		display: inline-block !important;
	}

	div.round-img.white-border {
		border-width: 5px;
	}

	.rpwe-block li {
		display: inline;
		max-width: 49%;
		margin: auto;
	}

	.rpwe-title {
		float: left;
		width: auto;
		display: inline;
	}

	.rpwe-block h3 {
		font-weight: inherit !important;
		line-height: inherit !important;
		display: inline;
		text-align: center !important;
	}

	html,
	body {
		max-width: 100%;
		min-width: 100%;
	}

	.archive-img {
		display: none;
	}

	.archive-excerpt {
		float: none;
		max-width: 90%;
		min-width: 90%;
		margin: 0 auto;
	}

	#splashHeader {
		min-width: 70%;
	}

	.desktop-hide,
	.desktop-show,
	.mobile-show,
	.mobile-hide,
	.tablet-hide {
		display: none;
	}

	.tablet-show {
		display: initial !important;
	}

	.tablet-hide-wide {
		display: none !important;
	}

	h1#splashHeader {
		font-size: 6vw;
		text-shadow: none !important;
	}

	div.dossier-tile .dossier-img-box-medium {
		height: 150px;
		width: 100%;
	}

	div.dossier-tile.dossier-overflow .dossier-img-box-medium {
		height: 100px;
	}

	div.dossier-tile .dossier-img-box img,
	div.dossier-tile .dossier-img-box-small img,
	div.dossier-tile .dossier-img-box-medium img {
		height: auto;
		width: 100%;
	}

	div.dossier-tile h3 {
		font-size: initial;
		font-weight: lighter;
		margin: 5px auto;
	}

	div.dossier-header div.dossier-bottom-title {
		min-height: 0;
		height: auto;
	}

	div.social-media.col-md-12 {
		margin: 25px auto;
	}

	div.col-xs-12.col-sm-4.col-md-4.ad {
		margin-bottom: 20px;
	}

	.nav>li.menu-item {
		display: block !important;
		position: relative;
	}

	img.provinceImg {
		width: 15%;
		vertical-align: middle;
	}

	.mobileHide {
		display: none;
	}

	ul.single-country-cities div {
		font-size: 14px;
	}

	.desktopHide {
		display: block;
	}

	.form-control {
		width: 30%;
	}

	.countryPopup {
		width: 90%;
		height: 90%;
		overflow: auto;
	}

	div.single-area-title {
		font-size: 25px;
		text-align: center;
	}

	.countryPopup .close {
		right: 10px;
		top: 0;
	}

	select.form-control {
		width: 45% !important;
		margin-right: 15px;
		-webkit-appearance: menulist-button;
		height: 40px;
		background-color: #fff;
		border-radius: 5px !important;
		font-size: 16px !important;
		float: left !important;
	}

	.form-control.country {
		padding: 3px;
		border: 1px solid #d1d1d1;
		border-radius: 5px;
		cursor: pointer;
		width: 50% !important;
		color: #000;
		min-height: 40px !important;
		font-size: 16px !important;
		display: inline-block;
		background-color: #fff;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	span.connectedUserIcon i.fas.fa-user.userIcon {
		margin-right: 70px;
	}

	span.user-name {
		width: 50px;
		height: 50px;
	}

	span.connectedUserIcon div.popover {
		min-width: 80%;
		font-family: inherit;
		left: 10% !important;
	}

	.userIcon {
		margin-right: 60px;
		float: right;
		background: #588A0F;
		border-radius: 50%;
		color: white;
		margin-top: 0;
		padding: 10px 12px 10px 12px;
		cursor: pointer;
		font-size: 25px;
		margin-left: 10px;
	}

	.searchBox {
		height: 35px;
		border: 1px solid #d1d1d1;
		width: 100%;
		border-radius: 25px;
	}

	.searchIcon {
		background-color: white;
		color: #588a0f;
		border-radius: 25px;
		margin-top: 10px !important;
		margin-right: 0;
		font-size: 30px;
		cursor: pointer;
	}

	#siteSearchForm {
		border-radius: 25px !important;
		text-align: center;
		vertical-align: middle;
		float: left;
		width: 115%;
		clear: both;
		margin-left: 8px;
	}

	input.searchInput {
		width: 80%;
		float: left;
	}

	ul.single-country-cities {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}

	.country {
		width: 20%;
	}

	.nav .child-menu-trigger {
		z-index: 1;
	}

	#changeRegion {
		display: none;
	}

	.footer-columns .title:after {
		content: '';
		border: 5px solid transparent;
		border-top-color: #000;
		display: inline-block;
		vertical-align: top;
		margin: 8px 0 0 9px;
	}

	.topFooterSection {
		padding-right: 0 !important;
	}

	.footer-columns {
		margin: 0;
		overflow: visible;
		text-align: center;
	}

	#footer .footer-holder {
		padding: 10px;
	}

	ul.newsletterInclusion {
		padding-left: 20px;
		text-align: left;
	}

	#NLFooterForm.feedback-form {
		padding: 0;
		height: auto;
		width: 100%;
		border-radius: 5px;
		margin: 0 auto;
	}

	#newsletterPopup {
		width: 90%;
		left: 5%;
	}

	.cancelButton,
	.validButton {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1400px) {
	nav>li.menu-item {
		display: table-cell;
	}

	.desktop-hide,
	.tablet-hide {
		display: none;
	}

	.desktop-show {
		display: initial;
	}
}

@media screen and (max-width: 800px) and (min-width: 499px) {
	.home-page-column-4-fix {
		width: 33.33%;
	}

	.home-page-column-6-fix {
		width: 50%;
	}

	div.homepage-testimonials div.leftBorder {
		border-left: 1px dashed #ccc;
	}

	#siteSearchForm {
		width: 40%;
	}

	.searchBox {
		width: 100%;
	}

	.searchInput {
		width: 60%;
	}

	.countryPopup {
		width: 90%;
		height: 90%;
		overflow: auto;
	}

	.countryPopup .close {
		position: absolute;
		right: 18px;
	}

	span.connectedUserIcon i.fas.fa-user.userIcon {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 600px) {
	nav>li.menu-item {
		display: block;
	}

	.p2-header-fix {
		height: auto !important;
	}

	h2.sectionHeader {
		font-size: 7vw;
	}

	div.middle-align {
		display: initial !important;
	}

	div.fullWidthBG div.middle-aligner,
	div.middle-aligner {
		position: relative;
		height: auto;
	}

	div.middle-aligner {
		display: block;
	}

	div.fullWidthBG div.middle-aligner div.middle-align,
	div.middle-aligner div.middle-align {
		display: block;
		position: relative;
		height: auto;
	}

	h1#splashHeader {
		margin: initial !important;
		font-size: 9vw !important;
		text-shadow: none !important;
	}

	.bigGrey,
	h2.sub-title,
	h2.bigGrey,
	span.sub-title {
		font-size: 6vw !important;
		text-shadow: none;
	}

	.bigGrey,
	h2.bigGrey {
		margin: 10px auto;
		font-weight: bold;
	}

	span.anchor {
		top: -100px;
	}

	span.top.green.right {
		float: none;
		height: 1px;
		display: block;
		position: relative;
		text-align: right;
		margin: 10px auto;
	}

	span.top.green.right a:link {
		float: none;
		top: -20px;
	}

	html,
	body {
		max-width: 100%;
		min-width: 100%;
	}

	p {
		word-wrap: break-word;
	}

	#content-wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	#sidebar-1 {
		display: block;
		max-width: 100%;
		min-width: 100%;
		clear: both;
		margin: 0 auto;
	}

	#splashHeader {
		min-width: 75% !important;
		font-size: 7vw !important;
	}

	.mobile-hide {
		display: none !important;
	}

	.green-button {
		font-size: 5vw !important;
	}

	.splashTabSection {
		font-size: 3vw;
		padding: 0 !important;
	}

	.splashTabSection p {
		margin-top: 0 !important;
		padding: 0 !important;
	}

	#content {
		width: 100%;
		display: block;
		clear: both;
		margin: 0;
		padding: 0;
	}

	.excerpt {
		display: block;
		width: 100%;
		margin: 0 auto;
		top: 0;
		font-size: 0.9em !important;

		border: 0;
	}

	.excerpt .separator {
		display: none;
	}

	.full-image {
		width: 100%;
		margin: auto;
		height: 200px;
		overflow: hidden;
	}

	.full-image img {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0;
	}

	.sidebar {
		min-width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		display: block;
	}

	.widget {
		margin: 0;
		padding: 0;
		max-width: 100%;
	}

	div.faq {
		padding: 0 2em;
	}

	.rpwe-block li {
		display: inline;
		max-width: 49%;
		margin: auto;
	}

	.rpwe-title {
		float: left;
		width: auto;
		display: inline;
	}

	.rpwe-block h3 {
		font-weight: inherit !important;
		line-height: inherit !important;
		display: inline;
	}

	#author-page-title {
		margin-left: 15px;
	}

	.desktop-hide,
	.desktop-show,
	.tablet-show,
	.tablet-hide,
	.mobile-hide {
		display: none;
	}

	.mobile-show {
		display: initial !important;
	}

	div.dossier-tile .dossier-img-box-medium,
	div.dossier-tile .dossier-img-box-small img,
	div.dossier-tile .dossier-img-box-medium img {
		height: auto;
		width: 100%;
	}

	div.dossier-tile div.col-xs-6.col-sm-3.col-md-3.col-lg-3,
	div.dossier-tile div.col-xs-6.col-sm-6.col-md-6.col-lg-6 {
		height: auto;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.tabList {
		font-size: 5vw;
		padding: 0 !important;
		display: table-cell !important;
	}

	div.planHeader h1 {
		display: block;
		font-size: 3em;
	}

	.desktop-hide,
	.desktop-show,
	.tablet-show,
	.tablet-hide,
	.mobile-hide {
		display: none;
	}

	.mobile-show {
		display: initial;
	}

	h1.single-title,
	h3.single-title {
		font-size: 6vw;
	}

	h2.sub-title,
	span.sub-title {
		font-size: 5vw;
		text-shadow: none;
	}

	h3.testimonial-title {
		text-align: center;
		font-size: 2em;
	}

	img.menuImage {
		margin: 0;
	}

	div.faq {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 320px) {

	html,
	body {
		max-width: 100%;
		min-width: 100%;
	}

	#content-wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	#sidebar-1 {
		display: block;
		min-width: 100%;
		max-width: 100%;
	}

	#content {
		width: 100%;
		display: block;
		clear: both;
		margin: 0;
		padding: 0;
	}

	.excerpt {
		display: block;
		width: 100%;
		margin: 0 auto;
		top: 0;
		font-size: 0.9em !important;

		border: 0;
	}

	.excerpt .separator {
		display: none;
	}

	.full-image {
		width: 100%;
		margin: auto;
		height: 150px;
		border-top: 2px solid #A0C963;
		overflow: hidden;
	}

	.full-image img {
		width: 100%;
		padding: 0;
	}

	.sidebar {
		min-width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		display: block;
	}

	.widget {
		margin: 0;
		padding: 0;
		max-width: 100%;
	}

	.tabList {
		font-size: 6vw;
		padding: 0;
		display: table-cell;
	}

	/********************************
                     RPWE Fixes
    *******************************/
	.rpwe-block li {
		display: inline;
		max-width: 49%;
		margin: auto;
	}

	.rpwe-title {
		float: left;
		width: auto;
		display: inline;
	}

	.rpwe-block h3 {
		font-weight: inherit !important;
		line-height: inherit !important;
		display: inline;
	}

	.splashHeader {
		width: 75%;
	}
}

@media only screen and (min-width: 768px) {

	.header-slide .slide,
	#nav .slide-nav {
		position: static !important;
		left: 0 !important;
		top: 0 !important;
		display: block !important;
		height: auto;
	}
}

@media screen and (min-width: 1000px) {
	img.provinceImg {
		width: 12%;
		vertical-align: middle;
	}
}

#signInUpButton {
	background: #588a0f;
	color: #fff;
	border: none;
	transition: 0.3s;
	text-transform: uppercase;
	padding: 7px 6px 6px 7px;
	border-radius: 5px !important;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	font-size: 14px;
}

#signInUpButton:hover {
	background-color: #a0c963;
	opacity: 0.8;
}

.regionIcon {
	display: inline-block;
}

@media only screen and (max-width: 576px) {
	#signInUpButton {
		margin-top: 14px;
		margin-left: 10px;
	}
}