/*
Theme Name: LKD Facility
Theme URI: https://lkdf.transist.or.at/
Author: Michael Zeltner
Author URI: https://niij.org/
Description: LKDF is a custom theme based on the UN Global Compact design as well as the WordPress twentysixteen theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, sticky-post
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 *  .1 - Custom setting
 * 2.0 - Main structure
 * 3.0 - Special bits
 *  .1 - SVG
 * 4.0 - Browser sizes
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * 1.1 - Custom setting
 */

::-webkit-input-placeholder {
   color: #777;
}
:focus::-webkit-input-placeholder {
   color: #eee;
}

:-moz-placeholder { /* Firefox 18- */
   color: #777;
}
:focus:-moz-placeholder {
   color: #eee;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}
:focus::-moz-placeholder {
   color: #eee;
}

:-ms-input-placeholder {
   color: #eee;
}
:focus:-ms-input-placeholder {
   color: #eee;
}

/**
 * 2.0 - Main structure
 */

html {
  min-width: 780px;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  height: 100%;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

body > ul:first-child,
body > ul:first-child > li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body > ul:first-child > li a {
  display: block;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: -8em;
  left: -8em;
}

h1, h2, h3, h4 {
  font-family: "Flama Bold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body >  header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(255,255,255,0.75);
  background-blend-mode: multiply;
  z-index: 99999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  text-align: right;
  border-bottom: 1.56em solid rgba(73,143,204,0.85);
}

body.admin-bar > header {
  top: 32px;
}

body > footer > section,
body > main > article > section,
body > main > section > section,
body > main > section > article,
body > main > section > nav,
body > main > section.content:first-child,
body > main > section > section.news > ul,
body > main > section.list > section.articles,
body > main > section.list > nav.pagination,
body.single-video > main > article > nav.pagination,
body > header > section {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

body > main > section.list > section.articles {
  padding-top: 2em;
}

body > main > section.list > section.articles > article {
  width: 55%;
  overflow: hidden;
  position: relative;
  margin: 0;
  float: left;
  margin: 1.5em 0 1em 3em;
  padding: 1em 2em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #aaa;
}

body > main > section.list > section.articles > article header {
  background-position: 50% -20px;
  padding-top: 15em;
  margin: -2.75em -2em 0 -2em;
  background-size: cover;
}

body > main > section.list > section.articles > article header h2 {
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 0.5em 1em 0.3em 1em;
  line-height: 1.1;
}

body > main > section.list > section.articles > article header h2 a {
  text-decoration: none;
}

body > main > section.list > section.articles > article .sharelinks {
  margin: 0.8em 0;
}

body > main > section.list > section.articles > article p.link {
  float: right;
  text-align: right;
  width: 30%;
}

body > main > section.list > section.articles > article > section p.link a {
  color: #fff;
  font-size: 0.8em;
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

figure {
  width: auto !important;
}

body > main nav.post-navigation h2 {
  font-size: 120%;
}

body > main nav.post-navigation div div {
  margin-bottom: 0.5em;
}

nav.pagination :first-child {
  margin-left: 2em;
}

body > main nav.post-navigation a,
nav.pagination a,
nav.pagination span {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

body > main nav.post-navigation a:hover,
nav.pagination a:hover {
  border-color: #0487ba;
  background: #0487ba;
  color: white;
  text-decoration: none;
}

body > main nav.post-navigation,
body > main nav.pagination {
  font-family: "Flama Bold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: both;
  font-size: 120%;
  margin-bottom: 3em !important;
}

body > main nav.post-navigation {
  padding-left: 5em;
}

body > main > section.list > section.articles > nav.pagination {
  padding-left: 2em;
}

body > main nav.post-navigation div.nav-links {
  padding-right: 14em;
}

body > main > section.content:first-child {
  padding-top: 10em;
  padding-bottom: 4em;
}

body > main > section.content:first-child > header h1 {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 900;
}

body > main > article > header h1 + p.link {
  margin-top: 2em;
}

body.post-type-archive-faq section.faq,
body > main > section.content:first-child > section.content,
body.post-type-archive-faq > main section.content > section.content {
  width: 60%;
  box-sizing: border-box;
  padding-left: 6.25%;
}

body > header a {
  color: #fff;
  text-decoration: none;
}

body > header h1 {
  display: block;
  position: absolute;
  top: 0em;
  left: 1em;
  margin: 0.65em 0 0.5em 0;
}

body > header h1 a {
  display: inline-block;
  color: inherit;
  line-height: 1;
  padding: 53px 0 0 0;
  margin: 0;
  background: url(/wp-content/themes/lkdf/lkdf-logo.svg);
  background-size: 260px 53px;
  width: 260px;
  height: 0;
  overflow: hidden;
}

body#tinymce a,
body > main a {
  color: #0487ba;
}

body#tinymce a:hover,
body#tinymce a:active,
body > main .content a:hover,
body > main .content a:active {
  color: #00979e;
}

body > header p {
  display: none;
}

body > header nav {
  display: inline-block;
  margin: 0;
  line-height: 1;
  text-align: right;
  padding: 2em 0 2.5em 0;
}

body > header nav > #primary {
  font-family: "Flama Condensed Medium", "Roboto Condensed";
  font-weight: bold;
  display: block;
  color: inherit;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5em;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

body > header nav > #primary li {
  margin: 0;
  padding: 0;
  line-height: inherit;
  display: inline-block;
}

body > header nav > #primary a {
  background-color: transparent;
  -webkit-transition: background-color 150ms;
  -moz-transition: background-color 150ms;
  transition: background-color 150ms;
  padding: 0em 1.5em;
  line-height: inherit;
  display: block;
}

body > header nav > #primary a:hover,
body > header nav > #primary a:active,
body > header nav > #primary a.active {
  background-color: #4b92db;
}

body > header form {
  display: inline-block;
  width: 200px;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  font-weight: 300;
  position: relative;
  top: -2em;
  right: 2.5em;
}

body > header form > input {
  background: #ccc;
  width: auto;
  padding: 0 2em 0 5px;
  border: 0;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

body > header form > button {
  color: #777;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0 5px;
}

body > header form > input:focus {
  outline: none;
  background: #4b92db;
}

body > header form > input:focus + button {
  color: #fff;
}

body > main > section > header,
body > main > article > header {
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 220px;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

body > main > section > header,
body > main > article > header {
  min-height: 600px;
}

body > main > section > header > video,
body > main > article > header > video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

/* Page heading */
body > main > section > header > h1,
body > main > article > header > h1 {
  position: relative;
  z-index: 5;
  text-align: center;
  margin: 0 auto;
  padding: 3em 0 0 0;
  color: white;
  text-shadow: 0px 0px 15px black;
  font-size: 250%;
  text-transform: uppercase;
  line-height: 1;
  z-index: 5;
  max-width: 1280px;
}

body > main > section > header > h1,
body > main > article > header > h1 {
  padding-top: 7em;
}

/* Tagline */
body > main > section > header > p,
body > main > article > header > p {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 0;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 15px black;
  font-size: 1em;
  font-weight: bold;
  max-width: 600px;
}

body > main > section > header > p,
body > main > article > header > p,
body > main > section > header > h1 + p:last-of-type,
body > main > article > header > h1 + p:last-of-type {
  padding: 1.5em 0;
}

body > main > section > header > p + p,
body > main > article > header > p + p {
  padding: 0.75em 0 1.5em 0;
}

body.single-video > main > article > header > p {
  padding: 0;
}

body > main > section > header > p:last-of-type,
body > main > article > header > p:last-of-type {
  padding-top: 0.5em;
  margin-top: 0;
}

body#tinymce span.button a,
body article span.button a,
#project-info p.more > a,
body > main > section > section.news > p > a,
body > main > section > header > p > a,
body > main > article > header > p > a {
  display: inline-block;
  background: #00979e;
  color: white;
  text-decoration: none;
  padding: 0.4em 1em;
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition-property:background-color color;
  -moz-transition-property:background-color color;
  transition-property:background-color color;
  -webkit-transition-duration:150ms;
  -moz-transition-duration:150ms;
  transition-duration:150ms;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body#tinymce span.button a,
body article span.button a {
  margin: 1em 0;
}

body#tinymce span.button a,
#project-info p.more > a:hover,
body > main > section > section.news > p > a:hover,
body > main > section > header > p > a:hover,
body > main > article > header > p > a:hover,
body article span.button a:hover {
  color: #fff;
  background-color: #00b9c2;
}

body span.teal a {
  background: #8fd2c8 !important;
}

body span.teal a:hover {
  background: #7db8af !important;
}

body span.violet a {
  background: #790151 !important;
}

body span.violet a:hover {
  background: #990167 !important;
}

body span.green a {
  background: #a4ce44 !important;
}

body span.green a:hover {
  background: #8baf3a !important;
}

body span.blue a {
  background: #0486ba !important;
}

body span.blue a:hover {
  background: #05aaec !important;
}

body span.orange a {
  background: #f9a41a !important;
}

body span.orange a:hover {
  background: #de9217 !important;
}

body.single-video > main > article > header > p > a {
  display: inline;
  background: transparent;
  font-weight: normal;
  padding: 0;
  color: #0487ba;
}

body > main {
  color: #3f3f3f;
}

body > main > article > section.content > section img {
  max-width: 100%;
  height: auto !important;
}

body > main > article > section.content > section h2 {
  font-size: 2.5em;
}

body > main > article > section.content > section h3 {
  font-size: 1.8em;
}

body > main > article > section.content > section {
  float: left;
  width: 55%;
  box-sizing: border-box;
  margin: 1.5em 0 1em 5em;
}

body > main > section.list > section.articles > article > header h2,
body > main > section.list > section.articles > article > header {
  margin-bottom: 0;
}

body > main > section.list > section.articles > article > header h2 {
  font-size: 200%;
}

body > main > article > section.content > aside,
body > main > section.list > section.articles > aside {
  font-size: 90%;
  float: right;
  width: 28%;
  overflow: hidden;
  color: #3f3f3f;
  box-sizing: border-box;
  padding: 1.8em;
  margin: 9em 3em 3em 0;
}

html > body > main > section.list > section.articles > aside {
  margin-top: 0.5em;
}

body > main > section.list > section.articles > aside div {
  margin: 0 -1.8em;
}

body > main > section.list > section.articles > aside div:first-child + div {
  margin-top: -1.8em;
}

.newsletter form input[type=email] {
  box-sizing: border-box;
  border: 0;
  padding: 0.1em 0.2em;
  margin: 0;
  width: 100%;
  color: #000;
  text-align: center;
}

.newsletter form input[type=email]:focus::-webkit-input-placeholder {
  color: white;
}

.newsletter form input[type=email]:focus::-moz-placeholder {
  color: white;
}

.newsletter form input[type=email]:focus:-moz-placeholder {
  color: white;
}
.newsletter form input[type=email]:focus:-ms-input-placeholder {
  color: white;
}

.newsletter form input[type=submit] {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  padding: 0.1em 0.2em !important;
  margin: 0;
  text-align: center;
  font-size: 1em;
}

body > main > section.list > section.articles > aside div.newsletter {
  padding: 0 1.8em 1.8em 1.8em;
  background: #666;
  color: white;
  margin-top: -1.5em;
  margin-bottom: 3.5em;
}

body > main > section.list > section.articles > aside div.newsletter form {
  font-size: 1.25em;
  margin-top: 0.5em;
}

body.single-post > main > article > section.content > aside h2,
body > main > section.list > section.articles > aside h2 {
  text-transform: uppercase;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000;
}

body > main > section.list > section.articles > aside .newsletter h2 {
  padding-top: 0.8em;
  margin-bottom: 0;
  font-size: 150%;
  text-align: center;
  text-transform: none;
  border-bottom: 0;
}

body.single-post > main > article > section.content > aside .yarpp-related ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body.single-post > main > article > section.content > aside .yarpp-related li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.8em;
  overflow: hidden;
}

body.single-post > main > article > section.content > aside .yarpp-related li:last-child {
  border-bottom: 0;
}

body.single-post > main > article > section.content > aside .yarpp-related li a {
  text-decoration: none;
  color: #000;
}

body.single-post > main > article > section.content > aside .yarpp-related li a img {
  float: left;
  margin-right: 1em;
}

body.single-post > main > article > section.content > aside .yarpp-related .date {
  margin-top: 0.4em;
  color: #777;
  display: block;
  font-family: FontAwesome;
}

body.single-post > main > article > section.content > aside .yarpp-related .date em {
  font-style: normal;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body > main > article > section.content > aside.blue {
  background: #e9f7fd;
}

body > main > article > section.content > aside :first-child {
  margin-top: 0;
  padding-top: 0;
}

body > main img.alignleft {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

body > main img.alignright {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

body > main aside h5 {
  margin-bottom: 0;
  font-size: 100%;
}

body > main aside p {
  margin-top: 0;
  margin-bottom: 1em;
}

body > main aside ul {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

body > main aside ul.featured {
  margin-top: 1em;
  margin-right: -1.75em;
  margin-bottom: -1.75em;
  margin-left: -1.76em;
  background: #fff;
  padding-left: 1.75em;
}

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

body > main > section > section.news {
  background: #edefed;
  padding-top: 2em;
  text-align: center;
  margin: 1em 0 -1em 0;
  max-width: none;
  overflow: hidden;
}

body > main > section > section.news p {
  margin: 2em 0;
}

body > main > section > section.news > h2 {
  color: #696973;
  margin: 0 0 1em 0;
}

body > main > section > section.news ul {
  list-style-type: none;
  padding: 0;
}

body > main > section > section.news li {
  display: inline-block;
  width: 30%;
  height: 300px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  margin-right: 2%;
  text-align: left;
  font-size: 110%;
}

body > main > section > section.news li:last-of-type {
  margin-right: 0;
}

body > main > section > section.news li a {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

body > main > section > section.news li a > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: white;
  padding: 0.6em 1em;
  color: #009fe3;
  font-weight: bold;
}

body > main > section > section.news li a > span > span {
  font-weight: normal;
  display: block;
  color: #000;
  font-size: 0.8em;
}

body.home > main > section > section > div {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 33%;
  padding-right: 1em;
}

body.home > main > section > section > div:last-of-type {
  padding-right: 0;
}

body.home > main > section > section > div :first-child,
body.home > main > section > section > div :last-child {
  text-align: center;
}

body.home > main > section > section > div :last-child a {
  color: white;
}

body > main > article > section {
  padding-bottom: 2em;
}

body > footer {
  background: #696973;
  color: #fff;
  margin: 0.9em 0 0 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  font-size: 110%;
}

body > footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body > footer a {
  color: #fff;
  text-decoration: none;
}

body > footer a:hover {
  text-decoration: underline;
}

body footer h2 {
  font-weight: 900;
  color: #80d4f6;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #787883;
}

body footer > section {
  direction: rtl;
  text-align: center;
}

body footer > section > div {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2em 0;
  width: 30%;
  line-height: 1.6em;
  margin-right: 2%;
  text-align: left;
  vertical-align: top;
  direction: ltr;
  display: inline-block;
}

body footer > section > div:first-child {
  margin: 0;
}

.newsletter form input[type=submit],
body.home > main > section > section > div :last-child a,
body > main > section.list > section.articles > article p.link a {
  background: #00979e;
  display: block;
  text-align: center;
  font-size: 1.125em;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition-property:background-color color;
  -moz-transition-property:background-color color;
  transition-property:background-color color;
  -webkit-transition-duration:150ms;
  -moz-transition-duration:150ms;
  transition-duration:150ms;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.newsletter form input[type=submit]:hover,
body.home > main > section > section > div :last-child a,
body > main > section.list > section.articles > article p.link a:hover {
  background-color: #00b9c2;
}

body footer div.contact a {
  text-decoration: underline;
}

body footer div.contact a:hover {
  color: #8fd2ca;
}

body footer #colophon {
  float: right;
  clear: both;
  margin-bottom: 2em;
}

body footer #colophon li {
  display: inline-block;
  padding: 0 0.8em 0 0.4em;
  border-right: 1px solid #999;
}

body footer #colophon li:last-of-type {
  border-right: none;
  padding-right: 2em;
}

body footer #colophon a {
  color: #bdbdbd;
}

/**
 * 3.0 - Special bits
 */

body#tinymce {
  margin-left: 2em;
  width: 55%;
  max-width: 704px;
  min-width: 435px;
}

.tiles ul {
  list-style-type: none;
  margin: 0.2em auto -0.8em auto;
  padding: 0em 0 0em 0;
  overflow: hidden;
  width: 95%;
}

.tiles li {
  position: relative;
  display: block;
  float: left;
  width: 32.32%;
  height: 400px;
  background: #333;
  margin: 4px;
  text-align: center;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.tiles-4 li:first-child + li,
.tiles-4 li:first-child + li + li + li,
.tiles-5 li:first-child + li,
.tiles-5 li:first-child + li + li,
.tiles-5 li:first-child + li + li + li + li,
.tiles-6 li:first-child + li,
.tiles-6 li:first-child + li + li,
.tiles-6 li:first-child + li + li + li + li {
  width: 16.32%;
  font-size: 100%;
  text-align: left;
}

.tiles-5 li:first-child + li + li,
.tiles-5 li:first-child + li + li + li + li,
.tiles-6 li:last-child,
.tiles-6 li:first-child + li + li,
.tiles-6 li:first-child + li + li + li,
.tiles-6 li:first-child + li + li + li + li {
  font-size: 100%;
  height: 196px;
}

.tiles.tiles-5 li:first-child + li + li + li + li {
  position: relative;
  left: 49.9%;
  top: -204px;
  margin-bottom: -204px;
}

.tiles a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tiles a * {
  display: block;
  padding: 5px 10px;
}

.tiles a strong {
  padding-bottom: 0;
  font-size: 145%;
}

.tiles-4 li:first-child + li strong {
  font-size: 120%;
}

.tiles-6 li:first-child + li strong,
.tiles-6 li:first-child + li + li strong,
.tiles-6 li:first-child + li + li + li strong,
.tiles-6 li:first-child + li + li + li + li strong,
.tiles-6 li:last-child strong {
  font-size: 140%;
}

.tiles-3 li strong {
  font-size: 160%;
}

.tiles a strong,
.tiles a em {
  font-family: "Flama Bold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

.tiles a em {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 100%;
}

.tiles a span {
  margin-top: 0.5em;
  font-size: 95%;
}

.tiles a em:after {
  font-family: FontAwesome;
  content: ' ';
}

.tiles a:hover em {
  color: #fff !important;
}

.tiles.tiles-3 li a strong,
.tiles.tiles-4 li:first-child a strong,
.tiles.tiles-4 li:first-child + li + li a strong,
.tiles.tiles-5 li:first-child a strong,
.tiles.tiles-5 li:first-child + li + li + li a strong,
.tiles.tiles-6 li:first-child a strong {
  margin-top: 2.5em;
}

.tiles.tiles-3 li a *,
.tiles.tiles-4 li:first-child a *,
.tiles.tiles-4 li:first-child + li + li a *,
.tiles.tiles-5 li:first-child a *,
.tiles.tiles-5 li:first-child + li + li + li a *,
.tiles.tiles-6 li:first-child a * {
  position: static;
  margin-top: 0.5em;
}

.tiles.tiles-3 li a em,
.tiles.tiles-4 li:first-child a em,
.tiles.tiles-4 li:first-child + li + li a em,
.tiles.tiles-5 li:first-child a em,
.tiles.tiles-5 li:first-child + li + li + li a em,
.tiles.tiles-6 li:first-child a em {
  font-size: 130%;
}

.page-id-12 .tiles.tiles-3 li:first-child + li + li,
.tiles.tiles-5 li:first-child + li,
.tiles li:first-child {
  background: #faa51a;
}

.page-id-12 .tiles.tiles-3 li:first-child + li + li em,
.tiles.tiles-5 li:first-child + li em,
.tiles li:first-child em {
  color: #f0680c;
}

.page-id-12 .tiles.tiles-3 li:first-child,
.tiles.tiles-4 li:first-child,
.tiles.tiles-5 li:first-child + li + li + li,
.tiles li:first-child + li {
  background: #a5ce45;
}

.page-id-12 .tiles.tiles-3 li:first-child em,
.tiles.tiles-4 li:first-child em,
.tiles.tiles-5 li:first-child + li + li + li em,
.tiles li:first-child + li em {
  color: #289346;
}

.tiles li:first-child + li + li {
  background: #80d4f6;
}

.tiles li:first-child + li + li em {
  color: #48788b;
}

.tiles.tiles-3 li:first-child,
.tiles.tiles-4 li:first-child + li,
.tiles li:first-child + li + li + li {
  background: #3288b9;
}

.tiles.tiles-3 li:first-child em,
.tiles.tiles-4 li:first-child + li em,
.tiles li:first-child + li + li + li em {
  color: #86d8f9;
}

.tiles.tiles-5 li:first-child,
.tiles.tiles-4 li:first-child + li + li,
.page-id-12 .tiles.tiles-3 li:first-child + li,
.tiles li:first-child + li + li + li + li {
  background: #00979e;
}

.tiles.tiles-5 li:first-child em,
.tiles.tiles-4 li:first-child + li + li em,
.page-id-12 .tiles.tiles-3 li:first-child + li em,
.tiles li:first-child + li + li + li + li em {
  color: #8fd2ca;
}

.tiles.tiles-4 li:first-child + li + li + li,
.tiles.tiles-5 li:first-child + li + li + li + li {
  background: #8fd2ca;
}

.tiles.tiles-4 li:first-child + li + li + li em,
.tiles.tiles-5 li:first-child + li + li + li + li em {
  color: #00979e;
}

.tiles li:first-child + li + li + li + li + li {
  background: #7a0151;
}

.tiles li:first-child + li + li + li + li + li em {
  color: #c4539e;
}

#project-info {
  width: 300px;
  height: auto;
  background: rgba(20,20,20,0.6);
  color: white;
  position: absolute;
  top: -650px;
  right: 2em;
  bottom: 0;
  overflow-y: auto;
}

#project-info p.more {
  text-align: center;
  font-size: 100%;
  margin-top: 3em;
}

#project-info p.more > a {
  position: relative;
  z-index: 30;
  font-size: 130%;
  display: inline;
  cursor: pointer;
}

.short #project-info {
  top: -500px;
}

#project-info > * {
  margin: 20px;
}

#project-info .description {
  font-size: 85%;
}

