body {
	color: #000;
	font-family: "expo-sans-pro", sans-serif;
	font-size: 16px;
	background-color: #f1f1f1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, p, form, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-size: 1em;
	font-weight: normal;
}
p {
	line-height: 1.438em;
	margin-bottom: 1em;
}
table {
	border-spacing: 0;
    border-collapse: collapse;
}
#content {
	min-height: 560px;
}
#header {
	background-color: #fff;
	border-bottom: 2px solid #ccc;
}
.container, #headerInner, #footerInner {
	width: 990px;
	margin: 0px auto;
	position: relative;
	padding: 80px 15px;
}
.container.no-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.container-big {
	position: relative;
}
.container-header {
	padding: 0px;
	height: 300px;
	background-size: cover;
	background-position: center top;
	max-width: inherit;
	width: 100%;
	background-repeat: no-repeat;
}
.container.inner-header {
	padding: 0px;
}
.container.inner-header .header {
	font-size: 3em;
}
.container.inner-header .subheader {
	font-size: 1.571em;
}
.row {
	position: relative;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.row.no-offset {
	margin-left: 0px;
	margin-right: 0px;
}
.block {
	position: relative;
}
a {
	text-decoration: none;
	color: #c44a02;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.fixCellPadding {
	line-height: 0px !important;
}
UL  {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;	
}
UL LI {
	margin: 0px;
	padding: 0px;	
}
.custom-content ul {
	list-style-type: disc;
    padding-left: 20px !important;
    margin: 1em 0px 1em 1em !important;
}
.custom-content li {
	padding: 0px !important;
}
.bullets-custom {
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.bullets-custom LI {
	margin-bottom: 30px;
	line-height: 1.3em;
	padding-left: 5px;
}
INPUT, TEXTAREA, SELECT {
	font-family: "expo-sans-pro", sans-serif;
	font-size: 16px;
	color: #000;
	width: 100%;
	padding: 5px 7px;
    border: 2px solid #999;
    background-color: #fff;
}
INPUT[TYPE="text"], INPUT[TYPE="tel"], INPUT[TYPE="email"], TEXTAREA, SELECT {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
}
.selectBackground {
    border: 2px solid #999;
    background-color: #fff;
}
.dropdown::after {
	position: absolute;
    z-index: 10;
    top: 55%;
    right: 8px;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1em;
    content: "\f078";
    color: #000;
    pointer-events: none;
}
SELECT {
	padding: 6px 25px 6px 7px;
}
SELECT::-ms-expand {
	display: none;
}
.fieldContainer {
	display: inline-block;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
TEXTAREA {
	resize: none;
}
INPUT[TYPE="radio"], INPUT[TYPE="checkbox"], INPUT[TYPE="image"] {
	width: auto;
	border: none;
	background: none;
	padding: 0px;
	box-shadow: none;
	margin-bottom: 0px;
}
INPUT:focus, TEXTAREA:focus, SELECT:focus {
	outline: none;
	border-color: #c44a02;
}
a.button, INPUT[type=submit] {
	padding: 5px 20px;
	font-weight: bold;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	font-size: 16px;
	background-color: #c14001;
	border-radius: 5px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
a.button:hover, INPUT[type=submit]:hover {
}
INPUT[type=submit] {
	border: 0px;
	border-radius: 0px;
	cursor: pointer;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}
::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
	color: #999;
}
textarea:-ms-input-placeholder {
	color: #999;
}
.placeholder {
	color: #999;
}
.selectOption {
	color: #000;
}
.long {
	width: 590px;
}
.medium {
	width: 150px;
}
.short {
	width: 50px;
}
.full {
	width: 99%;
}
.headerText {
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	color: #fff;
	text-align: center;
	width: 1900px;
	max-width: 100%;
	padding: 0px 15px;
}
#headerInner {
	height: 120px;
	padding: 0px 15px;
}
#menu {
	position: relative;
	text-align: right;
	float: right;
}
#footer {
	background-color: #333;
	background-image: url(/images/background_footer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#footerInner {
	padding: 50px 15px;
	color: #FFF;
}
#footerInner a {
}
#footerInner a:hover {
	color: #fff;
    text-decoration: none;}
