#menu.navbar-default {
    background-color: rgba(255, 255, 255, 1);
    border-width: 0px;
    border-radius: 0px;
    font-size: 16px;
}

#menu.navbar-default .navbar-nav>li>a {
    background-color: rgba(255, 255, 255, 1);
	border-bottom: 3px solid transparent;
	font-weight: 400;
	color: #5b644a;
	font-size: 16px;
}

#menu.navbar-default .navbar-nav>li>a:hover,
#menu.navbar-default .navbar-nav>li>a:focus {
	border-bottom: 3px solid #9fc45a; /*#9fc45a;*/
	z-index: 1;
	color: #363f25;
}
#menu.navbar-default .navbar-nav>.active>a,
#menu.navbar-default .navbar-nav>.active>a:hover,
#menu.navbar-default .navbar-nav>.active>a:focus {
    border-bottom: 3px solid #9fc45a; /*#9fc45a; */
	z-index: 1;
    color: #363f25;
}

@media only screen and (max-width : 767px) {
	#menu.navbar-default .navbar-nav>li>a {
		background-color: rgba(255, 255, 255, 1);
		border-bottom: 3px solid transparent;
		font-weight: 400;
		color: #5b644a;
	}

	#menu.navbar-default .navbar-nav>li>a:hover,
	#menu.navbar-default .navbar-nav>li>a:focus,
	#menu.navbar-default .navbar-nav>.active>a,
	#menu.navbar-default .navbar-nav>.active>a:hover,
	#menu.navbar-default .navbar-nav>.active>a:focus {
		border-bottom: transparent;		
		color: #9fc45a;
	}
}


#menu.navbar-default .navbar-toggle {
    border-width: 0px;
}
#menu.navbar-default .navbar-toggle:hover,
#menu.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
#menu.navbar-default .navbar-toggle .icon-bar {
    height: 2px;
  	border-radius: 1px;
}
#menu.navbar-default .navbar-toggle:hover .icon-bar,
#menu.navbar-default .navbar-toggle:focus .icon-bar {
    height: 2px;
  	border-radius: 1px;
}


/* Submenu */
#menu.navbar-default .navbar-nav li ul li a:hover,
#menu.navbar-default .navbar-nav li ul li a:focus{
	border-bottom: 3px solid #9fc45a;
	text-decoration: none;
}
/* hides sublists */
#menu.navbar-default .navbar-nav ul {
	position:absolute;
	padding:0;
	left:0;
	display:none;
	width: 100%;
}
#menu.navbar-default .navbar-nav li ul li {
	position: absolute;
	padding-top: 7px;
	margin-top: 0px;
	margin-left: 0px;
	
	width: 100%;
	display: block;
    height: 35px;
    list-style: none;
    font-size: 14px;
	font-weight: 400;
	z-index: 0;

	background-color:white;
}
/* show submenu on hover */
#menu.navbar-default .navbar-nav li:hover ul {
    display:block;
}
.submenu >.active>a{
	color: #5b644a;
	border-bottom: 3px solid #9fc45a;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: 400;
	width: fit-content;
}
.submenu > li > a {
	color: #5b644a;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	font-size: 14px;
	font-weight: 400;
}




.navbar-desktop {
	padding-bottom: 15px;
}

.nav-logo {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.navbar-toggle {
   margin: 45px 10px; 
}

.navbar-nav>li>a {
	padding: 0px 0px 0px 0px;
	padding-bottom: 3px;
	display: inline;
}

.navbar-nav li {
	margin-top: 60px;
	margin-bottom: 4px;
}
.navbar-secondary-nav{
	margin-right: 0px;
	font-size: 14px;
}
.navbar-secondary-nav li{
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 30px;
	font-size: 14px;
}


/* Content */ 

.img-squared {
	object-fit: cover;
	width: 230px;
	height: 230px;
}

.featurette_textBox,
.featurette_textBox_rightAlign {
	
}

.featurette_textBox_rightAlign {
	text-align: right;
}

@media only screen and (max-width : 991px) {
	.featurette_textBox,
	.featurette_textBox_rightAlign{
		text-align: left;
		padding: 15px 15px !important;
	}

	.featurette_image {
		padding: 0px 15px !important;
	}
	
	.navbar-desktop {
		padding-bottom: 15px;
	}
}

@media (max-width: 767px) { 
	
	.navbar-desktop {
		padding-bottom: 0px;
	}
}

@media only screen and (max-width : 479px) {
	.featurette_textBox,
	.featurette_textBox_rightAlign{
		text-align: center;
	}	
	
	.navbar-desktop {
		padding-bottom: 0px;
	}
}
	
	
	
	
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:left;
    /* reset the text-align */
    text-align:left;
    color: #5b644a;
    /* inline-block space fix */
    margin-right: -12px;
    margin-left: -3px;
}

