/*
Theme Name: mariebergsskogen 2021
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mariebergsskogen
Tags: one-column, two-columns
Theme URI:
*/

/* ---------------------------------------------------------
	1. General reset
	2. icomoon fonts styles
	3. Common site styles
	---------------------------------------------------------*/
	
	.current_page_item .dropdown {
	   display: block !important;
	}
	
.visually-hidden {
  position: absolute!important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  outline: 0;
}
#navigate-to {
  width: 100%;
  text-align: center;
  background-color: #fffeeb;
  overflow: hidden;
  position: relative;
  z-index: 30;
}
#navigate-to .accessibility-link {
  color: #000;
  position: absolute!important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  outline: 0;
}
#navigate-to .accessibility-link:focus {
	padding: 16px;
	display: block;
	position: static!important;
	height: auto;
	width: 100%;
	outline: none;	
}
.tab-navigation a:focus,
.tab-navigation button:focus,
.tab-navigation input:focus,
.tab-navigation atextarea:focus
{
	outline: 2px solid #ff5400!important;
	outline-offset: -2px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.75turn);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.75turn);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.75turn);
	opacity: 0;
}

.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important;
}

.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important;
}

.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important;
}

.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important;
}

.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important;
}

.long-delay {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important;
}

.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7;
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important;
}

.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important;
}

.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}

.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important;
}

.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
}

.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
	-webkit-animation-delay: 300ms !important;
	animation-delay: 300ms !important;
}

.long-delay {
	-webkit-animation-delay: 700ms !important;
	animation-delay: 700ms !important;
}

.widget ul,
#nav ul,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	width: 100%;
}

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
  input[type="tel"],
.search-form
  input[type="tel"],
.post-password-form
  input[type="tel"],
.comment-form
  input[type="email"],
.search-form
  input[type="email"],
.post-password-form
  input[type="email"],
.comment-form
  input[type="search"],
.search-form
  input[type="search"],
.post-password-form
  input[type="search"],
.comment-form
  input[type="password"],
.search-form
  input[type="password"],
.post-password-form
  input[type="password"],
.comment-form
  input[type="url"],
.search-form
  input[type="url"],
.post-password-form
  input[type="url"],
.comment-form
  input[type="date"],
.search-form
  input[type="date"],
.post-password-form
  input[type="date"],
.comment-form
  textarea,
.search-form
  textarea,
.post-password-form
  textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* sidebar styles */

#sidebar {
	margin-bottom: 1.25rem;
}

.widget {
	padding: 1.25rem .9375rem;
	margin: 0 0 .625rem;
	color: #fff;
	background: #3A8256;
}

.widget a {
	color: inherit;
}

.widget a:hover {
	color: #e6e6e6;
}

.widget [href*="tel:"],
.widget [href*="fax:"] {
	text-decoration: none;
}

.widget h3 {
	margin: 0 0 .3125rem;
}

.widget address {
	font-style: normal;
}

.widget address a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	text-decoration: underline;
}

.widget address a:hover {
	text-decoration: none;
}

.widget p {
	margin: 0;
}

.widget p + p {
	margin: .625rem 0 0;
}

.widget p a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	text-decoration: underline;
}

.widget select {
	min-width: 9.375rem;
}

.comment-form label {
	display: block;
	padding-bottom: .25rem;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 6.25rem;
	resize: none;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 0 1.25rem;
}

.search-form input[type="search"] {
	float: left;
	min-width: 100px;
	height: 2rem;
	font-size: .875rem;
	line-height: 1.125rem;
	padding: .4375rem .625rem;
	margin: 0 .3125rem 0 0;
}

.post-password-form {
	margin: 0 0 1.25rem;
}

.post-password-form p {
	margin: 0 0 .625rem;
}

.post-password-form .form-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.post-password-form label {
	display: block;
	margin: 0 .3125rem 0 0;
}

.post-password-form input[type="text"],
.post-password-form input[type="password"] {
	float: left;
	min-width: 100px;
	height: 2rem;
	font-size: .875rem;
	line-height: 1.125rem;
	padding: .4375rem .625rem;
	margin: 0 .3125rem 0 0;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #3A8256;
	color: #fff;
	height: 2rem;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #4d7851;
}

#sidebar .comment-form input[type="submit"],
#sidebar
  .post-password-form input[type="submit"],
#sidebar
  .search-form input[type="submit"] {
	background: #615940;
}

#sidebar .comment-form input[type="submit"]:hover,
#sidebar
    .post-password-form input[type="submit"]:hover,
#sidebar
    .search-form input[type="submit"]:hover {
	background: #524b36;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 .9375rem .25rem 0;
}