#logo {
	position: relative;
    width: 300px;
    top: 10px;
    float: left;
}
#logo img {
	max-width: 100%;
	height: auto;
	display: block;
}
#footerLogo {
	width: 159px;
	height: auto;
}
#smallmenu {
	float: right;
	position: relative;
	margin-top: 15px;
	clear: both;
}
#mainmenu {
	position: relative;
	display: inline-block;
	margin-bottom: -4px;
}
.menus li {
	float: left;
    position: relative;
    font-size: 24px;
    margin-right: 40px;
    text-transform: uppercase;
}
.smallmenus li {
	float: left;
	font-size: 0.857em;
	padding: 0px 15px;
	text-transform: uppercase;
	border-right: 1px solid #91c379;
}
.smallmenus li:last-child {
	border-right: none;
}
.menus li:last-child {
	margin-right: 0px;
}
#smallmenu a {
	color: #91c379;
}
#smallmenu a:hover {
	text-decoration: none;
	color: #fff;
}
#mainmenu a {
	color: #000;
    line-height: 1em;
}
#mainmenu a:hover, #mainmenu a.menuOn {
	text-decoration: none;
	color: #c44a02;
}
.submenu {
	position: absolute;
    z-index: 1000;
    min-width: 100%;
    white-space: nowrap;
    margin-top: 5px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(22,22,22,.17);
    border-radius: 4px;
    padding: 10px 15px;
    display: none;
    border: 1px solid #ccc;
    left: -25px;
}
.submenuList li {
	float: none;
    text-align: left;
    background-color: #fff;
    font-size: 16px;
	text-transform: none;
	margin-right: 0px;
	padding: 10px 0px;
}
.submenuList a {
	color: #666 !important;
	display: block;
}
.submenuList a:hover {
	color: #c44a02 !important;
}
.copyright {
	font-size: 11px;
	line-height: 1.5em;
}
.header, .subheader, .subheader2, .subheader3 {
	margin-bottom: 1em;
	line-height: 1.2em;
}
.header {
	line-height: 1em;
	font-size: 3.429em;
}
.subheader {
	font-size: 2.286em;
}
.subheader2 {
	font-size: 1.714em;
	text-transform: uppercase;
	margin-top: 1em;
}
.subheader3 {
	font-size: 1.5em;
	margin-top: 1em;
}
.column-left {
	float: left;
	position: relative;
}
.column-right {
	float: right;
	position: relative;
}
hr {
	background-color: #FFF;
	height: 1px;
	width: 100%;
	border: 0px;
	margin: 50px auto;
	position: relative;
}
.table {
	width: 100%;
	border-spacing: 15px;
	margin-top: 30px;
}
.table td {
	padding: 30px;
	background-color: #fff;
	vertical-align: top;
}
.table .header-row td {
	font-weight: bold;
	background-color: #FFF !important;
	width: 250px;
	text-transform: uppercase;
}
.table .top-row td {
	border-top: 1px solid #f0f0f0;	
}
.required {
	color:#d2232a;
	font-weight: bold;
}
.column16, .column20, .column25, .column30, .column33, .column50, .column66, .column75, .column100 {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
.column16 {
	width: 16.66666667%;
}
.column20 {
	width: 20%;
}
.column25 {
	width: 25%;
}
.column30 {
	width: 30%;
}
.column33 {
	width: 33.33333333%;
}
.column50 {
	width: 50%;
}
.column66 {
	width: 66.66666667%;
}
.column75 {
	width: 75%;
}
.column100 {
	width: 100%;
	padding: 0px;
}
.first {
	padding-left: 0px !important;
}
.last {
	padding-right: 0px !important;
}
.popupOutter {
	position: fixed;
	z-index: 10000;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	padding: 20px;
}
#windowPopup {
	display: none;
}
#popupBox {
	position: relative;
	background-color: #FFF;
	/* [disabled]box-shadow: 0px 3px 7px rgba(0,0,0,0.3); */
	padding: 2px;
}
.windowContent {
	line-height: 0px;
	cursor: zoom-out;
}
.windowContent img {
	width: 100%;
	height: 100%;
}
.close {
	position: absolute;
    z-index: 1000;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: #000;
    padding: 5px;
    line-height: 0px;
}
.stickToTop {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0px;
}
#footerCopyright {
	color: #999;
	font-size: 0.786em;
	margin-top: 50px;
}
#footerCopyright a {
	color: #999;
}
.socialMedia {
	display: inline-block;
	margin: 0px 10px;
}
.footerMenu h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}
a.subscribeButton {
	display: block;
	padding: 5px;
	background-color: #a1a1a1;
	color: #FFF !important;
	font-size: 12px;
	margin-top: 10px;
}
.no-margin-top {
	margin-top: 0px;
}
.no-margin-bottom {
	margin-bottom: 0px;
}
.margin-top-small {
	margin-top: 1em;
}
.margin-top-large {
	margin-top: 2em;
}
.margin-bottom-small {
	margin-bottom: 1em;
}
.margin-bottom-large {
	margin-bottom: 2em;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.verticalMiddleText {
	vertical-align: middle;
}
#at15s {
	display: none !important;
}
#map-canvas {
	width: 100%;
	height: 400px;
}
a.moreLink {
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 0.857em;
	line-height: 1.2em;
}
.align-icons li i {
	top: 0px;
}