body.archive.category > main > section > header,
body.post-type-archive-faq > main > section > header,
body.single-resource > main > article > header,
body.post-type-archive-resource > main > section > header,
body.post-type-archive-post > main > section > header {
  background-image: url(img/resources-background.jpg);
  background-position: 50% 56.5%;
  min-height: 0;
}

body.archive.category > main > section > header,
body.post-type-archive-post > main > section > header {
  background-image: url(img/news-background.jpg);
}

body.single-post > main > article > header h1 {
   visibility: hidden;
}

body.single-post .nugget {
  margin-top: 1em;
  color: white;
  background: rgba(73,143,204,0.85);
  padding: 2em;
  overflow: auto;
}

body.single-post .nugget .nugget-q {
  font-size: 120%;
}

body.single-post .nugget .nugget-q :first-child {
  margin-top: 0;
}

body.single-post .nugget .nugget-q :last-child {
  margin-bottom: 0;
}

body.single-post .nugget .nugget-q {
  padding-bottom: 0.5em;
  border-bottom: 1pt solid #fff;
  margin-bottom: 0.5em;
}

body.single-post .nugget .nugget-a label {
  display: block;
  margin-top: 1em;
  margin-left: 2.65em;
}

body.single-post .nugget .nugget-a label input {
  display: inline-block;
  margin-left: -2.65em;
}