.commentlist-item {
	line-height: 1.4;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.commentlist-item p {
	margin: 0 0 .625rem;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -6249.9375rem;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #3A8256;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #4d7851;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #3A8256;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #4d7851;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: .0625rem solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 .9375rem .25rem 0;
}

.alignright {
	float: right;
	margin: 0 0 .25rem .9375rem;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
   * Remove default margin.
   */

body {
	margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */

[hidden],
template {
	display: none;
}

/* Links
     ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
	background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
	font-weight: 700;
}

/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
	font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */

mark {
	background: #ff0;
	color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
	border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
	margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
   * Contain overflow in all browsers.
   */

pre {
	overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
	overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,
select {
	text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
	cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

input {
	line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */

/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
	overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

optgroup {
	font-weight: 700;
}

/* Tables
     ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.foundation-mq {
	font-family: "small=0em&phone=30em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	font-size: 100%;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	padding: 0;
	margin: 0;
	font-family: "franklin-gothic-urw", Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	background: #f8f6ee;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	width: 100%;
	border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
}

[data-whatinput="mouse"] button {
	outline: 0;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.row {
	max-width: 60.75rem;
	margin-left: auto;
	margin-right: auto;
}

.row.fullwidth {
	max-width: 100%;
	}

.row::before,
.row::after {
	content: " ";
	display: table;
}

.row::after {
	clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.row .row {
	margin-left: -.625rem;
	margin-right: -.625rem;
}

.row .row.collapse {
	margin-left: 0;
	margin-right: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-left: .625rem;
	padding-right: .625rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left;
}

.column.row.row,
.row.row.columns {
	float: none;
}

.row .column.row.row,
.row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.small-1 {
	width: 8.3333333333%;
}

.small-push-1 {
	position: relative;
	left: 8.3333333333%;
}

.small-pull-1 {
	position: relative;
	left: -8.3333333333%;
}

.small-offset-0 {
	margin-left: 0;
}

.small-2 {
	width: 16.6666666667%;
}

.small-push-2 {
	position: relative;
	left: 16.6666666667%;
}

.small-pull-2 {
	position: relative;
	left: -16.6666666667%;
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.small-3 {
	width: 25%;
}

.small-push-3 {
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.small-4 {
	width: 33.3333333333%;
}

.small-push-4 {
	position: relative;
	left: 33.3333333333%;
}

.small-pull-4 {
	position: relative;
	left: -33.3333333333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	width: 41.6666666667%;
}

.small-push-5 {
	position: relative;
	left: 41.6666666667%;
}

.small-pull-5 {
	position: relative;
	left: -41.6666666667%;
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.small-6 {
	width: 50%;
}

.small-push-6 {
	position: relative;
	left: 50%;
}

.small-pull-6 {
	position: relative;
	left: -50%;
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.small-7 {
	width: 58.3333333333%;
}

.small-push-7 {
	position: relative;
	left: 58.3333333333%;
}

.small-pull-7 {
	position: relative;
	left: -58.3333333333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	width: 66.6666666667%;
}

.small-push-8 {
	position: relative;
	left: 66.6666666667%;
}

.small-pull-8 {
	position: relative;
	left: -66.6666666667%;
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.small-9 {
	width: 75%;
}

.small-push-9 {
	position: relative;
	left: 75%;
}

.small-pull-9 {
	position: relative;
	left: -75%;
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.small-10 {
	width: 83.3333333333%;
}

.small-push-10 {
	position: relative;
	left: 83.3333333333%;
}

.small-pull-10 {
	position: relative;
	left: -83.3333333333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	width: 91.6666666667%;
}

.small-push-11 {
	position: relative;
	left: 91.6666666667%;
}

.small-pull-11 {
	position: relative;
	left: -91.6666666667%;
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.small-12 {
	width: 100%;
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
	width: 100%;
	float: left;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
	float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
	width: 50%;
	float: left;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
	float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
	width: 33.3333333333%;
	float: left;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
	float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
	width: 25%;
	float: left;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
	float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
	width: 20%;
	float: left;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
	float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
	width: 16.6666666667%;
	float: left;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
	float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
	width: 14.2857142857%;
	float: left;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
	float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
	width: 12.5%;
	float: left;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
	float: left;
}

.small-collapse > .column,
.small-collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.small-collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.expanded.row .small-collapse.row {
	margin-left: 0;
	margin-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
	padding-left: .625rem;
	padding-right: .625rem;
}

.small-centered {
	margin-left: auto;
	margin-right: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: 700;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "franklin-gothic-urw", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.272;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #cacaca;
	line-height: 0;
}

h1 {
	font-size: 1.875rem;
}

h2 {
	font-size: 1.5625rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: .9375rem;
}

h6 {
	font-size: .875rem;
}

a {
	color: #3A8256;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #4b754e;
}

a img {
	border: 0;
}

hr {
	max-width: 60.75rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
	margin: 1.25rem auto;
	clear: both;
}

ul,
ol,
dl {
	line-height: inherit;
	margin-bottom: 1.25rem;
	list-style-position: outside;
}

li {
	font-size: inherit;
}

ul {
	list-style-type: disc;
	margin-left: 1.25rem;
}

ol {
	margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: .3rem;
	font-weight: 700;
}

blockquote {
	margin: 0 0 1.25rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
	line-height: inherit;
	color: #8a8a8a;
}

cite {
	display: block;
	font-size: .8125rem;
	color: #8a8a8a;
}

cite:before {
	content: "\2014 \0020";
}

abbr {
	color: #000;
	cursor: help;
	border-bottom: 1px dotted #000;
}

code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: .125rem .3125rem .0625rem;
}

kbd {
	padding: .125rem .25rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #000;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat {
	margin-top: -1rem;
}

.no-bullet {
	margin-left: 0;
	list-style: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.show-for-print {
	display: none !important;
}

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 20px;
	padding: .5625rem .625rem;
	margin: 0 0 1rem 0;
	font-size: 1rem;
	background-color: #3A8256;
	color: #fff;
}

[data-whatinput="mouse"] .button {
	outline: 0;
}

.button:hover,
.button:focus {
	background-color: #4a744d;
	color: #fff;
}

.button.tiny {
	font-size: .6rem;
}

.button.small {
	font-size: .75rem;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.button.primary {
	background-color: #3A8256;
	color: #fff;
}

.button.primary:hover,
.button.primary:focus {
	background-color: #466d49;
	color: #fff;
}

.button.secondary {
	background-color: #000;
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #4e4733;
	color: #fff;
}

.button.success {
	background-color: #3A8256;
	color: #fff;
}

.button.success:hover,
.button.success:focus {
	background-color: #466d49;
	color: #fff;
}

.button.warning {
	background-color: #cec5a9;
	color: #000;
}

.button.warning:hover,
.button.warning:focus {
	background-color: #b3a579;
	color: #000;
}

.button.alert {
	background-color: #ec5840;
	color: #fff;
}

.button.alert:hover,
.button.alert:focus {
	background-color: #da3116;
	color: #fff;
}

.button.default {
	background-color: #fff;
	color: #000;
}

.button.default:hover,
.button.default:focus {
	background-color: #ccc;
	color: #000;
}

.button.hollow {
	border: 2px solid #3A8256;
	color: #3A8256;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #2c442e;
	color: #2c442e;
}

.button.hollow.primary {
	border: 2px solid #3A8256;
	color: #3A8256;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #2c442e;
	color: #2c442e;
}

.button.hollow.secondary {
	border: 2px solid #615940;
	color: #000;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #312d20;
	color: #312d20;
}

.button.hollow.success {
	border: 2px solid #3A8256;
	color: #3A8256;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #2c442e;
	color: #2c442e;
}

.button.hollow.warning {
	border: 2px solid #cec5a9;
	color: #cec5a9;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #776b44;
	color: #776b44;
}

.button.hollow.alert {
	border: 2px solid #ec5840;
	color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #881f0e;
	color: #881f0e;
}

.button.hollow.default {
	border: 2px solid #fff;
	color: #fff;
}

.button.hollow.default:hover,
.button.hollow.default:focus {
	border-color: #807f7f;
	color: #807f7f;
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #3A8256;
	color: #fff;
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
	background-color: #3A8256;
	color: #fff;
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #000;
	color: #fff;
}

.button.disabled.success,
.button[disabled].success {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #3A8256;
	color: #fff;
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #cec5a9;
	color: #fff;
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #ec5840;
	color: #fff;
}

.button.disabled.default,
.button[disabled].default {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled.default:hover,
.button.disabled.default:focus,
.button[disabled].default:hover,
.button[disabled].default:focus {
	background-color: #fff;
	color: #fff;
}

.button.dropdown::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	border-color: #fff transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: relative;
	top: .4em;
	float: right;
	margin-left: .625rem;
	display: inline-block;
}

.button.arrow-only::after {
	margin-left: 0;
	float: none;
	top: -.1em;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	margin: 0 0 1rem;
	font-family: inherit;
	font-size: 1rem;
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	border-radius: 0;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
	border: 1px solid #8a8a8a;
	background-color: #fff;
	outline: none;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #020202;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #020202;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #020202;
}

input::placeholder,
textarea::placeholder {
	color: #020202;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: default;
}

[type="submit"],
[type="button"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="search"] {
	box-sizing: border-box;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
	margin: 0 0 1rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
	display: inline-block;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

[type="checkbox"] + label[for],
[type="radio"] + label[for] {
	cursor: pointer;
}

label > [type="checkbox"],
label > [type="radio"] {
	margin-right: .5rem;
}

[type="file"] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #000;
}

label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0;
}

.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #000;
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}

.input-group > :first-child {
	border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
	border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.input-group-label {
	text-align: center;
	padding: 0 1rem;
	background: #e6e6e6;
	color: #000;
	border: 1px solid #cacaca;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	height: 2.5rem;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	height: 100%;
	width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
	margin: 0;
}

.input-group .input-group-button {
	display: table-cell;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	margin-bottom: .5rem;
	max-width: 100%;
}

.fieldset {
	border: 1px solid #cacaca;
	padding: 1.25rem;
	margin: 1.125rem 0;
}

.fieldset legend {
	background: #f8f6ee;
	padding: 0 .1875rem;
	margin: 0;
	margin-left: -.1875rem;
}

select {
	height: 2.4375rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	margin: 0 0 1rem;
	font-size: 1rem;
	font-family: inherit;
	line-height: normal;
	color: #000;
	background-color: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-size: 9px 6px;
	background-position: right -1rem center;
	background-origin: content-box;
	background-repeat: no-repeat;
	padding-right: 1.5rem;
}

select:disabled {
	background-color: #e6e6e6;
	cursor: default;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	background-color: rgba(236, 88, 64, .1);
	border-color: #ec5840;
}

.is-invalid-label {
	color: #ec5840;
}

.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: 700;
	color: #ec5840;
}

.form-error.is-visible {
	display: block;
}

input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	margin-top: .45rem;
	margin-bottom: .45rem;
	border: 0;
	line-height: 1;
}

input[type="range"]:focus {
	outline: 0;
}

input[type="range"][disabled] {
	opacity: .25;
}

input[type="range"]::-webkit-slider-runnable-track {
	height: .5rem;
	background: #e6e6e6;
}

input[type="range"]::-webkit-slider-handle {
	-webkit-appearance: none;
	background: #3A8256;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: -.45rem;
}

input[type="range"]::-moz-range-track {
	-moz-appearance: none;
	height: .5rem;
	background: #e6e6e6;
}

input[type="range"]::-moz-range-thumb {
	-moz-appearance: none;
	background: #3A8256;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: -.45rem;
}

input[type="range"]::-ms-track {
	height: .5rem;
	background: #e6e6e6;
	color: transparent;
	border: 0;
	overflow: visible;
	border-top: .45rem solid #f8f6ee;
	border-bottom: .45rem solid #f8f6ee;
}

input[type="range"]::-ms-thumb {
	background: #3A8256;
	width: 1.4rem;
	height: 1.4rem;
	border: 0;
}

input[type="range"]::-ms-fill-lower {
	background: #cacaca;
}

input[type="range"]::-ms-fill-upper {
	background: #e6e6e6;
}

output {
	line-height: 1.4rem;
	vertical-align: middle;
	margin-left: .5em;
}

.accordion {
	list-style-type: none;
	background: #fff;
	margin-left: 0;
}

.accordion-item:first-child > :first-child {
	border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
	border-radius: 0 0 0 0;
}

.accordion-title {
	display: block;
	padding: 1.25rem 1rem;
	line-height: 1;
	font-size: .75rem;
	color: #3A8256;
	position: relative;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
	border-radius: 0 0 0 0;
	border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover,
.accordion-title:focus {
	background-color: #e6e6e6;
}

.accordion-title::before {
	content: "+";
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -.5rem;
}

.is-active > .accordion-title::before {
	content: "–";
}

.accordion-content {
	padding: 1rem;
	display: none;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fff;
	color: #3A8256;
}

:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
	position: relative;
}

.is-accordion-submenu-parent > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: #3A8256 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded="true"] > a::after {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.badge {
	display: inline-block;
	padding: .3em;
	min-width: 2.1em;
	font-size: .6rem;
	text-align: center;
	border-radius: 50%;
	background: #3A8256;
	color: #fff;
}

.badge.secondary {
	background: #615940;
	color: #fff;
}

.badge.success {
	background: #3A8256;
	color: #fff;
}

.badge.warning {
	background: #cec5a9;
	color: #000;
}

.badge.alert {
	background: #ec5840;
	color: #fff;
}

.badge.default {
	background: #fff;
	color: #000;
}

.breadcrumbs {
	list-style: none;
	margin: 0 0 1rem 0;
}

.breadcrumbs::before,
.breadcrumbs::after {
	content: " ";
	display: table;
}

.breadcrumbs::after {
	clear: both;
}

.breadcrumbs li {
	float: left;
	color: #000;
	font-size: .6875rem;
	cursor: default;
	text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
	color: #cacaca;
	content: "/";
	margin: 0 .75rem;
	position: relative;
	top: 1px;
	opacity: 1;
}

.breadcrumbs a {
	color: #3A8256;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed;
}

.button-group {
	margin-bottom: 1rem;
	font-size: 0;
}

.button-group::before,
.button-group::after {
	content: " ";
	display: table;
}

.button-group::after {
	clear: both;
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 1rem;
}

.button-group .button:last-child {
	margin-right: 0;
}

.button-group.tiny .button {
	font-size: .6rem;
}

.button-group.small .button {
	font-size: .75rem;
}

.button-group.large .button {
	font-size: 1.25rem;
}

.button-group.expanded {
	margin-right: -1px;
}

.button-group.expanded::before,
.button-group.expanded::after {
	display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
	display: inline-block;
	width: calc(33.3333333333% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
	display: inline-block;
	width: calc(16.6666666667% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.primary .button {
	background-color: #3A8256;
	color: #fff;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
	background-color: #466d49;
	color: #fff;
}

.button-group.secondary .button {
	background-color: #000;
	color: #fff;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
	background-color: #4e4733;
	color: #fff;
}

.button-group.success .button {
	background-color: #3A8256;
	color: #fff;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
	background-color: #466d49;
	color: #fff;
}

.button-group.warning .button {
	background-color: #cec5a9;
	color: #000;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
	background-color: #b3a579;
	color: #000;
}

.button-group.alert .button {
	background-color: #ec5840;
	color: #fff;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
	background-color: #da3116;
	color: #fff;
}

.button-group.default .button {
	background-color: #fff;
	color: #000;
}

.button-group.default .button:hover,
.button-group.default .button:focus {
	background-color: #ccc;
	color: #000;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
	width: 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0;
}

.callout {
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 0;
	position: relative;
	color: #000;
	background-color: white;
}

.callout > :first-child {
	margin-top: 0;
}

.callout > :last-child {
	margin-bottom: 0;
}

.callout.primary {
	background-color: #e5eee6;
}

.callout.secondary {
	background-color: #eae8df;
}

.callout.success {
	background-color: #e5eee6;
}

.callout.warning {
	background-color: #f8f6f2;
}

.callout.alert {
	background-color: #fce6e2;
}

.callout.default {
	background-color: white;
}

.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem;
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem;
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1;
	cursor: pointer;
}

[data-whatinput="mouse"] .close-button {
	outline: 0;
}

.close-button:hover,
.close-button:focus {
	color: #000;
}

.menu {
	margin: 0;
	list-style-type: none;
}

.menu > li {
	display: table-cell;
	vertical-align: middle;
}

[data-whatinput="mouse"] .menu > li {
	outline: 0;
}

.menu > li > a {
	display: block;
	padding: .7rem 1rem;
	line-height: 1;
}

.menu input,
.menu a,
.menu button {
	margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
	vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
	vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
	margin-right: .25rem;
	display: inline-block;
}

.menu > li {
	display: table-cell;
}

.menu.vertical > li {
	display: block;
}

.menu.simple li {
	line-height: 1;
	display: inline-block;
	margin-right: 1rem;
}

.menu.simple a {
	padding: 0;
}

.menu.align-right::before,
.menu.align-right::after {
	content: " ";
	display: table;
}

.menu.align-right::after {
	clear: both;
}

.menu.align-right > li {
	float: right;
}

.menu.expanded {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
	width: 100%;
}

.menu.icon-top > li > a {
	text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
	display: block;
	margin: 0 auto .25rem;
}

.menu.nested {
	margin-left: 1rem;
}

.menu .active > a {
	color: #fff;
	background: #3A8256;
}

.menu-text {
	font-weight: 700;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: .7rem 1rem;
}

.menu-centered {
	text-align: center;
}

.menu-centered > .menu {
	display: inline-block;
}

.no-js [data-responsive-menu] ul {
	display: none;
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}

.menu-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}

.menu-icon.dark::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
	position: relative;
	overflow: hidden;
}

.is-drilldown li {
	display: block !important;
}

.is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fff;
	-webkit-transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
}

.is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
	position: relative;
}

.is-drilldown-submenu-parent > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent transparent #3A8256;
	border-left-style: solid;
	border-right-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
}

.js-drilldown-back > a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent #3A8256 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem;
}

.dropdown-pane {
	background-color: #f8f6ee;
	border: 1px solid #cacaca;
	border-radius: 0;
	display: block;
	font-size: 1rem;
	padding: 1rem;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 10;
}

.dropdown-pane.is-open {
	visibility: visible;
}

.dropdown-pane.tiny {
	width: 100px;
}

.dropdown-pane.small {
	width: 200px;
}

.dropdown-pane.large {
	width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
	padding-right: 1.5rem;
	position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #3A8256 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	right: 5px;
	margin-top: -2px;
}

[data-whatinput="mouse"] .dropdown.menu a {
	outline: 0;
}

.no-js .dropdown.menu ul {
	display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.dropdown.menu.vertical > li > a::after {
	right: 14px;
	margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #3A8256 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #3A8256;
	border-left-style: solid;
	border-right-width: 0;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	left: auto;
	right: 0;
}

.is-dropdown-menu.vertical {
	width: 100px;
}

.is-dropdown-menu.vertical.align-right {
	float: right;
}

.is-dropdown-submenu-parent {
	position: relative;
}

.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	top: 100%;
	left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.is-dropdown-submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
	z-index: 1;
	background: #fff;
	border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	right: 14px;
	margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #3A8256 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #3A8256;
	border-left-style: solid;
	border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}

.is-dropdown-submenu > li {
	width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

.flex-video {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	margin-bottom: 1rem;
	overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flex-video.widescreen {
	padding-bottom: 56.25%;
}

.flex-video.vimeo {
	padding-top: 0;
}

.label {
	display: inline-block;
	padding: .33333rem .5rem;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	border-radius: 0;
	background: #3A8256;
	color: #fff;
}

.label.secondary {
	background: #615940;
	color: #fff;
}

.label.success {
	background: #3A8256;
	color: #fff;
}

.label.warning {
	background: #cec5a9;
	color: #000;
}

.label.alert {
	background: #ec5840;
	color: #fff;
}

.label.default {
	background: #fff;
	color: #000;
}

.media-object {
	margin-bottom: 1rem;
	display: block;
}

.media-object img {
	max-width: none;
}

.media-object-section {
	display: table-cell;
	vertical-align: top;
}

.media-object-section:first-child {
	padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem;
}

.media-object-section > :last-child {
	margin-bottom: 0;
}

.media-object-section.middle {
	vertical-align: middle;
}

.media-object-section.bottom {
	vertical-align: bottom;
}

html,
body {
	height: 100%;
}

.off-canvas-wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
	position: relative;
	width: 100%;
	min-height: 100%;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
}

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
	content: " ";
	display: table;
}

.off-canvas-wrapper-inner::after {
	clear: both;
}

.off-canvas-content,
.off-canvas-content {
	min-height: 100%;
	background: #f8f6ee;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	padding-bottom: .1px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.js-off-canvas-exit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .25);
	cursor: pointer;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
}

.off-canvas {
	position: absolute;
	background: #e6e6e6;
	z-index: -1;
	max-height: 100%;
	overflow-y: auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

[data-whatinput="mouse"] .off-canvas {
	outline: 0;
}

.off-canvas.position-left {
	left: -250px;
	top: 0;
	width: 250px;
}

.is-open-left {
	-webkit-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.off-canvas.position-right {
	right: -250px;
	top: 0;
	width: 250px;
}

.is-open-right {
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.orbit {
	position: relative;
}

.orbit-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
}

.orbit-slide {
	width: 100%;
	max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}

.orbit-figure {
	margin: 0;
}

.orbit-image {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	margin-bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}

.orbit-previous,
.orbit-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fff;
}

[data-whatinput="mouse"] .orbit-previous,
[data-whatinput="mouse"] .orbit-next {
	outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
	background-color: rgba(0, 0, 0, .5);
}

.orbit-previous {
	left: 0;
}

.orbit-next {
	left: auto;
	right: 0;
}

.orbit-bullets {
	position: relative;
	margin-top: .8rem;
	margin-bottom: .8rem;
	text-align: center;
}

[data-whatinput="mouse"] .orbit-bullets {
	outline: 0;
}

.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .1rem;
	background-color: #cacaca;
	border-radius: 50%;
}

.orbit-bullets button:hover {
	background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
	background-color: #8a8a8a;
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
	content: " ";
	display: table;
}

.pagination::after {
	clear: both;
}

.pagination li {
	font-size: .875rem;
	margin-right: .0625rem;
	border-radius: 0;
	display: none;
}

.pagination li:last-child,
.pagination li:first-child {
	display: inline-block;
}

.pagination a,
.pagination button {
	color: #000;
	display: block;
	padding: .1875rem .625rem;
	border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
	background: #e6e6e6;
}

.pagination .current {
	padding: .1875rem .625rem;
	background: #3A8256;
	color: #fff;
	cursor: default;
}

.pagination .disabled {
	padding: .1875rem .625rem;
	color: #cacaca;
	cursor: not-allowed;
}

.pagination .disabled:hover {
	background: transparent;
}

.pagination .ellipsis::after {
	content: "\2026";
	padding: .1875rem .625rem;
	color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	content: "\00ab";
	display: inline-block;
	margin-right: .5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
	content: "\00bb";
	display: inline-block;
	margin-left: .5rem;
}

.progress {
	background-color: #cacaca;
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
}

.progress.primary .progress-meter {
	background-color: #3A8256;
}

.progress.secondary .progress-meter {
	background-color: #000;
}

.progress.success .progress-meter {
	background-color: #3A8256;
}

.progress.warning .progress-meter {
	background-color: #cec5a9;
}

.progress.alert .progress-meter {
	background-color: #ec5840;
}

.progress.default .progress-meter {
	background-color: #fff;
}

.progress-meter {
	position: relative;
	display: block;
	width: 0;
	height: 100%;
	background-color: #3A8256;
}

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: .75rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}

progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background: #cacaca;
	border: 0;
}

progress::-webkit-progress-bar {
	background: #cacaca;
	border-radius: 0;
}

progress::-webkit-progress-value {
	background: #3A8256;
	border-radius: 0;
}

progress::-moz-progress-bar {
	background: #3A8256;
	border-radius: 0;
}

progress.primary {
	color: #3A8256;
}

progress.primary::-webkit-progress-value {
	background: #3A8256;
}

progress.primary::-moz-progress-bar {
	background: #3A8256;
}

progress.secondary {
	color: #000;
}

progress.secondary::-webkit-progress-value {
	background: #615940;
}

progress.secondary::-moz-progress-bar {
	background: #615940;
}

progress.success {
	color: #3A8256;
}

progress.success::-webkit-progress-value {
	background: #3A8256;
}

progress.success::-moz-progress-bar {
	background: #3A8256;
}

progress.warning {
	color: #cec5a9;
}

progress.warning::-webkit-progress-value {
	background: #cec5a9;
}

progress.warning::-moz-progress-bar {
	background: #cec5a9;
}

progress.alert {
	color: #ec5840;
}

progress.alert::-webkit-progress-value {
	background: #ec5840;
}

progress.alert::-moz-progress-bar {
	background: #ec5840;
}

progress.default {
	color: #fff;
}

progress.default::-webkit-progress-value {
	background: #fff;
}

progress.default::-moz-progress-bar {
	background: #fff;
}

progress::-ms-fill {
	border-radius: 0;
	border: 0;
}

meter {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: 1rem;
	margin-bottom: 1rem;
	background: #cacaca;
	border: 0;
}

meter::-webkit-meter-bar {
	background: #cacaca;
	border: 0;
}

meter::-webkit-meter-optimum-value {
	background: #3A8256;
}

meter::-webkit-meter-suboptimum-value {
	background: #cec5a9;
}

meter::-webkit-meter-even-less-good-value {
	background: #ec5840;
}

meter::-moz-meter-bar {
	background: #3A8256;
}

meter:-moz-meter-optimum::-moz-meter-bar {
	background: #3A8256;
}

meter:-moz-meter-sub-optimum::-moz-meter-bar {
	background: #cec5a9;
}

meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
	background: #ec5840;
}

.slider {
	position: relative;
	height: .5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .5rem;
	background-color: #cacaca;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.slider-fill.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}

.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #3A8256;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	border-radius: 0;
}

[data-whatinput="mouse"] .slider-handle {
	outline: 0;
}

.slider-handle:hover {
	background-color: #4a744d;
}

.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
	opacity: .25;
	cursor: not-allowed;
}

.slider.vertical {
	display: inline-block;
	width: .5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.slider.vertical .slider-fill {
	top: 0;
	width: .5rem;
	max-height: 100%;
}

.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sticky-container {
	position: relative;
}

.sticky {
	position: absolute;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
}

.sticky.is-stuck.is-at-top {
	top: 0;
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0;
}

.sticky.is-anchored {
	position: absolute;
	left: auto;
	right: auto;
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0;
}

body.is-reveal-open {
	overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.reveal-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	background-color: rgba(0, 0, 0, .45);
	overflow-y: scroll;
}

.reveal {
	display: none;
	z-index: 1006;
	padding: 1rem;
	border: 1px solid #cacaca;
	background-color: #fff;
	border-radius: 0;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
	outline: 0;
}

.reveal .column,
.reveal .columns,
.reveal .columns {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

.reveal.collapse {
	padding: 0;
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

.reveal.without-overlay {
	position: fixed;
}

.switch {
	height: 2rem;
	margin-bottom: 1rem;
	outline: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	font-weight: 700;
	font-size: .875rem;
}

.switch-input {
	opacity: 0;
	position: absolute;
	margin-bottom: 0;
}

.switch-paddle {
	background: #cacaca;
	cursor: pointer;
	display: block;
	position: relative;
	width: 4rem;
	height: 2rem;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	border-radius: 0;
	color: inherit;
	font-weight: inherit;
}

input + .switch-paddle {
	margin: 0;
}

.switch-paddle::after {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	height: 1.5rem;
	left: .25rem;
	top: .25rem;
	width: 1.5rem;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 0;
}

input:checked ~ .switch-paddle {
	background: #3A8256;
}

input:checked ~ .switch-paddle::after {
	left: 2.25rem;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
	outline: 0;
}

.switch-active,
.switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.switch-active {
	left: 8%;
	display: none;
}

input:checked + label > .switch-active {
	display: block;
}

.switch-inactive {
	right: 15%;
}

input:checked + label > .switch-inactive {
	display: none;
}

.switch.tiny {
	height: 1.5rem;
}

.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: .625rem;
}

.switch.tiny .switch-paddle::after {
	width: 1rem;
	height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
	left: 1.75rem;
}

.switch.small {
	height: 1.75rem;
}

.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: .75rem;
}

.switch.small .switch-paddle::after {
	width: 1.25rem;
	height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
	left: 2rem;
}

.switch.large {
	height: 2.5rem;
}

.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem;
}

.switch.large .switch-paddle::after {
	width: 2rem;
	height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
	left: 2.75rem;
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

thead,
tbody,
tfoot {
	border: 1px solid #f2f2f2;
	background-color: #fff;
}

caption {
	font-weight: 700;
	padding: .5rem .625rem .625rem;
}

thead {
	background: #f9f9f9;
	color: #000;
}

tfoot {
	background: #f2f2f2;
	color: #000;
}

thead tr,
tfoot tr {
	background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
	padding: .5rem .625rem .625rem;
	font-weight: 700;
	text-align: left;
}

tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

tbody th,
tbody td {
	padding: .5rem .625rem .625rem;
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

table.hover thead tr:hover {
	background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
	background-color: #ededed;
}

table.hover tbody tr:hover {
	background-color: #fafafa;
}

table.hover tbody tr:nth-of-type(even):hover {
	background-color: #ededed;
}

.table-scroll {
	overflow-x: auto;
}

.table-scroll table {
	width: auto;
}

.tabs {
	margin: 0;
	list-style-type: none;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.tabs::before,
.tabs::after {
	content: " ";
	display: table;
}

.tabs::after {
	clear: both;
}

.tabs.vertical > li {
	width: auto;
	float: none;
	display: block;
}

.tabs.simple > li > a {
	padding: 0;
}

.tabs.simple > li > a:hover {
	background: transparent;
}

.tabs.primary {
	background: #3A8256;
}

.tabs.primary > li > a {
	color: #fff;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
	background: #538156;
}

.tabs-title {
	float: left;
}

.tabs-title > a {
	display: block;
	padding: 1.25rem 1.5rem;
	line-height: 1;
	font-size: .75rem;
}

.tabs-title > a:hover {
	background: #fff;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
	background: #e6e6e6;
}

.tabs-content {
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 1rem;
}

.tabs-panel.is-active {
	display: block;
}

.thumbnail {
	border: solid 4px #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	-webkit-transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
	border-radius: 0;
	margin-bottom: 1rem;
}

.thumbnail:hover,
.thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(87, 136, 91, .5);
}

.title-bar {
	background: #000;
	color: #fff;
	padding: .5rem;
}

.title-bar::before,
.title-bar::after {
	content: " ";
	display: table;
}

.title-bar::after {
	clear: both;
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem;
}

.title-bar-left {
	float: left;
}

.title-bar-right {
	float: right;
	text-align: right;
}

.title-bar-title {
	font-weight: 700;
	vertical-align: middle;
	display: inline-block;
}

.has-tip {
	border-bottom: dotted 1px #8a8a8a;
	font-weight: 700;
	position: relative;
	display: inline-block;
	cursor: help;
}

.tooltip {
	background-color: #000;
	color: #fff;
	font-size: 80%;
	padding: .75rem;
	position: absolute;
	z-index: 10;
	top: calc(100% + .6495rem);
	max-width: 10rem !important;
	border-radius: 0;
}

.tooltip::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	border-color: transparent transparent #000;
	border-bottom-style: solid;
	border-top-width: 0;
	bottom: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip.top::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	border-color: #000 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	top: 100%;
	bottom: auto;
}

.tooltip.left::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	border-color: transparent transparent transparent #000;
	border-left-style: solid;
	border-right-width: 0;
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tooltip.right::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	border-color: transparent #000 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-bar {
	padding: .5rem;
}

.top-bar::before,
.top-bar::after {
	content: " ";
	display: table;
}

.top-bar::after {
	clear: both;
}

.top-bar,
.top-bar ul {
	background-color: #e6e6e6;
}

.top-bar input {
	max-width: 200px;
	margin-right: 1rem;
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}

.top-bar input.button {
	width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
	width: 100%;
}

.top-bar-title {
	float: left;
	margin-right: 1rem;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
}

.align-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.75turn);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.75turn);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.75turn);
	opacity: 0;
}

.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important;
}

.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important;
}

.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important;
}

.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important;
}

.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important;
}

.long-delay {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important;
}

.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7;
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important;
}

.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important;
}

.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}

.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important;
}

.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
}

.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
	-webkit-animation-delay: 300ms !important;
	animation-delay: 300ms !important;
}

.long-delay {
	-webkit-animation-delay: 700ms !important;
	animation-delay: 700ms !important;
}

/*  ---------------------------------------------------------
	2. icomoon fonts styles
	---------------------------------------------------------*/

@font-face {
	font-family: icomoon;
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
	content: "\e908";
}

.icon-format_list_bulleted:before {
	content: "\e909";
}

.icon-calendar:before {
	content: "\e90a";
}

.icon-instagram:before {
	content: "\e900";
}

.icon-map-signs:before {
	content: "\e90b";
}

.icon-search:before {
	content: "\e907";
}

.icon-angle-down:before {
	content: "\e901";
}

.icon-angle-up:before {
	content: "\e902";
}

.icon-angle-right:before {
	content: "\e903";
}

.icon-angle-left:before {
	content: "\e904";
}

.icon-youtube-play:before {
	content: "\e905";
}

.icon-facebook-square:before {
	content: "\e906";
}

/* header styles */

#header {
	margin: 0 0 .625rem;
	position: relative;
	z-index: 99; /* search form styles */
}

.home #header {
	width: 100%;
	margin: 0;
	min-width: 20rem;
	position: absolute;
	top: 0;
	left: 0;
}

#header .row {
	position: relative;
}

#header .search-form {
	padding: 0 1.8125rem 0 .1875rem;
	margin: 0;
	position: relative;
}

#header .search-form input[type="text"],
#header .search-form input[type="search"] {
	width: 100%;
	height: 1.625rem;
	padding: .25rem .625rem;
	border-radius: .75rem;
	border: none;
}

#header .search-form button {
	font-size: 1.4375rem;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

#header .search-form button i {
	display: block;
}

#header .search-form button:hover {
	color: #e6e6e6;
}

