a:visited {
	color: inherit;
}

a:visited.uk-button {
	color: white;
}

a:visited.uk-button:hover {
	color: #FE9A37;
}

a {
	color: #18b7e8;
}

a:hover {
	color: #18b7e8;
}

html {
	font-size: 62.5%;
	font-family: 'Roboto', sans-serif;
	background-color: #4C4C4C;
}

body {
	font-size: 1.44rem;
}

body.home {
	background-image: url(img/Cover.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

h1 {
	font-size: 4.5rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2.8rem;
}

h4 {
	font-size: 2.4rem;
}

#masthead {
	position: sticky;
	top: 0;
	z-index: 9999;
	transition: all 0.2s;
	background-color: white !important;
}

.home #masthead {
	background-color: transparent !important;
}

@media screen and (max-width: 37.5em) {
	#masthead {
		background-color: transparent;
	}
	#masthead .uk-padding.uk-padding-remove-horizontal {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.toggled.home #masthead {
		background-color: white !important;
		background-color: white;
	}
	.toggled.home #masthead a {
		color: #333333;
	}
	.toggled.home #masthead .site-branding {
		background-image: url(img/OVP_logo_rev.svg);
	}
}

.menu-toggle {
	background: transparent;
	border: 0;
}

.home .icon-menu {
	color: white;
}

.toggled .icon-menu {
	display: none;
}

.icon-close {
	display: none;
}

.toggled .icon-close {
	display: block;
}

/*==========================
Header
==========================*/
.site-branding {
	background-image: url(img/OVP.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 9.2rem;
	height: 9.2rem;
	display: block;
}

@media screen and (max-width: 37.5em) {
	.site-branding {
		height: 5.2rem;
	}
}

.home .site-branding {
	background-image: url(img/OVP_white.png);
}

.main-navigation ul {
	float: right;
}

.main-navigation li {
	display: inline-block;
	margin: 1rem;
}

.main-navigation li a {
	text-decoration: none;
	color: #333333;
	display: block;
	text-transform: uppercase;
	border-bottom: 0.4rem solid transparent;
	transition: all 0.2s;
}

.home .main-navigation li a {
	color: white;
}

.main-navigation li a:hover, .main-navigation li a:focus {
	color: #18b7e8;
}

.main-navigation li.current_page_item a {
	border-bottom: 0.4rem solid #18b7e8;
}

#primary-menu {
	transition: all 0.2s;
}

@media screen and (max-width: 37.5em) {
	#primary-menu {
		position: absolute;
		padding: 3rem 0;
		background-color: white;
		top: 5rem;
		left: 0;
		right: 0;
		height: calc(100vh - 4rem);
		overflow: auto;
	}
	#primary-menu ul {
		display: block;
		height: 0 !important;
		box-sizing: border-box;
		padding: 0 !important;
		transition: all 0.2s !important;
	}
	#primary-menu.toggled ul {
		height: calc(100vh - 4rem);
	}
	#primary-menu li {
		display: block;
		padding: 1rem 0;
		margin-bottom: 2rem;
	}
	#primary-menu a {
		color: #333333;
		font-size: 2rem;
	}
}

/*==========================
Form
==========================*/
.uk-select {
	padding-left: 2rem;
}

.uk-button {
	font-size: 1.7rem;
	background-color: #FE9A37;
	color: white;
	border-color: #FE9A37;
}

.uk-button:hover, .uk-button:focus {
	color: #FE9A37;
	background-color: transparent;
	border-color: #FE9A37;
}

/*==========================
Widget
==========================*/
#frontpage-widget {
	padding-top: 12vw;
	padding-bottom: 15vw;
	position: relative;
}

#frontpage-widget .pop {
	color: #18b7e8;
	font-size: 5.4rem;
	font-weight: 200;
	margin-bottom: inherit;
	line-height: 1.25em;
}

#frontpage-widget .pop strong {
	font-weight: normal;
}

#frontpage-widget p {
	color: white;
	font-size: 2rem;
	margin-bottom: 3rem;
}

#frontpage-widget .background-world {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	pointer-events: none;
}

#frontpage-widget .background-world.donate {
	display: none;
}

.page-template-template-news-page {
	background-color: #EDEEED;
}

.page-template-template-donate-page {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/donate.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.entry-header {
	position: relative;
}

.entry-title {
	font-size: 7.4rem !important;
	color: #18b7e8 !important;
	margin: 3rem !important;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 37.5em) {
	.entry-title {
		font-size: 4.2rem !important;
		margin: 2rem !important;
	}
}

.page-template-template-about-page .entry-title,
.page-template-template-news-page .entry-title {
	font-size: 4rem !important;
	text-transform: uppercase;
}

.entry-content {
	margin-bottom: 6rem;
}

.office-card {
	background-color: #F2F2F2;
	height: 100%;
}

.office-card p,
.office-card h1,
.office-card h2,
.office-card h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.office-card p {
	font-size: 2rem;
}

@media screen and (max-width: 37.5em) {
	.office-card {
		display: block !important;
		text-align: center;
	}
	.office-card p {
		word-break: break-all;
		line-height: 1em;
		font-size: 1.4rem;
	}
}

.publication-card {
	background-color: #EDEEED !important;
	padding: 0 !important;
}

.publication-card .publication-featured_image {
	width: 17.4rem;
	background-color: #18b7e8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/placeholder.jpg);
}

.publication-card .uk-button {
	margin: 0 3rem !important;
}

.publication-card h4 {
	margin: 0 !important;
}

.news-card {
	background-color: white !important;
	padding: 0 !important;
	height: 100%;
	margin: 2rem;
}

.news-card .news-featured_image {
	height: 14rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/placeholder.jpg);
}

.news-card h4 {
	color: #18b7e8;
}

.page-template-template-news-page .alm-reveal {
	display: flex;
	flex-wrap: wrap;
}

.icon {
	color: #18b7e8;
	font-size: 1.7rem;
}

.icon.circled {
	border: 0.3rem solid #18b7e8;
	padding: 1rem;
	border-radius: 100%;
	transition: all 0.2s;
}

.icon.circled:hover {
	color: white;
	background: #18b7e8;
}

#about-us-container {
	background-color: #272B2E;
	padding-right: 28rem;
}

#about-us-container p {
	color: white;
	line-height: 1.75em;
	font-size: 1.6rem;
	margin: 0;
	margin-bottom: 1em;
}

#about-us-container p a {
	color: #18b7e8;
}

@media screen and (max-width: 1000px) {
	#about-us-container {
		padding: 3rem !important;
		width: 100%;
	}
}

#about-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45rem;
	max-height: 100%;
}

@media screen and (max-width: 1000px) {
	#about-image {
		position: relative;
		display: block;
		margin: 0;
		width: 100%;
	}
}

.office_icon {
	width: 9.6rem;
	height: 9.6rem;
	margin: 1rem;
}

/*==========================
Footer
==========================*/
footer#colophon {
	background-color: #4C4C4C;
}

footer#colophon a,
footer#colophon p {
	color: white;
	font-size: 1.7rem;
}

footer#colophon a.circled,
footer#colophon p.circled {
	border: 0.1rem solid white;
	padding: 1rem;
	border-radius: 100%;
	transition: all 0.2s;
}

footer#colophon a.circled:hover,
footer#colophon p.circled:hover {
	color: black;
	background: white;
}

footer#colophon .site-info a {
	color: #18b7e8;
}

footer#colophon .site-info .circled {
	margin: 1rem 0;
	color: white;
}

footer#colophon img {
	margin: 2rem 0;
}

/*# sourceMappingURL=main.css.map */