body.single-post .nugget .nugget-a label strong {
  font-family: FontAwesome;
  color: #6be23d;
  font-weight: normal;
  padding-left: 0.5em;
}

body.single-post .nugget .nugget-a label em {
  font-family: FontAwesome;
  color: #b00;
  font-style: normal;
  padding-left: 0.5em;
}

body.single-post .nugget .nugget-a label span {
  font-family: FontAwesome;
  color: #ccc;
  padding-left: 0.5em;
}

body.single-post .nugget input[type=submit] {
  background: white;
  border: 0;
  color: rgba(73,143,204,0.85);
  font-weight: bold;
  padding: 0.2em 1em;
  display: block;
  margin-top: 1.5em;
  text-transform: uppercase;
}

body.single-post .nugget-r {
  display: none;
}

body > main .sharelinks {
  position: relative;
  font-family: FontAwesome;
  display: inline-block;
  background: rgba(0,0,0,0.1);
  padding: 5px 10px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  margin: 1em 0 0.5em 0;
}

body > main .sharelinks:hover {
  background: rgba(0,0,0,0.3);
}

body > main .sharelinks a {
  text-decoration: none;
}

body > main .sharelinks > a {
  font-size: 110%;
  padding: 3px;
  cursor: default;
  color: #666;
}

body > main .sharelinks span {
  display: none;
  position: absolute;
  top: -7px;
  left: 42px;
  background: #666;
  width: 132px;
  padding: 13px 24px;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

body > main .sharelinks span:before {
  content: '';
  font-size: 200%;
  display: block;
  position: absolute;
  left: -8px;
  top: 2px;
  color: #666;
}

body > main .sharelinks > a:hover {
  color: #666;
}

body > main .sharelinks:hover span {
  display: block;
  opacity: 1;
}

body > main .sharelinks span a {
  padding: 0 10px;
  color: #bebebe;
}

body > main .sharelinks span a:first-child {
  padding-left: 0;
}

body > main .sharelinks span a:last-child {
  padding-right: 0;
}

body > main .sharelinks span a:hover {
  color: #fff;
}

body.archive.category > main > section > header h1,
body.post-type-archive-post > main > section > header h1,
body.post-type-archive-faq > main > section > header h1,
body.single-resource > main > article > header h1,
body.post-type-archive-resource > main > section > header > h1 {
  padding-top: 4em;
  padding-bottom: 1.8em;
}

body.post-type-archive-resource > main > section > header + section {
  margin-top: 2em;
}

body.single-video > main > article > header,
body.post-type-archive-video > main > section > header {
  max-width: 1280px;
  box-sizing: border-box;
  margin: 8em auto 2em auto;
  padding: 0 1.4em;
  overflow: hidden;
  min-height: 0;
}

body.single-video > main > article > header {
  margin-bottom: 0;
}

body.post-type-archive-video > main > section > header > iframe {
  position: relative;
  z-index: 10;
  width: 750px;
  height: calc(750px * 9/16);
  float: left;
  margin-right: 2em;
}

body.single-video > main > article > header > #video {
  width: 92%;
  margin: 0 auto;
  padding-top: 51.8%;
  position: relative;
}