.col-fixed {
    /* custom width */
    height: 370px;
    min-width: 300px;
}

.region-link {
	color: rgba(96, 157, 165, 1);
}

.region-link:hover, 
.region-link:focus {
	color: #5b644a;
}

.region-separator-vertical {
	float: left;	
	height: 200px;
  	border-left: 1px solid #c5c5c5;
  	margin-left: -10px;
}

.region-separator-horizontal {
	float: none;
	width: 100%;
  	border-top: 1px solid #c5c5c5;
	margin-top: -10px;
}

.content-separator {
	float: none;
	width: 100%;
  	border-top: 1px solid #c5c5c5;
}

.footer-separator {
	float: none;
	width: 100%;
  	border-top: 1px solid #5b644a;
}

.content-quotation {
	text-align: center;
	color: #5b644a;
	margin-top: 75px;
	margin-bottom: 75px;
}

a,
a:hover,
a:focus {
	font-size: 18px;
	font-weight: 300;
	color: #363f25;
}

p {
	font-size: 18px;
}

h1 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0px;
}

h2 {
	font-weight: 300;
	font-size: 2.0em;
	line-height: 1;
	margin-top: 10px;
}

h3 {
	font-weight: 300;
	font-size: 18px;
}

.dark-background {
	background-color: #5b644a;
}

.text-center {
    margin: auto;
    width: 600px;
}

.transparent-btn {
    background-color: transparent; 
	border: 1px solid #5b644a; 
	padding: 10px 14px; 
	border-radius: 0; 
	color: #5b644a; 
	font-size: 18px;
	font-weight: 300;
}
.transparent-btn:hover,
.transparent-btn:active,
.transparent-btn:focus {
	background-color: rgba(91, 100, 74, 0.7);
	border: 0px;
    color: white;
}

.transparent-btn-white {
    background-color: transparent; 
	border: 1px solid white; 
	padding: 10px 14px; 
	border-radius: 0; 
	color: white; 
	font-size: 18px;
	font-weight: 300;
}
.transparent-btn-white:hover,
.transparent-btn-white:active,
.transparent-btn-white:focus {
	background-color: rgba(255, 255, 255, 0.7);
	border: 0px;
    color: #5b644a;
}



/* Footer */ 

.footer-wrapper {
	background-color: white;/*#dcf1b5; #6a6a6a;*/	
	padding-bottom: 50px;
}

.footer-col-inner {
	color: #576045; /*#ffffff;*/
	text-align: left;
	height: 310px;
	width: 225px;
	
	padding-left:12px;
	padding-top: 30px;
	margin: 0 auto;
}

.footer-col-paddingLeft {
	padding-left: 50px;
}

.footer-col-outer a:hover, 
.footer-col-outer a:focus,
.footer-col-outer a {
	color: #576045; /*#ffffff;*/
}



/* Small devices (sm: tablets, 768px to 992px) */
@media (max-width: 991px) { 
	.footer-col-paddingLeft {
		padding-left: 0;
	}
	
	.footer-col-inner {
		height: 240px;
		padding-top: 50px;
	}
	
	#menu.navbar-default .navbar-nav>li>a {
		margin-left: 10px;
	}
}

/* Extra small devices (xs: phones, less than 768px) */
@media (max-width: 767px) { 
	.footer-col-inner {
		text-align: center;
	}
	
	.navbar-nav, .navbar-nav li, .navbar-nav li a {
		margin-top: 8px;
		margin-bottom: 8px;
		font-size: 18px;
	}
	
	#menu.navbar-default .navbar-nav>li>a {
		margin-left: 20px;
	}
	
	#menu.navbar-default .navbar-nav>li>a:hover,
	#menu.navbar-default .navbar-nav>li>a:focus,
	#menu.navbar-default .navbar-nav>.active>a,
	#menu.navbar-default .navbar-nav>.active>a:hover,
	#menu.navbar-default .navbar-nav>.active>a:focus {
		border-width: 2px;
	}
}






/* Desktops */
@media (min-width: 992px){
    .navbar li {
        margin-left : 0.9em;
        margin-right : 0.9em;
    }
    
    .col-fixed {
	    /* custom width */
	    height: 275px;
	    min-width: 300px;
	}
}




/* Video Styles */
/**
 * Custom Resets
 */
