@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: black;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

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

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

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

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

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }


/* L A Y O U T */

body, html {
	background: #009762;
	height: 100%;
	}
.row.content.book, .row.content.book .column {
	height: auto;
	}
.column.slideshow {
	max-height: 40em;
	margin-bottom: 5em;
	}
.column.slideshow .image img {
	max-height: 100%;
	width: auto;
	}
.row {
	width: 100%;
	}
.row.content {
	padding-top: 2em;
	padding-bottom: 2em;
	}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
	}
.cf:after {
    clear: both;
	}
.cf {
    *zoom: 1;
	}
.row.content.home, 
.row.content.efforts, 
.row.content.books {
	}
.row.content.book, .row.content.events {
	margin-top: 2rem;
	}
.row.header {
	margin-top: 2em;
	}

/* T Y P O G R A P H Y */

h1{
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	}
h3 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 3em;
	}
.booksidemenu h3, .event h3, .eventside h3 {
	margin-top: 0em;
	margin-bottom: 1em;
	}
.row.book .bookinfos .title{
	font-size: 1rem;
	font-weight: bold;
	}
.row.content.book .booksidemenu,
.row.content.books .bookselection,
.row.content .newsoverview .newspreview .date, 
.row.content .newsoverview .newspreview .section,
.row.book .bookinfos,
.event,
.eventpreview,
.eventside,
.links,
.general
	{
	font-size: 0.8rem;	
	line-height: 1.5em;
	}
.bookinfos a:link, 
.bookinfos a:visited,
.event a:link, 
.event a:visited,
.general a:link,
.general a:visited
	{
	text-decoration: none;
	color: yellow;
	}
.bookinfos a:hover, 
.event a:hover,
.general a:hover
	{
	color: black;
	}
.eventside a, .eventside h3, .booksidemenu a, .booksidemenu h3{
	color: black;	
	font-style: normal;
	}
.eventside,
.booksidemenu{
	font-style: italic;
	color: #22492b;

	}

	/* H E A D E R */

.row.header .head{
	text-align: center;	
	margin-bottom: 3.5em;
	position: relative;
	}
.row.header .head .blurb{
	
	}
.row.header .head .logo {
	width: 10em;
	display: block;
	margin: 0 auto;
	}
.row.header .head .logo img{
	width: 100%;
	}
#mainmenu {
	display: block;
	}	
#mainmenu a.menupoint {
	border: 1px solid black;
	display: block;
	text-align: center;
	border-right: 1px solid black;
	background: #ccc;
	padding: 0.5em;
	margin-bottom: 1em;
	width: 100%;
	}
#mainmenu a.menupoint:hover, 
.row.books .submenu a:hover
	{
	background: #aaa;
	}
#mainmenu a.menupoint.active {
	background: black;
	color: white;
	}
.row.books .submenu a.active
	{
	background: gray;
	color: white;
	}
.row.books .submenu a{
	display: block;
	float: left;
	text-align: center;
	border: 1px solid black;
	background: #ccc;
	padding: 0.5em;
	margin-right: 4%;
	margin-top: 2em;
	width: 48%;
	}
.row.books .submenu a:last-child{
	margin-right: 0;
	}
/* N E W S */

.row.content .newsoverview {
	width: 100%;
	}
.row.content .showall {
	margin-top: 3em;
	text-align: center;
}
.row.content .newsoverview .newspreview{
	border: 1px solid black;
	display: block;
	float: left;
	margin: 0%;
	margin-bottom: 2em;
	width: 100%;
	padding: 0.8em;
	text-align: center;
	color: black;
	}
.row.content .newsoverview a:link .newspreview:hover{
	background: #008758;
	}
.row.content .newsoverview .newspreview .date, 
.row.content .newsoverview .newspreview .section{
	margin-bottom: 0.5em;
	}
.row.content .newsoverview .newspreview .title{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 3em;
	height: 8em;
	}
.row.content .newsoverview .newspreview .image{
	height: 10em;
	margin-bottom: 2em;
	}
.row.content .newsoverview .newspreview .image img{
	max-height: 100%;
	max-width: 100%;
	}

/* B O O K S */

.row.content.books .byauthor{
	margin-top: 3em;
	}

.row.content.books .byauthor .author{
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
	text-transform: capitalize;
	}

.row.content.books .bookselection {
	margin: -1%;
	width: 102%;
	margin-bottom: 2em;
	}
.row.content.books .bookselection h3, 
.row.content.books .bookselection .titles{
	margin: 1%;
	}