/* MOBILE STYLES */
#mobileMenu {
	display: none;
	background-color: #00722f;
}
#mobileMenuIcon {
	display: none;
	position: absolute;
    bottom: 15px;
	left: 15px;
    font-size: 16px;
	line-height: 1em;
}
#mobileLangIcon {
	display: none;
	position: absolute;
    bottom: 17px;
    font-size: 16px;
    line-height: 1em;
    border: 2px solid #fff;
    padding: 5px;
    left: 55px;
    width: 36px;
    height: 30px;
    text-align: center;
}
.mobileMenuList LI {
	border-bottom: 1px solid #41a744;
	float: none;
	font-size: 1.286em;
	margin-right: 0px;
	font-weight: bold;
}
.mobileMenuList LI:last-child {
	border: none;
}
.mobileMenuList LI a {
	display: block;
    padding: 10px 15px;
    color: #fff;
}
#mobileSubmenu1 {
	display: none;
}
.telDesktop {
	display: inline-block;
}
.telMobile {
	display: none;
}
.mobileElement {
	display: none;
}
/* END MOBILE STYLES */








/* #################################################################### CUSTOM STYLES ################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
#Menu1 {
    cursor: default;
    padding-bottom: 5px !important;
}
.sliderImage {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 100%;
}
.sliderDetails {
	position: absolute;
	font-size: 48px;
	color: #FFF;
	width: 100%;
	bottom: 100px;
}
.sliderDetails DIV {
	    text-align: center;
    width: 70%;
    margin: 0px auto;
    line-height: 1em;
    max-width: 870px;
}
.sliderDetails .blurb {
	font-size: 24px;
	text-transform: none;
	font-weight: normal;
}
#slides, #slides .slide {
	height: 550px;
}
.menuArrow {
	font-size: 0.8em;
}
.gallery {
	margin-left: -15px;
	margin-right: -15px;
}
.gallery li {
	position: relative;
	width: 198px;
	padding: 0px 15px;
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 25px;
}
.gallery li a {
	border: 2px solid #000;
    box-shadow: 0px 2px 10px #666;
	line-height: 0px;
	background-color: #fff;
}














/* #################################################################### RESPONSIVE SCREEN SIZES ######################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
/* ###################################################################################################################################################################*/