/* page logo styles */

.logo {
	width: 12.5rem;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 9;
}
.logo a {
	display: block;
}

.logo img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
	image-rendering: -webkit-optimize-contrast;
}

.topbar {
	margin: 0 0 .625rem;
	padding: .75rem 0;
	background: #3A8256;
}


.page-template-template-home .topbar {
	background: transparent;
}



/* main navigation styles */

.nav-opener {
	width: 2.1875rem;
	height: 2.1875rem;
	display: inline-block;
	vertical-align: top;
	background: #e6e6e6;
	position: relative;
	border-radius: .1875rem;
	margin: -.3125rem 0;
	z-index: 99;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	bottom: auto;
	background: #3A8256;
	border-radius: .25rem;
	height: .25rem;
	margin-top: -.125rem;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before {
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener span:before {
	opacity: 0;
}

.nav-active .nav-opener span:after {
	opacity: .5;
	visibility: visible;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener:hover {
	opacity: 1;
}

#nav {
	width: 15.625rem;
	padding: 1.25rem 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -15.625rem;
	overflow-y: auto;
	z-index: 999;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	background: #3A8256;
}


.page-template-template-home #nav {
	background: transparent;
}


.nav-active #nav {
	left: 0;
}

#nav ul {
	font-size: 1rem;
	line-height: 1.625rem;
	font-weight: 500;
}