body.single-video > main > article > header > #video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.single-video > main > article > header > h1,
body.post-type-archive-video > main > section > header > h1 {
  padding-top: 1.4em;
}

body.post-type-archive-video > main > section > header > h1 {
  text-align: left;
}

body.single-video > main > article > header > h1,
body.single-video > main > article > header > p,
body.post-type-archive-video > main > section > header > h1,
body.post-type-archive-video > main > section > header > p {
  color: #3f3f3f;
  text-shadow: none;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

body.single-video > main > article > header > h1 {
  margin-left: 1.4em;
  margin-bottom: 0;
  text-align: left;
  width: 57.2%;
}

body.single-video > main > article > header > p,
body.post-type-archive-video > main > section > header > .description > p {
  margin-top: 1.5em;
  text-align: left;
  font-weight: normal;
}

body > main ul.featured,
body.post-type-archive-project > main > section > section > ul,
body.post-type-archive-resource > main > section > section > ul,
body.post-type-archive-video > main > section > section > ul {
  margin: 0;
  padding: 0 0 2em 0;
  list-style-type: none;
  overflow: hidden;
}

body.post-type-archive-video > main > section > header > .description {
  max-height: 280px;
  position: relative;
  overflow: hidden;
}

body.post-type-archive-video > main > section > header > .description .link.gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
  background-image: linear-gradient(transparent, white, white);
}

