/*
Theme Name: Hampsong Foundation 2016
Author: http://lennysstudio.com
Description: Custom Theme by Lenny's Studio
Version: 1.0
Text Domain: akblank
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Plugins
14.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

a img {
	border: 0;
}


@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?tdexzb');
	src:url('fonts/icomoon.eot?tdexzb#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?tdexzb') format('truetype'),
		url('fonts/icomoon.woff?tdexzb') format('woff'),
		url('fonts/icomoon.svg?tdexzb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .btn-play-round:before, .mono-stamp p:last-child:after, .rsMinW .rsArrow:before, ul.resource-filters button:after, a.prev:before, a.next:after, #primary .search-form label:after {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mono-stamp p:last-child:after,
.icon-mono:before {
    content: "\e900";
}
.btn-play-round:before,
.icon-play:before {
    content: "\e901";
}
.icon-fb:before {
    content: "\e902";
}
.icon-tw:before {
    content: "\e903";
}
.icon-mail:before {
    content: "\e904";
}
a.prev:before,
.rsMinW .rsArrowLeft:before,
.icon-arrow_l:before {
    content: "\e905";
}
a.next:after,
.rsMinW .rsArrowRight:before,
.icon-arrow_r:before {
    content: "\e906";
}
.icon-document:before {
    content: "\e907";
}
.icon-language:before {
    content: "\e908";
}
#primary .search-form label:after,
.icon-search:before {
    content: "\e909";
}
ul.resource-filters button:after,
.icon-tick:before {
    content: "\e90a";
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
	font-weight: 300;
	color: #2a2424;
	font-size: 16px;
	line-height: 1.5;
}

button,
input,
select,
textarea {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    margin: 0 0 1.5em;
    text-align: center;
    line-height: 1.3;
    font-size: 1.5em;
    padding: 5%;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

blockquote p {
	margin-bottom: 1em;
	font-size: 0.95em;
	font-style: italic;
	line-height: 1.5;
}

cite {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	display: block;
	clear: both;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
	color: #70b5c7;
}

cite:before {
	content: "";
	width: 30px;
	height: 1px;
	border-top: 1px solid;
	margin: 1em auto;
	display: block;
	clear: both;
	color: #efefef;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.sans {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.serif {
	font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
}

.text-two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em	;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

a img {
	text-decoration: none;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}


.one-half,
.one-third,
.one-fourth,
.one-fifth,
.two-third,
.three-fourth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 2em;
	float: left;
}

.one-half {
	width: 48%;
}

.one-third {
	width: 30.66%;
}

.two-third {
	width: 65%;
}

.one-fourth {
	width: 22%;
}
	@media screen and (min-width: 768px) {
		.one-fourth:nth-of-type(4n+5) {
			clear: left;
		}
	}

.three-fourth {
	width: 66%;
}

.one-fifth {
	width: 16.8%;
}

.col-last {
	margin-right: 0;
}

.row {
	width: 100%;
	clear: both;
	position: relative;
	float: left;
}

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

.right {
	float: right;
}

.left {
	float: left;
}


.center-wrap {
  position: absolute;
  display: table;
  overflow: hidden;
  height: 100%;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
}

.center-wrap-row {
  display: table-row;
  height: 100%;
}

.center-wrap-cell {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

/* -------- Buttons ---------- */

a.btn, .btn {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 0.95em;
    border: 1px solid;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.8em 1.1em 0.7em;
    line-height: 0.9em;
    font-weight: normal;
    position: relative;
    text-align: center;
    border-radius: 3px;
    transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
}


a.btn:hover,
a.btn.hover {
	background: #2a2424;
	border-color: #2a2424;
	color: #FFF;
}

a.btn:active,
a.btn.active {

}

a.btn.whte {
	background: #FFF;
	border-color: #FFF;
	color: #2a2424;
}

a.btn.whte:hover {
	background: transparent;
	color: #FFF;
}

a.btn.whte:hover {
	background: transparent;
	color: #FFF;
}


a.btn.blck {
	background: #2a2424;
	border-color: #2a2424;
	color: #FFF;
}

a.btn.blck:hover {
	background: #FFF;
	border-color: #2a2424;
	color: #2a2424;
}

a.btn-gld {
	background: #70b5c7;
	border-color: #70b5c7;
	color: #FFF;
	font-weight: 500;
}

a.btn-gld:hover {
	background: #FFF;
	color: #70b5c7;
	border-color: #70b5c7;
}

a.btn-booking {
	width: 100%;
	margin-bottom: 2em;
	font-size: 1.1em;
}

/* Button Large */

a.btn.lrg {
	font-size: 1.15em;
}

a.btn-play-round,
.btn-play-round {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	width: 10em;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}


a.btn-play-round:before,
.btn-play-round:before {
    display: block;
    clear: both;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid;
    padding: 15px 0;
    margin: 0 auto;
    text-indent: 5px;
    margin-bottom: 0.6em;
}

a.btn-play-round:hover,
.btn-play-round:hover.btn-play-round:hover {
	color: #70b5c7;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	margin: 0;
    vertical-align: baseline;
    padding: 0.6em 0.9em 0.55em;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    font-size: 1.15em;
    border-radius: 3px;
    margin-bottom: 1em;
}

input[type="checkbox"] {
	width: auto;
	-webkit-appearance: checkbox;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
    border: 1px solid;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.8em 1.1em 0.7em;
    line-height: 1;
    font-weight: normal;
    position: relative;
    text-align: center;
    border-radius: 3px;
    width: auto;
    background: transparent;
    cursor: pointer;
    transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
}

button:hover,
button.current,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #2a2424;
    color: #FFF;
    border-color: #2a2424;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: border-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #2a2424;
    border: 1px solid;
    font-weight: 400;
}

input[type="text"]::-webkit-input-placeholder {
   color: #1D1D1D;
}

input[type="text"]::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;  
}

input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

input[type="text"]:-ms-input-placeholder {  
   color: #1D1D1D; 
}

input[type="email"]::-webkit-input-placeholder {
   color: #1D1D1D;
}

input[type="email"]::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;  
}

input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

