/*
Theme Name: Bifrost
Author: Anna Glukhova
Description: Custom theme for Bifrost
Version: 1.0
Text Domain: bifrost
*/

/* Normalize
========================================================================== */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box Model
========================================================================== */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Clearings
========================================================================== */

.clear::before,
.clear::after,
.wrap::before,
.wrap::after,
.nav-links:before,
.nav-links:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after,
.wrap::after,
.nav-links:after {
	clear: both;
}

/* Accessibility
========================================================================== */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* 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-left: auto;
	margin-right: auto;
}

/* Images
========================================================================== */

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* Featured Images
========================================================================== */

.fade-img a img {
	transition: opacity 0.2s;
}

.fade-img a:hover img,
.fade-img a:focus img {
	opacity: 0.7;
}

/* Make sure embeds and iframes fit their containers
========================================================================== */

embed,
iframe,
object {
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0.8075em 0;
}

.iframeC iframe {
	width: 100%;
	height: 400px;
}

.postid-4519 iframe {
	background: #fff;
}

/* Youtube
========================================================================== */

.embed-youtube iframe {
	width: 800px;
	height: 450px;
	max-width: 100%;
	min-height: 300px;
}

/* Typography
========================================================================== */

body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 0.7em;
	padding: 0.9em 0 0;
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 26px;
	line-height: 1.3;
	margin: 0 0 0.75em;
	padding: 0;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

.wp-video,
.wp-audio {
	margin-bottom: 1.5em;
}

.highlight {
	margin: 0 auto 1.3em;
	text-align: center;
}

.highlight::after,
.single-credit::before,
.all-videos::before,
.acknowledgment::before {
	content: '';
	display: block;
	max-width: 200px;
	margin: 1em auto 0;
	border-top: 2px solid #1292a3;
}

.single-credit::before {
	margin: 1.5em auto 3em;
}

.all-videos::before,
.acknowledgment::before {
	margin: 3em auto;
}

.entry-content {
	font-family: 'Crimson Text', serif;
	font-size: 20px;
}

.single-credit span {
	text-transform: uppercase;
}

.single-credit p {
	margin: 0;
}

.credit-curated {
	font-size: 0.875rem;
	margin-top: 1rem;
}

em, i {
	font-style: italic;
}

.img-round {
	border-radius: 50%;
}

.subtitle {
	font-size: 24px;
	margin-bottom: 1.5em;
}

blockquote {
	font-style: italic;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Credits
========================================================================== */

.embed-credit {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: -1.5em 0 2em;
}

.cat-credit {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 1.5em;
}

.image-caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0.8075em 0 2em;
	text-align: center;
}

.video-credit {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0.8075em 0 2em;
}

/* Links
========================================================================== */

a {
	color: #1292a3;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #1292a3;
	text-decoration: none;
}

/* Lists
========================================================================== */

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Tables
========================================================================== */

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	line-height: 1.3;
}

thead th {
	border-bottom: 2px solid #777;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #777;
}

tr:last-child {
	border: 0;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

table a {
	text-decoration: none;
}

table a:hover {
	text-decoration: underline;
}

/* Layout
========================================================================== */

body {
	background: #1f2a36;
	color: #fff;
}

.wrap {
	padding: 0 1em;
}

.main-page {
	padding-top: 0.3em;
}

.main-single,
.page-content {
	padding-top: 1em;
}

.single-content {
	max-width: 800px;
	margin: 0 auto;
}

/* Header
========================================================================== */

.site {
	position: relative;
}

.site-header {
	padding-top: 1.7em;
}

.site-header .wrap {
	position: relative;
}

.top {
	position: relative;
}

.logo {
	max-width: 180px;
}

/* Front - Header
========================================================================== */

.page-template-front .site-header,
.page-template-thumbed .site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
}

.front-title,
.front-subtitle {
	padding: 0;
	margin: 0;
	max-width: 350px;
}

.tagline-link {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 0.375rem;
}

.tagline-link:hover {
	color: #949496;
}

.front-title span {
	display: block;
}

.front-title {
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}

.front-subtitle {
	font-size: 14px;
	line-height: 1;
	font-style: italic;
	padding-top: 0.25rem;
}

