@font-face {
	font-family: 'OpenSans-Light';
	src: url('../fonts/OpenSans-Light.eot');
	src: local('☺'), url('../fonts/OpenSans-Light.woff') format('woff'),
					 url('../fonts/OpenSans-Light.ttf') format('truetype'),
					 url('../fonts/OpenSans-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.eot');
	src: local('☺'), url('../fonts/OpenSans-Regular.woff') format('woff'),
					 url('../fonts/OpenSans-Regular.ttf') format('truetype'),
					 url('../fonts/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: local('☺'), url('../fonts/OpenSans-Bold.woff') format('woff'),
					 url('../fonts/OpenSans-Bold.ttf') format('truetype'),
					 url('../fonts/OpenSans-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/Oswald-Light.eot');
	src: local('☺'), url('../fonts/Oswald-Light.woff') format('woff'),
					 url('../fonts/Oswald-Light.ttf') format('truetype'),
					 url('../fonts/Oswald-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Regular';
	src: url('../fonts/Oswald-Regular.eot');
	src: local('☺'), url('../fonts/Oswald-Regular.woff') format('woff'),
					 url('../fonts/Oswald-Regular.ttf') format('truetype'),
					 url('../fonts/Oswald-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-DemiBold';
	src: url('../fonts/Oswald-DemiBold.eot');
	src: local('☺'), url('../fonts/Oswald-DemiBold.woff') format('woff'),
					 url('../fonts/Oswald-DemiBold.ttf') format('truetype'),
					 url('../fonts/Oswald-DemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RockwellStd';
	src: url('../fonts/RockwellStd.eot');
	src: local('☺'), url('../fonts/RockwellStd.woff') format('woff'),
					 url('../fonts/RockwellStd.ttf') format('truetype'),
					 url('../fonts/RockwellStd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
/* End Reset */

body {
	line-height: normal;
	font: 14px 'OpenSans-Regular';
	color: #333;
}

/* Links */
a,
input[type=submit] {
	display: inline-block;
	color: inherit;
	outline: none;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
img {
	max-width: 100%;
}
a[href^="tel:"] {
	color: inherit;
}

/* Form elements */
input:not([type="number"]):not([type="submit"]) {
    min-width: 296px;
    padding: 18px 12px 17px;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: top;
    font: 14px 'OpenSans-Regular';
    color: #333;

}
input.select2-search__field {
	min-width: 0 !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
	width: 56px;
	height: 56px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: url(../images/icons/search.png) no-repeat center center #11733c;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: url(../images/icons/search.png) no-repeat center center #b08b58;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
	padding: 0;
	border: none;
	line-height: 1;
}
textarea {
	resize: none;
}

/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
  	color: #333;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #333;
	opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #333;
	opacity: 1;
}

/* Headings */
h1 {
	margin-bottom: 24px;
	text-transform: uppercase;
	font: 54px/66px 'Oswald-DemiBold';
}
h1 span {
	display: block;
    margin-bottom: 34px;
	font: 34px/48px 'Oswald-Regular';
}
/*
h2 {
	text-transform: uppercase;
	margin-bottom: 18px;
	font: 42px/46px 'Oswald-Light';
}
h2 span {
	display: block;
    margin: 10px 0 30px;
	text-transform: none;
	font: 18px 'Oswald-Light';
}
*/
h2 {
	margin-bottom: 8px;
	font: 36px/40px 'Oswald-Regular';
	color: #11733c;
}
h3 {
	margin-bottom: 8px;
	font: 32px/36px 'Oswald-Regular';
	color: #11733c;
}
h4 {
	margin-bottom: 8px;
    font: 17px/24px 'OpenSans-Bold';
}
h5 {
    margin-bottom: 12px;
    font: 16px 'Oswald-DemiBold';
}
h6 {
    margin-bottom: 12px;
	font: 14px 'Oswald-DemiBold';
}
h3 + h1 {
    margin-top: -8px;
}

/* Block-level */
address {
	font-style: inherit;
}
p {
	margin-bottom: 24px;
    line-height: 24px;
}
p.no-margin {
	margin-bottom: 0;
}
p a {
	font-family: 'OpenSans-Bold';
	color: #11733c;
}
p a:hover {
	color: inherit;
}
ul {
	list-style-type: none;
}
.content ul:not([class]) {
	list-style: disc;
	padding-left: 2em;
	padding-bottom: 2em;
}
strong {
	font-weight: normal;
	font-family: 'OpenSans-Bold';
	color: #11733c;
}
sup {
	font-size: 11px;
}

/************************************************************
Generic Site Styles */
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	float: none !important;
}
.table.page,
.container {
	max-width: 1064px;
	margin: 0 auto;
}
.container {
	padding: 0 20px;
}
main .table.page,
.table.auto-height {
	height: auto;
}

.table.auto-width {
	width: auto;
}

.table.auto-all {
	height: auto;
	width: auto;
}

.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none !important;
}
.padding {
	padding: 0px 20px;
}
.padding-left {
	padding-left: 20px;
}
.padding-right {
	padding-right: 20px;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}

/* Text alignment */
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}
.frame-contain iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.relative {
	position: relative;
}
.full-size {
	height: 100%;
	width: 100%;
}
.quarter-size {
	width: 25%;
}

.on-top {
  position: relative;
  z-index: 1;
}

.hide {
	display: none !important;
}

.no-scroll {
	overflow: hidden;
}

a:before,
a:after,
[class*="fa-"],
.header-wrapper,
.sub-ctrl,
.img-box,
.img-box:after,
.img-box .text-box,
.item-link,
.slick-arrow:after,
.featured-slider > .slick-arrow {
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	 	-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

.header-menu,
.nav-menu > li,
.sub-menu,
.logo {
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(51,51,51,.25);
	z-index: 1;
}
.bg-box {
	padding: 30px 0;
	color: #fff;
	background-color: #11733c;
}
.text-box {
    display: inline-block;
    width: 74%;
}
.img-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: rgba(51,51,51,.5);
    opacity: 0;
    visibility: hidden;
}
.img-box .relative {
    z-index: 1;
}

.btn {
	min-width: 180px;
    padding: 14px;
    border: 2px solid #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	text-transform: uppercase;
	text-align: center;
	font: 18px/24px 'Oswald-Regular';
	color: #333;
}
.btn:hover {
	border-color: #11733c;
	background-color: #11733c;
	color: #fff;
}
.btn.white {
	border-color: #fff;
	color: #fff;
}
.btn.white:hover {
	color: #11733c;
	background-color: #fff;
}
.btn + .btn {
	margin-left: 36px;
}
.btn i {
	color: #11733c;
}
.btn:hover i {
	color: inherit;
}

.more-link {
	text-transform: uppercase;
	font: 18px/24px 'Oswald-DemiBold';
}
.more-link:hover {
	color: #0d4925;
}
.more-link:before {
	content: "\f155";
	display: inline-block;
    margin-right: 5px;
	font: 18px/24px Font Awesome\ 5 Pro;
	font-weight: bold;
    color: #11733c;
}
.more-link:after {
	content: "\f105";
	display: inline-block;
    margin-left: 5px;
	font: 20px/24px Font Awesome\ 5 Pro;
	font-weight: bold;
    color: #11733c;
}
.negative-indent {
    margin: 0 -4px;
}

/************************************************************
SelectBox plugin main styles */
.sbHolder {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 168px;
	height: 56px;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    font-size: 14px;
	background-color: #fff;
	cursor: pointer;
}
.sbHolder.open {
	-webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.sbToggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
}
.sbToggle:after {
	content: "\f107";
	position: absolute;
	top: 50%;
	left: 0;
    margin-top: -10px;
	font: 20px/24px Font Awesome\ 5 Pro;
	font-weight: bold;
}
.sbSelector {
	height: 100%;
    margin-right: 30px;
    padding: 0 6px 0 17px;
    line-height: 56px;
}
.sbOptions {
	position: absolute;
    min-width: calc(100% + 2px);
	margin: 0 0 -3px -1px;
	margin-left: -1px;
	border: 1px solid #bbb;
	-webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background: #fff;
    z-index: 9;
    overflow: auto;
    z-index: 50;
}
.sbOptions li a {
	display: block;
    padding: 8px 6px 7px 17px;
    line-height: normal;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
    cursor: pointer;
}
.sbOptions li a:hover {
    color: #11733c;
    background-color: #eaeaea;
}

/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
	z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
	z-index: 8 !important;
}
.slick-vertical .slick-slide {
	position: relative;
	border: none;
}
.slick-slide img {
    margin: 0 auto 20px;
}
.slider-control {
	position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 1100px;
    width: 100%;
    margin-left: -550px;
    text-align: right;
    z-index: 8;
}
.slick-arrow {
    width: 35px;
	height: 35px;
	color: #fff;
	z-index: 9;
}
.slick-arrow:hover {
	color: #b08b58;
}
.slick-arrow:after {
    font: 32px/21px Font Awesome\ 5 Pro;
    font-weight: bold;
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow.slick-next:after {
	content: "\f105";
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
    bottom: 25px;
    height: 10px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f6f6f7;
}
.slick-dots li.slick-active button {
	background-color: #11733c;
}
.slick-dots li button:before {
    content: none;
}
body:not(.desktop) * {
	background-attachment: scroll !important;
}