#nav ul#menu-top-navigation, #nav ul#menu-top-navigation-engelska {
	font-weight: normal;
	margin-bottom: 0;
}

#nav a {
	color: #fff;
}

#nav a:hover {
	color: #e6e6e6;
}

#nav .menu li {
	display: block;
}

#nav .menu li a {
	display: block;
	line-height: inherit;
	padding: .3125rem .9375rem;
}

#nav .menu li.active > a,
#nav .menu li > a:hover {
	color: #3A8256;
	background: #fff;
}

#nav .main-nav,
#nav .menu {
	margin: 0 0 1.25rem;
}

#nav .main-nav > li,
#nav .menu > li {
	position: relative;
}

#nav .main-nav > li > a ,
#nav .menu > li > a {
	display: block;
	padding: .3125rem .9375rem;
	font-size: 1.3rem;
	line-height: 1.625rem;
	position: relative;
	z-index: 2;
}

#nav .main-nav > li > a.opener,
#nav .menu > li > a.opener {
	padding-right: 1.875rem;
}

#nav .main-nav > li > a.opener:after,
#nav .menu > li > a.opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	right: auto;
	bottom: auto;
	margin: -.1875rem 0 0 -1.25rem;
	border-style: solid;
	border-width: .375rem .25rem 0;
	border-color: #fff transparent transparent;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

#nav .main-nav > li.active > a,
#nav .main-nav > li > a:hover,
#nav .menu > li.active > a,
#nav .menu > li > a:hover {
	color: #000;
	background: #fff;
}

#nav .main-nav > li.active > a:after,
#nav .main-nav > li > a:hover:after,
#nav .menu > li.active > a:after,
#nav .menu > li > a:hover:after {
	border-color: #000 transparent transparent;
}

#nav .main-nav .dropdown, 
#nav .menu .dropdown {
	font-weight: 300;
	text-align: left;
	font-size: .9375rem;
	background: #e6e6e6;
	position: relative;
	display: none;
	z-index: 100;
}

#nav .menu .dropdown {
	z-index: 1000;
}

#nav .main-nav .dropdown li{
	position: relative;
	z-index: 100;
}

#nav .menu .dropdown li {
	position: relative;
	z-index: 1000;
	width: 100%;
}


#nav .main-nav .dropdown li a,
#nav .menu .dropdown li a {
	display: block;
	padding: .3125rem 1.25rem;
	color: #000;
}

#nav .main-nav .dropdown li a:hover,
#nav .menu .dropdown li a:hover {
	text-decoration: underline;
	color: #514930;
}

#nav .main-nav .dropdown li.active,
#nav .menu .dropdown li.active {
	color: #514930;
}

#nav .main-nav .dropdown li a.opener {
	padding-right: 1.875rem;
	position: relative;
}

#nav .main-nav .dropdown li a.opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: .9375rem;
	bottom: auto;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

#nav .main-nav .dropdown li.hover > a.opener:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

#nav .social-networks {
	font-size: 1.375rem;
	padding: .625rem 0;
	text-align: center;
	border-width: .0625rem 0;
	border-style: solid;
	border-color: #e6e6e6;
}

#nav .social-networks li {
	padding: 0 .8125rem;
}

/* sticky navigation styles */

.sticky-nav {
	position: fixed;
	top: 50%;
	right: 1.25rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.sticky-nav li {
	margin: .625rem 0;
}

.sticky-nav li a {
	display: block;
	padding: 0;
	width: .75rem;
	height: .75rem;
	border: .0625rem solid #fff;
	border-radius: 100%;
	font-size: 0;
	text-indent: -624.9375rem;
	overflow: hidden;
	box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .2);
}

.sticky-nav li a.active,
.sticky-nav li a:hover {
	background: #fff;
}

.banner {
	position: relative;
	background-position: center;
	background-size: cover;
}

.banner:before {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.00) 21%, rgba(0,0,0,0.77) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	z-index: 1;
}

.banner > .row {
	height: calc(100vh - 150px);
	min-height: 550px;
	display: flex;
/*
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
*/
	position: relative;
	z-index: 2;
	white-space: nowrap;
	text-align: center;
	text-align: left;
}

.banner > .row.banner-row-empty{

	min-height: 250px;
}

.banner > .row:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: inherit;
}

.banner > .row > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner > .row > * {
	float: none;
}

.banner .column,
.banner .columns {
/*
	padding-top: 8.75rem;
	padding-bottom: 3.125rem;
*/
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.banner-inner {
	padding: 30px 25px;
	background-color: #026888;
}
.banner-inner a {
	color: inherit;
}
.banner h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0;
	margin-bottom: 16px;
}

.banner time {
	display: block;
	font: italic 1.125rem Georgia, serif;
}

.banner p {
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 20px;
}

.banner .button.hollow.default {
	color: #fff;
}
.banner .button {
	margin-bottom: 0;
}

.banner .button.hollow.default:hover,
.banner .button.hollow.default:focus {
	color: #3A8256;
}

.banner .arrow-down:hover {
	color: #e6e6e6;
	background: #e6e6e6;
}

/*  ---------------------------------------------------------
	1. General reset
	---------------------------------------------------------*/

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	min-width: 320px;
	height: auto;
	font-size: .875rem;
}

abbr {
	color: inherit;
}

a,
.btn {
	text-decoration: none;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}


h3{
	text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: inherit;
	opacity: .85;
}

h1 {
	line-height: 1;
	margin: 0 0 .9375rem;
}

h2 {
	line-height: 1;
	letter-spacing: .1875rem;
	margin: 0 0 .625rem;
}