body.post-type-archive-video > main > section > header > .description .link a {
  display: inline-block;
  background: #00979e;
  color: white;
  text-decoration: none;
  padding: 0.4em 1em;
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}

.filter ul {
  display: inline-block;
}

.filter ul ul {
  display: block;
}

.filter {
  text-align: center;
}

.filter div.active,
.filter li {
  text-align: left;
}

body > main  .filter div.active {
  padding-left: 4em;
}

body.post-type-archive-video > main > section > section > ul {
  padding-left: 1.4em;
  padding-right: 1.1em;
}

body > main ul.featured:before {
  background: #fff;
  display: block;
  width: 100%;
  font-size: 130%;
  content: 'Featured';
  font-family: "Flama Bold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 1em;
  padding-bottom: 0.5em;
}

body.post-type-archive-project section.list h2 {
  font-size: 200%;
  margin-left: 0.6em;
  margin-top: 2em;
}

body.post-type-archive-project > main > section > section > ul {
  margin: 1em 1.2em 2em 1.2em;
}

body.post-type-archive-resource > main > section > section > ul {
  padding-left: 2em;
}

body > main ul.featured li,
body.post-type-archive-project > main > section > section > ul li,
body.post-type-archive-resource > main > section > section > ul li,
body.post-type-archive-video > main > section > section > ul li {
  width: 300px;
  height: calc(300px * 9/16 + 5em);
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
}