.row.content.books .bookselection .titles{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	}
.row.content.books .bookselection img{
	display: inline;
	margin: 1%;
	height: 15em;
	}
.byauthor .author {
	margin-bottom: 2em;
	text-transform: capitalize;	
	}
.byauthor .author .authorname {
	margin-bottom: 1em;
	font-weight: bold;
	text-transform: capitalize;	
	}

.titles {
	text-align: center;
	margin-top: 3em;
	}
.titles .booktitle{
	background: #1bb27d;
	padding: 0.5em;
	border: 1px solid black;
	display: block;
	margin-bottom: 1em;
	}
/* B O O K */
.booksidemenu {
	text-align: center;
	margin-top: 3em;
	}
.booksidemenu .sidebook{
	background: #1bb27d;
	padding: 0.5em;
	border: 1px solid black;
	display: block;
	margin-bottom: 1em;
	}
.row.book .bookinfos{
	line-height: 1.5em;
	text-align: center;
	}
.row.book .bookinfos .infos{
	margin-top: 1em;
	} 
.book .bookcover {
	text-align: center;
	margin-bottom: 4em;
	}
.book .bookcover img {
	max-height: 20em;
	width: auto;
	max-width: 100%
	}

.authors .author, .editors .editor {
	display: inline;
	margin: 0;
	text-transform: capitalize;
	}
.authors .author:after, .editors .editor:after {
	content: ",";
	}
.authors .author:last-child:after, .editors .editor:last-child:after {
	content: "";
	}
.seriestitle{
	margin-bottom: 2em;
	font-size: 0.85em;
	}
.seriesbooks {
	margin: 0%;
	width: 100%;
	margin-bottom: 3em;
	}
.seriesbooks img{
	display: inline;
	height: 10em;
	}

/* P U B L I C E F F O R T S */
.eventimage {
	margin-bottom: 2em;
	}
.event .images {
	margin-top: 4em;
	}
.event .images img{
	margin-top: 1em;
	}
.eventpreview p{
	margin: 0;
	}
.eventpreview {
	margin-bottom: 2em;
}
.arrow-right
	{ 
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	-webkit-transform:rotate(360deg);
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent black;	
	left: 0;
	}
a.eventlink:hover .arrow-right {
	border-color: transparent transparent transparent yellow;	
	}


/* L I N K S */


.links p {
	margin: 0;
	margin-bottom: 1em;
}

/* F O O T E R */

.row.footer {
	margin-top: 4em;
	margin-bottom: 2em;
	}
.row.footer .column {
	text-align: center;
	font-size: 0.7em;
	}





@media only screen {

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

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

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

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

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

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

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

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

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

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

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

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

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

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

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

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

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

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

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

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

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

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right !important; } }

@media only screen and (min-width: 40.063em) {

/* L A Y O U T */

body, html {
	background: #009762;
	height: 100%;
	}
.row.content.book, .row.content.book .column {
	height: auto;
	}
.column.slideshow {
	max-height: 40em;
	margin-bottom: 5em;
	}
.column.slideshow .image img {
	max-height: 100%;
	width: auto;
	}
.row {
	width: 85%;
	}
.row.content {
	padding-top: 2em;
	padding-bottom: 2em;
	}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
	}
.cf:after {
    clear: both;
	}
.cf {
    *zoom: 1;
	}
.row.content.home, 
.row.content.efforts, 
.row.content.books {
	}
.row.content.book, .row.content.events {
	margin-top: 2rem;
	}
.row.header {
	margin-top: 2em;
	}

/* T Y P O G R A P H Y */

h1{
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	}
h3 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 3em;
	}
.booksidemenu h3, .event h3, .eventside h3 {
	margin-top: 0em;
	margin-bottom: 1em;
	}
.row.book .bookinfos .title{
	font-size: 1rem;
	font-weight: bold;
	}
.row.content.book .booksidemenu,
.row.content.books .bookselection,
.row.content .newsoverview .newspreview .date, 
.row.content .newsoverview .newspreview .section,
.row.book .bookinfos,
.event,
.eventpreview,
.eventside,
.links,
.general
	{
	font-size: 0.8rem;	
	line-height: 1.5em;
	}
.bookinfos a:link, 
.bookinfos a:visited,
.event a:link, 
.event a:visited,
.general a:link,
.general a:visited
	{
	text-decoration: none;
	color: yellow;
	}
.bookinfos a:hover, 
.event a:hover,
.general a:hover
	{
	color: black;
	}