h3 {
	font-weight: 700;
	margin: 0 0 0 0;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

.button {
	font-weight: 700;
	min-width: 6.875rem;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.button.hollow.default {
	color: #000;
}

.button.hollow.default:hover,
.button.hollow.default:focus {
	color: #000;
	background: #fff;
	border-color: transparent;
}

.arrow-down {
	width: .1875rem;
	height: 2.75rem;
	position: absolute;
	top: 95%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	background: #fff;
	z-index: 9;
	display: none;

	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.arrow-down:after {
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	right: auto;
	bottom: 0;
	z-index: 9;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 1;
	margin: 1.25rem .125rem 0 0;
	-webkit-transform: translate(-50%, 43%);
	-ms-transform: translate(-50%, 43%);
	transform: translate(-50%, 43%);
}

.has-title {
	position: relative;
}

.has-title:before {
	content: "";
	position: absolute;
	top: 3.125rem;
	left: -4.3%;
	right: -4.3%;
	bottom: auto;
	content: attr(data-title);
	font-size: 3.125rem;
	line-height: 1;
	letter-spacing: .125rem;
	color: #000;
	text-transform: uppercase;
	opacity: .08;
	z-index: 1;
}

.has-title > .row {
	position: relative;
	z-index: 3;
}

/* social networks styles */

.social-networks {
	font-size: 1.25rem;
	letter-spacing: -.32em;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 .625rem;
}

.social-networks li a {
	color: #fff;
}

.social-networks li a:hover {
	color: #e6e6e6;
}

/*  ---------------------------------------------------------
	3. Сommon site styles
	---------------------------------------------------------*/

/* main container styles */

#wrapper {
	overflow: hidden;
}

.w1 {
	position: relative;
	left: 0;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.nav-active .w1 {
	left: 15.625rem;
}

/* main informative part styles */

#main {
	padding: 0;
}

/* introduction styles */

.intro {
	padding: 1.875rem 0;
	background: #D5C8AE;
}

.intro h2 {
	letter-spacing: .125rem;
	font-size: 1.5625rem;
	margin: 0;
}

.intro h2 em {
	display: block;
	font: italic .6028938907rem Georgia, serif;
	letter-spacing: .25rem;
	margin: 0 0 .9375rem;
	text-transform: none;
}

.intro p {
	margin: 0 auto .625rem;
}

/* information list styles */

.info-list {
	max-width: 21.25rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-list li {
	width: 33%;
	padding: .625rem;
}

.info-list a {
	width: 9.375rem;
	height: 6rem;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	color: inherit;
	z-index: 9;
}

.info-list a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	border-radius: 100px;
	/*border: .1875rem solid #f8f6ee;*/
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	z-index: -1;
}

.info-list a:hover:before {
	content: "";
	position: absolute;
	top: -.625rem;
	left: -.625rem;
	right: -.625rem;
	bottom: -.625rem;
	background: #f8f6ee;
	box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .1), 0 .1875rem .375rem rgba(0, 0, 0, .2);
}

.info-list a:hover .title {
	text-decoration: none;
}

.info-list [class*="icon-"] {
	width: 100%;
	display: block;
	font-size: 2.875rem;
	margin: 0 0 .625rem;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.info-list .title {
	width: 100%;
	display: block;
	font-size: 1rem;
	line-height: 1.75rem;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

/* activities styles */

.activities {
	padding: 1.875rem 0;
	background-color: #026888;
	color: #fff;
}

.activities h2 {
	margin: 0 0 .1875rem;
}

.activities ul.row {
	margin: 0 auto;
}

.activities ul li {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
}

.activities ul li:hover .img-holder {
/*
	box-shadow: 0 .875rem 1.75rem rgba(0, 0, 0, .2), 0 .1875rem .375rem rgba(0, 0, 0, .2);
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
*/
	z-index: 2;
}

.activities ul li:hover .img-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
/* 	background: rgba(0,0,0,0.2); */
	z-index: 1;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	border: 10px solid #fff;
}

.activities ul li:hover .img-holder:after,
.activities ul li:hover .img-holder .title {
/*
	visibility: hidden;
	opacity: 0;
*/
}

.activities ul li:hover .button {
/*
	visibility: visible;
	opacity: 1;
	z-index: 10;
*/
}

.activities ul p {
	margin: 0 0 .625rem;
}

.activities ul .img-holder {
	width: 100%;
	min-height: 17.5rem;
	background-size: cover;
	background-position: center;
	position: relative;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.activities ul .img-holder a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.activities ul .img-holder:before {
/*
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3A8256;
	z-index: 1;
	visibility: visible;
	opacity: 0;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
*/
}

.activities ul .img-holder:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
	background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	visibility: visible;
	opacity: 1;
}

.activities ul .title {
	font-size: 1.125rem;
	line-height: 1;
	color: #fff;
	position: absolute;
	left: 1.25rem;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 2;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.activities ul .title svg {
	margin-top: 2px;
	margin-left: 5px;
}
.arrow-list {
	display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.5,0,.1,1);
  transition: -webkit-transform .2s cubic-bezier(.5,0,.1,1);
  transition: transform .2s cubic-bezier(.5,0,.1,1);
  transition: transform .2s cubic-bezier(.5,0,.1,1),-webkit-transform .2s cubic-bezier(.5,0,.1,1);
}
a:hover .arrow-list {
	-webkit-transform: translate3d(4px,0,0);
	transform: translate3d(4px,0,0);
}
.activities ul .button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}

.activities .button.hollow.default {
	color: #fff;
}

.activities .button.hollow.default:hover,
.activities .button.hollow.default:focus {
	color: #3A8256;
}

/* news styles */

.news {
	padding: 1.875rem 0 1.25rem;
	background: #F7ECCB;
	/*background: #cec5a9 url(images/bg-pattern.jpg) no-repeat 50% 50%/cover;*/
}

.news:before {
	left: 0;
	right: 0;
	top: 12%;
	letter-spacing: .6875rem;
}

.news .row .row {
	margin-right: -.625rem;
	margin-left: -.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.news .row .row .column,
.news .row .row .columns {
	position: relative;
	margin: 0 0 20px;
}

.news .row .row .column.medium-4{

}



.news h2 {
	margin: 0;
}

.news .box {
	padding: 8.4375rem .9375rem .9375rem;
	background: #fff;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;

}

.news .box:hover,
.news .box.hover {
	box-shadow: 0 .875rem 1.75rem rgba(0, 0, 0, .2), 0 .1875rem .375rem rgba(0, 0, 0, .2);
}

.news .img-holder {
	height: 7.5rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	position: absolute;
	top: 0;
	left: .625rem;
	right: .625rem;
}

.news .img-holder img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
}

.news h3 {
	text-transform: none;
	margin: 0 0 .8125rem;
}

.news .title {
	font-size: .75rem;
	line-height: 1.125rem;
	display: block;
	margin: 0 0 .625rem;
	text-transform: uppercase;
	letter-spacing: .0625rem;
}

.news .title time {
	display: block;
}

.news p {
	margin: 0 0 .625rem;
}

.news .more {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	color: inherit;
	margin: 0 0 .5625rem;
	text-decoration: underline;
}

.news .more:hover {
	text-decoration: underline;
}

.news .button {
	min-width: 9.375rem;
}

/* notices styles */

.notices {
	padding: 1.875rem 0;
}

.notices:before {
	left: 0;
	right: 0;
	top: 10%;
	letter-spacing: .6875rem;
}

.notices h2 {
	margin: 0 0 .625rem;
}

.notices .row .row {
	margin: 0 -.3125rem;
	overflow: hidden;
}

.notices .row .row .column,
.notices .row .row .columns {
	margin-right: -1px;
	padding: .3125rem;
}

.notices .box {
	padding: .9375rem;
	color: #fff;
	background: #3A8256;
}

.notices .box.brown {
	background: #615940;
}

.notices h3 {
	text-transform: none;
	margin: 0 0 .3125rem;
}

.notices time {
	display: block;
	font-size: .75rem;
	line-height: 1.25rem;
	display: block;
	margin: 0 0 .3125rem;
	letter-spacing: .0625rem;
}

.notices p {
	margin: 0;
}

/* conference styles */

.conference {
	padding: 1.875rem 0;
	background: #D5C8AE;
}

.conference:before {
	left: -5%;
	top: 14%;
	letter-spacing: .125rem;
}

.conference h2 {
	margin: 0 0 .625rem;
}

.conference p {
	margin: 0 0 .625rem;
}

.conference .button {
	margin: 0 0 1.5625rem;
}

.conference .img-holder {
	margin: 0 0 .9375rem;
}

.conference img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
	box-shadow: 0 .625rem 1.25rem rgba(0, 0, 0, .15), 0 .375rem .375rem rgba(0, 0, 0, .2);
}

.conference .image-box {
	position: relative;
}

.conference .image-box .img-small {
	margin: 0 0 .9375rem;
}

/* area map styles */

.area-map {
	padding: 1.875rem 0;
}

.area-map:before {
	left: -4.1%;
	top: 10%;
	letter-spacing: .1875rem;
}

.area-map .arrow-down {
	top: .3125rem;
	left: 24.2%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 2;
	background: #cec5a9;
}

.area-map .arrow-down:after {
	color: #cec5a9;
}

.area-map h2 {
	margin: 0;
}

.area-map .map {
	max-width: 75rem;
	margin: 0 auto;
}

.area-map .map img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
}

/* main post styles */

/* visual styles */

.visual {
	margin: 0 0 1.875rem;
}

.visual img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
}

/* main content styles */

#content {
	padding-top: .3125rem;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-family: "franklin-gothic-urw", Arial, sans-serif;
	font-weight: 700;
}

#content h1 {
	font-size: 1.75rem;
	margin: 0 0 .3125rem;
	letter-spacing: -.05625rem;
}

#content h2 {
	font-size: 1.25rem;
	letter-spacing: 0;
	margin: 0 0 .3125rem;
}

#content h3 {
	font-weight: 700;
	font-size: .875rem;
}

/* images gallery styles */

.img-gallery {
	padding: 0 0 1.25rem;
}

.img-gallery h2 {
	font-size: 1.5rem;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 0 0 .5625rem;
}

.img-gallery ul {
	margin: 0 -.3125rem;
	letter-spacing: -.32em;
}

.img-gallery ul li {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: .3125rem;
}

.img-gallery ul a {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.img-gallery ul a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 .1875rem .625rem rgba(0, 0, 0, .2);
}

.img-gallery ul img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
}

/* calendar styles */

.wp-calendar {
	max-width: 300px;
	margin: 0 auto;
	table-layout: fixed;
	text-align: center;
}

.wp-calendar thead,
.wp-calendar tbody,
.wp-calendar tfoot {
	color: inherit;
	color: #fff;
	background: #3A8256;
}

.wp-calendar tbody tr:nth-child(2n) {
	background: none;
}

.wp-calendar th {
	text-align: center;
}

.wp-calendar td {
	padding: .125rem;
	background: none;
}

.wp-calendar td a {
	display: block;
	color: #fff;
	background: #615940;
}

.wp-calendar td#next,
.wp-calendar td#prev {
	padding: 0 .625rem;
}

.wp-calendar td#next a,
.wp-calendar td#prev a {
	display: inline-block;
	vertical-align: top;
	background: none;
}

/* footer styles */

#footer {
	padding: 1.25rem 0;
	color: #fff;
	background: #3A8256; /* page logo styles */
}

#footer .social-networks {
	margin: 0 0 .625rem;
}

#footer .logo {
	margin-bottom: .625rem;
}

#footer .address {
	font-style: normal;
}

#footer .address ul {
	letter-spacing: -.32em;
}

#footer .address ul li {
	letter-spacing: normal;
}

#footer .address ul a {
	color: #fff;
}

#footer .address ul a:hover {
	color: #e6e6e6;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/* lightbox styles */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

div.lightbox {
	min-width: 18.75rem;
	padding: .9375rem;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #3A8256;
	color: #444;
	text-shadow: none;
	border-radius: .25rem;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 .625rem 1.5625rem rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: .875rem "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428;
	margin: 0;
	padding: .9375rem;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -1.375rem;
	margin-left: -1.375rem;
	background-position: 0 -6.75rem;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 2.75rem;
	height: 2.75rem;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	width: 2.25rem;
	height: 2.25rem;
	position: absolute;
	top: -1.125rem;
	right: -1.125rem;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	width: 2.25rem;
	height: 2.125rem;
	position: absolute;
	top: 50%;
	margin-top: -1.125rem;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: .625rem;
	background-position: 0 -2.25rem;
}