body > main ul.featured {
  margin-left: 3em;
  clear: left;
}

body > main ul.featured li {
  height: calc(300px * 9/16 + 2.4em);
}

body > main ul.featured li,
body.post-type-archive-resource > main > section > section > ul li {
  width: 400px;
  height: 380px;
}

body > main ul.featured li {
  height: 250px;
}

body > main ul.featured a,
body.post-type-archive-project > main > section > section > ul a,
body.post-type-archive-resource > main > section > section > ul a,
body.post-type-archive-video > main > section > section > ul a {
  display: block;
  background-color: #696973;
  background-size: cover;
  background-position: center -32px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 1px solid #696973;
}

body > main ul.featured a,
body.post-type-archive-resource > main > section > section > ul a {
  text-align: center;
  background-color: rgb(238, 238, 238);
  border-color: rgb(221, 221, 221);
  overflow: hidden;
}

body > main ul.featured a:hover,
body.post-type-archive-project > main > section > section > ul a:hover,
body.post-type-archive-resource > main > section > section > ul a:hover,
body.post-type-archive-video > main > section > section > ul a:hover {
  border: 1px solid #0487ba;
}

body > main ul.featured a:hover em,
body > main ul.featured a:hover strong,
body.post-type-archive-project > main > section > section > ul a:hover span:first-child,
body.post-type-archive-resource > main > section > section > ul a:hover em,
body.post-type-archive-resource > main > section > section > ul a:hover strong,
body.post-type-archive-video > main > section > section > ul a:hover span:first-child {
  background: #0487ba;
}


body > main ul.featured a strong,
body.post-type-archive-project > main > section > section > ul a > span,
body.post-type-archive-resource > main > section > section > ul a strong,
body.post-type-archive-video > main > section > section > ul a > span {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #696973;
  padding: 0.6em 1em;
  color: white;
  font-weight: bold;
}


body > main ul.featured a strong,
body.post-type-archive-resource > main > section > section > ul a strong {
  display: none;
}

body > main ul.featured a:hover strong,
body.post-type-archive-resource > main > section > section > ul a:hover strong {
  display: block;
  background-opacity: 0.7;
}

body.post-type-archive-project > main > section > section > ul a > span > span,
body.post-type-archive-video > main > section > section > ul a > span > span {
  font-weight: normal;
  display: block;
  font-size: 0.8em;
}

body > main ul.featured a > span,
body.post-type-archive-resource > main > section > section > ul a > span {
  margin-top: 2.5em;
  background-size: cover;
  display: inline-block;
  width: 75%;
  height: 95%;
  box-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

body > main ul.featured a > span[data-ytuid] {
  background-position: 50% -38px;
  padding-bottom: 3em;
}

body > main ul.featured a em,
body.post-type-archive-resource > main > section > section > ul a em {
  font-family: "Flama Condensed Medium", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 1.5em;
  right: 0;
  padding: 0.5em;
  color: white;
  background: black;
  font-style: normal;
  background: rgba(0,0,0,0.7);
  text-transform: uppercase;
}

.filter {
  position: relative;
  margin: 0 0 1.5em 0;
}

.filter > ul > li {
  display: inline-block;
  margin-top: 0.2em;
  position: relative;
}

.filter button {
  display: inline-block;
  background: #696973;
  font-family: "Flama Bold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  width: 230px;
  text-align: left;
}


.filter button:after {
  display: inline-block;
  float: right;
  font-family: FontAwesome;
  content: '';
  font-size: 1.5em;
  color: #a3a3a3;
  line-height: 1;
  text-align: right;
}

.filter button:active:after,
.filter button.active:after,
.filter button:hover:after {
  color: white;
}

.filter button:active:after,
.filter button.active:after {
  padding-top: 0.2em;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1em;
  content: ' ';
}

.filter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.filter button + ul {
  display: none;
}

.filter button.active + ul {
  display: block;
  position: absolute;
  top: 2em;
  left: -3em;
  right: -5em;
  z-index: 20;
}

.filter button.active + ul:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: -0.9em;
    font-size: 300%;
    left: 50%;
    transform: translate(-50%,0);
    content: '';
    color: #434343;
    z-index: 30;
}

