html, body {
	font-family: 'Rubik', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	color:#85ab3b;
	/*color:#10a565;*/
	line-height: 1.2;
}

h1 {
	font-size:3.75rem;
	margin-bottom:3rem;
}

h2 {
	font-size:3.25rem;
	margin-bottom:3rem;
}

h3 {
	font-size:2.25rem;
	margin-top:2rem;
	margin-bottom: 2rem;
}

#translation h2 {
	font-size:2.5rem;
	margin:2.25rem 0 1rem 0;
}

p, ul li {
	line-height: 1.6;
	font-size:1.25rem;
	color:#444;
}

p a {
	/*color:#3cba92;*/
	color:#7c9f36;
}

p a:hover, p a:focus {
	color:#85ab3b;
}

strong {
	font-weight: 700;	
}

/*LOGO*/


/*NAVIGATION*/

#header {
	position: sticky;
	width: 100%;
    background-color: #FFF;
	border-bottom:1px solid #e5e5e5;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	overflow: hidden;
	z-index: 1;
	padding:1rem;
}
#logo {
	width: 180px;
	height: 77px;
	margin-top:1.3125rem;
	margin-bottom: 1.3125rem;
}

#logo img {
	width: 180px;
	height: 77px;
}

.menu-icon {
    width: 40px;
    height: 28px;
	margin-top:2rem;	
}

.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #898989;
    box-shadow: 0 10px 0 #898989, 0 20px 0 #898989;
    content: "";
}

.menu-icon:hover::after {
    background: #898989;
    box-shadow: 0 10px 0 #898989, 0 20px 0 #898989;
}

#mobile-menu .menu {
	float: left;
	margin-top:0.5rem;
	width:100%;
}

#mobile-menu .menu li a {
	padding-left: 0;
}

.menu li a {
	color:#898989;
}

.menu li a.is-active, .menu li a:hover, .menu li a:focus {
	color:#000;
}

#mobile-menu .medium-horizontal li a {
	padding-left: 0;
}

/*MEMBER*/

p.byline {
	font-size:1rem;
	margin-top:2.5rem;
}

.member {
	height: 60px;
	margin-right:1.5rem;
}

/*SECTION*/

section {
    padding: 8rem 0;
}

section:first-of-type {
	padding-top:5rem;
}

.inverted-section {
    background-color: #f2f4f9;
    margin-top: -2px;
    -webkit-transform: skewY(-3.5deg);
    -moz-transform: skewY(-3.5deg);
    -ms-transform: skewY(-3.5deg);
    transform: skewY(-3.5deg);
}

.inverted-section .cell {
    -webkit-transform: skewY(3.5deg);
    -moz-transform: skewY(3.5deg);
    -ms-transform: skewY(3.5deg);
    transform: skewY(3.5deg);
}

/*BOXES*/

.box {
    border: 6px solid #e5e5e5;
    padding: 2.5rem;
    text-align: center;
	border-radius: 5px;
	margin:2rem 0 1.5rem 0;
 -webkit-transition : border 250ms ease-in-out;
  -moz-transition : border 250ms ease-in-out;
  -o-transition : border 250ms ease-in-out;
  transition : border 250ms ease-in-out;	
}

.box:hover, .box:active {
	border-color:#85ab3b;
}

.box ul {
    list-style: none;
    margin: 0;
}

.box p {
	margin-bottom: 0;
}

/*PORTRAIT*/

.portrait {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
	float: right;
    background-color: fff;
    border: 8px solid #fff;
    box-shadow: 0 0 0 5px #85ab3b;	
}

/*ACCORDION*/

.accordion {
    background: none;
}

.is-active .accordion-title {
	border-bottom:none;
}

.accordion-title {
    padding: 1.5rem 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 1.25rem;
    color: #85ab3b;
	font-weight: 500;
	line-height: 1.2;
}

.accordion-title p {
    font-size: 1.25rem;
    color: #85ab3b;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
	max-width: 85%;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: transparent;
}

.accordion-title::before {
	font-size:1.5rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #ccc;
}

.accordion-content {
    padding: 1rem 0;
    border: none;
    background-color: transparent;
    color: #222;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #ccc;
}

.accordion-title::before {
    position: absolute;
    top:auto;
    right: 0;
    margin-top: -0.625rem;
    content: '';
	background-image:url("../img/plus.svg");
	background-repeat: no-repeat;
	width:42px;
	height: 42px;
}

.is-active > .accordion-title::before {
    content: '';
	background-image:url("../img/minus.svg");	
	width:42px;
	height: 42px;
}

.accordion li a:hover, .accordion li a:focus {
    color: #85ab3b;
}

/*STICKER*/

.sticker a {
    width: 350px;
    height: 350px;
}

.sticker {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
	background-image: -webkit-linear-gradient(bottom, #85ab3b 0%, #a6c961 100%);
	background-image: -o-linear-gradient(bottom, #85ab3b 0%, #a6c961 100%);
	background-image: linear-gradient(to top, #85ab3b 0%, #a6c961 100%);
}

.sticker-header {
	padding:0 1.5rem;
}

.sticker-header p {
	margin-top:3.5rem;
	color:#fff;
	font-size:1.75rem;
	line-height: 1.3;
}

.sticker-bodytext p {
	font-size:1.5rem;
	color:#fff;
}

.contact h2 {
	margin-top:3.5rem;
}

/*FOOTER*/
footer {
	padding:10rem 0 5rem 0;
	text-align: center;
}

footer p {
	font-size:1rem;
	color:#888;
}

footer p a {
	color:#888;
}

/*FOUC*/
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

@media print, screen and (max-width: 40em) {
	#logo img {
		width: 100px;
		height: 43px;
	}
	.menu-icon {
		margin-top: 0.75rem;
	}	

	h1 {
		font-size:2.5rem;
		margin-bottom:1.5rem;
	}

	h2 {
		font-size:2rem;
		margin-bottom:1.5rem;
	}

	h3 {
		margin-top:1.5rem;
		margin-bottom: 1rem;
		font-size:1.5rem;
	}	
	p, ul li {
		font-size: 1.125rem;
	}	
	.align-right {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content:flex-start;
	}
	section {
		padding: 4rem 0;
	}

	section:first-of-type {
		padding-top:2.5rem;
	}
	.sticker a {
		width: 320px;
		height: 320px;
	}

	.sticker {
		width: 320px;
		height: 320px;
		margin:0 auto;
	}	
	.sticker-header p {
		margin-top:5rem;
		font-size:1.5rem;
	}

	.sticker-bodytext p {
		font-size:1.25rem;
	}	
	.portrait {
		width: 300px;
		height: 300px;
		float:none;	
	}
	footer {
		padding:4rem 0 2.5rem 0;
		text-align: center;
	}	
}

@media print, screen and (max-width: 64em) {
	.portrait {
		width: 300px;
		height: 300px;
		float:none;	
	}	
}