input[type="email"]:-ms-input-placeholder {  
   color: #1D1D1D; 
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #3F3F3F;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	-webkit-appearance: none;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

textarea::-webkit-input-placeholder {
   color: #1D1D1D;
}

textarea::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

textarea:-ms-input-placeholder {  
   color: #1D1D1D; 
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1;
    display: block;
    float: right;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    background: transparent;
    padding: 0;
    width: calc(100% - 395px);
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

.main-navigation li {
	float: left;
	position: relative;
	border-right: 1px solid #efefef;
}

.main-navigation ul li.menu-item-438,
.main-navigation ul li.menu-item-100 {
	display: none;
}

.main-navigation ul li:nth-child(2) {
	border-left: 1px solid #efefef;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #2a2424;
    width: 100%;
    text-align: center;
    height: 84px;
    padding: 0 20px;
    line-height: 5.6em;
}


.main-navigation ul ul {
	background: #FFFFFF;
    float: left;
    position: absolute;
    top: 84px;
    left: -999em;
    z-index: 99999;
    font-size: 0.9em;
    width: 220px;
    margin-left: -1px;
    border: 1px solid #efefef;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
    text-align: left;
    padding: 2em 1em;
    line-height: 1;
    height: auto;
}

.main-navigation ul ul a:before,
.main-navigation ul ul a:after {
	display: none;
}

.main-navigation ul ul li {
	width: 100%;
	text-align: left;
	margin-left: 0;
	border:none;
	border-bottom: 1px solid #efefef;
}

.main-navigation ul ul li:first-child {
	border-left: none;
}

.main-navigation ul ul li:last-child {
	border:none;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation li:hover > a,
.main-navigation .current_page_item > a,	
.main-navigation .current_page_parent > a {
	background: #F7F7F7;
    color: #70b5c7;
}

.main-navigation li:hover > a:before,
.main-navigation .current_page_item a:before,
.main-navigation li:hover > a:after,
.main-navigation .current_page_item a:after {
	font-size: 0.33em;
	position: absolute;
	top: 44%;
}

.main-navigation li:hover > a:before,
.main-navigation .current_page_item a:before {
	margin: 0 0 0 -3em;
}

.main-navigation li:hover > a:after,
.main-navigation .current_page_item a:after  {
	margin: 0 0 0 1.5em;
}

.menu-main-menu-container {
	display: block;
	float: left;
	width: 100%;
}

/* Small menu */
button.menu-toggle {
    display: none;
    background-image: url('img/menu_dark.svg');
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    outline: none;
    width: 1.4em;
    margin: 0;
    height: 85px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2em;
    border: none;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    -ms-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

button.menu-toggle:hover {
	background-image: url('img/menu_dark.svg');
	opacity: 0.5;
}

button.menu-toggle:focus {
}


.knockout {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	position: fixed;
	background: rgba(255, 255, 255, 1);
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 100;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

:lang(de-DE) .main-navigation a {
        padding: 0 0.7em;
}


:lang(de-DE) .main-navigation ul ul a {
        padding: 2em 0.7em;
            line-height: 1;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/* -- Header -- */

#page-wrapper {
	position: relative;
}

.center-blk {
	position: relative;
	padding: 0 5%;
	clear: both;
}

.site-header {
	background: #FFF;
    position: relative;
    height: 85px;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.site-branding {
	float: left;
}

h1.site-title {
	font-size: 3em;
	display: block;
	float: left;
}

h1.site-title a {
    text-decoration: none;
    color: #FFF;
    display: block;
    height: 84px;
    float: left;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    width: 252px;
    background: #FFF url('img/logo_head_colour.svg') no-repeat center;
        background-size: 250px;
}


h1.site-title a:hover {
	opacity: 0.5;
}

h1.site-title a span {
	display: none;
}

.nav-appendix {
    float: right;
    border-right: 1px solid #efefef;
    width: 130px;
}

.nav-appendix .lang-select {
    border-bottom: 1px solid #efefef;
    height: 42px;
    padding: 0.6em 0 0.6em 0.8em;
}

.nav-appendix .lang-select span.icon-language {
    float: left;
    line-height: 1.4em;
    width: 31px;
    display: block;
}

.nav-appendix .lang-select .langs {
    float: left;
    width: calc(100% - 31px);
}

.nav-appendix .lang-select .langs a,
.nav-appendix .lang-select .langs span {
	display: inline-block;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.94em;
    text-decoration: none;
}

.nav-appendix .lang-select .langs a span {
	color: inherit;
}

.nav-appendix .lang-select .langs a:hover span {
	  color: #70b5c7;
}

.nav-appendix .lang-select .langs span {
    color: #70b5c7;
    position: relative;
}

.nav-appendix .lang-select .langs a span:before {
	opacity: 0;
    position: absolute;
    background: #2A2424;
    top: 25px;
    left: -39px;
    width: 120px;
    text-transform: none;
    padding: 0.7em;
    font-size: 0.9em;
    color: #FFF;
    line-height: 1;
    border-radius: 3px;
    z-index: 0;
}

.nav-appendix .lang-select .langs a span:hover:before {
	opacity: 1;
	z-index: 10;
}

.nav-appendix .lang-select .langs a span.lang-en:before {
	content: "Switch to English version";
}

.nav-appendix .lang-select .langs span.lang-en:before {
}

.nav-appendix .lang-select .langs a span.lang-de:before {
	content: "Switch to Deutsch version";
}

.nav-appendix .lang-select .langs span.lang-de:before {
}

.nav-appendix .social {
    float: left;
    height: 42px;
}

.nav-appendix .social a {
	height: 42px;
    width: 43px;
    line-height: 3.15;
    text-align: center;
    border-right: 1px solid #efefef;
}

.social a {
    display: block;
    float: left;
    padding: 0 1em;
    color: #2a2424;
    font-size: 0.85em;
    text-decoration: none;
    height: 65px;
    line-height: 4.6em;
}

.search-open .nav-appendix .search a,
.nav-appendix .search a:hover,
.social a:hover {
	color: #70b5c7;
}

.search-open .nav-appendix .search a {
	background: #2A2422;
}

.nav-appendix .search a {
	float: left;
    height: 42px;
    width: 43px;
    text-align: center;
    line-height: 2.5;
    display: block;
    text-indent: 0.15em;
    text-decoration: none;
    cursor: pointer;
}

.search-form-wrap {
	display: none;
    position: absolute;
    top: 84px;
    width: 100%;
    background: #2A2422;
    padding: 1em 5%;
    z-index: 100;
}

.search-open .search-form-wrap {
	display: block;
}

header .search-form input[type="search"] {
    border: none;
    margin: 0.2em 0 0.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    padding: 0 0 0.5em;
    border-radius: 0;
    background: transparent;
    color: #FFF;
}

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

header .search-form input[type="search"]::-webkit-input-placeholder {
   color: #FFF;
}

header .search-form input[type="search"]::-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

header .search-form input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;
}

header .search-form input[type="search"]:-ms-input-placeholder {  
   color: #FFF; 
}


/* -- Footer -- */

.site-footer {
    width: 90%;
    border-top: 1px solid #efefef;
    margin: 3em auto 5em;
    clear: both;
    padding: 3em 2.5% 0;
    text-align: center;
}

.site-footer p {
	margin: 0;
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

.site-footer h1.logo-title {
	margin-bottom: 2.5em;
	/*   text-indent: -4.5%; */
}

.site-footer h1.logo-title img {
	max-width: 310px;
}

.site-footer blockquote {
    font-size: 1.4em;
    max-width: 650px;
    padding: 0px 5%;
    margin: 1.5em auto;
    font-style: italic;
    border: none;
    line-height: inherit;
}

.site-footer .creds {
    opacity: 0.25;
    font-weight: 400;
    cursor: default;
}

.site-footer .creds p {
	margin-bottom: 0;
}

.site-footer .creds:hover {
	opacity: 1;
}

.site-footer .one-fourth {
    text-align: left;
    border-right: 1px solid #EFEFEF;
    width: 25%;
    padding: 0 3%;
    margin-right: 0;
}

.site-footer .one-fourth:last-of-type {
	border-right: none;
}

.site-footer .supporters {
	
}

.site-footer .supporters a {
    display: block;
    float: left;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    max-width: 180px;
}

.site-footer .supporters a:hover {
	opacity: 0.5;
}

.site-footer .one-fourth h3.section-subtitle {
	font-size: 1.35em;
}

.site-footer ul {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 1.05em;
}

ul.footer-menu a {
	text-decoration: none;
}
ul.footer-menu li:hover > a, 
ul.footer-menu .current_page_item > a, 
ul.footer-menu .current_page_parent > a {
	color: #70b5c7;
}

ul.footer-menu ul li:before {
	content: "-";
	padding-right: 0.5em;
}


h4.rfbp-heading {
	display: none;
}

.rfbp-text p {
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
}

p.rfbp-image-wrap {
	margin-bottom: 0;
}

.rfbp-post {
	border: none;
	padding-bottom: 0;
	margin-bottom: 1em;
}

p.rfbp-post-link-wrap {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

p.rfbp-post-link-wrap a,
p.rfbp-post-link-wrap a .rfbp-timestamp {
    color: #70b5c7;
    font-size: 0.85em;
    text-transform: uppercase;
}
.rfbp-image {
	border: none;
	width: 90%;
}

.site-footer input[type="text"],
.site-footer input[type="email"] {
	padding: 0.4em 0.75em;
	border-color: #70b5c7;
	margin-bottom: 0.75em;
}

.site-footer input[type="submit"] {
	font-size: 1em;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.site-content {
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

#primary.sidebar  {
	width: 70%;
	float: left;
}

#secondary {
	float: right;
	width: 25%;
	margin-top: 5em;
}

.post-featured-image {
	width: 100%;
	text-align: center;
	background: #EFEFEF;
	margin: 1em 0;
}


.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.entry-header,
.page-header {
	margin: 4em 0 3em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.edit-link {
	padding: 0 1em;
}



/* -- Base -- */

section.full-bleed {
	height: 100vh;
	min-height: 750px;
}

body.iphone section.full-bleed {
	height: auto;
}

.full-bleed {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.hero-content {
	color: #FFF;
	position: absolute;
	top: 20%;
	width: 100%;
	margin-top: -105px;
}

.hero-video {
	margin: 4% 0;
}

.hero-content blockquote {
    max-width: 800px;
    margin: 0 auto 0;
    padding: 0 7%;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

h1.logo-title {
	text-align: center;
	margin: 0 auto 0;
	width: 100%;
}

h1.logo-title span {
	display: none;
}

h1.logo-title img {
	width: 100%;
	max-width: 330px;
}

.section-wrap {
	padding: 4.5em 0;
}

h1.entry-title,
h2.section-title {
    font-size: 3.3em;
    font-weight: 600;
    margin-bottom: 0.75em;
    position: relative;
}

.page-header h1.entry-title,
.entry-header h1.entry-title {
	margin-bottom: 0;
}

h2.section-title sup {
    color: #70b5c7;
    position: absolute;
    top: -0.5em;
    text-transform: uppercase;
    font-size: 0.27em;
    font-weight: 600;
}

h1.archive-title {
	font-size: 2.5em;
}


.border-content {
	padding-left: 4.5%;
    margin: 1.5em 0 5em;
    border-left: 1px solid #efefef;
}

.entry-content .one-half,
.text p,
.border-content p {
    font-size: 1.1em;
    line-height: 1.65;
}

h3.section-subtitle {
	font-size: 1.8em;
	font-style: italic;
	margin-bottom: 0.8em;
}

.mission-statement:after,
h3.section-subtitle:after {
	display: block;
	content: "";
	clear: both;
	width: 30px;
	height: 1px;
	border-top: 1px solid #e1e1e1;
	margin-top: 0.8em;
}

.content-blk {
	margin-bottom: 4.5em;
}

.mono-stamp p:last-child:after {
	color: #70b5c7;	
	margin-left: 0.5em;
	display: none;
}

.profile {
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 3em;
}

.profile-left {
	width: 110px;
	float: left;
}

.profile .holder-wrap,
.profile img {
	border-radius: 100%;
	width: 110px;
}

.profile .holder-wrap {
	float: left;
}

.profile-social {
    float: left;
    clear: left;
    margin-top: 1em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85em;
    word-spacing: 0.2em;
    width: 100%;
}
.profile-social a {
	text-decoration: none;
}
.profile-text {
	width: calc(100% - 140px);
	float: right;
	margin-top: 0.3em;
}

.profile-text h4 {
    font-weight: 400;
    font-size: 1.4em;
    margin-bottom: 0.3em;
}

.profile-text h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: #70b5c7;
    margin: 0.5em 0 0.5em;
    font-size: 0.9em;
}

.profile-text p {
 	font-size: 1em;
    line-height: 1.6em;
}

p.expand .details {
	display: inline;
}

p.expand-event a,
p.expand a {
	color: #70b5c7;
}

a.partner {
	border: 1px solid #efefef;
	padding: 1em 10%;
	display: block;
	text-align: center;
	height: 100px;
	position: relative;
	width: 32%;
	margin: 0 2% 2% 0;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.bandw {
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

a.partner span {
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 80%;
    width: 90%;
    display: block;
    left: 5%;
    top: 10%;
}

a.partner.col-last {
	margin-right: 0;
}

a.partner:hover {
	-moz-filter: none;
	-o-filter: none;
	-webkit-filter: none;
	filter: none;
}

article.event {
}

article.event .event-head {
    margin-bottom: 1em;
}

article.event .event-meta {
    padding: 0;
    font-size: 0.9em;
    float: left;
    width: 100%;
    border-top: 1px solid #70b5c7;
}

article.post time,
article.event .event-meta time {
    display: block;
    float: left;
    line-height: 1;
    padding: 1.5em 1.35em 1.35em 0;
    border-right: 1px solid #70b5c7;
    margin-right: 1.5em;
    width: 145px;
}

article.post time span:not(.sub),
article.event .event-meta time span:not(.sub) {
	display: block;
	float: left;
}

article.post time .day,
article.event .event-meta time .day {
    font-size: 3.5em;
    font-weight: 600;
    margin-right: 0.1em;
    letter-spacing: -0.06em;
}

article.post time .ordinal,
article.event .event-meta time .ordinal {
	font-style: italic;
    font-size: 1.2em;
}

article.post time .month,
article.event .event-meta time .month {
    clear: left;
    font-weight: 600;
    display: block;
    font-size: 2em;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

article.event .event-meta h4 {
	display: block;
    float: right;
    clear: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1;
    padding: 1.05em 0 0 0;
    width: calc(100% - 170px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

article.event h3:not(.section-subtitle) {
    font-weight: 400;
    font-size: 1.8em;
    float: left;
    margin: 0em 0 0.4em;
    border-top: 1px solid #70b5c7;
    width: 100%;
    padding-top: 0.6em;
}

article.event time.start-end {
	color: #70b5c7;
    font-weight: 400;
    font-size: 1.3em;
    margin: 0.5em 0 0;
    border: none;
    padding: 0;
}

article.event p {
	font-size: 1em;
}


.resource-row {
   
}


article.resource {
    position: relative;
}


article.resource h5 {
	text-transform: uppercase;
    font-size: 0.95em;
    margin-bottom: 0.3em;
}

article.resource h3 {
	font-weight: 400;
	margin-top: 0.5em;
	float: left;
	width: 100%;
}

article.resource p.r-cats {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 500;
	opacity: 0.5;
	font-style: italic;
	margin-top: 0.5em;
}

.resource-listing .resource:hover p.r-cats {
	opacity: 1;
}

article.project {
	overflow: hidden;
	position: relative;
	margin-bottom: 4%;
}

.project-listing article.project {
	background: #000;
}

article.project > h3.sans {
    position: absolute;
    bottom: 0.75em;
    left: 0.75em;
    max-width: 80%;
    display: block;
    background: #FFF;
    border-left: 4px solid #70b5c7;
    font-weight: 400;
    padding: 0.5em;
}

.resource-listing .resource:hover h3,
.project-listing .project:hover h3 {
    color: #70b5c7;
}

.project:not(.hentry):hover .holder-wrap {
	opacity: 0.45;
}

article.post {

}

article.post time {
	border: none;
    margin: 0;
    padding: 0;
    color: #70b5c7;
}

.sbs-translation-text {
	font-size: 15px;
}


.news-listing article.post {

}

.news-listing article.post .post-excerpt {
    float: right;
    width: calc(100% - 110px);
    padding-left: 1.4em;
    border-left: 1px solid #EFEFEF;
}

.news-listing article.post time {
    font-size: 0.65em;
    width: 92px;
}

.news-listing article.post h3 {
	font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 0.4em;
}


.section-content hr {

}

a.hotspot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

body.ie a.hotspot {
	background: url(img/blank.gif);
}

section.newsletter {
	color: #FFF;
    height: auto;
    min-height: inherit;
}

.newsletter .section-content {
	border:none;
}

.newsletter .section-wrap {
	padding-bottom: 4.25em;
}

section.newsletter .bdr-vert {
	opacity: 0.4;
}

.newsletter input, 
.newsletter textarea {
	background: rgba(0,0,0,0.7);
	border-color: #70b5c7;
	color: #FFF;
}


.newsletter input[type="text"]::-webkit-input-placeholder {
   color: #FFF;
}

.newsletter input[type="text"]::-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

.newsletter input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;
}

.newsletter input[type="text"]:-ms-input-placeholder {  
   color: #FFF; 
}

.newsletter input[type="email"]::-webkit-input-placeholder {
   color: #FFF;
}

.newsletter input[type="email"]::-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

.newsletter input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;
}

.newsletter input[type="email"]:-ms-input-placeholder {  
   color: #FFF; 
}

.newsletter textarea::-webkit-input-placeholder {
   color: #FFF;
}

.newsletter textarea::-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

.newsletter textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;
}

.newsletter textarea:-ms-input-placeholder {  
   color: #FFF; 
}

.newsletter input[type="text"]:focus,
.newsletter input[type="email"]:focus {
	border-color: #FFF;
}

.newsletter input[type="submit"] {
	border-color: #FFF;
}

.newsletter input[type="submit"]:hover {
	background: #FFF;
	color: #2a2424;
}

.contact-donate .section-content {
	border-left: none;
	padding-left: 10%;
}

.contact-donate .one-half {
	width: 50%;
	margin-right: 0;
}

.contact-donate .one-half:not(.col-last) {
	border-right:1px solid #efefef;
	padding-right: 5%;
}

.contact-donate .one-half.col-last {
	padding-left: 5%;
}

.dontate-methods h3 {
	font-size: 1.6em;
	font-weight: 400;
	margin-bottom: 0.3em;
	margin-top: 1em;
}

.dontate-methods h3 span {
	font-weight: 600;
}
.dontate-methods p {
	padding-left: 1.5em;
	margin-bottom: 1em;
}

.dontate-methods input {
	    width: auto;
}

.contact-methods p {
	margin-bottom: 1em;
	font-size: 1.2em;
}

.contact-methods p strong {
    width: 100px;
    display: block;
    float: left;
}

.contact-methods p span {
    width: calc(100% - 100px);
    display: block;
    float: right;
}

.contact-methods [class^="icon-"], 
.contact-methods [class*=" icon-"] {
	text-decoration: none;
    display: block;
    float: left;
    margin: 0 1.25em 0 0;
}

.contact-methods a:hover {
    color: #70b5c7;
}


/* -- Home -- */

.mission-statement {
    font-style: italic;
    font-size: 1.5em;
    padding: 0 5%;
}

.mission-statement:after {
	margin: 2em auto;
}

.bdr-top {
	border-top: 1px solid #efefef;
}

.bdr-bottom {
	border-bottom: 1px solid #efefef;
}

.bdr-left {
	border-left: 1px solid #efefef;
}

.bdr-right {
	border-right: 1px solid #efefef;
}

.bdr-vert {
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
}

section.newsletter .one-half,
section.proj-recs > .one-half {
	width: 50%;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 3.5%;
}

section.newsletter .one-half.col-last,
section.proj-recs > .one-half.col-last {
	padding-left: 3.5%;
	padding-right: 0%;
}

.home-event-list {
	margin-top: 2em;
}

a.dnte-badge {
	display: block;
	float: left;
	margin: 0 1em 1em 0;
}

a.dnte-badge:hover {
	opacity: 0.75;
}

section.home-news {
	padding-bottom: 0;
}

section.home-news .news-listing {
	margin-top: 2em;
}


/* -- Utility Page --*/

.text-full-width p {
	width: 80%;
	clear: left;
}
figure.wp-caption,
.text-full-width img {
	float: right;
	width: 40%;
    margin: 4% 0 4% 5%;
}

.text-full-width form input {
	width: auto;
}

figure.wp-caption {
	width: 40% !important;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.util-blk,
.video-blk {
	margin: 0.5em 0 4em;
	overflow: hidden;
}

.video-blk .placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(33, 29, 29, 0.5);
}
.video-blk .video-details {
	padding: 0 0 0 5%;
	position: absolute;
	bottom: 11%;
	color: #FFF;
	z-index: 10;
	    width: 50%;
}

.video-blk .video-details h4 {
	font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.4em;
}

.video-blk .video-details p {
	font-size: 1.2em;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 0;
}

.video-blk .btn-play-round {
	float: left;
	margin: 0 0 1em;
	width: auto;
}

.video-blk .btn-play-round:before {
	margin: 0;
}

.video-blk .content {
	cursor: pointer;
	background-color: #000;
}

.video-blk .content:hover .btn-play-round {
	color: #70b5c7;
}

.partner-blk {
	padding: 2em;
	border: 1px solid #efefef;
}

.partner-blk .partner {
	border: none;
    width: 100%;
    height: 13em;
    margin: 0 0 2em;
    border-bottom: 1px solid #efefef;
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
    filter:none;
}

.partner-blk h4 {
    font-size: 1.3em;
    margin-bottom: 0.75em;
}

.partner-blk p {
	font-size: 0.9em;
}

.partner-blk .pre-title {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #70b5c7;
    font-weight: 600;
    margin-bottom: 0.7em;
}

.full-width-gallery {
	width: 100%;
	background: #141414;
}

.featured-album {
	color: #FFF;
	background: #141414;
	padding: 7% 0;
	position: relative;
}

.featured-album .center-blk {
	position: relative;
	z-index: 10;
}

.featured-album .album-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
  	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%) blur(8px);;
	filter: gray blur(8px);;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.featured-album .text {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2em;
}

.featured-album .one-half {
	margin-bottom: 0;
}

.featured-album .album-creds {
	margin:1.5em 0 0;
}

.featured-album .album-creds p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-style: 1.15em;
}

.search-terms {
	background-color:yellow;
	color:blue;
}

.filter-options {
    padding: 1em 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 4em 1% 1.5em;
    width: 98%;
}

.resource-filter-options p,
.filter-options p {
	margin: 0;
	font-style: italic;
	    line-height: 2.9em;
}

.filter-options ul,
.filter-options ul li {
	margin: 0;
	list-style: none;
	padding: 0;
	float: left;
	display: block;
}

.filter-options button {
    margin: 0.25em 0.5em;
    font-size: 0.95em;
}

.project-priority-listing .one-half,
.project-priority-listing .one-fourth {
	margin: 0 1% 2%;
}

.project-priority-listing .one-half {
	width: 48%;
}

.project-priority-listing .one-fourth {
	width: 23%;
}

.project-priority-listing article.one-half.project h3.sans {
	font-size: 1.8em;
}

.no-m-btm {
	margin-bottom: 0;
}

body.single article {
	background: transparent;
}

body.page article.hentry,
body.single article.hentry {
	float: left;
	width: 100%;
	clear: both;
}

body.single article header.img-header {
	    margin-top: 0;
}

body.single article header h5.sans {
	color: #70b5c7;
    font-weight: 500;
    font-size: 1.7em;
}

body.single .entry-content {
	margin-top: 3.5em;
}

.download-box {
	float: right;
    width: 27%;
    border: 1px solid #aa9855;
    border-top-width: 5px;
    padding: 1.3em;
    right: 5%;
    bottom: 4em;
    position: absolute;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.65);
    overflow: hidden;
}

.download-box.dl-main-content {
    display: none;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    background: #F3F3F3;
    border: 1px solid #70b5c7;
    color: inherit;
}
.download-box.dl-main-content:before {
	background: #70b5c7;
}

.download-box:before {
	content: "";
	background: #aa9855;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -7px;
	right: 6%;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.download-box h4 {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.download-box p {
    font-size: 0.9em;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 1em;
}

a.btn-resource {
	position: relative;
	padding-left: 2.5em;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.btn-resource:hover {
	background: #aa9855;
	border-color: #aa9855;
}

.btn-resource span {
    margin-right: 0.5em;
    position: absolute;
    font-size: 24px;
    top: 6px;
    left: 8px;
}

.img-header {
	height: 60vh;
	min-height: 500px;
	position: relative;
}

.img-header .center-blk {
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0.65+70 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.65) 70%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.img-header .center-blk .heading-wrap {
	left: 5%;
	bottom: 4em;
	position: absolute;
	width: 60%;
}

p.brief-desc {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.3;
    margin: 0;
}

p.brief-desc:before {
    display: block;
    content: "";
    clear: both;
    width: 30px;
    height: 1px;
    border-top: 1px solid #FFF;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.single-intro-left {
	float: left;
	width: 65%;
}

.single-sidebar-right {
	float: right;
    width: 30%;
    border-left: 1px solid #EFEFEF;
    padding-left: 3em;
    margin-top: 6.5em;
}

.side-meta h5 {
	text-transform: uppercase;
    font-weight: 400;
    float: left;
    display: block;
    width: 90px;
    line-height: 1.4;
}

.share-btns,
.side-meta p {
	width: calc(100% - 110px);
	float: right;
	font-size: 0.95em;
	margin-bottom: 2em;
	clear: right;
}

.side-meta p a.btn {
	font-size: 0.75em;
}

.share-btns a {
    display: block;
    float: left;
    width: 36px;
    margin: 0 7px 0 0;
}

.share-btns a svg {
	float: left;
	width: 100%;
}

.share-btns a:hover {
	opacity: 0.5;
}

.resouce-wrap {
	margin-top: 4em;
}

.resource-filter-options p {
	font-size: 1.3em;
}

.resource-filter-options {
	margin-right: 0;
}

.resource-listing {

}

.resource-full-listing {
    margin: 3em 0 0;
    border: 1px solid #EFEFEF;
    padding: 2.1em 0 0em 1em;
    width: 78%;
    background: #FBFBFB;
    min-height: 700px;
}

.resource-full-listing article {
    width: 29%;
    margin: 0 1.6% 2%;
}

ul.resource-filters {
    margin: 0;
    border-right: 1px solid #EFEFEF;
    list-style: none;
    padding: 0;
    margin-right: -1px;
}

ul.resource-filters strong,
ul.resource-filters button {
    width: 100%;
    border: none;
    text-align: left;
    text-transform: none;
    border-radius: 0;
    margin: 0;
    font-size: 1.1em;
    padding: 0.8em 0 0.9em 0.8em;
    position: relative;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

ul.resource-filters strong {
	display: block;
	font-size: 1.2em;
	line-height: 1;
	padding-left: 0;
}

ul.resource-filters li.bdr-bottom {
	border-bottom: 1px solid #efefef;
}

ul.resource-filters button.current,
ul.resource-filters button:hover {
	background: #fbfbfb;
	color: #70b5c7;
	border-color: #efefef;
}

ul.resource-filters button:after {
	width: 27px;
    height: 27px;
    right: 10px;
    font-size: 10px;
    color: #70b5c7;
    top: 50%;
    background: #FFF;
    border: 1px solid #E6E6E6;
    margin-top: -14px;
    opacity: 0;
    border-radius: 100%;
    text-align: center;
    padding: 8px 0 0;
    position: absolute;
    transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
}

ul.resource-filters button span {
    font-size: 0.7em;
    opacity: 0.5;
    display: inline-block;
    margin: 0 0 0 0.5em;
    margin-top: -0.5em;
    color: #2a2424;
}

ul.resource-filters button.current span,
ul.resource-filters button:hover span {
	opacity: 1;
	color: #2a2424;
}


ul.resource-filters button:before {
    position: absolute;
    opacity: 0;
    height: 100%;
    background: #FBFBFB;
    width: 1px;
    right: -1px;
    top: 0;
    content: "";
    z-index: 10;
}

ul.resource-filters button.current:before,
ul.resource-filters button:hover:before,
ul.resource-filters button.current:after,
ul.resource-filters button:hover:after {
	opacity: 1;
}

.archive-listing {
	margin-top: 2em;
}

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

.search-head h2 {
	font-style: italic;
	font-size: 3em;
	margin: 0.25em 0;
}

.search-head h3 {
	font-weight: 600;
	font-size: 1.5em;
	margin: 2.5em 0;
}

.search-result-listing {
	padding: 0 15%;
}

article.search-result {
	position: relative;
	margin-bottom: 7%;
}

article.search-result header {
	margin: 0;
}

article.search-result h3 {
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 0.2em;
}

article.search-result h5.url {
	color: #70b5c7;
    margin-top: 0.75em;
    font-weight: 400;
}

article.search-result .result-number {
	float: left;
	width: 50px;
	font-size: 2.2em;
	 font-weight: 600;
}

article.search-result .result-details {
    float: right;
    width: calc(100% - 70px);
    padding-left: 50px;
    border-left: 1px solid #E8E8E8;
}

article.search-result:hover h3,
article.search-result:hover .result-number {
	color: #70b5c7;
}

article.search-result:hover .result-details {
    border-color: #5D5A5A;
}

article.search-result .entry-summary {
	margin-top: 0.7em;
}

article.search-result .entry-summary p {
	margin: 0;
}


nav.pagination {
    display: block;
    float: left;
    width: 100%;
    margin: 1em 0 0.5em;
    position: relative;
    text-align: center;
    padding-top: 3em;
    border-top: 1px solid #E8E8E8;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

nav.pagination a.prev,
nav.pagination a.next {
	display: block;
    position: absolute;
    top: 3.3em;
    text-decoration: none;
    text-transform: uppercase;
}

a.btn-arw {
	position: relative;
}


a.btn-arw.icon-arw-l,
nav.pagination a.prev {
	left: 10%;
	padding-left: 1em;
}


nav.pagination a:hover {
	color: #70b5c7;
}

a.btn-arw.icon-arw-r,
nav.pagination a.next {
	right: 10%;
	padding-right: 1em;
}

a.btn-arw:before,
a.btn-arw:after,
nav.pagination a.prev:before,
nav.pagination a.next:after {
    position: absolute;
    font-size: 0.75em;
    line-height: 1.9em;
}
a.btn-arw:before,
a.btn-arw:after {
	top: -0.25em;
}
a.btn-arw:before,
nav.pagination a.prev:before {
	left: 0;
}
a.btn-arw.icon-arw-r:before,
nav.pagination a.next:after {
	right: 0;
	left: auto;
}

nav.pagination .page-numbers:not(.prev):not(.next) {
    width: 33px;
    height: 33px;
    margin: 0 0.75%;
    border-radius: 100%;
    line-height: 2em;
    border: 1px solid;
    text-align: center;
    font-weight: 400;
    color: #737373;
    display: inline-block;
    text-decoration: none;
    text-indent: 0.05em;
}

nav.pagination span.page-numbers.current, 
nav.pagination a.page-numbers.current, 
nav.pagination .page-numbers:not(.prev):not(.next):hover {
    background: transparent;
    color: #70b5c7 !important;
}

.event-listing article.event {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 3em;
    margin-bottom: 3em;
    margin-top: 2em;
}

.event-listing article.event:last-of-type {
}

.event-listing article.event .event-head {

}

.event-listing article.event .event-meta {
	border-top: none;
	margin-top: 0.5em;
}

.event-listing article.event h3 {
	font-size: 2.5em;
}

.event-listing article.event time.start-end {
	font-size: 1.5em;
}

.event-listing article.event p {
	font-size: 1.1em;
}

.event-listing article.event p:first-letter {
    float: left;
    font-size: 2.8em;
    line-height: 1em;
    padding-top: 0.1em;
    padding-right: 0.2em;
    padding-left: 0em;
    text-transform: capitalize;
}


body.single article.event .event-meta {
	width: auto;
	border-top: none;
}

body.single article.event .event-meta h4 {
	width: auto;
	float: left;
	padding-right: 1em;
}

body.single article.event .img-header .time-place-wrap,
body.single article.event .img-header .event-meta time,
body.single article.event .img-header .event-meta h1.entry-title {
	border-color: #FFF;
}

body.single article.event .time-place-wrap {
	border-bottom: 1px solid;
	float: left;
	clear: both;
}

body.single article.event .event-meta h1.entry-title {
    float: left;
    margin: 0em 0 0.4em;
    width: 100%;
    padding-top: 0.6em;
}

body.single article.event time.start-end {
	margin-top: 0;
    font-size: 2em;
}

body.single article.event p {
	font-size: 1.1em;
}

body.single article.event header:not(.img-header) .time-place-wrap {
	border-color: #70b5c7;
}

.error-404 {
	padding: 10% 0;
}

.error-404 .center-blk {
	padding: 0 20%;
	text-align: center;
}

#primary .search-form input[type="search"] {
	color: #2a2424;
}

#primary .search-form {
	width: 70%;
	position: relative;
    margin: 0 auto;
    max-width: 520px;
}

#primary .search-form label:after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 16px;
    text-align: center;
}

.full-news-listing {
	padding: 0 10%;
}

.full-news-listing article.post {
	margin: 2em 0 3em;
}

.full-news-listing article.post .post-excerpt {
	width: calc(100% - 130px);
    padding-left: 2.4em;
}

.full-news-listing article.post time {
    font-size: 0.75em;
    width: 110px;
}

.full-news-listing article.post h3 {
	font-size: 2em;
}

.news-listing article.post h3 a,
.full-news-listing article.post h3 a {
	text-decoration: none;
}

.news-listing article.post h3 a:hover,
.full-news-listing article.post h3 a:hover {
	color: #70b5c7;
}

.full-news-listing article.post.has-img .post-excerpt {
	border-left-color: transparent;
}

a.news-image {
	width: calc(100% - 130px);
	float: right;
	height: 275px;
	margin: 0 0 2em;
}

a.news-image:hover {
	opacity: 0.8;
}


.single.single-post .site-main .center-blk {
	padding: 0 15%;
}

.single.single-post .heading-wrap {
    padding-bottom: 2.5em;
    border-bottom: 1px solid #EFEFEF;
}

body.single article header.img-header {
	margin-bottom: 4em;
}

.single.single-post .img-header .heading-wrap {
	left: auto;
	border: none;
	padding-bottom: 0;
}

.single.single-post article.post time {
	margin-bottom: 1em;
	font-size: 0.9em;
}

.single.single-post article.post .img-header  h1.entry-title {
	font-size: 2.8em;
}

.single.single-post .side-meta h5 {
    line-height: 3.1;
}

.discussion {
	margin-top: 2em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


#secondary h1.widget-title {
	font-size: 1em;
	font-weight: 600;
}

#secondary .widget ul {
	margin-left: 0;
	list-style-position: inside;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.holder-wrap {
	overflow: hidden;
}

.img-holder {
	position: relative;
	display: block;
	z-index: 0;
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	float: left;
}

.img-holder:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: rgba(0,0,0,0.1);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 90;
}


@-webkit-keyframes pulse_animation {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

.img-holder:before {
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}


.img-holder img {
	width: 100%;
	float: left;
	opacity: 0;
	z-index: 10;

	transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
}

.image-loaded .img-holder img {
	opacity: 1;
}

.image-loaded .img-holder:before {
	display: none;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0;
    float: left;
    clear: both;
    background: #2A2424;
    padding: 0.5em 1em;
    width: 100%;
    font-size: 0.9em;
    font-style: italic;
    color: #FFF;
}

p.wp-caption-text {
	display: none;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13. Plugins
--------------------------------------------------------------*/

/* -- GForms -- */

.gform_wrapper {
	margin-top: 0;
}

.gform_body ul,
.gform_body li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gform_body li {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
	display: none;
}

.name_first label,
.gform_body label.gfield_label {
	display: none;
}

.gform_body .ginput_container {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	z-index: 10;
}

.gform_body input,
.gform_body textarea,
.gform_body select {

}

.gform_body textarea {
	height: 160px;
	resize:none;
}

.gform_body span.gfield_required {
	color: #FF0000;
}

.gform_footer {
	position: relative;	
	clear: both;
	width: 100%;
}

.gform_footer button, 
.gform_footer input[type="button"], 
.gform_footer input[type="reset"], 
.gform_footer input[type="submit"] {
	background: #2a2424;
	border-color: #2a2424;
	color: #FFF;
}

.gform_footer button:hover, 
.gform_footer input[type="button"]:hover, 
.gform_footer input[type="reset"]:hover, 
.gform_footer input[type="submit"]:hover {
	background: #FFF;
	border-color: #2a2424;
	color: #2a2424;
}

.gform_wrapper .gform_ajax_spinner {
	padding-left: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 100%;
	z-index: 100;
}

.validation_message {
	color: #FF0000;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error button {
	border-color: #FF0000;
	background: rgba(255, 0, 0, 0.05);
}

.gform_body input[type=text]::-webkit-input-placeholder {
   color: #404040;
}
.gform_body input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #404040;  
}
.gform_body input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;  
}
.gform_body input[type=text]:-ms-input-placeholder {  
   color: #404040;  
}

.gform_body input[type=email]::-webkit-input-placeholder {
   color: #404040;
}
.gform_body input[type=email]:-moz-placeholder { /* Firefox 18- */
   color: #404040;  
}
.gform_body input[type=email]::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;  
}
.gform_body input[type=email]:-ms-input-placeholder {  
	color: #404040;  
} 

.gform_body textarea::-webkit-input-placeholder {
   color: #404040;
}
.gform_body textarea:-moz-placeholder { /* Firefox 18- */
   color: #404040;  
}
.gform_body textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;  
}
.gform_body textarea:-ms-input-placeholder {  
	color: #404040;  
}

.gform_body input[readonly="readonly"] {
    color: #00421d;
    font-weight: 600;
}


.gform_body .gform_validation_container {
	display: none;
}

#gforms_confirmation_message {
	text-align: center;
	font-size: 1.2em;
	color: #00421d;
	font-style: italic;
}

/*--------------------------------------------------------------
14. Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
	.main-navigation a {
		padding: 0 14px;
	}
	.main-navigation .menu-header-menu-de-container {
		font-size: 0.83em;
	}
	:lang(de-DE) .main-navigation .menu-header-menu-de-container {
		font-size: 0.83em;
	}
	:lang(de-DE) .main-navigation a {
        padding: 0 0.4em;
        line-height: 6.5em;
	}
}

@media screen and (max-width: 1100px) {
	.main-navigation a {
		padding: 0 9px;
	}
}

@media screen and (max-width: 1024px) {
	.site-header {
		height: auto;
		min-height: 85px;
	}
	.site-header .center-blk {
		padding-right: 0;
	}
	.main-navigation {
		margin-top: 0;
		width: 100%;
	}

	.main-navigation.toggled {
		width: 100%;
	}

	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.menu-main-menu-container {
		border: none;
		-webkit-transition: opacity .2s linear;
		-moz-transition: opacity .2s linear;
		-o-transition: opacity .2s linear;
		-ms-transition: opacity .2s linear;
		transition: opacity .2s linear;
	}

	button.menu-toggle {
		float: none;
		display: inline-block;
	}

	.main-navigation.toggled .knockout {
		opacity: 1;
		width: 100%;
		height: 100%;
	}

	.main-navigation.toggled button.menu-toggle {
    	z-index: 120;
    	background-image: url('img/menu_close.svg');
	}

	.main-navigation.toggled button.menu-toggle:hover {
		color: #FFF;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled .menu-main-menu-container  {
		width: 100%;
		position: absolute;
		text-align: center;
		top: 0px;
		left: 0px;
		margin: 0;
		padding: 0;
		z-index: 110;
	}

	.main-navigation.toggled ul {
		position: absolute;
		left: 0;
		float: left;
		top: 5.5em;
		width: 100%;
		z-index: 110;
		display: block;
		background: none;
		box-shadow: none;
		text-align: center;
	}
	.main-navigation ul li.menu-item-438,
	.main-navigation ul li.menu-item-100 {
		display: block;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.main-navigation.toggled ul > li.menu-item-84,
	.main-navigation.toggled ul > li.menu-item-89 {
		overflow: hidden;
	}
	.main-navigation.toggled ul li.menu-item-84,
	.main-navigation.toggled ul li.menu-item-84 {
		padding-bottom: 1em;
	}
	.main-navigation.toggled ul li.menu-item-84 >  a,
	.main-navigation.toggled ul li.menu-item-89 >  a {
		padding-bottom: 0.5em;
	}
	.main-navigation.toggled li {
		float: none;
		width: auto;
		clear: both;
		text-align: left;
		padding: 0;
		margin: 0;
		border:none;
		font-size: 1.5em;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.main-navigation.toggled li a {
	    text-align: center;
	    padding: 0.75em 0;
	    line-height: 1;
	    height: auto;
	    font-size: 1.2em;
	}

	.main-navigation.toggled ul ul {
	    padding-top: 0;
	    border: none;
	    position: relative;
	    top: auto;
	    left: auto;
	}

	.main-navigation.toggled ul ul li {
		padding: 0;
		border: none;
		font-size: 1em;
	}

	.main-navigation.toggled ul ul a {
		    padding: 0.5em 0;
	}

	.nav-appendix {
	    margin-right: 4.5em;
	    border-left: 1px solid #efefef;
	    width: 131px;
	}

	a.full-site {
		width: calc(100% - 99px);
		font-size: 0.9em;
		line-height: 4.75em;
	}
	h1.site-title a {
	}
	.news-listing article.post .post-excerpt,
	.news-listing article.post time {
		width: 100%;
		padding: 0;
		border: none;
	}
	.news-listing article.post .post-excerpt {
		margin-top: 1em;
	}
	.site-footer .one-fourth:nth-child(1) {
		display: none;
	}
	.site-footer .one-fourth {
		width: 33%;
	}
	.event-listing article.event {
	    border-bottom: none;
	    padding-bottom: 0em;
	    margin-bottom: 1em;
	    margin-top: 0em;
	}
	article.event .two-third,
	article.event .event-head.one-third {
		width: 100%;
		margin-right: 0;
	}
	.event-listing article.event .event-meta {
		border-top: 1px solid #70b5c7;
	}
	.img-header .center-blk .heading-wrap {
		width: 90%;
	}
	.share-btns, .side-meta p {
		width: 100%;
	}
	header.has-download .download-box {
		display: none;
	}
	.download-box.dl-main-content {
		display: block;
	}
	.full-news-listing {
		padding: 0;
	}
	.full-news-listing article.post {
	    margin: 0em 0 3em;
	    border-bottom: 1px solid #EFEFEF;
	    padding-bottom: 3em;
	}
	.full-news-listing article.post:last-of-type {
		border-bottom: none;
	}
	a.news-image {
		width: 100%;
		margin: 1em 0;
	}
	.search-result-listing {
		padding: 0;
	}
	.single.single-post .site-main .center-blk {
		padding: 0 5%;
	}
	.single.single-post article.post time {
	    margin-bottom: 1em;
	    font-size: 0.75em;
	}
	.contact-methods p span,
	.contact-methods p strong {
		width: 100%;
	}
	:lang(de-DE) .main-navigation .menu-header-menu-de-container {
    	font-size: 1em;
	}
}

@media screen and (max-width: 900px) {
	article.one-third.event {
		width: 100%;
		margin: 0 0 2em;
		padding: 0;
	}
	.text-full-width p {
		width: 100%;
	}
	.filter-options p.left {
		width: 100%;
		text-align: center;
	}
	.filter-options div.right {
		width: 100%;
	}
	.filter-options button {
		font-size: 0.9em;
	}
	.filter-options ul.project-filters {
		text-align: center;
		width: 100%;
	}
	.filter-options ul.project-filters li {
		display: inline-block;
		float: none;
	}
	.resource-full-listing article {
		width: 45%;
	}
}

@media screen and (max-width: 770px) {
	.text-two-col {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	section.newsletter .one-half.col-last, 
	section.proj-recs > .one-half.col-last,
	section.newsletter .one-half, 
	section.proj-recs > .one-half {
		width: 100%;
		margin: 0 0 2em;
		padding: 0;
	}
	section.proj-recs > .one-half.col-last {
		padding-top: 3em;
	}
	.bdr-vert {
		display: none;
	}
	.site-footer .one-fourth {
		width: 100%;
		border: none;
	}
	.util-blk, .video-blk,
	.border-content {
		margin-bottom: 3em;
	}
	.video-blk .video-details {
		width: 80%;
	}
	.entry-header, .page-header {
		margin: 3em 0 1em;
	}
	.project-priority-listing article.one-half.project h3.sans {
		font-size: 1.2em;
	}
	.project-priority-listing .one-fourth,
	.project-priority-listing .one-half {
		width: 48%;
	}
	.resouce-wrap,
	.filter-options {
		margin-top: 0;
	}
	.resource-filter-options {
		width: 100%;
	}
	ul.resource-filters {
		border-right: none;
		margin-right: 0;
		float: left;
		width: 100%;
	}
	ul.resource-filters li {
		float: left;
		    margin: 0 1% 1% 0;
	}
	.single-intro-left,
	ul.resource-filters li:first-child {
		float: left;
		width: 100%;
	}
	ul.resource-filters button:before {
		right: 0;
	}
	ul.resource-filters button {
		    padding: 0.8em 0.8em 0.9em 0.8em;
		    font-size: 1em;
		    background: #fbfbfb;
    border-color: #efefef;
	}
	ul.resource-filters button:after {
		display: none;
	}
	ul.resource-filters button,
	ul.resource-filters button.current, ul.resource-filters button:hover {
		border-right: 1px solid #efefef;
	}
	.resource-full-listing {
		margin: 0;
		background: transparent;
		padding: 0;
		border: none;
		width: 100%;
		min-height: inherit;
	}
	article.resource.one-fourth,
	article.one-fourth.resource,
	.resource-full-listing article {
	    width: 48%;
	    margin: 0 1% 2%;
	}
	.single-sidebar-right {
	    width: 100%;
	    float: left;
	    margin-top: 0;
	    margin-bottom: 3em;
	        padding-left: 4.5%;
	}
	.one-half.profile {
		width: 100%;
		padding-bottom: 0;
	}
	.nav-links {
		padding-bottom: 3em;
	}
	nav.pagination a.prev, nav.pagination a.next {
		top: auto;
    	bottom: 0em;
	}
	.page-template-template-contact .border-content .one-half {
		width: 100%;
		margin: 0 0 2em;
	}
}

@media screen and (max-width: 600px) {
	
	h1.site-title a {
	    width: 220px;
	    background-size: 220px;
	}
	.site-header .center-blk {
	    padding: 0;
	}
	.site-branding,
	.nav-appendix .lang-select {
		padding-left: 5%;
	}
	.main-navigation.toggled li a {
		font-size: 1em;
	}
	.nav-appendix {
		width: 100%;
		margin: 0;
		border: none;
		border-top:1px solid #efefef;
	}
	.nav-appendix .row {
		width: 50%;
		clear: none;
		border:none;
	}
	.nav-appendix .social-search {
	    float: right;
	    width: 131px;
	    margin-right: 19px;
	    border-right: 1px solid #efefef;
	}
	.nav-appendix .social-search .social {
		border-left: 1px solid #efefef;
	}
	.nav-appendix .lang-select .langs a, .nav-appendix .lang-select .langs span {
		    width: 40px;
	}
	.search-form-wrap {
		padding: 0.5em 5%;
		top: 127px;
	}
	section.full-bleed {
	    min-height: 630px;
	}
	h1.logo-title img {
	    width: 100%;
	    max-width: 260px;
	}
	.infoBlock {
		text-shadow: 0px 1px 2em rgba(0, 0, 0, 0.65) !important;
		padding-top: 1em !important;
	}
	.infoBlock blockquote {
	    margin: 0 10% !important;
	}
	article.resource.one-fourth, article.one-fourth.resource,
	.resource-full-listing article,
	.project-priority-listing .one-fourth,
	.project-priority-listing .one-half,
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth {
		width: 100%;
		margin: 0 0 2em;
	}
	article.resource.one-fourth, article.one-fourth.resource,
	.resource-full-listing article,
	.project-priority-listing .one-fourth,
	.project-priority-listing .one-half {
		margin-bottom: 5%;
	}
	.single.single-post article.post .img-header h1.entry-title,
	h1.entry-title, h2.section-title {
		font-size: 2em;
	}
	h2.section-title sup {
		font-size: 0.5em;
	}
	p.brief-desc {
		    font-size: 1.2em;
	}
	.featured-album,
	.section-wrap {
	    padding: 2.5em 0;
	}
	.mission-statement {
		font-size: 1.3em;
	}
	.text p, .border-content p {
		font-size: 1em;
	}
	article.event .event-meta time:not(.start-end) {
		    font-size: 0.8em;
		    width: 125px;
	}
	article.event .event-meta h4 {
		font-size: 1.25em;
		    width: calc(100% - 150px);
	}
	a.dnte-badge {
		width: 25%;		
	}
	.site-footer blockquote {
		font-size: 1.2em;
	}
	blockquote {
		padding: 1em;
		font-size: 1.2em;
	}
	.profile-left,
	.profile-text,
	.video-blk .video-details {
		width: 100%;
	}
	h3.section-subtitle,
	.video-blk .video-details h4 {
		font-size: 1.4em;
	}
	article.search-result .entry-summary,
	.video-blk .video-details p {
		display: none;
	}
	.single-sidebar-right,
	.border-content {
		border: none;
		padding-left: 0;
	}
	.featured-album .one-half.col-last {
		margin-top: 3em;
	}
	.visibleNearby  {
		 padding-top: 2em;
	}
	.visibleNearby .rsGCaption  {
		padding: 1em 25%;
	}
	body.single article header.img-header {
		margin-bottom: 2em;
	}
	.site-footer {
		margin: 1em auto 3em;
	}
	.profile-left,
	.profile {
		text-align: center;
	}
	.profile .holder-wrap {
		float: none;
		margin: 0 auto;
	}
	.single-intro-left {
		    border-bottom: 1px solid #EFEFEF;
	}
	.search-head h2 {
		font-size: 1.8em;
	}
	.search-head h3 {
		    margin: 1.5em 0;
	}
	article.search-result h3 {
		font-size: 1.5em;
	}
	article.search-result h5.url {
		width: 100%;
		white-space: normal;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	article.search-result .result-number {
		    font-size: 1.5em;
		    width: 30px;
	}
	article.search-result .result-details {
		padding-left: 20px;
		width: calc(100% - 35px);
	}
	.sixteen-nine:before {
	    padding-top: 100%;
	}
}