body,
video,
header,
main,
h1,
p {
    margin:0;
    padding:0;
}
/* Set a large height to see parallax effect */
main {
	display: block;
	height: 400px;
}
/* Prevent video jerky resize on load, reset defaults */
video {
	width: 100%;
	height: 100%;
	display: inline-block;
 	vertical-align: baseline;
}
.video-wrap {
	height: 100%;
	width: 100%;
}

/* Examples 
.content-overlay-left {
	clear:both;
	text-align:center;
	color: #ffffff;
	height: 0px;
	position:relative;
	z-index: 20;
	margin-top:-70px;
	margin-right: 60vh;
	margin-bottom: 70px;
} 

.content-overlay-right {
	clear:both;
	text-align:center;
	color: #ffffff;
	height: 0px;
	position:relative;
	z-index: 20;
	margin-top:-70px;
	margin-left: 60vh;
	margin-bottom: 70px;
}
*/

body {
	/*font-family: 'ProximaNova', Helvetica, Arial, Sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #363f25;
	overflow-x: hidden;
}

.content-overlay-left {	
	position:relative;
	height: 0px;
	margin-top:-70px;
	margin-bottom: 70px;
	margin-left: -50px;
	color: #ffffff;
	z-index: 20;
}

.content-overlay-right {	
	position:relative;
	height: 0px;
	margin-top:-70px;
	margin-bottom: 70px;
	margin-right: -50px;
	color: #ffffff;
	z-index: 20;
	text-align: right;
}

.content-overlay h1,
.content-overlay p {
	color: #fff;
}

.video-wrap::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, 0.5);*/
	z-index: 10;
}

header {
	height: 100px;
	background-color: #ddd;
}

.outer-wrap {
	height: 60vh;
}





/* Slide-In Animation */ 
.slideInOnScroll {
	visibility:hidden;
}
.slideIn {
	animation-name: slideIn;
	-webkit-animation-name: slideIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
@keyframes slideIn {
	0% {
	  opacity: 0;
	  transform: translateY(70%);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
}
@-webkit-keyframes slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}




.shortHeaderAboutUs {
	width: 100%;
	height: 50vh;	
	background-size: cover;
	background-repeat: no-repeat;
}
.shortHeader {
	width: 100%;
	height: 35vh;	
	background-size: cover;
	background-repeat: no-repeat;
}





/* Parallax */
.stellarParallax {
	width: 100%;
	height: 60vh;	
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
/*
#parallaxContainer {
		height: 50vh;
		overflow: hidden;
		border: 1px solid;
}
#parallaxContainer > * {
	height: 200%;
	position: relative;
	top: -100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}*/


/* Header Video */
.video-header {
	overflow: hidden;
	position:relative;
	width: 100%;
	height: 78vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-color:#dde9e9;
}

/* Header Video */
.video-header-full {
	overflow: visible;
	position:relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.video-header-full video {
	z-index: -1;
	object-position: bottom;
	object-fit: cover;
}

.video-header video {
	z-index: -1;
	object-position: center;
	object-fit: cover;
	background-color:#dde9e9 !important;
}

.video-wrapper {
	display: block;
	float: left;
	overflow: hidden;
	width: 66%;
	height: 100%;
	min-width: 66%;
	min-height: 100%
}

.description-header {
	display: block;
	float: left;
	width: 34%;
	height: 100%;
	min-width: 34%;
	min-height: 100%;
	padding-top: 25vh;
	padding-left: 7vh;
	padding-right: 7vh;
}

.video-wrapper-centered {
	display: block;
	float: left;
	overflow: hidden;
	width: 80%;
	height: 100%;
	min-width: 80%;
	min-height: 100%
}

.placeholder-header {
	display: block;
	float: left;
	width: 10%;
	height: 100%;
	min-width: 10%;
	min-height: 100%;
	background-color: white;
}


/* Carousel */
#carousel {		
	overflow: hidden;
	position:relative;
}
#carousel .item {
	width: 100%;
	height: 78vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

#carousel .absolute-div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.carousel-control.left, .carousel-control.right {
	background: none !important;
	outline: 0;
   }


/* Carousel */
#content-carousel {		
	overflow: hidden;
	position:relative;
}
#content-carousel .item {
	width: 100%;
	height: 70vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

#content-carousel .absolute-div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Carousel */
#small-carousel {		
	overflow: hidden;
	position:relative;
}
#small-carousel .item {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

#small-carousel .absolute-div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.carousel-indicators > li {
	border-radius: 0;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}
.carousel-indicators .active {
	background-color: white;
	border-color: white;
}