/* Main Navigation
========================================================================== */

.menu-ralign {
	right: 1em;
}

.main-navigation {
	position: absolute;
	left: 1em;
	top: 5em;
	z-index: 13;
}

.main-navigation a {
	display: block;
	padding: 1.2em 1em;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	color: #dadada;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	color: #dadada;
}

.primary-menu {
	display: none;
}

.toggled-on .primary-menu {
	display: block;
}

.main-navigation .primary-menu li,
.nav-extra {
	border-bottom: 1px solid rgba(190, 190, 190, 0.95);
	background: rgba(148, 148, 150, 0.95);
}

.nav-extra:last-child {
	border-bottom: 0;
}

/* Menu toggle */

.menu-toggle {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 0.15em;
	z-index: 13;
}

.page-template-front .menu-toggle,
.page-template-thumbed .menu-toggle {
	color: #fff;
}

.menu-toggle:hover,
.menu-toggle:focus {
	box-shadow: none;
	background: none;
}

.menu-toggle:focus {
	outline: none;
}

.menu-toggle .fa {
	font-size: 40px;
	line-height: 1;
}

.toggled-on .menu-toggle .fa-bars,
.menu-toggle .fa-close {
	display: none;
}

.toggled-on .menu-toggle .fa-close {
	display: inline-block;
}

/* Front - Top
========================================================================== */

.front-top-image {
	height: 350px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Front - Signs
========================================================================== */

.front-signs {
	background: #353535;
	position: relative;
}

.front-signs::after {
	content: 'Nasa';
	display: block;
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	color: #dadada;
	text-transform: uppercase;
}

.slider-signs {
	list-style: none;
	padding: 0 50px;
	margin: 0;
}

.sign {
	position: relative;
	height: 95px;
}

.sign::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 95px;
	width: 99%;
	transform: skew(-8deg);
	background: #1f1f1f;
}

.sign-content {
	position: absolute;
	top: 0;
	left: 1em;
	right: 1em;
	bottom: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Slick Carousel
========================================================================== */

.slick-arrow {
	width: 50px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	padding-top: 37px;
	opacity: 0.6;
	cursor: pointer;
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

/* Assets
========================================================================== */

.assets {
	padding-top: 1em;
	padding-bottom: 1em;
}

.asset {
	max-width: 282px;
	margin: 0 auto 1em;
	border: 1px solid #777;
}

.asset-image {
	text-align: center;
}

.asset-link {
	display: block;
	color: #fff;
	text-decoration: none;
}

.asset-link:hover,
.asset-link:active {
	color: #fff;
	text-decoration: none;
}

.asset-content {
	position: relative;
}

.asset-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5em;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	overflow: hidden;
	overflow-wrap: break-word;
	max-height: 100%;
}

.asset-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(148, 148, 150, 0.95);
	padding: 1em;
	overflow: hidden;
	display: none;
	z-index: 2;
}

/* Footer One
========================================================================== */

.footer-one {
	background: #687167;
}

.footer1-navigation {
	font-size: 0.9375rem;
	line-height: 1.3;
	font-weight: 600;
	padding-top: 1em;
	text-align: center;
}

.footer1-navigation li {
	margin-bottom: 1em;
	padding: 0 0.5em;
}

.footer1-navigation li br {
	display: none;
}

.footer1-navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.footer1-navigation a:hover,
.footer1-navigation a:active,
.footer1-navigation a:focus {
	color: #dadada;
	text-decoration: none;
}

/* Footer Iconed
========================================================================== */

.footer-iconed {
	font-size: 12px;
	line-height: 1.3;
	font-weight: 600;
	padding-top: 2em;
	text-align: center;
}

.footer-iconed li {
	width: 50%;
	height: 6.1em;
	float: left;
	margin-bottom: 3em;
	padding: 0 0.5em;
}

.footer-iconed a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-iconed a:hover,
.footer-iconed a:active,
.footer-iconed a:focus {
	opacity: 0.7;
	text-decoration: none;
}

.footer-iconed a::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 4px;
	background-image: url('images/footer.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 50px auto;
}