.fancybox-next span {
	right: .625rem;
	background-position: 0 -4.5rem;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -6249.9375rem;
	left: -6249.9375rem;
	visibility: hidden;
	max-width: 6249.9375rem;
	max-height: 6249.9375rem;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal .8125rem "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.25rem;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -2.1875rem;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: .125rem 1.25rem;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: .9375rem;
	text-shadow: 0 .0625rem .125rem #222;
	color: #fff;
	font-weight: 700;
	line-height: 1.5rem;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: .625rem;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: .625rem;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: .625rem;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important;
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important;
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

@media screen and (max-width: 0), screen and (min-width: 30em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (min-width: 30em) {
	.img-gallery ul li {
		width: 25%;
	}
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (min-width: 48em) {
	.widget h3 {
		margin: 0 0 .625rem;
	}

	.widget p + p {
		margin: 1.25rem 0 0;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.row .row {
		margin-left: -.9375rem;
		margin-right: -.9375rem;
	}

	.column,
	.columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

	.medium-1 {
		width: 8.3333333333%;
	}

	.medium-push-1 {
		position: relative;
		left: 8.3333333333%;
	}

	.medium-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}

	.medium-offset-0 {
		margin-left: 0;
	}

	.medium-2 {
		width: 16.6666666667%;
	}

	.medium-push-2 {
		position: relative;
		left: 16.6666666667%;
	}

	.medium-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}

	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-push-3 {
		position: relative;
		left: 25%;
	}

	.medium-pull-3 {
		position: relative;
		left: -25%;
	}

	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}

	.medium-4 {
		width: 33.3333333333%;
	}

	.medium-push-4 {
		position: relative;
		left: 33.3333333333%;
	}

	.medium-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-5 {
		width: 41.6666666667%;
	}

	.medium-push-5 {
		position: relative;
		left: 41.6666666667%;
	}

	.medium-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}

	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-push-6 {
		position: relative;
		left: 50%;
	}

	.medium-pull-6 {
		position: relative;
		left: -50%;
	}

	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}

	.medium-7 {
		width: 58.3333333333%;
	}

	.medium-push-7 {
		position: relative;
		left: 58.3333333333%;
	}

	.medium-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-8 {
		width: 66.6666666667%;
	}

	.medium-push-8 {
		position: relative;
		left: 66.6666666667%;
	}

	.medium-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}

	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-push-9 {
		position: relative;
		left: 75%;
	}

	.medium-pull-9 {
		position: relative;
		left: -75%;
	}

	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}

	.medium-10 {
		width: 83.3333333333%;
	}

	.medium-push-10 {
		position: relative;
		left: 83.3333333333%;
	}

	.medium-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-11 {
		width: 91.6666666667%;
	}

	.medium-push-11 {
		position: relative;
		left: 91.6666666667%;
	}

	.medium-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}

	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}

	.medium-12 {
		width: 100%;
	}

	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}

	.medium-up-1 > .column,
	.medium-up-1 > .columns {
		width: 100%;
		float: left;
	}

	.medium-up-1 > .column:nth-of-type(1n),
	.medium-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-1 > .column:nth-of-type(1n+1),
	.medium-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}

	.medium-up-1 > .column:last-child,
	.medium-up-1 > .columns:last-child {
		float: left;
	}

	.medium-up-2 > .column,
	.medium-up-2 > .columns {
		width: 50%;
		float: left;
	}

	.medium-up-2 > .column:nth-of-type(1n),
	.medium-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-2 > .column:nth-of-type(2n+1),
	.medium-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}

	.medium-up-2 > .column:last-child,
	.medium-up-2 > .columns:last-child {
		float: left;
	}

	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		width: 33.3333333333%;
		float: left;
	}

	.medium-up-3 > .column:nth-of-type(1n),
	.medium-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-3 > .column:nth-of-type(3n+1),
	.medium-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}

	.medium-up-3 > .column:last-child,
	.medium-up-3 > .columns:last-child {
		float: left;
	}

	.medium-up-4 > .column,
	.medium-up-4 > .columns {
		width: 25%;
		float: left;
	}

	.medium-up-4 > .column:nth-of-type(1n),
	.medium-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-4 > .column:nth-of-type(4n+1),
	.medium-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}

	.medium-up-4 > .column:last-child,
	.medium-up-4 > .columns:last-child {
		float: left;
	}

	.medium-up-5 > .column,
	.medium-up-5 > .columns {
		width: 20%;
		float: left;
	}

	.medium-up-5 > .column:nth-of-type(1n),
	.medium-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-5 > .column:nth-of-type(5n+1),
	.medium-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}

	.medium-up-5 > .column:last-child,
	.medium-up-5 > .columns:last-child {
		float: left;
	}

	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		width: 16.6666666667%;
		float: left;
	}

	.medium-up-6 > .column:nth-of-type(1n),
	.medium-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-6 > .column:nth-of-type(6n+1),
	.medium-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}

	.medium-up-6 > .column:last-child,
	.medium-up-6 > .columns:last-child {
		float: left;
	}

	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		width: 14.2857142857%;
		float: left;
	}

	.medium-up-7 > .column:nth-of-type(1n),
	.medium-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-7 > .column:nth-of-type(7n+1),
	.medium-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}

	.medium-up-7 > .column:last-child,
	.medium-up-7 > .columns:last-child {
		float: left;
	}

	.medium-up-8 > .column,
	.medium-up-8 > .columns {
		width: 12.5%;
		float: left;
	}

	.medium-up-8 > .column:nth-of-type(1n),
	.medium-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-8 > .column:nth-of-type(8n+1),
	.medium-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}

	.medium-up-8 > .column:last-child,
	.medium-up-8 > .columns:last-child {
		float: left;
	}

	.medium-collapse > .column,
	.medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}

	.medium-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}

	.expanded.row .medium-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}

	.medium-uncollapse > .column,
	.medium-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

	.medium-centered {
		margin-left: auto;
		margin-right: auto;
	}

	.medium-centered,
	.medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}

	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}

	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 1.875rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1.125rem;
	}

	h5 {
		font-size: .9375rem;
	}

	h6 {
		font-size: .875rem;
	}

	.medium-text-left {
		text-align: left;
	}

	.medium-text-right {
		text-align: right;
	}

	.medium-text-center {
		text-align: center;
	}

	.medium-text-justify {
		text-align: justify;
	}

	.button-group.stacked-for-small .button {
		width: auto;
		margin-bottom: 0;
	}

	.menu.medium-horizontal > li {
		display: table-cell;
	}

	.menu.medium-vertical > li {
		display: block;
	}

	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}

	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%;
	}

	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}

	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #3A8256 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px;
	}

	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
	}

	.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

	.dropdown.menu.medium-vertical > li > a::after {
		right: 14px;
		margin-top: -3px;
	}

	.dropdown.menu.medium-vertical > li.opens-left > a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #3A8256 transparent transparent;
		border-right-style: solid;
		border-left-width: 0;
	}

	.dropdown.menu.medium-vertical > li.opens-right > a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #3A8256;
		border-left-style: solid;
		border-right-width: 0;
	}

	.position-left.reveal-for-medium {
		left: 0;
		z-index: auto;
		position: fixed;
	}

	.position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-medium {
		right: 0;
		z-index: auto;
		position: fixed;
	}

	.position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 250px;
	}

	.pagination li {
		display: inline-block;
	}

	.reveal {
		min-height: 0;
	}

	.reveal {
		width: 600px;
		max-width: 60.75rem;
	}

	.reveal .reveal {
		left: auto;
		right: auto;
		margin: 0 auto;
	}

	.reveal.tiny {
		width: 30%;
		max-width: 60.75rem;
	}

	.reveal.small {
		width: 50%;
		max-width: 60.75rem;
	}

	.reveal.large {
		width: 90%;
		max-width: 60.75rem;
	}

	.top-bar .top-bar-left,
	.top-bar .top-bar-right {
		width: auto;
	}

	.hide-for-medium {
		display: none !important;
	}

	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	#header {
		margin: 0 0 1.875rem;
	}

	.logo {
		width: 15.625rem;
	}

	.sticky-nav {
		display: block;
		display: none;
	}

	.banner > .row {
		height: calc(100vh - 100px);
		min-height: 650px;
	}

	.banner .column,
	.banner .columns {
/*
		padding-top: 10rem;
		padding-bottom: 10rem;
*/
	}
	.banner h1 {
		font-size: 3.75rem;
	}

	.banner time {
		font-size: 1.25rem;
	}

	body {
		line-height: 1.6;
	}

	.arrow-down {
		display: block;
	}

	.has-title:before {
		top: 5.3%;
		font-size: 7.5rem;
		letter-spacing: .3125rem;
	}

	.social-networks {
		font-size: 1.75rem;
	}

	.social-networks li {
		padding: 0 1.25rem;
	}

	.intro {
		padding: 1.25rem 0 3.75rem;
	}

	.intro > .column,
	.intro > .columns {
		padding-top: 0.5rem;
	}

	.intro h2 {
		font-size: 3.125rem;
		letter-spacing: .25rem;
	}

	.intro h2 em {
		font-size: 1.25rem;
		margin: 0 0 1.5625rem;
	}

	.intro p {
		font-size: 1rem;
		line-height: 1.75rem;
		margin: 0 auto 1.25rem;
	}

	.info-list {
		min-width: 50%;
		margin: 1rem auto 1rem auto;
	}

	.info-list li {
		max-width: 30%;
		padding: .125rem;
	}

	.info-list a {
		height: 6.25rem;
	}

	.activities {
		padding: 3.75rem 0 3.125rem;
		background-color: #026888;
		color: #fff;
	}

	.activities ul li:hover .img-holder,
	.activities ul li.hover .img-holder {
/*
		-webkit-transform: scale(1.09);
		-ms-transform: scale(1.09);
		transform: scale(1.09);
*/
	}

	.activities ul p {
		margin: .3125rem 1.5625rem .625rem 0;
	}

	.activities ul .img-holder {
		min-height: 19.5625rem;
	}

	.activities ul .title {
		left: 1.875rem;
		right: 1.875rem;
		bottom: 2.0625rem;
	}

	.news {
		padding: 3.75rem 0 2.5rem;
	}

	.news .row .row {
		margin: 0 0 40;
	}

	.news .row .row .column,
	.news .row .row .columns {
		margin: 0 0 40;
	}

	.news h2 {
		margin: 0 0 10px;
	}

	.news .box:before {
		content: "";
		position: absolute;
		top: 0;
		left: .625rem;
		right: .625rem;
		bottom: 0;
		background: #fff;
		z-index: -1;
		-webkit-transition: all ease-in-out .3s;
		transition: all ease-in-out .3s;
	}

	.news .box:hover,
	.news .box.hover {
		box-shadow: none;
	}

	.news .box:hover:before,
	.news .box.hover:before {
		box-shadow: 0 .875rem 1.75rem rgba(0, 0, 0, .2), 0 .1875rem .375rem rgba(0, 0, 0, .2);
		top: -.5rem;
		bottom: -.5rem;
		content: "";
		position: absolute;
		top: -.875rem;
		left: .125rem;
		right: .125rem;
		bottom: -.875rem;
	}

	.news .box:hover .img-holder,
	.news .box.hover .img-holder {
		height: 8.1875rem;
		top: -.875rem;
		left: .125rem;
		right: .125rem;
	}

	.news h3 {
		margin: 0 0 .5rem;
	}

	.notices {
		padding: 3.75rem 0 3.125rem;
	}

	.notices h2 {
		margin: 0 0 1.5625rem;
	}

	.notices .row .row {
		margin: 0 -.625rem;
	}

	.notices .row .row .column,
	.notices .row .row .columns {
		padding: .625rem;
	}

	.notices .box {
		padding: 1.875rem 1.25rem;
	}

	.conference {
		padding: 5rem 0;
	}

	.conference h2 {
		margin: 1.25rem 0 .9375rem;
	}

	.conference p {
		margin: 0 0 1.5625rem;
	}

	.conference .button {
		margin: 0 0 3.0625rem;
	}

	.conference .img-holder {
		margin: 0 0 0 -.625rem;
	}

	.conference .image-box {
		max-width: 21.875rem;
		margin: -1.25rem 0 0;
	}

	.conference .image-box .img-small {
		width: 18.75rem;
		position: absolute;
		bottom: 6.25rem;
		left: 12.5rem;
	}

	.area-map {
		padding: 5rem 0 3.75rem;
	}

	.area-map h2 {
		margin: 0 0 2.5rem;
	}

	.post.has-title:before {
		top: 26.875rem;
		font-size: 6.25rem;
	}

	.visual {
		margin: 0 0 5rem;
	}

	#content h1 {
		font-size: 2rem;
		margin: 0 0 .6875rem;
	}

	#content h2 {
		font-size: 1.375rem;
		margin: 0 0 .5rem;
	}

	#content h3 {
		font-size: 1.25rem;
	}

	.img-gallery {
		padding: 0 0 3.125rem;
	}

	.img-gallery ul li {
		width: 16.666%;
	}

	#footer {
		padding: 3.125rem 0 1.875rem;
	}

	#footer .social-networks {
		margin: 0 0 1.25rem;
	}

	#footer .logo {
		margin-bottom: 1.125rem;
	}

	#footer .address ul li {
		display: inline-block;
		vertical-align: top;
	}

	#footer .address ul li + li:before {
		content: "|";
		padding: 0 .25rem;
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 64em) {
	#sidebar {
		margin-bottom: 0;
	}

	.widget {
		padding: 2.5625rem 1.5625rem 2.4375rem;
		margin: 0 0 .9375rem -.375rem;
	}

	.widget h3 {
		margin: 0 0 .9375rem;
	}

	.widget p + p {
		margin: 1.75rem 0 0;
	}

	.large-1 {
		width: 8.3333333333%;
	}

	.large-push-1 {
		position: relative;
		left: 8.3333333333%;
	}

	.large-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}

	.large-offset-0 {
		margin-left: 0;
	}

	.large-2 {
		width: 16.6666666667%;
	}

	.large-push-2 {
		position: relative;
		left: 16.6666666667%;
	}

	.large-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}

	.large-offset-1 {
		margin-left: 8.3333333333%;
	}

	.large-3 {
		width: 25%;
	}

	.large-push-3 {
		position: relative;
		left: 25%;
	}

	.large-pull-3 {
		position: relative;
		left: -25%;
	}

	.large-offset-2 {
		margin-left: 16.6666666667%;
	}

	.large-4 {
		width: 33.3333333333%;
	}

	.large-push-4 {
		position: relative;
		left: 33.3333333333%;
	}

	.large-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.large-5 {
		width: 41.6666666667%;
	}

	.large-push-5 {
		position: relative;
		left: 41.6666666667%;
	}

	.large-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}

	.large-offset-4 {
		margin-left: 33.3333333333%;
	}

	.large-6 {
		width: 50%;
	}

	.large-push-6 {
		position: relative;
		left: 50%;
	}

	.large-pull-6 {
		position: relative;
		left: -50%;
	}

	.large-offset-5 {
		margin-left: 41.6666666667%;
	}

	.large-7 {
		width: 58.3333333333%;
	}

	.large-push-7 {
		position: relative;
		left: 58.3333333333%;
	}

	.large-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.large-8 {
		width: 66.6666666667%;
	}

	.large-push-8 {
		position: relative;
		left: 66.6666666667%;
	}

	.large-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}

	.large-offset-7 {
		margin-left: 58.3333333333%;
	}

	.large-9 {
		width: 75%;
	}

	.large-push-9 {
		position: relative;
		left: 75%;
	}

	.large-pull-9 {
		position: relative;
		left: -75%;
	}

	.large-offset-8 {
		margin-left: 66.6666666667%;
	}

	.large-10 {
		width: 83.3333333333%;
	}

	.large-push-10 {
		position: relative;
		left: 83.3333333333%;
	}

	.large-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.large-11 {
		width: 91.6666666667%;
	}

	.large-push-11 {
		position: relative;
		left: 91.6666666667%;
	}

	.large-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}

	.large-offset-10 {
		margin-left: 83.3333333333%;
	}

	.large-12 {
		width: 100%;
	}

	.large-offset-11 {
		margin-left: 91.6666666667%;
	}

	.large-up-1 > .column,
	.large-up-1 > .columns {
		width: 100%;
		float: left;
	}

	.large-up-1 > .column:nth-of-type(1n),
	.large-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-1 > .column:nth-of-type(1n+1),
	.large-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}

	.large-up-1 > .column:last-child,
	.large-up-1 > .columns:last-child {
		float: left;
	}

	.large-up-2 > .column,
	.large-up-2 > .columns {
		width: 50%;
		float: left;
	}

	.large-up-2 > .column:nth-of-type(1n),
	.large-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-2 > .column:nth-of-type(2n+1),
	.large-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}

	.large-up-2 > .column:last-child,
	.large-up-2 > .columns:last-child {
		float: left;
	}

	.large-up-3 > .column,
	.large-up-3 > .columns {
		width: 33.3333333333%;
		float: left;
	}

	.large-up-3 > .column:nth-of-type(1n),
	.large-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-3 > .column:nth-of-type(3n+1),
	.large-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}

	.large-up-3 > .column:last-child,
	.large-up-3 > .columns:last-child {
		float: left;
	}

	.large-up-4 > .column,
	.large-up-4 > .columns {
		width: 25%;
		float: left;
	}

	.large-up-4 > .column:nth-of-type(1n),
	.large-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-4 > .column:nth-of-type(4n+1),
	.large-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}

	.large-up-4 > .column:last-child,
	.large-up-4 > .columns:last-child {
		float: left;
	}

	.large-up-5 > .column,
	.large-up-5 > .columns {
		width: 20%;
		float: left;
	}

	.large-up-5 > .column:nth-of-type(1n),
	.large-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-5 > .column:nth-of-type(5n+1),
	.large-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}

	.large-up-5 > .column:last-child,
	.large-up-5 > .columns:last-child {
		float: left;
	}

	.large-up-6 > .column,
	.large-up-6 > .columns {
		width: 16.6666666667%;
		float: left;
	}

	.large-up-6 > .column:nth-of-type(1n),
	.large-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-6 > .column:nth-of-type(6n+1),
	.large-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}

	.large-up-6 > .column:last-child,
	.large-up-6 > .columns:last-child {
		float: left;
	}

	.large-up-7 > .column,
	.large-up-7 > .columns {
		width: 14.2857142857%;
		float: left;
	}

	.large-up-7 > .column:nth-of-type(1n),
	.large-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-7 > .column:nth-of-type(7n+1),
	.large-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}

	.large-up-7 > .column:last-child,
	.large-up-7 > .columns:last-child {
		float: left;
	}

	.large-up-8 > .column,
	.large-up-8 > .columns {
		width: 12.5%;
		float: left;
	}

	.large-up-8 > .column:nth-of-type(1n),
	.large-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-8 > .column:nth-of-type(8n+1),
	.large-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}

	.large-up-8 > .column:last-child,
	.large-up-8 > .columns:last-child {
		float: left;
	}

	.large-collapse > .column,
	.large-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}

	.large-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}

	.expanded.row .large-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}

	.large-uncollapse > .column,
	.large-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

	.large-centered {
		margin-left: auto;
		margin-right: auto;
	}

	.large-centered,
	.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}

	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}

	h1 {
		font-size: 2.8125rem;
	}

	h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 1.375rem;
	}

	h4 {
		font-size: 1.25rem;
	}

	h5 {
		font-size: .9375rem;
	}

	h6 {
		font-size: .875rem;
	}

	.large-text-left {
		text-align: left;
	}

	.large-text-right {
		text-align: right;
	}

	.large-text-center {
		text-align: center;
	}

	.large-text-justify {
		text-align: justify;
	}

	.button-group.stacked-for-medium .button {
		width: auto;
		margin-bottom: 0;
	}

	.menu.large-horizontal > li {
		display: table-cell;
	}

	.menu.large-vertical > li {
		display: block;
	}

	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}

	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%;
	}

	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}

	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #3A8256 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px;
	}

	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
	}

	.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

	.dropdown.menu.large-vertical > li > a::after {
		right: 14px;
		margin-top: -3px;
	}

	.dropdown.menu.large-vertical > li.opens-left > a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #3A8256 transparent transparent;
		border-right-style: solid;
		border-left-width: 0;
	}

	.dropdown.menu.large-vertical > li.opens-right > a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #3A8256;
		border-left-style: solid;
		border-right-width: 0;
	}

	.position-left.reveal-for-large {
		left: 0;
		z-index: auto;
		position: fixed;
	}

	.position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-large {
		right: 0;
		z-index: auto;
		position: fixed;
	}

	.position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 250px;
	}

	.hide-for-large {
		display: none !important;
	}

	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	#header {
		margin: 0 0 6.125rem;
	}

	#header .search-form {
		width: 14.0625rem;
		float: left;
	}

	.logo {
		width: 16.1875rem;
	}

	.topbar {
		margin: 0 0 1.5625rem;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		width: auto;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: static;
		overflow: visible;
	}

	#nav .menu {
		letter-spacing: -.32em;
	}

	#nav .menu li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0 2.1875rem 0 0;
	}

	#nav .menu li a {
		padding: 0;
	}

	#nav .menu li.active > a,
	#nav .menu li > a:hover {
		color: #e6e6e6;
		background: transparent;
	}

	#nav .main-nav {
		position: absolute;
		left: .9375rem;
		right: 1rem;
		margin: 11.625rem 0 0;
		text-align: center;
		letter-spacing: -.3em;
		z-index: 8;
	}

	#nav .main-nav > li{
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 2.1875rem;
		letter-spacing: normal;
	}