.eventside a, .eventside h3, .booksidemenu a, .booksidemenu h3{
	color: black;	
	font-style: normal;
	}
.eventside,
.booksidemenu{
	font-style: italic;
	color: #22492b;

	}

	/* H E A D E R */

.row.header .head{
	text-align: center;	
	margin-bottom: 3.5em;
	position: relative;
	}
.row.header .head .blurb{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1em;
	max-width: 15%;
	min-width: 9em;
	line-height: 1.5em;
	display: inline-block;
	}
.row.header .head .blurb p{
	margin: 0;
	}
.row.header .head .blurb img{
	width: 100%;
	margin-top: 0.5em;
	}
.row.header .head .logo {
	width: 20%;
	display: block;
	margin: 0 auto;
	}
.row.header .head .logo img{
	width: 100%;
	}
#mainmenu {
	display: block;
	border: 1px solid black;
	}	
#mainmenu a.menupoint {
	display: block;
	float: left;
	text-align: center;
	border: none;
	border-right: 1px solid black;
	background: #ccc;
	padding: 0.5em;
	margin: 0;
	width: 25%;

	}
#mainmenu a.menupoint:hover, 
.row.books .submenu a:hover
	{
	background: #aaa;
	}
#mainmenu a.menupoint.active {
	background: black;
	color: white;
	}
.row.books .submenu a.active
	{
	background: gray;
	color: white;
	}
#mainmenu a.menupoint:last-child{
	border-right: none;
	}
.row.books .submenu a{
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top: none;
	background: #ccc;
	padding: 0.5em;
	margin: 0;
	width: 12.5%;
	min-width: 6em;
	}
.row.books .submenu a:first-child{
	border-right: 0px solid black;
	}
/* N E W S */

.row.content .newsoverview {
	margin: -1%;
	width: 102%;
	}
.row.content .showall {
	margin-top: 3em;
	text-align: center;
}
.row.content .newsoverview .newspreview{
	border: 1px solid black;
	display: block;
	float: left;
	margin: 1%;
	width: 31.3%;
	padding: 0.8em;
	text-align: center;
	color: black;
	}
.row.content .newsoverview a:link .newspreview:hover{
	background: #008758;
	}
.row.content .newsoverview .newspreview .date, 
.row.content .newsoverview .newspreview .section{
	margin-bottom: 0.5em;
	}
.row.content .newsoverview .newspreview .title{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 3em;
	height: 8em;
	}
.row.content .newsoverview .newspreview .image{
	height: 10em;
	margin-bottom: 2em;
	}
.row.content .newsoverview .newspreview .image img{
	max-height: 100%;
	max-width: 100%;
	}

/* B O O K S */

.row.content.books .byauthor{
	margin-top: 3em;
	}

.row.content.books .byauthor .author{
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
	}

.row.content.books .bookselection {
	margin: -1%;
	width: 102%;
	margin-bottom: 2em;
	}
.row.content.books .bookselection h3, 
.row.content.books .bookselection .titles{
	margin: 1%;
	}
.row.content.books .bookselection .titles{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	}
.row.content.books .bookselection img{
	display: inline;
	margin: 1%;
	height: 10em;
	}
.byauthor .author {
	margin-bottom: 2em;
	}
.byauthor .author .authorname {
	margin-bottom: 1em;
	font-weight: bold;
	}
.titles {
	text-align: left;
	margin-top: 0;
	}
.titles .booktitle{
	background: none;
	padding: 0;
	border: none;
	display: block;
	margin-bottom: 0;
	}

/* B O O K */

.booksidemenu {
	text-align: left;
	margin-top: 0;
	}
.booksidemenu .sidebook{
	background: none;
	padding: 0;
	border: none;
	display: block;
	margin-bottom: 0;
	}
.row.book .bookinfos{
	line-height: 1.5em;
	text-align: left;
	}
.row.book .bookinfos .infos{
	margin-top: 1em;
	} 
.book .bookcover {
	text-align: left;
	margin-bottom: 2em;
	}
.book .bookcover img {
	width: 80%;
	height: auto;
	}



.authors .author, .editors .editor {
	display: inline;
	margin: 0;
	}
.authors .author:after, .editors .editor:after {
	content: ",";
	}
.authors .author:last-child:after, .editors .editor:last-child:after {
	content: "";
	}
.seriestitle{
	margin-bottom: 2em;
	font-size: 0.85em;
	}
.seriesbooks {
	margin: -1%;
	width: 102%;
	margin-bottom: 3em;
	}