.footer-iconed li:nth-child(2) a::before {
	background-position: 0 -55px;
}

.footer-iconed li:nth-child(3) a::before {
	background-position: 0 -110px;
}

.footer-iconed li:nth-child(4) a::before {
	background-position: 0 -165px;
}

.footer-iconed li:nth-child(5) a::before {
	background-position: 0 -220px;
}

.footer-iconed li:nth-child(6) a::before {
	background-position: 0 -275px;
}

.footer-iconed li:nth-child(7) a::before {
	background-position: 0 -330px;
}

.footer-iconed li:nth-child(8) a::before {
	background-position: 0 -385px;
}

.footer-iconed li:nth-child(9) a::before {
	background-position: 0 -440px;
}

.footer-iconed li:nth-child(10) a::before {
	background-position: 0 -495px;
}

.footer-iconed li:nth-child(11) a::before {
	background-position: 0 -550px;
}

.footer-iconed li:nth-child(12) a::before {
	background-position: 0 -605px;
}

.footer-iconed li:nth-child(13) a::before {
	background-position: 0 -660px;
}

.footer-iconed li:nth-child(14) a::before {
	background-position: 0 -715px;
}

.footer-iconed li:nth-child(15) a::before {
	background-position: 0 -770px;
}

.footer-iconed li:nth-child(16) a::before {
	background-position: 0 -825px;
}

.footer-iconed li:nth-child(17) a::before {
	background-position: 0 -880px;
}

.footer-iconed li:nth-child(18) a::before {
	background-position: 0 -935px;
}

.footer-iconed li:nth-child(19) a::before {
	background-position: 0 -990px;
}

.footer-iconed li:nth-child(20) a::before {
	background-position: 0 -1045px;
}

.footer-iconed li:nth-child(21) a::before {
	background-position: 0 -1100px;
}

/* Footer Social
========================================================================== */

.footer-social {
	background: #687167;
	padding: 1em 0;
}

.social-navigation {
	text-align: center;
}

.social-navigation li {
	display: inline-block;
	margin: 0 0.4em;
}

.social-navigation a {
	display: block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	border-radius: 50%;
	background: #fff;
}

.social-navigation a:hover,
.social-navigation a:focus,
.social-navigation a:active {
	background: #1292a3;
}

.social-navigation a::before {
	display: block;
	content: '\f1e0';
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #687167;
}

.social-navigation a:hover::before,
.social-navigation a:focus::before,
.social-navigation a:active::before {
	color: #fff;
}

.social-navigation a[href*="facebook.com"]::before {
	content: '\f09a';
}

.social-navigation a[href*="twitter.com"]::before {
	content: '\f099';
}

.social-navigation a[href*="instagram.com"]::before {
	content: '\f16d';
}

.social-navigation a[href*="google.com"]::before {
	content: '\f0d5';
}

.social-navigation a[href*="youtube.com"]::before {
	content: '\f167';
}

/* Footer Bottom
========================================================================== */

.footer-bottom {
	background: #687167;
	padding: 0 0 1em;
	text-align: center;
}

.footer-bottom a {
	color: #fff;
	text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
	text-decoration: underline;
}

/* Nav Extra
========================================================================== */

.nav-extra {
	display: none;
}

.toggled-on .nav-extra {
	display: block;
}

/* Alt Skin
========================================================================== */

.switch-skin::before {
	content: 'Day';
}

.alt-skin .switch-skin::before {
	content: 'Night';
}

.switch-skin {
	background: #949496;
	padding: 1.2em 1em;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

.switch-skin:hover {
	color: #dadada;
}

.alt-skin {
	background: #fff;
	color: #333;
}

.alt-skin .footer-iconed {
	background: #353a34;
}

.alt-skin .menu-toggle {
	color: #949496;
}

.alt-skin .entry-content h1,
.alt-skin .entry-content h2,
.alt-skin .entry-content h3,
.alt-skin .entry-content h4,
.alt-skin .entry-content h5,
.alt-skin .entry-content h6 {
	color: #505050;
}

/* Page
========================================================================== */

.top-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #949496;
	text-transform: uppercase;
	padding: 0;
	margin: 0.7em 0 0;
}

