@charset "utf-8";
/* CSS Document */
html{
}
body {
	margin:0;
	padding:0;
    color: #000000;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
    font-size: 20px;
	background:#FFFFFF;
}
bold,
strong{
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
a,
a:focus{
	outline:none !important;
	text-decoration:none;
	color: #799F70;
	font-weight:400;
}
a:hover{
	text-decoration:none;
	color: #474747;
}
img{
	border:none;
}
.clr{
	clear:both;
	height: 0;
}
*{
}
p {
	margin: 0 0 10px 0;
	padding-left:0;
}
strong{
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}
li{
	line-height: 1.42857;
}
.readmore{
}
.btn{
    color: #FFFFFF ;
	opacity: 1;
	padding: 8px 20px;
	display:block;
	border: 0;
	width: fit-content;
    background-color: #799F70;
    padding: 5px 20px;
    border-radius: 0;
}
.btn a, .smallbutton a, .button a, .readmore a{
    color: #FFFFFF;
}
.btn:hover{
	opacity: 0.6;
    background-color: #66893B;
    color: #FFFFFF;
}
.btn a:hover, .smallbutton a:hover, .button a:hover, .readmore a:hover{
	opacity: 0.6;
    background-color: #66893B;
    color: #FFFFFF;
}
.icon-chevron-right{
	display: none;
}
/*** MAIN ***/
#top{
    position: fixed;
    height: 270px;
    display: grid;
    grid-template-columns: auto 1fr ;
    width: 100%;
    z-index: 19;    
    background: rgb(28,45,60);
    background: -webkit-linear-gradient(0deg, rgb(28 45 60 / 00%) 50%, rgb(28 45 60 / 70%) 100%)!important;
    background: -o-linear-gradient(0deg, rgb(28 45 60 / 0%) 50%, rgb(28 45 60 / 70%) 100%)!important;
    background: linear-gradient(0deg, rgb(28 45 60 / 0%) 50%, rgb(28 45 60 / 70%) 100%)!important;
}
}
header {
    width: 100%;
    height: 500px !important;
}
content{
	padding-top:0;
	padding-bottom:130px;
    position: relative;
    background-image: url(../images/bg_content.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
bottom {
	font-size:14px;
	padding-top:80px;
	padding-bottom:80px;
    background-color: #66893B;
}
footer {
    font-size: 11px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #66893B;
    color: #AFC199;
}
/* HEADER */
header > div .flexheader{
    width: 100% !important;
    height: 500px !important;
    background-size: cover;
    background-position: 50%;
}
/* TOP */

#top #logo{
    width: 311px;
    height: 60px;
	margin:24px 0 0 30px;
	float: left;
}
#top #logo a{
	display:block;
    width: 311px;
    height: 60px;
	background: url("../images/logo.png") no-repeat top left ;
	background-size: 311px 60px;
	text-indent: -9999px;
}
#top #navigation{
	float:right;
	position:relative;
    margin: 40px 30px 0px 0px;
}
#top::after{
    content: '';
    width: auto;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
}
/* navigation */

#js-mainnav.megamenu .js-megamenu{
	text-align:right;
	width: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
}
#navigation #js-mainnav{
	margin:0;
    border: none !important;
}
#navigation #js-mainnav ul{
    list-style: none outside none;
    margin: 0;
    padding:0;
}
#navigation #js-mainnav ul li {
	float: left;
	margin:0;
	padding:0;
}
#navigation #js-mainnav ul li a{
	display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
	text-transform:uppercase;
    padding:0 0 8px 0;
	margin:0 15px;
	text-align:left;
    font-weight: 300;
    opacity: 0.6;
}
#navigation #js-mainnav ul li a:hover, 
#top #js-mainnav ul li.active a:hover{
	color: #FFFFFF;
    opacity: 1;
    border-bottom: 4px solid #ADCC87;

}
#navigation #js-mainnav ul li.active > a{
	color: #FFFFFF;
    opacity: 1;
    border-bottom: 4px solid #ADCC87;
}
#js-mainnav.affix .js-megamenu {
    float: left;
    position: relative;
	width: auto;
}

#navigation #js-mainnav .mainNav > ul{
	float: right;
    position: relative;
}

li.haschild:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
}
#navigation #js-mainnav ul li ul li {
	float:none;
}
/* CONTENT */

content .item-page {
    max-width: 800px;
    margin: auto;
    align-items: center;
}

content{
	line-height: 28px;
}
content h1,
content .componentheading{
    clear: both;
    font-size: 52px;
	font-weight: 300;
    margin: 0 0 8px 0;
    padding: 0 0 40px 0;
	line-height:normal;
	text-align: left;
    color: #799F70;
    font-family: 'Cormorant Garamond', serif;
}
content h3,
content .blog h2{
	clear: both;
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    margin-bottom: 15px;
    margin-left: 0;
}
content h4{
    font-size: 20px;
    margin-bottom:10px;
	line-height: normal;
}
content .fulltext {
    clear: both;
}
content .fulltext h2, 
content .fulltext h3, 
content .fulltext h4 {
    clear: none;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
    margin-top: 0;
}
content p.desc {
    font-size: 14px;
    line-height: 140%;
	margin-bottom: 70px;
}
content .blog .p1{
	margin: 0 15px;
}
content .moduletable{
	font-size:14px;
	line-height: 150%;
}
content .moduletable h3 {
    margin: 40px 0 20px 0;
    padding: 0;
    font-size: 38px;
    line-height: normal;
    text-align: center;
}
content .moduletable p{
	margin:0;
	padding:0;
}
.pull-left.item-image {
    margin: 0 20px 0 0;
    width: 50%;
    height: 180px;
}
content .article-info-term{
  display:none;
}
content .published {
    color: #9B9B9B;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}
.card {
    background-color: transparent;
    border: 0px solid #dfe3e7;
    border-radius: 0;
}
.card-header {
    padding: 0 0 20px 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
    margin: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 0;
}
/* BOTTOM */
bottom .card-body {
    color: rgba(255, 255, 255, 0.5);
}
bottom .moduletable.logo{
	margin-top: 0;
}
bottom .moduletable.logo p{
	margin-right: 20px;
}
bottom .moduletable h3{
	color: #FFFFFF;
    margin: 0;
    padding: 0 0 20px 0;
	font-size:24px;
	font-weight: 300;
	text-transform: uppercase;
}
bottom .moduletable p{
	margin:0;
	padding:0;
}
bottom .moduletable ul{
	margin: 0;
	padding: 0;
}
bottom .moduletable ul li{
	list-style: none;
	margin: 0;
	padding: 0 0 4px 0;
}
bottom .moduletable a{
	color:rgba(255,255,255,0.70);
	font-weight: 300;
	display: grid;
	grid-template-columns: 1rem 1fr;
}
bottom .moduletable a:hover{
	color:#E90000;
}
bottom .moduletable a span {
    display:block;
	float: left;
	width: 90
}
bottom .moduletable.contact a{
	display: inline;
}
bottom .card-header {
    color: #FFFFFF;
}
bottom .card-body,
bottom .card-body a{
    color: #AFC199;
}
/* FOOTER */

footer ul{
    list-style: none outside none;
    margin: 0;
    padding:0;
}
footer ul li {
	float: left;
	margin:0;
	padding:0;
}
footer ul li a{
	float: left;
	margin:0 ;
	padding:0 10px;
    color: #AFC199;
}
footer ul li a:hover{
	color:#FFFFFF;
}
.gdocreative{
	float:right;
	padding:0;
    color: #AFC199;
	font-weight: 200;
}
.gdocreative:hover{
	color:#FFFFFF;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