/*
	#nav .main-nav > li:nth-child(-n+2)
	{
		float: left;
		margin: 0 3.375rem 0 0;
	}

	*/

	#nav .main-nav > li:first-child > .dropdown,
	#nav .menu > li:first-child > .dropdown {
		left: 0;
		-webkit-transform: translateX(-.9375rem);
		-ms-transform: translateX(-.9375rem);
		transform: translateX(-.9375rem);
	}

	#nav .main-nav > li:last-child > .dropdown,
	#nav .menu > li:last-child > .dropdown {
		left: auto;
		right: 0;
		-webkit-transform: translateX(.9375rem);
		-ms-transform: translateX(.9375rem);
		transform: translateX(.9375rem);
	}

	#nav .main-nav > li > a {
		padding: 0;
		color: #000;
	}

	.home #nav .main-nav > li > a,
	.home #nav .menu > li > a {
		color: #fff;
	}

	#nav .main-nav > li > a.opener,
	#nav .menu > li > a.opener {
		padding: 0;
	}

	#nav .main-nav > li > a.opener:before,
	#nav .menu > li > a.opener:before {
		height: .9375rem;
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		bottom: auto;
		display: none;
	}

	#nav .main-nav > li > a.opener:after,
	#nav .menu > li > a.opener:after {
		top: 100%;
		left: 50%;
		margin: .5625rem 0 0 -.25rem;
		border-width: 0 .25rem .375rem;
		border-color: transparent transparent #fff;
		display: none;
	}

	#nav .main-nav > li.active > a,
	#nav .main-nav > li > a:hover{
		color: #3A8256;
		background: none;
	}

	.home #nav .main-nav > li.active > a,
	.home #nav .main-nav > li > a:hover{
		color: #e6e6e6;
	}

	#nav .main-nav > li.active > a:after,
	#nav .main-nav > li > a:hover:after,
	#nav .menu > li.active > a:after,
	#nav .menu > li > a:hover:after {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		border-color: transparent transparent #fff;
	}

	#nav .main-nav > li:hover > a,
	#nav .menu > li:hover > a {
		background: none;
	}

	#nav .main-nav > li.hover > a,
	#nav .menu > li.hover > a {
		background: none;
	}

	#nav .menu > li:hover > .opener:before,
	#nav .menu > li:hover > .opener:after, 
	#nav .main-nav > li:hover > .opener:before,
	#nav .main-nav > li:hover > .opener:after {
		display: block;
	}

	#nav .main-nav li:hover > .dropdown,
	#nav .main-nav li:focus-within > .dropdown,
	#nav .menu li:hover > .dropdown