.top-title a {
	color: #949496;
	text-decoration: none;
}

.top-title a:hover,
.top-title a:focus,
.top-title a:active {
	color: #1292a3;
	text-decoration: none;
}

.archive-title {
	margin: 0.5em 0;
	padding: 0;
}

/* Tags
========================================================================== */

.tags {
	margin: 0 0 3em;
}

.tags a {
	display: inline-block;
	background: #1292a3;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.3em 0.5em;
	margin: 0 0.5em 0.5em 0;
}

.tags a:hover,
.tags a:focus,
.tags a:active {
	background: #949496;
	text-decoration: none;
}

/* Related
========================================================================== */

.related-title {
	display: inline-block;
	margin: 0;
	padding: 0 1em;
	background: #949496;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
}

/* Share
========================================================================== */

.share {
	display: inline-block;
	background: #949496;
	margin: 1.5em 0;
}

.share li {
	float: left;
	width: 45px;
	font-size: 22px;
	line-height: 1;
	border-right: 1px solid #fff;
	text-align: center;
}

.share li:last-child {
	border-right: 0;
}

.share a {
	display: block;
	padding: 0.4em 0;
	color: #fff;
}

.share a:hover,
.share a:focus,
.share a:active {
	background: #1292a3;
}

/* Full Width
========================================================================== */

.full-width {
	padding: 0 1em;
}

.full-image {
	text-align: center;
}

.single-content-full {
	margin-top: 1.75em;
}

/* Sound Art
========================================================================== */

.score {
	margin: 1em 0;
}

.score-day {
	display: none;
}

.alt-skin .score-night {
	display: none;
}

.alt-skin .score-day {
	display: block;
}

/* Team
========================================================================== */

.team {
	margin-bottom: 3em;
}

.team-image {
	text-align: center;
	max-width: 180px;
	margin: 0 auto 0.5em;
}

.team-content p {
	margin-bottom: 0;
}

/* Gallery
========================================================================== */

.gallery {
	margin: 0 -0.75% -1.5%;
}

.gallery-item {
	width: 48.5%;
	float: left;
	margin: 0 0.75% 1.5%;
	border: 1px solid #777;
}

/* About
========================================================================== */

.about h2 {
	padding: 0;
	margin: 1.3em 0;
}

.about-contact {
	margin-bottom: 3em;
}

/* A-Z List
========================================================================== */

.az-list {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	text-align: center;
}

.az-list li {
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	margin: 2px;
}

.az-list a {
	color: #949496;
	text-decoration: none;
}

.az-list a:hover,
.az-list a:focus,
.az-list a:active {
	color: #1292a3;
	text-decoration: none;
}

.az-list .current-cat a {
	color: #1292a3;
}

/* Search
========================================================================== */

.nav-search {
	padding: 0.619em 1em;
}

.search-form {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}