.filter ul ul {
  padding: 1.5em;
  background: rgba(63,63,63,0.975);
  color: #a3a3a3;
}

.filter ul ul a {
  color: #a3a3a3;
  text-decoration: none;
}

.filter ul ul ul {
  padding: 0 0 0 1em;
  background: transparent;
}

.filtering > :first-child {
  color: white;
}

.filtering > :first-child:after {
  font-family: FontAwesome;
  padding-left: 0.3em;
  content: ' ';
}

.filter div.active {
  padding: 0.5em 0;
  margin: 1em 0 0 0;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
}

.filter div.active h2 {
  display: inline;
  font-size: 100%;
}

.filter div.active h2:after {
  content: ':';
  padding-right: 2em;
}

aside .categories ul,
.filter div.active ul {
  display: inline;
}

aside .categories ul {
  margin: 0;
  padding: 0;
}

aside .categories li,
.filter div.active li {
  display: inline-block;
  margin-right: 0.5em;
  background: #68ccf4;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 16px;
}

aside .categories li {
  margin-bottom: 0.75em;
}

.filter div.active strong {
  background: #50c4f3;
  font-family: "Flama Condensed Medium", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.4em 0.5em;
  color: white;
}

.filter div.active span {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  padding: 0 0.25em;
}

aside .categories a,
.filter div.active a {
  display: inline-block;
  font-family: FontAwesome;
  color: white;
  text-decoration: none;
  padding: 0.25em 0.5em;
  background: #50c4f3;
}

aside .categories a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.filter div.active .clear a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.25em 1em;
  background: #a3a3a3;
}

aside .categories a:hover,
.filter div.active a:hover {
  background: #0c3f73;
}

.filter .sort {
  margin: 1em 2em 0 0;
  overflow: hidden;
}

.filter .sort select {
  display: block;
  float: right;
  clear: both;
  background: #fdfdfd;
  border: 1px solid #ccc;
  margin: 0;
}

body.single-video .info,
body.single-resource .info,
body.single-resource .taxonomy-list {
  margin-bottom: 1.5em;
}

body.single-video .info h3,
body.single-resource .info h3,
body.single-video .taxonomy-list h3,
body.single-resource .taxonomy-list h3 {
  display: inline;
  font-size: 100%;
}

body.single-video .info h3:after,
body.single-resource .info h3:after,
body.single-video .taxonomy-list h3:after,
body.single-resource .taxonomy-list h3:after {
  font-family: "Flama Bold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline;
  content: ": ";
  padding-right: 0.3em;
}

body.single-video .info p,
body.single-resource .info ul,
body.single-video .info ul,
body.single-resource .info li,
body.single-video .info li,
body.single-resource .taxonomy-list ul,
body.single-video .taxonomy-list ul,
body.single-resource .taxonomy-list li,
body.single-video .taxonomy-list li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body.single-video .info li:after,
body.single-resource .info li:after,
body.single-video .taxonomy-list li:after,
body.single-resource .taxonomy-list li:after {
  display: inline;
  content: ', ';
  padding-right: 0.3em;
}

body.single-resource .info li:last-child:after,
body.single-video .info li:last-child:after,
body.single-resource .taxonomy-list li:last-child:after,
body.single-video .taxonomy-list li:last-child:after {
  display: none;
}

body.single-resource aside img {
  border: 1px solid #ddd;
}

body.post-type-archive-faq section.content section.content {
  margin-top: 3em;
}

body.post-type-archive-faq section.faq {
  padding-bottom: 4em;
}

body.post-type-archive-faq section.faq .faqgroup {
  margin-top: 2em;
}

body.post-type-archive-faq section.faq dl dt {
  font-family: "Flama Bold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
  background: rgba(73,143,204,0.85);
  padding: 0.5em 1em 0.5em 4em;
  margin-top: 1em;
}

body.post-type-archive-faq section.faq dl dt::before {
  display: block;
  font-family: "FontAwesome";
  content: "";
  margin-left: -2.2em;
  margin-bottom: -1.6em;
}

body.post-type-archive-faq section.faq dl dt.exp::before {
  content: "" !important;
}

body.post-type-archive-faq section.faq dl dd {
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  padding: 0.5em 1em 0.5em 4em;
  margin: 0;
}

body.post-type-archive-faq section.faq dl dd :first-child {
  margin-top: 0;
}

body.post-type-archive-faq section.faq dl dd :last-child {
  margin-bottom: 0;
}

body.single-resource .nugget,
body.single-resource .video,
body.single-resource .link,
body.single-resource .files {
  padding-left: 0.2em;
  margin-left: 0;
  list-style-type: none;
  font-size: 1.125em;
}

body.single-resource .nugget a,
body.single-resource .video a,
body.single-resource .link a,
body.single-resource .files a {
  font-weight: bold;
}

body.single-resource .files li:before {
  color: #0487ba;
  font-family: FontAwesome;
  content: ' ';
}