/* 	#nav .menu li:focus-within > .dropdown */ {
		display: block;
	}

	#nav .main-nav .dropdown,
	#nav .menu .dropdown {
		width: 15rem;
		height: auto;
		padding: 1.0625rem 0 1.4375rem;
		background: #fff;
		box-shadow: 0 .3125rem .375rem rgba(0, 0, 0, .2);
		position: absolute;
		top: 100%;
		left: 50%;
		margin: .9375rem 0 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}

	#nav .menu .dropdown {

		z-index: 1001;
	
	}
	
	#nav .main-nav .dropdown:after,
	#nav .menu .dropdown:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
		z-index: 9;
		pointer-events: none;
	}


	#nav .menu .dropdown:after {
		z-index: 1009;

	}

	#nav .main-nav .dropdown .dropdown,
	#nav .menu .dropdown .dropdown {
		top: 0;
		left: 100%;
		margin: -.9375rem 0 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
		background-color: #efefef
	}

	#nav .main-nav .dropdown .dropdown:after,
	#nav .menu .dropdown .dropdown:after {
		width: .9375rem;
		content: "";
		position: absolute;
		top: -.3125rem;
		left: -.9375rem;
		right: auto;
		bottom: -.3125rem;
		background: #fff;
		box-shadow: none;
	}

	#nav .main-nav .dropdown .dropdown.left,
	#nav .menu .dropdown .dropdown.left {
		left: auto;
		right: 100%;
	}

	#nav .main-nav .dropdown .dropdown.left:after,
	#nav .menu .dropdown .dropdown.left:after {
		right: -.9375rem;
		left: auto;
	}

	#nav .main-nav .dropdown li:hover > a,
	#nav .menu .dropdown li:hover > a {
		text-decoration: underline;
	}

	#nav .main-nav .dropdown li.hover > a.opener:after ,
	#nav .menu .dropdown li.hover > a.opener:after {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#nav .social-networks {
		position: relative;
		top: .1875rem;
		padding: 0 .1875rem;
		text-align: inherit;
		border: none;
	}

	.sticky-nav {
		right: 3.125rem;
	}

	.banner .column,
	.banner .columns {
/*
		padding-top: 14.5rem;
		padding-bottom: 4.5rem;
*/
	padding-bottom: 50px;
	display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	-webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
	}

	.banner h1 {
		font-size: 3.75rem;
	}
	.banner p {
		font-size: 1.125rem;
	}

	.banner time {
		font-size: 1.375rem;
	}

	body {
		font-size: .9375rem;
		line-height: 1.7;
	}

	p {
		margin: 0 0 1rem;
	}

	.has-title:before {
		font-size: 15rem;
		letter-spacing: .5rem;
		font-family: "franklin-gothic-urw", Arial, sans-serif;
		font-weight: 700;	
	}

	.social-networks li {
		padding: 0 1.875rem;
	}

	.nav-active .w1 {
		left: 0;
	}

	.intro {
		padding: 0 0 3.1875rem;
	}

	.intro h2 {
		font-size: 4rem;
		letter-spacing: .375rem;
	}

	.intro h2 em {
		font-size: 1.375rem;
		margin: 0 0 1rem;
	}

	.intro p {
		max-width: 53.75rem;
		margin: 0 auto 1rem;
	}

	.info-list li {
		padding: 0 1.25rem 1.25rem 1.25rem;
	}

	.activities {
		padding: 2.8125rem 0 6.25rem;
	}

	.activities ul p {
		margin: .5625rem 2.1875rem .625rem 0;
	}

	.news {
		padding: 5.25rem 0 0;
	}

	.news .row .row {
		margin-bottom: 1.5rem;
	}

	.news h2 {
		margin: 0 0 20px .75rem;
	}

	.news .box {
		padding: 10.8125rem 1.25rem 1.25rem;
		height: 100%
	}

	.news .box:hover:before,
	.news .box.hover:before {
		top: -.875rem;
		bottom: -.875rem;
	}

	.news .box:hover .img-holder,
	.news .box.hover .img-holder {
		height: 9.375rem;
	}

	.news .img-holder {
		height: 8.9375rem;
	}

	.news h3 {
		margin: 0 0 .8125rem;
	}

	.news .title {
		line-height: 1.375rem;
		margin: 0 0 .75rem;
	}

	.news .title time {
		display: inline;
	}

	.notices {
		padding: 1.125rem 0 3.625rem;
	}

	.notices h2 {
		margin: 0 0 2.25rem;
	}

	.notices .box {
		padding: 2.5rem 1.5625rem;
	}

	.notices h3 {
		margin: 0 0 .875rem;
	}

	.notices time {
		margin: 0 0 .875rem;
	}

	.conference {
		padding: 10.375rem 0 6.25rem;
	}

	.conference h2 {
		margin: 2.5rem 0 .9375rem;
	}

	.conference .image-box {
		max-width: 25.9375rem;
		margin: -3.0625rem 0 0 -1.5rem;
	}

	.conference .image-box .img-small {
		width: 23.1875rem;
		bottom: 8.9375rem;
		left: 19.6875rem;
	}

	.area-map {
		padding: 8.125rem 0 5.0625rem;
	}

	.area-map h2 {
		margin: 0 0 5.1875rem;
	}

	.post.has-title:before {
		top: 36.9375rem;
		font-size: 7.5rem;
		left: -4%;
	}

	.visual {
		margin: 0 0 7.5rem;
	}

	#content h1 {
		font-size: 2.25rem;
	}

	#content h2 {
		font-size: 1.5rem;
	}

	#content h3 {
		font-size: 1rem;
	}

	.img-gallery {
		padding: 0 0 5.625rem;
	}

	.img-gallery ul {
		margin: 0 -.625rem;
	}

	.img-gallery ul li {
		padding: .625rem;
	}

	#footer {
		padding: 5.6875rem 0 3.125rem;
		margin-top: 10rem;
	}

	#footer .social-networks {
		margin: 0 0 1.75rem;
	}

	#footer .logo {
		margin-bottom: 1.5rem;
	}


	#nav ul#menu-top-navigation li a, #nav ul#menu-top-navigation-engelska li a {
		font-size: 0.9rem;
	}

}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 75em) {
	#nav .main-nav > li:first-child > .dropdown,
	#nav .menu > li:first-child > .dropdown {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

	#nav .main-nav > li:last-child > .dropdown,
	#nav .menu > li:last-child > .dropdown {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		right: auto;
	}

	.post.has-title:before {
		font-size: 11.25rem;
	}

	.visual {
		margin: 0 0 3rem;
	}
}

@media screen and (min-width: 90em) {
	.post.has-title:before {
		font-size: 14.0625rem;
	}
}

@media screen and (min-width: 768px) and (max-height: 768px) {
	.banner .column,
	.banner .columns {
/* 		padding-bottom: 4.375rem; */
	}
}

@media screen and (max-width: 74.9375em) {
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		width: 100%;
	}
}

@media screen and (max-width: 63.9375em) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	table.stack thead {
		display: none;
	}

	table.stack tfoot {
		display: none;
	}

	table.stack tr,
	table.stack th,
	table.stack td {
		display: block;
	}

	table.stack td {
		border-top: 0;
	}

	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		width: 100%;
	}

	.show-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375rem) {
	ul#qtranslate-chooser{
		display: none;
	}
	#nav .main-nav > li.hover > a {
		color: #3A8256;
		background: #fff;
	}

	#nav .main-nav > li.hover > a:after {
		border-color: #3A8256 transparent transparent;
		-webkit-transform: scaleY(-1);
		-ms-transform: scaleY(-1);
		transform: scaleY(-1);
	}

	#nav .main-nav li.hover > .dropdown {
		display: block;
	}
	#nav .menu li.hover > .dropdown {
		display: block;
	}
}

@media screen and (max-width: 47.9375em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 29.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block;
	}

	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0;
	}

	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		display: block;
	}

	.media-object.stack-for-small .media-object-section img {
		width: 100%;
	}

	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		max-width: none;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}

	.hide-for-small-only {
		display: none !important;
	}
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.show-for-print {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	table.show-for-print {
		display: table !important;
	}

	thead.show-for-print {
		display: table-header-group !important;
	}

	tbody.show-for-print {
		display: table-row-group !important;
	}

	tr.show-for-print {
		display: table-row !important;
	}

	td.show-for-print {
		display: table-cell !important;
	}

	th.show-for-print {
		display: table-cell !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

@-webkit-keyframes shake-7 {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}

	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}

@keyframes shake-7 {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}

	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}

@-webkit-keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes wiggle-7deg {
	40%,
	50%,
	60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	35%,
	45%,
	55%,
	65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}

	0%,
	30%,
	70%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes wiggle-7deg {
	40%,
	50%,
	60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	35%,
	45%,
	55%,
	65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}

	0%,
	30%,
	70%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes shake-7 {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}

	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes wiggle-7deg {
	40%,
	50%,
	60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	35%,
	45%,
	55%,
	65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}

	0%,
	30%,
	70%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* M - additions */
.page-featured-image{
	margin: 1rem  1rem 4rem 1rem;
	width: auto;
}



/***
		Turid - kalender
***/

.title-turid{
	text-align: center;
	margin-bottom: 3rem;
}

.turid-entry{
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

p.turid-datum{
	width: 160px;
	margin-right: 20px;
	float: left;
	clear: none;
	display: inline-block;
	  color: #5C5C5C;
    font-size: 16px;
    font-weight: normal;
}


.date2{
	padding-top: 5px;
}

div.turid-text{
	/*width: 400px;*/
	clear: none;
	display: inline-block;

}

h3.turid-namn{

}

p.turid-pufftext{
	margin-right: 20px;
	margin-bottom: 15px;
	font-weight: 700;
}


p.turid-beskrivningstext{
	margin-bottom: 15px;
	margin-right: 25px;
}

p.turid-beskrivningstext a{
	text-decoration: none;
}


p.turid-platser{
	font-style: italic;
	margin-bottom: 0;
}
p.turid-tider{
	font-style: italic;
	margin-bottom: 0;
}

img.turid-bild{
	width: 300px;
	float: right;
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
    clear: right;
}



.sok-form{
	margin-bottom: 4rem;
	display: block;
	width: 100%;
}

.sok-form p {
	text-align: center;
	margin-bottom: 0;
}

/*
.sok-form{
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	width: 950px;
	padding:  10px 0 10px 0;
	margin-bottom: 40px;
	margin-top: -30px;
	overflow: hidden;
}

.sok-form h2 {
    color: #8c8c8c;
    float: none;
    font-family: Georgia;
    font-size: 30px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: auto;
}
.sok-form p {
	text-align: center;

    font-family: Georgia;
    font-size: 16px;
	    color: #8c8c8c;
	    margin-bottom: 20px;
}
#datepicker-from, #datepicker-to{
	color: #666;
    font-family: Georgia;
    font-size: 16px;
    width: 110px;
}
.sok-form p.datepicker-row{
	margin-right: 600px;
}

#sok-form-q{
	width: 300px;
	height: 30px;
	color: #666;
    float: none;
    font-family: Georgia;
    font-size: 21px;
}

.cal-social{
	
}

.btn-find-kalendarium{
	margin: 0 0 -10px 10px;
	padding: 0;
}

*/

/* category */

.category-featured-image{
	margin-top: 4rem;
	margin-bottom: 2rem;
}


/* Bokningsformulär*/

.wpcf7-form label{
	color: #fff;
}

.wpcf7-form [type="submit"]{
	color: #000;
}


/* Scroll top */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
}


/* q-trans*/

.lang-en, .lang-sv {
	float: left !important;
	margin-left: 4px !important;
}

ul.language-chooser{
	float: right;
	list-style: none;
margin: 0;
padding: 0;
}

.qtrans-footer{
	width: 50px;
	margin: 0 auto;
}
.qtrans-footer ul.language-chooser{
	display: block;
}



/* Twingly*/

#twingly-wrapper {
	background-color: #3A8256;
}

#twingly-logo {
	width: 31px;
	height: 18px;
	background: url('images/twingly-logo.png') no-repeat;
}

#twingly-logo a {
	float: left;
	height: 18px;
	width: 31px;
	text-indent: -99999px;
}

#twingly-top {
	float: left;
	height: 5px;
}

#twingly-wrapper h2 {
	float: left;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

.twingly_widget {
	float: left;
	background-color: #3A8256 !important;
	border: 0 !important;
	width: 100%;
	padding: 0 20px !important;
}




#twingly-wrapper h3 {

    text-align: center;
    padding-top: 40px;
    color: #fff;
    font-size: 1.5rem;

}
.twingly_header {
	display: none;
}

.twingly_item {
	float: left !important;
	overflow: visible !important;
	position: relative !important;
	padding: 10px !important;
	margin: 0px !important;
	border: 0px !important;
}

.twingly_item:nth-child(even) {
	float: left !important;
	overflow: visible !important;
	position: relative !important;
	padding: 10px !important;
	margin: 0px !important;
	border: 0px !important;
}

.twingly_get_widget {
	display: none !important;
}

#twingly-wrapper ul {
	float: left;
}

#twingly-wrapper ul li {
	float: left;
	height: 25px;
	overflow: visible;
	position: relative;
	padding: 20px;
	padding-right: 30px;
	padding-top: 15px;
}

.twingly_item_title {
	font-size: 14px !important;
	color: white !important;
	font-weight: bold !important;
	margin-left: 20px !important;
}

.twingly_item_title a {
	color: white !important;
	text-decoration: none;
}

.twingly_item_websitename {
	float: left !important;
	margin-left: 20px !important;
	font-size: 14px !important;
	font-weight: normal !important;
	color: white !important;	
}

.twingly_item_websitename a {
	color: white !important;
	text-decoration: none !important;
}

.twingly_item_websitename a:hover {
	text-decoration: underline !important;
}

.twingly_subscribe, .twingly_showall {
	display: none !important;
}

.twingly_item_rss {
	position: absolute !important;
	top: 18px;
	left: 10px;
	height: 10px;
	width: 10px;
	background: url('images/twingly-prenumerera-small-bg.png') no-repeat !important;
}

.twingly_item_date {
	display: none !important;
}

#twingly-wrapper ul li img {
	position: absolute;
	left: 10px;
	top: 24px;
}

#twingly-wrapper ul li h3 {
	font-size: 14px;
	color: white;
	font-weight: 700;
	margin-left: 50px;
}

#twingly-wrapper ul li h3 a {
	color: white;
	text-decoration: none;
}

#twingly-wrapper ul li p a {
	color: white;
	text-decoration: none;
}

#twingly-wrapper ul li p a:hover {
	text-decoration: underline;
}

#twingly-wrapper ul li p {
	float: left;
	margin-left: 50px;
	font-size: 14px;
	font-weight: normal;
	color: white !important;
}

#twingly-wrapper ul li.dark {
	background: url('images/twingly-dark-bg.png');
}

#twingly-hr {
	float: left;
	width: 100%;
	background: url('images/twingly-dark-bg.png');
	height: 1px;
	text-align: center;
}

#twingly-wrapper h1 {
	float: left;
	height: 100px;
	width: 100%;
	padding: 10px;
	background-color: #3A8256 !important;
	font-size: 30px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

#twingly-bot {
	float: left;
	height: 5px;
	width: 100%;
	background-color: #3A8256 !important;
}