.search-field {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0;
	padding: 0.3em 2.5em 0.3em 0.5em;
	background: #fff;
	color: #333;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	border: 0;
	border-left: 1px solid #ccc;
	padding: 0 0.6em;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.search-results .asset-link {
	color: #1292a3;
	text-decoration: none;
	display: inline;
}

.search-results .asset-link:hover,
.search-results .asset-link:active {
	color: #1292a3;
	text-decoration: underline;
}

/* Videos
========================================================================== */

.video-responsive {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-title {
	font-size: 16px;
	text-transform: uppercase;
	margin: 1.5em 0 1em;
}

.interviewee-desc {
	margin-bottom: 1.5em;
}

.interviewee-desc a {
	text-decoration: none;
}

.interviewee-desc a:hover,
.interviewee-desc a:focus,
.interviewee-desc a:active {
	text-decoration: underline;
}

.video-content a,
.featured-link {
	text-decoration: none;
}

.video-content a:hover,
.video-content a:focus,
.video-content a:active,
.featured-link:hover,
.featured-link:focus,
.featured-link:active {
	text-decoration: underline;	
}

.video-content a::after,
.featured-link::after {
	content: '\f061';
	font-family: 'FontAwesome';
	font-size: 18px;
	padding-left: 0.5em;
}

.link-default::after {
	display: none;
}

.interviewee-video .single-content,
.documentary .single-content {
	max-width: none;
}

.doc-content a {
	text-decoration: none;
}

.doc-content a:hover,
.doc-content a:focus,
.doc-content a:active {
	text-decoration: underline;
}

/* Page/Post
========================================================================== */

.entry-title {
	font-size: 16px;
	line-height: 1.3;
	padding: 0;
	margin: 0 0 0.5em;
}

.entry-summary {
	margin-bottom: 2em;
}

.page-title {
	margin: 0.7em 0;
}

/* Pagination
========================================================================== */

.pagination {
	border-top: 1px solid rgba(190, 190, 190, 0.95);
	font-size: 14px;
	font-weight: 700;
	padding: 2em 0 3em;
	text-align: center;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-numbers.current {
	color: #949496;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #949496;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	padding: 0.25em 0.6em 0.4em;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #1292a3;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Transcripts
========================================================================== */

.trans-title {
	text-transform: uppercase;
}

.trans-image {
	text-align: center;
	margin-bottom: 1em;
}

.trans-detail {
	text-align: center;
}

/* Past
========================================================================== */

.past-title {
	font-family: 'Crimson Text', serif;
	text-align: center;
}

.past-image {
	margin-bottom: 2em;
}

/* Single Link
========================================================================== */

.centered-image {
	text-align: center;
	margin-bottom: 1em;
}

.single-link {
	margin-bottom: 1.5em;
}

/* Goals
========================================================================== */

.goal {
	margin-bottom: 3em;
}

.goal-image {
	display: none;
}

.goal:first-child .goal-image {
	display: block;
	text-align: center;
	max-width: 250px;
	margin: 0 auto 1em;
}

.goal-content p {
	margin-bottom: 0;
}

.goal-title {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 24px;
}

/* Expand
========================================================================== */

.expand-content {
	display: none;
	margin-bottom: 1.5em;
}

.expand-link,
.expand-link:active,
.expand-link:focus {
	text-decoration: none;
}

.expand-link:hover {
	text-decoration: underline;
}

/* Climate Stories
========================================================================== */

.featured-image {
	text-align: center;
	margin-bottom: 1.64em;
}

.featured-image img {
	border-radius: 50%;
}

/* Bridges
========================================================================== */

.cat-logo {
	text-align: center;
}

.cat-logo img {
	width: 100px;
}

.logo-line {
	margin-bottom: 1.5rem;
	text-align: center;
}

/* Grand Gallery
========================================================================== */

.grand-gallery-container {
	max-width: 800px;
	margin: 0 auto;
}

.grand-gallery {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 1600px) {
	.grand-gallery {
		max-width: 800px;
	}
}

.grand-gallery-thumbs {
	margin: 0.5rem 0;
	padding: 0 1.5rem;
	position: relative;
}

.grand-gallery-thumb {
	margin: 0 5px;
}

.grand-gallery .slick-arrow,
.grand-gallery-thumbs .slick-arrow {
	width: 1.25rem;
	height: 1.25rem;
	background: #949496;
	line-height: 1.25rem;
	text-align: center;
	padding: 0;
	font-size: 0.875rem;
	margin-top: -0.625rem;
	border-radius: 50%;
	top: 50%;
	bottom: auto;
	z-index: 9999;
}

.grand-gallery-thumb img {
	transition: opacity 0.2s;
	opacity: 0.5;
	cursor: pointer;
}

.grand-gallery-thumb:hover img,
.grand-gallery-thumb:focus img,
.grand-gallery-thumb.slick-current img {
	opacity: 1;
}

.grand-gallery-thumb.slick-current img {
	cursor: auto;
	border: 1px solid #bebebe;
}

.grand-gallery-caption {
	display: none;
}

.grand-gallery-caption.active {
	display: block;
}

.grand-gallery-loading {
	background-image: url('images/loader_light.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.alt-skin .grand-gallery-loading {
	background-image: url('images/loader_dark.gif');
}

/* Media Queries
========================================================================== */

@media screen and (min-width: 29em) {

	.iframeC iframe {
		height: 500px;
	}
}

@media screen and (min-width: 30em) {

	.main-navigation {
		left: auto;
	}

	.front-top {
		position: relative;
		height: 0;
		padding-bottom: 56.55%;
	}

	.front-top-image {
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 11;
	}

	.footer1-navigation li {
		height: 2.6em;
		float: left;
	}

	.footer1-navigation li:last-child {
		padding-top: 0.6em;
	}

	.footer1-navigation li br {
		display: inline;
	}

	.footer1-navigation li,
	.footer-iconed li {
		width: 33.33333%;
	}

	.assets {
		margin: 0 -0.75%;
	}

	.asset {
		max-width: none;
		width: 48.5%;
		float: left;
		margin: 0 0.75% 1.5%;
	}

	.gallery-item {
		width: 23.5%;
	}

	.team {
		margin-bottom: 2em;
	}

	.team-image {
		width: 15%;
		float: left;
		margin: 0;
		max-width: none;
	}

	.team-content {
		width: 85%;
		float: left;
		padding-left: 1em;
	}
}

@media screen and (min-width: 39em) {
	
	.iframeC iframe {
		height: 800px;
	}
}

@media screen and (min-width: 48em) {

	h1 {
		font-size: 42px;
		line-height: 1.2;
		margin: 0 0 0.7em;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 20px;
	}

	.site-front .logo {
		max-width: 220px;
	}

	.front-title {
		font-size: 23px;
	}

	.site-front .menu-toggle {
		top: 0.4em;
	}

	.asset {
		width: 23.5%;
	}

	.asset-title {
		font-size: 15px;
	}

	.gallery-item {
		width: 18.5%;
	}

	.asset-link:hover .asset-overlay {
		display: block;
	}

	.no-overlay .asset-image {
		transition: opacity 0.2s;	
	}

	.no-overlay .asset-link:hover .asset-image,
	.no-overlay .asset-link:focus .asset-image {
		opacity: 0.7;
	}

	.site-inner .logo {
		position: absolute;
		top: 0;
		left: 0;
	}

	.top-title {
		margin: 0 0 0 180px;
		padding: 3px 0 3px 17px;
		font-size: 38px;
	}

	.main-page {
		padding-top: 1.25em;
	}

	.main-single,
	.page-content {
		padding-top: 3em;
	}

	.single-content h1 {
		text-align: center;
	}

	.embed-youtube iframe {
		min-height: 400px;
	}

	.video-title {
		font-size: 22px;
	}

	.entry-title {
		font-size: 24px;
	}

	.site-content {
		min-height: calc(100vh - 304px);
	}

	.admin-bar .site-content {
		min-height: calc(100vh - 336px);
	}

	.social-navigation li {
		margin: 0 1.35em;
	}

	.subtitle {
		font-size: 26px;
		text-align: center;
	}
}

@media screen and (min-width: 64em) {

	.wrap {
		max-width: 1264px;
		margin: 0 auto;
		padding: 0 2em;
	}

	.menu-ralign {
		right: 2em;
	}

	.site-front .logo {
		max-width: 343px;
	}

	.site-front .menu-toggle {
		top: 1.3em;
	}

	.front-title {
		font-size: 35px;
	}

	.front-subtitle {
		font-size: 19px;
	}

	.asset-title {
		font-size: 18px;
	}

	.entry-content {
		font-size: 22px;
	}

	.video-data {
		font-size: 18px;
	}

	.pagination {
		font-size: 16px;
	}

	.page-numbers {
		display: inline-block;
	}

	a.page-numbers:hover,
	a.page-numbers:focus,
	a.page-numbers:active {
		text-decoration: underline;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	.goal {
		margin-bottom: 2em;
	}

	.goal-image {
		width: 15%;
		float: left;
		display: block;
	}

	.goal:first-child .goal-image {
		max-width: none;
		margin: 0;
	}

	.goal-content {
		width: 85%;
		float: left;
		padding-left: 1em;
	}

	.footer1-navigation li {
		width: 16.6666666%;
	}

	.footer-iconed li {
		width: 14.28571%;
	}
}

@media screen and (min-width: 75em) {

	.asset-title {
		font-size: 20px;
	}
}