.seriesbooks img{
	display: inline;
	margin: 1%;
	height: 10em;
	}

/* P U B L I C E F F O R T S */

.event .images {
	margin-top: 4em;
	}
.event .images img{
	margin-top: 1em;
	}
.eventpreview p{
	margin-bottom: 1rem;
	}
.eventpreview {
	margin-bottom: 1em;
}
.arrow-right
	{ 
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	-webkit-transform:rotate(360deg);
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent black;	
	left: 0;
	}
a.eventlink:hover .arrow-right {
	border-color: transparent transparent transparent yellow;	
	}


/* L I N K S */


.links p {
	margin: 0;
	margin-bottom: 1em;
}

/* F O O T E R */

.row.footer {
	margin-top: 4em;
	margin-bottom: 2em;
	}
.row.footer .column {
	text-align: center;
	font-size: 0.7em;
	}









  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    position: relative;
    width: 8.33333%; }

  .medium-2 {
    position: relative;
    width: 16.66667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6 {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.33333%; }

  .medium-11 {
    position: relative;
    width: 91.66667%; }

  .medium-12 {
    position: relative;
    width: 100%; }

  .medium-offset-0 {
    position: relative;
    margin-left: 0%; }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .medium-offset-3 {
    position: relative;
    margin-left: 25%; }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .medium-offset-6 {
    position: relative;
    margin-left: 50%; }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .medium-offset-9 {
    position: relative;
    margin-left: 75%; }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right !important; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

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

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

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

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

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

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

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

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

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {



  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
@media only screen and (min-width: 90.063em) {

.row.content .newsoverview .newspreview{
	border: 1px solid black;
	display: block;
	float: left;
	margin: 1%;
	width: 18%;
	padding: 0.8em;
	text-align: center;
	color: black;
	}


  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .xlarge-1 {
    position: relative;
    width: 8.33333%; }

  .xlarge-2 {
    position: relative;
    width: 16.66667%; }

  .xlarge-3 {
    position: relative;
    width: 25%; }

  .xlarge-4 {
    position: relative;
    width: 33.33333%; }

  .xlarge-5 {
    position: relative;
    width: 41.66667%; }

  .xlarge-6 {
    position: relative;
    width: 50%; }

  .xlarge-7 {
    position: relative;
    width: 58.33333%; }

  .xlarge-8 {
    position: relative;
    width: 66.66667%; }

  .xlarge-9 {
    position: relative;
    width: 75%; }

  .xlarge-10 {
    position: relative;
    width: 83.33333%; }

  .xlarge-11 {
    position: relative;
    width: 91.66667%; }

  .xlarge-12 {
    position: relative;
    width: 100%; }

  .xlarge-offset-0 {
    position: relative;
    margin-left: 0%; }

  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .xlarge-offset-3 {
    position: relative;
    margin-left: 25%; }

  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .xlarge-offset-6 {
    position: relative;
    margin-left: 50%; }

  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .xlarge-offset-9 {
    position: relative;
    margin-left: 75%; }

  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.xlarge-centered,
  .columns.xlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .xxlarge-1 {
    position: relative;
    width: 8.33333%; }

  .xxlarge-2 {
    position: relative;
    width: 16.66667%; }

  .xxlarge-3 {
    position: relative;
    width: 25%; }

  .xxlarge-4 {
    position: relative;
    width: 33.33333%; }

  .xxlarge-5 {
    position: relative;
    width: 41.66667%; }

  .xxlarge-6 {
    position: relative;
    width: 50%; }

  .xxlarge-7 {
    position: relative;
    width: 58.33333%; }

  .xxlarge-8 {
    position: relative;
    width: 66.66667%; }

  .xxlarge-9 {
    position: relative;
    width: 75%; }

  .xxlarge-10 {
    position: relative;
    width: 83.33333%; }

  .xxlarge-11 {
    position: relative;
    width: 91.66667%; }

  .xxlarge-12 {
    position: relative;
    width: 100%; }

  .xxlarge-offset-0 {
    position: relative;
    margin-left: 0%; }

  .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .xxlarge-offset-3 {
    position: relative;
    margin-left: 25%; }

  .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .xxlarge-offset-6 {
    position: relative;
    margin-left: 50%; }

  .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .xxlarge-offset-9 {
    position: relative;
    margin-left: 75%; }

  .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right !important; } }
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }



/* Default Link Styles */
a {
  color: black;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: black; }
  a img {
    border: none; }

p {
	line-height: 1.5em;
}