.nav-container {
    /*background: rgba(47, 146, 156, 0.07);*/
}
.bar .logo {
 max-height: 88px;
top: 0;
}

ul.menu-vertical, li.dropdown, .bar__module li {list-style: none}

.dropdown .dropdown__content:not([class="bg--dark"]) .menu-vertical a {
    color: #92b94f;
}
.menu-vertical li a {
    font-weight: bold;
}

.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    font-size: 1em;
    line-height: 2.166666666666667em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px
}
.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
    color: #92b94f;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}

@media (min-width:1200px) {
.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
	font-size: larger;}
}

p, ul, ol, pre, table, blockquote {
    margin-bottom: 1em;
}
h2, .h2 {margin-top: 0.78em;}
/*.slides li img {min-height: 18vh; max-height: 18vh}	*/
.alignright {float: none !important; width: 100%; }
.alignleft {float: none !important; width: 100%;}
.bloglist {width: 30%; margin: 1em;}

@media only screen and (min-width: 768px) {
/*.slides li img {min-height: 20vh; max-height: 20vh}	*/
.bloglist {width: 45%;}	
.alignright {margin-left: 2.78571429em; margin-top: 1.85em; float: right !important; width: 60%; }
.alignleft {margin-right: 2.78571429em; margin-top: 1.85em; float: left !important; width: 60%;}
}

@media only screen and (min-width: 900px) {  
/*.bar .menu-horizontal {top: 36px;}*/
/*.slides li img 	{min-height: 75vh; max-height: 75vh}*/
	.bar .logo { max-height: 108px;}
}

input[type="submit"] {
  /*background: none;*/
  outline: none;
  border: none;
  background: #92b94f;
  padding: 0.46428571em 2.78571429em 0.46428571em 2.78571429em;
  color: #fff;
}

#content ul:not(.slides) {margin-left: 3em;}

h1, h3 {color: #92b94f}

h2, a {color: #92b94f; font-weight: normal;}


footer .logo {
    max-height: 3em;
}

footer {
	padding: 1.5em 0; 
	
	opacity: 1;
	color: white;
} 

footer .type--fine-print:not(p) {
    opacity: 1;
}
footer:not(.bg--primary):not(.bg--dark) a {
    color: #fff;
}
footer a {text-decoration: none}
footer a:hover {opacity: .8}

h4,
.h4 {
  margin-bottom: 0;
  font-weight: 400;
}


.label:not([class*="bg--"]) {
    background: #A3CE58;
	
}

article.imagebg .label {
    color: black;
}

article .article__body p, article .article__body ul {
    font-size: 1em;
    line-height: inherit;
	color: #666;
     
}
article .article__body ul {
list-style: outside;
	padding-left:2em;
	}
article .article__body p, article .article__body ul li {
	margin-bottom: 1em;
}


.blog_author, .blog_date {font-size: smaller}
.blog_summary {line-height: normal}

a:hover {
    color: #17474c;
	text-decoration: none;
    
}

.bg--secondary {
    background: url(../images/bg-dot.png) repeat;
}

.btn--primary,
.btn--primary:visited {
  background: #92b94f;
  border-color: #92b94f;
}

.btn--primary:hover {
  background: #151516;
	border-color: #151516;
}

.btn--primary-2,
.btn--primary-2:visited {
  background: #151516;
  border-color: #151516;
}

.btn--primary-2:hover {
  background: #454343;
	border-color: #454343;
}

.btn .btn__text,
.btn i {
  font-size: inherit;
   color:#fff;
}

p + a:not(.btn) {
  font-size: 1em;
  line-height: 2.16666667em;
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
}


.feature__body {padding: 1em}
.feature__body p {line-height: normal}

.project-thumb img {margin-bottom: 10px}
.project-thumb p {line-height: normal}

.project-thumb:not(.hover-element) > a {margin-bottom: 10px}
.input-checkbox + span {
  white-space: normal;
display: inline;
}

.bg--dark .input-checkbox:not(.checked) label {
  border-color: #a5a5a5;
}
.bg--dark .input-checkbox + span {
  opacity: .75;
}
h3 + form, .h3 + form, .lead + form {
    margin-top: 0.786em;
}

.input-checkbox input:checked + label {
    border-color: #92b94f;
    background: #92b94f;
}

input[type]:focus,
select:focus,
textarea:focus {
  border-color: #92b94f;
	/*background: #92b94f;*/
}

.radio input[type="radio"] {
margin-top: -5px;
width: auto;

}
.radio label {display: block;}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #7e7a7a;
  font-size: 1.14285714em;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #7e7a7a;
  font-size: 1.14285714em;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7a7a;
  font-size: 1.14285714em;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #7e7a7a;
  font-size: 1.14285714em;
}

.feature h4 + p {
  /*max-width: 22.28571429em;*/
	margin: 5px 0;
}

.card-2 .card__top img {margin-bottom: 0; height: 215px}
.card-2 .card__body, .card-2 .card__bottom {padding: 1em}

.lead {color: #252525; margin-bottom: 1em}
.lead:not(:last-child) {margin-bottom: 1em}

.flickity-slider li.slide img {max-height: 325px}

.pagination {
  text-align: center;
  margin: 1.85714286em 0 ;
}

@media all and (max-width: 868px) {
  .dropdown .dropdown__container {
    min-width: 100%;
    position: relative;
    display: none;
  }
  .dropdown .dropdown__content {
    padding: 1.85714286em;
    left: 0 !important;
  }
  .dropdown.dropdown--active > .dropdown__container {
    display: block;
  }
}

@media all and (min-width: 868px) and (max-width: 1023px) {
  .bar-2 .menu-horizontal > li,
  .bar-1 .menu-horizontal > li {
    display: inline-block;
  }
  .bar-2 .menu-horizontal > li:not(:first-child),
  .bar-1 .menu-horizontal > li:not(:first-child) {
    margin-left: 0.92857143em;
  }
  .bar-2 .bar__module,
  .bar-1 .bar__module {
    margin-bottom: 1.85714286em;
  }
  .bar-2 .row div[class*='col-']:last-child .bar__module:last-child,
  .bar-1 .row div[class*='col-']:last-child .bar__module:last-child {
    margin-bottom: 0;
  }
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

ul.bullets {
  list-style: outside;
}

p.lhnormal, p.lhnormal a, div.lhnormal, div.lhnormal p {line-height:normal !important}