body.single-resource .link li:before {
  color: #0487ba;
  font-family: FontAwesome;
  content: ' ';
}

body.single-resource .video li:before {
  color: #0487ba;
  font-family: FontAwesome;
  content: ' ';
}

body.single-resource .nugget li:before {
  color: #0487ba;
  font-family: FontAwesome;
  content: ' ';
}

body main span.pdf-icon:before,
body#tinymce span.pdf-icon:before,
body.single-resource .files li.mime-application-pdf:before {
  color: #0487ba;
  font-family: FontAwesome;
  content: ' ';
}

body.single-resource .files li:hover:before,
body.single-resource .link li:hover:before,
body.single-resource .video li:hover:before,
body.single-resource .nugget li:hover:before,
body main span.pdf-icon:hover:before,
body#tinymce span.pdf-icon:hover:before,
body.single-resource .files li.mime-application-pdf:hover:before {
  color: #00979e;
}

body.single-resource .files li.mime-image-jpeg:before,
body.single-resource .files li.mime-image-gif:before,
body.single-resource .files li.mime-image-png:before {
  content: ' ';
}

body.single-resource .files li.mime-application-zip:before {
  content: ' ';
}

body.single-resource .files li.mime-text-plain:before {
  content: ' ';
}

body.single-resource .files li.mime-application-vndopenxmlformats-officedocumentwordprocessingmldocument:before {
  content: ' ';
}

body.single-resource .files li.mime-application-vndopenxmlformats-officedocumentspreadsheetmlsheet:before {
  content: ' ';
}

body.single-resource .files li.mime-application-vndopenxmlformats-officedocumentpresentationmlpresentation:before {
  content: ' ';
}

/**
 * 3.1 - SVG
 */

body.post-type-archive-project > main > section > header {
  padding: 0;
  margin: 0;
  line-height: 0.5;
}

svg {
  background-color: #eaeaea;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0;
  padding: 0;
}

.land,
.country {
  fill: #b4c4d4;
  opacity: .6;
  stroke: #eaeaea;
  stroke-width: .6px;
}

.dispute {
  fill: transparent;
  opacity: .8;
  stroke: #eaeaea;
  stroke-width: .6px;
  stroke-dasharray: 2;
}

/**
 * 4.0 - Browser sizes
 */

@media all and (max-width: 1260px) {

.tiles li {
  width: 31.9%;
}

}

@media all and (max-width: 960px) {

.tiles li {
  width: 48.9% !important;
}

.tiles.tiles-5 li:first-child + li + li {
  height: 400px;
}

.tiles.tiles-3 li:first-child + li + li,
.tiles.tiles-5 li:first-child + li + li + li + li {
  width: 98.8% !important;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 4px;
}

.tiles.tiles-3 li:first-child + li + li {
  height: 280px;
}

}

@media all and (max-width: 800px) {

.tiles li {
  width: 98.8% !important;
  font-size: 130% !important;
}

.tiles.tiles-3 li:first-child + li + li {
  height: 400px;
}

body > ul:first-child > li + li > a {
  display: block;
  position: absolute;
  top: 0px;
  left: calc(100% - 85px);
  height: 85px;
  width: 85px;
  background: rgba(73,143,204,0.85);
  z-index: 999999;
  text-decoration: none;
  color: white;
  text-indent: 17px;
  font-size: 380%;
  line-height: 1.4;
  overflow: hidden;
}

body.admin-bar > ul:first-child > li + li > a {
  top: 32px;
}

body > ul:first-child > li + li > a:before {
  font-family: FontAwesome;
  content: "";
  padding-right: 100px;
}

body > ul:first-child > li + li > a.active:before {
  content: "";
}

body > header#top-header {
  border-bottom: 0;
  height: 85px;
}

body > header nav#menu {
  display: none;
  position: absolute;
  top: 85px;
  width: 100%;
  background: rgba(255,255,255,0.75);
  padding: 0;
}

body > header nav#menu > ul#primary {
  position: relative;
  top: 0;
  font-size: 1.6em;
  text-align: left;
  background: rgba(73,143,204,0.85);
  margin: 0;
  padding: 1em 0 1em 0;
}

body > header nav#menu > ul#primary > li {
  display: block;
}

body > main > section > header > video,
body > main > article > header > video {
  display: none;
}

body.post-type-archive-project > main > section > header,
body.post-type-archive-project > main > section > header + section {
  display: none;
}

body.post-type-archive-project > main > section > header + section + section {
  margin-top: 6em;
}

body > main > article > section.content > section {
  margin: 1.5em 0 1em 2.5em;
}

body > main > section.list > section.articles > article {
  margin: 1.5em 0 1em 2em;
}

body > main > section.list > section.articles > aside,
body > main > article > section.content > aside  {
  width: 35%;
  margin: 9em 0 3em 0;
}

body.single-video > main > article > header > h1 {
  margin-left: 0.4em;
}

}

@media screen and (max-width: 1280px) {

body > main ul.featured li {
  clear: both !important;
}

}

@media screen and (max-width: 1150px) {

body.post-type-archive-video > main > section > header {
  text-align: center;
}

body.post-type-archive-video > main > section > header iframe {
  display: inline-block;
  position: static;
  float: none;
}

body.post-type-archive-video > main > section > header > h1 {
  text-align: center;
  clear: both;
  padding-top: 0.6em;
}

body.post-type-archive-video > main > section > header > .description {
  display: inline-block;
  width: 500px;
}

}

/* WordPress Admin */
@media screen and (max-width: 782px) {

body.admin-bar > header,
body.admin-bar > ul:first-child > li:first-child + li > a {
  top: 46px;
}

}
