/*
	Theme Name: Keck Observatory
	Theme URI: http://www.keckobservatory.org/
	Author: Keck Observatory
	Author URI: http://www.keckobservatory.org/
	Description: Theme for the Keck Observatory
*/

/** Fonts **/

/*
	Constantia: font-family: 'Open Sans', sans-serif;
	Code: font-family: 'Roboto', sans-serif;
 */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) */

@font-face {
	font-family: 'code';
	src: url('/wp-content/themes/keck/css/font/code_bold_0-webfont.woff2') format('woff2'),
	url('/wp-content/themes/keck/css/font/code_bold_0-webfont.woff') format('woff'),
	url('/wp-content/themes/keck/css/font/code_bold_0-webfont.ttf') format('truetype'),
	url('/wp-content/themes/keck/css/font/code_bold_0-webfont.svg#code_boldregular') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'code';
	src: url('/wp-content/themes/keck/css/font/code_light_0-webfont.woff2') format('woff2'),
	url('/wp-content/themes/keck/css/font/code_light_0-webfont.woff') format('woff'),
	url('/wp-content/themes/keck/css/font/code_light_0-webfont.ttf') format('truetype'),
	url('/wp-content/themes/keck/css/font/code_light_0-webfont.svg#code_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'keck';
	src: url('/wp-content/themes/keck/css/font/keck.eot?65612801');
	src: url('/wp-content/themes/keck/css/font/keck.eot?65612801#iefix') format('embedded-opentype'),
	url('/wp-content/themes/keck/css/font/keck.woff2?65612801') format('woff2'),
	url('/wp-content/themes/keck/css/font/keck.woff?65612801') format('woff'),
	url('/wp-content/themes/keck/css/font/keck.ttf?65612801') format('truetype'),
	url('/wp-content/themes/keck/css/font/keck.svg?65612801#keck') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.icon:before {
	display: inline-block;
	font-family: keck;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/** CSS Reset **/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
}
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font: inherit;
	font-size: 10px;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*font-family: 'Roboto', sans-serif;*/
	/*font-size: 12px;*/
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	line-height: 1.1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/** WordPress Core Styles **/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}
.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/** Mobile **/

body {
	background: #000 url('../images/background.jpg') top left repeat;
	position: relative;
}
body a {
	color: #00adef;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main a,
.main p,
.main div,
.main span,
.main blockquote {
	/* font-family: 'arimo', sans-serif; */
	font-size: 1.5rem;
}
.main p {
	margin-bottom: 1.5rem;
}
.container {
	display: block;
	margin: 0 auto;
	max-width: calc(120rem + 4%);
	padding-left: 2%;
	padding-right: 2%;
}
.hero {
	align-items: center;
	background: #000;
	box-shadow: 0 15px 30px #000;
	color: #fff;
	display: flex;
	height: 70rem;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.hero__items {
	height: 70rem;
	width: 100%;
}
.hero__container {
	width: 100%;
	z-index: 100;
}
.hero__title {
	color: #fff;
	font-family: code;
	font-size: 6.4rem;
	font-weight: bold;
	margin-bottom: 2.4rem;
	max-width: 60rem;
}
.hero__body,
.hero__body p {
	color: #fff;
	/* font-family: 'Arimo', sans-serif; */
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.55em;
	max-width: 60rem;
}
.hero__image {
	background-position: 50% 0;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header {
	background-color: rgba(0, 0, 0, .5);
	left: 0;
	padding: 0 0 1.1rem 0;
	top: 0;
	width: 100%;
	z-index: 250;
}
.header.header-abs {
	position: absolute;
}
.header__container {
	position: relative;
}
.header__box {
	/* font-family: 'Arimo', sans-serif; */
}
.header__logo,
.header__search {
	display: inline-block;
	margin-top: 1.1rem;
}
.header__logo-image,
.footer__logo-image{
	vertical-align: middle;
}
.header__logo-link,
.footer__logo-link{
	color: #fff;
	text-decoration: none;
}
.header__logo-name {
	display: none;
}
.header__pull {
	margin-top: 2rem;
	text-align: right;
}
.header__pull::before {
	color: #ccc;
	content: '\f0C9';
	cursor: pointer;
	font-size: 3rem;
	vertical-align: middle;
}
.header__menu {
	background-color: #fff;
	color: #000;
	left: 0;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: max-height .8s;
	width: 100%;
	-webkit-transition: max-height .8s;
}
.header__menu.-is-visible {
	max-height: 75rem;
}
.header__menu-close {
	color: #000;
	cursor: pointer;
	font-size: 3rem;
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
}
.header .menu {
	padding: 1.5rem;
}
.header .menu .menu-item {
	text-transform: uppercase;
}
.header .menu-item a {
	color: #000;
	font-size: 1.8rem;
	line-height: 3.2rem;
}
.header__search {
	float: right;
}
.header__search-form {
	background-color: rgba(148, 148, 148, .75);
	display: inline-block;
	padding: 4px 5px;
}
.header__search-input {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.6rem;
	padding: 0;
	padding-right: .5rem;
	vertical-align: middle;
	width: 15.8rem;
}
.header__search-submit {
	background-color: rgba(79, 79, 79, .75);
	border: none;
	border-radius: 0;
	color: #fff;
	height: 30px;
	padding: 0;
	width: 30px;
}
.header__search-submit::before {
	content: '\e800';
	font-size: 1.4rem;
	vertical-align: middle;
}
.menu,
.menu-item,
.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header .sub-menu {
	margin-left: 1.5rem;
	margin-bottom: 2rem;
}
.main__container {
	z-index: 200;
}
.footer {
	background: #000 url('../images/footer-bg.jpg') 50% 100% no-repeat;
	color: #999;
	font-size: 1.4rem;
	min-height: 500px;
	padding-bottom: 10rem;
	padding-top: 3.5rem;
	/* font-family: 'arimo', serif; */
}
.footer a,
.footer address {
	font-size: 1.4rem;
}
.footer__top {
	margin-bottom: 3rem;
}
.footer__menu {
	margin-top: 1rem;
	padding: 0;
}
.footer__menu a {
	color: #fff;
	line-height: 1.55em;
	text-decoration: none;
	text-transform: uppercase;
}
.footer__menu .menu-item {
	display: inline-block;
	margin-right: 2.5rem;
}
.footer__menu .menu-item:last-child {
	margin-right: 0;
}
.footer__nav,
.site-attribution,
.site-copyright {
	font-size: 1.4rem;
	margin-bottom: 3rem;
}
.footer__nav {
	padding: 0 5rem;
}
.footer__nav a {
	color: #999;
	text-decoration: none;
}
.footer__nav address,
.footer__nav .menu-item {
	line-height: 1.8rem;
}
.footer__nav-item {
	margin-bottom: 3rem;
}
.footer__nav-social {
	flex-grow: 0;
}
.footer h2 {
	color: #ccc;
	/* font-family: 'roboto', sans-serif; */
	font-size: 1.6rem;
	margin-bottom: .8rem;
}

/* Homepage */

.home__callouts {
	margin: 3rem 0;
}
.home__callout {
	color: #999;
	display: block;
	margin: 0 auto;
	margin-bottom: 4rem;
	position: relative;
	text-align: center;
	width: 355px;
}
.home__callout-title {
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	padding: .75rem 1.25rem;
	position: relative;
	text-transform: uppercase;
	/* font-family: 'roboto', serif; */
}
.home__callout-image {
	margin-bottom: 2rem;
	margin-top: -1.5rem;
}
.home__callout-text {
	line-height: 1.5em;
	margin-bottom: 1rem;
}
.box_titles {
	/* font-family: 'roboto', serif; */
}
.home__callout-link {
	color: #00adef;
}
.home__banner {
	display: none;
}
.home__info .home__about-title {
	font-family: 'roboto';
	color: #fff;
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}
.home__info .home__about-text,
.home__info .home__about-text p {
	color: #999;
	font-size: 1.5rem;
	line-height: 1.5em;
}
.home__info .video-description {
	color: #999;
	font-size: 1.4rem;
}
.home__news {
	margin-bottom: 4rem;
}
.home__news-title {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.5em;
}
.home__news-articles {
	color: #fff;
	font-size: 1.8;
}
.home__news-article {
	border-bottom: 1px solid #555;
	display: block;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
}
.home__news-image {
	display: inline-block;
	vertical-align: top;

	margin-bottom: 2rem;
}
.home__news-date {
	color: #999;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}
.home__news-title {
	font-family: 'roboto';
	color: #999;
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}
.home__news-read {
	color: #019cd7;
	font-size: 1.4rem;
}
.post__content .list-entry__cat,
.home__news-articles .list-entry__cat {
	background-color: #fff;
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	left: 0;
	padding: .2rem 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 15rem;
}
.post__content .list-entry__cat.news-science,
.home__news-articles .list-entry__cat.news-science {
	background-color: rgba(215, 200, 35, .9);
}
.post__content .list-entry__cat.news-matters,
.home__news-articles .list-entry__cat.news-matters {
	background-color: rgba(30, 150, 45, .9);
}
.post__content .list-entry__cat.news-announce,
.home__news-articles .list-entry__cat.news-announce {
	background-color: rgba(0, 175, 240, .9);
	color: #fff;
}
.post__content .list-entry__cat.news-events,
.home__news-articles .list-entry__cat.news-events {
	background-color: rgba(51, 48, 48, .9);
	color: #fff;
}
.post__content .list-entry__cat.news-videos,
.home__news-articles .list-entry__cat.news-videos {
	background-color: rgba(54, 42, 183, .9);
	color: #fff;
}
.post__content .list-entry__cat.news-general,
.home__news-articles .list-entry__cat.news-general {
	background-color: rgba(93, 5, 181, .9);
	color: #fff;
}
.home__news-image {
	display: inline-block;
	vertical-align: top;
}
.home__news-info {
	display: inline-block;
	margin-left: 1rem;
	width: calc(100% - 16rem);
}
a.home__news-link {
	background-color: #000;
	color: #fff;
	display: inline-block;
	/* font-family: 'Arimo', sans-serif; */
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1rem 3rem;
	text-transform: uppercase;
	transition: background-color .2s, color .2s;
	transform: translateX(50%);
}
a.home__news-link:hover {
	background-color: #333;
	color: #999;
}
.post__head-cat {
	color: #646466;
	font-family: 'Roboto', sans-serif;
	font-size: 6rem;
	margin-top: 2.5rem;
	text-transform: uppercase;
}
.post__breadcrumbs {
	color: #0682b2;
	/* font-family: 'Arimo', sans-serif; */
	font-size: 1.6rem;
}
.post__breadcrumbs a {
	color: #0682b2;
}
.post__container {
	background: #ededed;
	border-radius: 1rem 1rem 0 0;
	margin-top: -50rem;
	padding: 2rem;
	position: relative;
	z-index: 175;
}
.post__content a,
.post__content p,
.post__content div,
.post__content span,
.post__content em,
.post__content strong,
.post__content blockquote,
.post__content ul,
.post__content ol,
.post__content li {
	color: #646466;
	font-size: 1.5rem;
	line-height: 1.5em;
}
.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
	color: #0682b2;
	line-height: 1.55em;
	margin-bottom: 1em;
}
.post__content h2 {
	/* font-family: 'Roboto', sans-serif; */
}
.post__content a {
	color: #0682b2;
}
.post__content blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
.post__content blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.post__content blockquote p {
	display: inline;
}
.post__content .post__title,
a.post__title,
.post__title em {
	color: #0682b2;
	/* font-family: 'Roboto', serif; */
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 3.4rem;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: 3.5rem;
	text-transform: capitalize;
}
.post__content .post__meta {
	font-size: 1.4rem;
	margin-bottom: 1.75rem;
	margin-top: -1.75rem;
}
.post__image {
	float: left;
	margin: 0 1rem 1rem 0;
	max-width: 30rem;
}
div.post__image-caption,
div.post__image-credit {
	font-size: 1.2rem;
	margin-bottom: .75rem;
}
div.post__image-credit {
	text-transform: uppercase;
}
.post__media-contact p:last-child {
	margin-bottom: 0;
}
.post__list-entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
.list-entry__image {
	display: inline-block;
	position: relative;
	margin-right: 2rem;
	vertical-align: top;
	width: 15rem;
}
.list-entry__info,
.list-entry__info p {
	color: #646466;
	font-size: 1.5rem;
}
.list-entry__info {
	display: inline-block;
	width: calc(100% - 17.5rem);
}
.list-entry__info p:last-of-type {
	margin-bottom: 0;
}
.post__content .list-entry__title,
.post__content .list-entry__title a {
	color: #0682b2;
	display: block;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: .25rem;
}
.post__content .list-entry__date {
	color: #646466;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.post__content .list-entry__cat {
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar-block {
	display: block;
	margin-bottom: 3rem;
}
.sidebar__title {
	color: #0682b2;
	/* font-family: 'Arimo', sans-serif; */
	font-size: 3rem;
	margin-bottom: 4rem;
}
.sidebar__list {
	list-style-type: none;
	margin: 0 0 6rem 0;
	padding: 0;
}
.sidebar__list li {
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.sidebar__list a {
	color: #646466;
	font-family: 'Roboto', sans-serif;
}
.post__content .event__date {
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
h2.camera__title {
	margin-bottom: .5em;
	text-transform: capitalize;
}
.camera__control {
	margin-bottom: 3rem;
}
.camera__title {
	margin-bottom: 1.5rem;
}
a.camera__selection {
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 1em;
}
.camera__calendar {
	color: #fff;
}
.wdName {
	color: #000;
}

/** Donations **/

h3.donate__title {
	color: #0682b2;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 2.4rem;
}
.donate__funds {
	margin-bottom: 8rem;
}
.donate__fund {
	margin-bottom: 3rem;
}
.donate__fund-label {
	cursor: pointer;
	font-size: 1.6rem;
}
.donate__fund-title {
	font-weight: bold;
}
.donate__fund-info {
	display: inline-block;
	width: calc(100% - 4rem);
}
.donate__fund-select {
	display: inline-block;
	margin: 0 2rem 0 0;
	vertical-align: top;
	width: 1.5rem;
}
.donate__submit {
	margin-bottom: 5.5rem;
}
.donate__disclaimer {
	background-color: #dbdcdc;
	margin-bottom: 5.5rem;
	padding: 1.5rem 2rem;
}
.donate__disclaimer p,
.donate__disclaimer strong {
	font-size: 1.4rem;
}
.donate__submit-button {
	background-color: #0682b2;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 2.1rem;
	margin-bottom: 2rem;
	padding: 1.5rem 1rem;
	text-transform: uppercase;
	width: 100%;
}
.donate__submit-wrap::after {
	border-bottom: 1px solid #898a8c;
	content: '';
	display: block;
	margin: 2rem auto;
	width: 75%;
}
.donate__amounts {
	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 5.5rem;
}
div.donate__amount {
	background-color: #0682b2;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/* font-family: 'Arimo', sans-serif; */
	font-size: 2rem;
	line-height: 1em;
	margin-bottom: 2rem;
	padding: 1rem 1.5rem;
	text-align: center;
	width: 9rem;
}
.donate__amount.-selected {
	background-color: #14b1ed;
}
.donate__amount.donate__other {
	background-color: #fff;
	padding: 0;
}
.donate__amount.donate__other.-selected {
	background-color: #14b1ed;
}
input.donate__other-field {
	background-color: #fff;
	border: 1px solid #b9b9ba;
	border-radius: 0;
	color: #646466;
	/* font-family: 'Arimo', sans-serif; */
	font-size: 2rem;
	line-height: 1em;
	padding: .8rem 0 .8rem 1.5rem;
	width: 9rem;
}
input.donate__other-field::placeholder {
	color: #89898b;
	font-size: 1.4rem;
	line-height: 1.6rem;
}
.donate__amount.donate__other.-selected .donate__other-field {
	background-color: #14b1ed;
	color: #fff;
}
.donate__amount.donate__other.-selected .donate__other-field::placeholder {
	color: #dfdfdf;
}
.donate__amount.donate__other.-error .donate__other-field {
	background-color: red;
	color: #fff;
	font-weight: bold;
}
.donate__contact {
	margin-bottom: 5.5rem;
}
input.donate__contact-field,
select.donate__contact-field, select.donate__country, select.donate__currency_select{
	background-color: #fff;
	border: 1px solid #b9b9ba;
	border-radius: 0;
	color: #000;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 1rem 1.5rem;
}
select.donate__contact-field {
	background-color: #fff;
	border: 1px solid #b9b9ba;
	border-radius: 0;
	cursor: pointer;
	height: 4.2rem;
	padding: 0 1.5rem;
}
input.donate__contact-field::placeholder, select.donate__country:placeholder, select.donate__currency_select:placeholder{
	color: #89898b;
}
input.donate__contact-field:-ms-input-placeholder {
	color: #89898b;
}
.select-color{color: #89898b;}
.donate__contact-part,
.donate__contact-full,
.donate__contact-fill,
.donate__contact-select {
	display: block;
	margin-bottom: 2rem;
	width: 100%;
}
.donate__sidebar-image {
	display: block;
	margin-bottom: 4rem;
}
.donate__sidebar-text,
.donate__sidebar-text p,
.donate__sidebar-text a {
	color: #646466;
	font-size: 1.5rem;
	line-height: 1.55em;
}
.donate__sidebar-text a {
	color: #00adef;
}

/** Cosmic Cams **/

.menuTable td a {
	font-size: 70%;
	/*font-color: #ffffaa; */
	color: #ffffaa;
}
#bannerTitle {
	font-size: 200%;
	font-color: #ffffaa;
	padding: 2px 2px 2px 10px;
}
#calTable {
	font-size: 90%;
	margin: 5px 2px 2px 2px;
}
#calTable td {
	padding: 2px 2px 2px 2px;
	text-align: center;
}
#yearMonthTable,
#yearMonthTable tr,
#yearMonthTable th {
	padding: 1px;
	margin: 1px;
	border-collapse: collapse;
	border: solid 1px #000000;
	background-color: #333377;
}
.wdName {
	font-size:90%;
}
.weekendClass {
	background-color: #880000;
}
.workdayClass {
	background-color: #aaaa00;
}
.todayClass {
	background-color: #668800;
	font-size: 120%;
}
.dayClass {
	color: #ffffff;
}
.otherDayClass {
	color: #888888;
	font-size: 80%;
}
.nodataClass {
	background-color: #000000;
}

/** NextGen galleries **/

body .ngg-album-compactbox div,
body .ngg-album-compactbox a,
body .ngg-album-compactbox img {
	line-height: 1em !important;
}
body .ngg-album-compactbox {
	padding: 4px !important;
}
body .ngg-album-compactbox::before,
body .ngg-album-compactbox::after {
	border: none !important;
}
body .ngg-album-compact h4 .ngg-album-desc {
	height: auto !important;
}
body .ngg-album-gallery-image-counter,
body .ngg-album-gallery-image-counter strong {
	font-size: 1.2rem !important;
}
body .ngg-album-compact {
	margin-bottom: 2rem !important;
}

/** Mobile landscape **/

@media (min-width: 455px) {
	.donate__amounts {
		align-items: center;
		flex-direction: row;
	}
	div.donate__amount {
		font-size: 1.6rem;
		line-height: 1em;
		margin-bottom: 2rem;
		width: auto;
	}
	input.donate__other-field {
		font-size: 1.6rem;
		line-height: 1em;
	}
	input.donate__other-field::placeholder {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
}

@media (min-width: 625px) {
	div.donate__amount {
		font-size: 2rem;
		margin-bottom: 0;
		padding: 1rem 3rem;
	}
	input.donate__other-field {
		font-size: 2rem;
		line-height: 1em;
		width: 10rem;
	}
	input.donate__other-field::placeholder {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

/** Tablet **/

@media (min-width: 743px) {
	.footer__logo-name,
	.header__logo-name {
		display: inline;
		font-size: 1.6rem;
		margin-left: 1rem;
	}
	.header__pull {
		display: none;
	}
	.header__menu {
		background: none;
		left: auto;
		margin: 2rem 0 0 -1.3rem;
		max-height: inherit;
		overflow: visible;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}
	.header__menu-close {
		display: none;
	}
	.header .menu {
		padding: 0;
		text-align: right;
	}
	.header .menu-item a {
		color: #fff;
		font-size: 1.5rem;
		line-height: 1em;
		/* font-family: 'arimo'; */
	}
	.header .menu > .menu-item {
		text-transform: uppercase;
	}
	.header .menu > .menu-item {
		display: inline-block;
		padding: 0 1rem;
		position: relative;
		vertical-align: top;
	}
	.header .menu > .menu-item:hover .sub-menu,
	.header .sub-menu:hover {
		background-color: rgba(0, 0, 0, .5);
		display: block;
		left: .8rem;
		margin-top: 1.75rem;
		padding: .5rem 0 0 0;
		position: absolute;
		top: 0;
		width: 25rem;
	}
	.header .sub-menu .menu-item a {
		display: block;
		line-height: 3.2rem;
		padding: 0 1rem;
		text-transform: none;
		text-align: left;
	}
	.header .sub-menu .menu-item:hover {
		background-color: rgba(148, 148, 148, .75);
	}
	.header .menu-item {
		font-size: 1.6rem;
	}
	.header .sub-menu {
		display: none;
		margin-bottom: 0;
		margin-left: 0;
	}
	.home__banner {
		background-position: right center;
		content: '';
		display: block;
		margin: 0 auto;
		margin-bottom: 6rem;
		width: 100%;
	}
	.home__news {
		display: inline-block;
		margin-right: 3rem;
		width: 15rem;
		vertical-align: top;
	}
	.home__news-info {
		display: block;
		margin-left: 0;
		width: 100%;
	}
	.home__info {
		display: inline-block;
		width: calc(100% - 19rem);
	}
	.donate__contact-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 2rem;
	}
	.donate__contact-part,
	.donate__contact-full,
	.donate__contact-fill,
	.donate__contact-select {
		margin-bottom: 0;
		width: auto;
	}
	.donate__contact-part {
		display: inline-block;
		width: 48%;
	}
	.donate__contact-full {
		width: 100%;
	}
	.donate__contact-fill {
		flex-grow: 2;
	}
	.donate__contact-select {
		margin: 0 2rem;
	}
	.donate__submit {
		display: inline-block;
		margin-right: 3.5rem;
		vertical-align: top;
		width: 18.8rem;
	}
	.donate__disclaimer {
		background-color: #dbdcdc;
		display: inline-block;
		padding: 1.5rem 2rem;
		width: calc(100% - 23rem);
	}
	select.donate__country {
        display: inline-block;
        width: 48%;
        margin-left: 0;
    }
}

/** Small desktop **/

@media (min-width: 1000px) {
	.container {
		max-width: calc(120rem + 8%);
		padding-left: 4%;
		padding-right: 4%;
	}
	.footer__top {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 5.5rem;
	}
	.footer__menu {
		display: inline-block;
		margin-left: auto;
	}
	.footer__menu a {
		line-height: 1em;
	}
	.footer__nav {
		align-items: flex-start;
		display: flex;
		justify-content: center;
	}
	.footer__nav-item {
		display: inline-block;
		flex-grow: 1;
		font-size: 1.4rem;
		vertical-align: top;
	}
	.home__news {
		width: 36rem;
	}
	.home__news-image {
		display: inline-block;
		vertical-align: top;
	}
	.home__news-info {
		display: inline-block;
		margin-left: 1rem;
		width: calc(100% - 16rem);
	}
	.home__info {
		width: calc(100% - 40rem);
	}
	.hero__title {
		font-size: 11rem;
	}
	.hero__body,
	.hero__body p {
		font-size: 1.6rem;
	}

	/** Inner pages **/

	.inner .main__container {
		margin-top: -55rem;
		position: relative;
		width: 100%;
	}
	.post__container {
		background: url('../images/inner-bg.png') right 8.5rem no-repeat, url('../images/inner-bg-base.png') center bottom no-repeat;
		border-radius: 0;
		margin-bottom: 6rem;
		margin-top: 0;
		min-height: 66.5rem;
		padding: 0 0 3rem 0;
		position: relative;
	}
	.post__fill {
		background: -webkit-linear-gradient(0deg, #ededed, #ededed) no-repeat 0 65rem;
		background: -moz-linear-gradient(0deg, #ededed, #ededed) no-repeat 0 65rem;
		background: linear-gradient(0deg, #ededed, #ededed) no-repeat 0 65rem;
	}
	.post__head-cat {
		color: #fff;
		left: calc(100% - 36.9rem);
		margin-bottom: 0;
		position: absolute;
		text-shadow: 2px 2px 2px black;
	}
	.post__breadcrumbs {
		left: calc(100% - 37.4rem);
		position: absolute;
		top: 12.9rem;
	}
	.post__content,
	.post__sidebar {
		background: -webkit-linear-gradient(0deg, #ededed, #ededed) no-repeat 0 48rem;
		background: -moz-linear-gradient(0deg, #ededed, #ededed) no-repeat 0 48rem;
		background: linear-gradient(0deg, #ededed, #ededed) no-repeat 0 48rem;
		display: inline-block;
		margin-bottom: 3rem;
		margin-top: 15rem;
		min-height: 600px;
		padding: 3rem;
		vertical-align: top;
	}
	.post__content {
		left: 0;
		width: 62.76595744680851%;
		width: calc(100% - 42rem);
	}
	.post__sidebar {
		padding-left: 4.6rem;
		width: 37.23404255319149%;
		width: 42rem;
	}
	.donate__submit {
		margin-bottom: 0;
	}
	.donate__disclaimer {
		margin-bottom: 0;
	}
}

/** Medium desktop **/

@media (min-width: 1250px) {
	.container {
		max-width: 120.8rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.header__box {
		display: inline-block;
		flex-grow: 1;
	}
	.header__container {
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.header__logo {
		order: 1;
		-ms-order: 1;
		-webkit-order: 1;
	}
	.header__menu {
		display: inline-block;
		margin: 1rem 0 0 0;
		order: 2;
		-ms-order: 2;
		-webkit-order: 2;
	}
	.header__search {
		float: none;
		order: 3;
		text-align: right;
		-ms-order: 3;
		-webkit-order: 3;
	}
	.hero {
		box-shadow: 5px 50px 175px #2f2f2f;
	}
	.home__callouts {
		align-items: center;
		background: #000 url('../images/background.jpg') top left repeat;
		border-radius: 20px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		margin-bottom: 3rem;
		margin-top: -4rem;
		max-width: 119.8rem;
		padding: 3.5rem;
		position: relative;
		z-index: 120;
	}
	.home__callout {
		margin: 0;
		margin-bottom: 0;
	}
}

/* Extended by IC Saik */
.post__container img,
.post__container iframe {
	max-width: 100%;
}
.list-entry__link {
	font-family: 'PT Sans Narrow', sans-serif;
}
.event-section {
	margin-bottom: 40px;
}
.event-section-title {
	color: #0682b2 !important;
	margin: 24px 0;
	font-size: 21px;
	line-height: 1.1 !important;
	font-weight: 400;
}