/*
	Theme Name: Accountantskamer
	Author: Eelco Deuling
	Author URI: http://manifestarotterdam.nl/
	Description: Een custom theme voor de acoountantskamer website
	Version: 1.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: custom-header, editor-style, featured-images, translation-ready
	Text Domain: accountantskamer
	Domain Path: /lib/languages
*/
/*----------------------------------------------------------------------*/
/* Core required Wordpress css */
/*----------------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
}
.sticky {
}
.bypostauthor {
}
.alignright {
	float: right;
	margin-left: 1em;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.aligncenter {
	display: block;
	margin: auto;
}
.alignwide {
	clear: both;
}
.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
/*----------------------------------------------------------------------*/
/* Core Wordpress blocks */
/*----------------------------------------------------------------------*/
.wp-block-embed-youtube,
.wp-block-embed-vimeo {
	position: relative;
	padding: 0 0 56.25% 0;
	height: 0;
}
.wp-block-embed-youtube iframe,
.wp-block-embed-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 80%;
	line-height: 160%;
}
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft {
	margin-right: 1em;
}
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
	margin-left: 1em;
}
.wp-block-file {
	margin: 0 0 1em 0;
}
.wp-block-file__button {
	border-radius: 0 !important;
	font-size: 70%;
	text-transform: uppercase;
	background: #00a7e7 !important;
}
.has-small-font-size {
	font-size: 80%;
	line-height: 160%;
}
.has-normal-font-size {
	font-size: 100%;
	line-height: 160%;
}
.has-large-font-size {
	font-size: 120%;
	line-height: 160%;
}
.has-huge-font-size {
	font-size: 150%;
	line-height: 160%;
}
/*----------------------------------------------------------------------*/
/* Typography: Theme custom colors */
/*----------------------------------------------------------------------*/
.has-dark-background-color {
	background: #17428b;
}
.has-light-background-color {
	background: #00a7e7;
}
.has-dark-color,
a.has-dark-color {
	color: #17428b;
}
.has-light-color,
a.has-light-color {
	color: #00a7e7;
}
/*----------------------------------------------------------------------*/
/* Core Wordpress posts, pages and navigation */
/*----------------------------------------------------------------------*/
.post-navigation,
.posts-navigation {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
}
.nav-previous,
.nav-next {
	float: left;
}
.nav-links {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #17428b;
}
.nav-previous,
.nav-next {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	padding: 0 !important;
	border: none !important;
}
.nav-previous + .nav-next {
	margin-left: 1em;
}
.nav-previous a,
.nav-next a {
	text-decoration: none;
	color: #00a7e7;
}
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
	color: #17428b;
}
.nav-previous a::before {
	content: "\003C";
	display: inline-block;
	padding-right: 0.3em;
}
.nav-next a::after {
	content: "\003E";
	display: inline-block;
	padding-left: 0.3em;
}
a.more-link {
	display: block;
	width: 100%;
	clear: both;
}
a.more-link::after {
	content: "\003E";
	display: inline-block;
	padding-left: 0.3em;
}
/*----------------------------------------------------------------------*/
/* Core Wordpress HTML5 gallery */
/*----------------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}
.gallery-caption {
  display: block;
}
/*----------------------------------------------------------------------*/
/* layout: top tree elements */
/*----------------------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	line-height: 160%;
	color: #3C3B3B;
	background: #fff;
	overflow: auto;
}
body {
	margin: 0;
}
/*----------------------------------------------------------------------*/
/* layout: reset and normalize *
/*----------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, main,
nav, section, summary, div {
	display: block;
	box-sizing: border-box;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------------------------*/
/* Layout: forms */
/*----------------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
/*----------------------------------------------------------------------*/
/* layout: media */
/*----------------------------------------------------------------------*/
img {
	box-sizing: border-box;
	border: 0;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
	padding: 0;
}
iframe, object {
	max-width: 100%;
}
/*----------------------------------------------------------------------*/
/* Typography: webfonts */
/*----------------------------------------------------------------------*/
@font-face {
	font-family: "Open Sans";
	src: url("lib/fonts/opensans-regular-webfont.woff2") format("woff2"),
		 url("lib/fonts/opensans-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	src: url("lib/fonts/opensans-italic-webfont.woff2") format("woff2"),
		 url("lib/fonts/opensans-italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "Open Sans";
	src: url("lib/fonts/opensans-bold-webfont.woff2") format("woff2"),
		 url("lib/fonts/opensans-bold-webfont.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	src: url("lib/fonts/opensans-bolditalic-webfont.woff2") format("woff2"),
		 url("lib/fonts/opensans-bolditalic-webfont.woff") format("woff");
	font-weight: bold;
	font-style: italic;
}
/*----------------------------------------------------------------------*/
/* Typography: defaults for super and subscript */
/*----------------------------------------------------------------------*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*----------------------------------------------------------------------*/
/* Typography: links */
/*----------------------------------------------------------------------*/
a {
	background: transparent;
}
a:active,
a:hover {
	outline: 0;
}
/*----------------------------------------------------------------------*/
/* Typography: headers */
/*----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
/*----------------------------------------------------------------------*/
/* Layout: main divisions */
/*----------------------------------------------------------------------*/
.rowFullWidth {
	width: 100%;
}
.wrapper {
	width: 100%;
	max-width: 62.5em;
	padding: 1em;
	margin: auto;
	position: relative;
}
.noOverflow {
	overflow: hidden;
}
/*----------------------------------------------------------------------*/
/* Layout: main divisions: color and decoration */
/*----------------------------------------------------------------------*/
.darkBlue {
	background-color: #17428B;
	overflow: hidden;
}
.lightBlue {
	background-color: #e0f2fd;
}
.homePage {
	position: relative;
	background-image: url("lib/img/backgroundImg.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50em auto;
	z-index: 0;
}
.followPage {
	background-image: url("lib/img/backgroundImg.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 25em auto;
}
/*----------------------------------------------------------------------*/
/* Layout: header */
/*----------------------------------------------------------------------*/
#header {
	border-top: 1em solid #fff;
}
.logoHome {
	width: 100%;
	max-width: 24.5em;
	display: block;
	padding: 0 1em 1.25em 1em;
	margin: 0 auto;
}
.logoFollow {
	width: 100%;
	max-width: 16.25em;
	display: block;
	padding: 0 1em 1.25em 1em;
	margin: 0 auto;
}
/*----------------------------------------------------------------------*/
/* Layout: footer */
/*----------------------------------------------------------------------*/
#footer {
	padding: 0 0 2em 0;
	border-top: 1px solid #00a7e7;
	overflow: hidden;
	color: #509bc2;
}
#footer a {
	text-decoration: none;
	color: #509bc2;
}
#footer a:hover {
	color: #17428b;
	text-decoration: underline;
}
.footerLogo {
	float: left;
	clear: left;
	width: 4em;
	max-width: 10%;
	padding-right: 1em;
}
.footerContent {
	float: left;
	clear: right;
	font-size: 87.5%;
	width: 93.388%;
}
.widget :first-child {
	margin-top: 0;
}
.widget {
	float: left;
	width: 33.333%;
}
.widget:only-of-type {
	clear: both;
	width: 100%;
}
.widget:nth-of-type(3n - 2) {
	padding-right: 0.5em;
	clear: left;
}
.widget:nth-of-type(3n - 1) {
	padding: 0 0.25em;
}
.widget:nth-of-type(3n) {
	padding-left: 0.5em;
	clear: right;
}
/*----------------------------------------------------------------------*/
/* Layout: mainNavigation */
/*----------------------------------------------------------------------*/
#hamburger {
	display: none;
}
label.menuHandler {
	display: none;
}
#mainNavigation::after {
	content: "";
	display: block;
	width: 100%;
	height: 1em;
}
#mainNavigation {
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	position: relative;
	margin-top: -0.05em;
	transition: opacity .15s ease;
}
#mainNavigation li {
	display: block;
	float: left;
	margin-right: 1.5em;
	position: relative;
}
#mainNavigation li:last-of-type {
	margin-right: 0;
}
#mainNavigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #17428b;
}
#mainNavigation a:hover {
	color: #00a7e7;
	text-decoration: underline;
}
#mainNavigation li ul {
	position: absolute;
	left: -9999em;
	z-index: 999;
}
#mainNavigation li:hover ul {
	left: 0;
	padding: 0 999em 0.25em 999em;
	margin: 0 -999em;
}
#mainNavigation li ul li {
	width: 100%;
	font-size: 90%;
	line-height: 140%;
	margin-right: 0;
	clear: both;
	white-space: nowrap;
}
#mainNavigation li ul li a {
	padding: 0.25em 0;
	color: #2c7ca0;
}
#mainNavigation li:last-of-type ul li {
	white-space: normal;
}
/*----------------------------------------------------------------------*/
/* Layout: mainNavigation: variations */
/*----------------------------------------------------------------------*/
#mobileMenu {
	display: none;
}
.homePageMenu li ul {
	background: rgba(255, 255, 255, 0.9);
}
.wrapper.menuWrapper {
	padding: 1.2em 1em;
}
.followPageMenu li ul {
	background: #e0f2fd;
}
/*----------------------------------------------------------------------*/
/* Layout: front page */
/*----------------------------------------------------------------------*/
.homePage .wrapper {
	z-index: 9;
}
.frontPageContent {
	float: left;
	clear: both;
	width: 61.5%;
	color: #fff;
}
.frontPageContent :first-child {
	margin-top: 0;
}
.frontPageContent :last-child {
	margin-bottom: 0;
}
.frontPageCol {
	float: left;
	clear: left;
	width: 61.5%;
	padding: 2em;
	margin: 1em 0;
	background: #e0f2fd;
	min-height: 25em;
}
.frontPageColFeed {
	float: right;
	clear: right;
	width: 33.7%;
	padding: 0 0 0 1.75em;
	margin: 1em 0;
	border-left: 1px solid #00a7e7;
}
.frontPageCol :first-child,
.frontPageColFeed :first-child {
	margin-top: 0;
}
.frontPageCol :last-child,
.frontPageColFeed :last-child {
	margin-bottom: 0;
}
/*----------------------------------------------------------------------*/
/* Layout: followPages */
/*----------------------------------------------------------------------*/
.followPageContent {
	float: left;
	clear: left;
	width: 72.5%;
	line-height: 160%;
	padding: 2.5em 0 1em 0;
}
.followPageSideCol {
	float: right;
	clear: right;
	width: 27.5%;
	padding: 2.5em 0 1em 4.25em;
}
.followPageContent :first-child,
.followPageSideCol :first-child {
	margin-top: 0;
}
.followPageContent :last-child,
.followPageSideCol :last-child {
	margin-bottom: 0;
}
.followPageContent h1 {
	font-size: 1.5em;
	color: #3c428c;
}
.followPageContent blockquote {
	font-size: 115%;
	line-height: 160%;
	padding: 0;
	margin: 0 0 1em 0;
	color: #3c428c;
}
.followPageContent h2 {
	color: #00a7e7;
	font-size: 1em;
	line-height: 160%;
	padding-left: 1.5em;
	margin-bottom: 0;
}
.followPageContent h2 + * {
	margin-top: 0;
}
.followPageContent h3, .followPageContent h4,
.followPageContent h5, .followPageContent h6 {
	color: #00a7e7;
	font-size: 1em;
	line-height: 160%;
	margin-bottom: 0;
}
.followPageContent h3 + *, .followPageContent h4 + *,
.followPageContent h5 + *, .followPageContent h6 + * {
	margin-top: 0;
}
.followPageContent a {
	color: #00a7e7;
}
.followPageContent a:hover {
	color: #3c428c;
}
.followPageContent img.postThumbnail {
	max-width: 50%;
}
.tableMarker {
	color: #00a7e7;
}
/*----------------------------------------------------------------------*/
/* Layout: followPages: archives and search */
/*----------------------------------------------------------------------*/
.archive .followPageContent div,
.search .followPageContent div {
	padding: 1.5em 0;
	border-bottom: 1px solid #17428b;
}
.archive .followPageContent div:first-of-type,
.search .followPageContent div:first-of-type {
	padding: 0 0 1.5em 0;
}
.archive .followPageContent div:last-of-type {
	border-bottom: none;
}
.category-uitspraken h1,
.category-zittingsagenda h1 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #00a7e7;
}
.category-uitspraken h2,
.category-zittingsagenda h2,
.category-uitspraken h3,
.category-zittingsagenda h3,
.category-uitspraken h4,
.category-zittingsagenda h4,
.category-uitspraken h5,
.category-zittingsagenda h5,
.category-uitspraken h6,
.category-zittingsagenda h6 {
	color: #3c428c;
}
/*----------------------------------------------------------------------*/
/* Layout: followPages: followPageSideCol */
/*----------------------------------------------------------------------*/
h2.pageSidecolHeader {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #17428b;
	float: left;
	clear: both;
}
.homeLink {
	display: block;
	float: left;
	clear: both;
}
.homeLink a {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #17428b;
	text-decoration: none;
}
.homeLink a:hover,
.pageMenu a:hover {
	color: #2c7ca0;
	text-decoration: underline;
}
.pageMenu {
	float: left;
	clear: both;
	width: 100%;
}
.pageMenu ul {
	padding: 1em 0;
	overflow: hidden;
}
.pageMenu li {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.pageMenu a {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1em;
	color: #2c7ca0;
	text-decoration: none;
}
.followPageSideCol form {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 1.8em;
	margin-left: -1.7em;
	right: 0;
	z-index: 99;
}
.followPageSideCol input.search-submit {
	display: none;
}
.followPageSideCol form.search-form::before {
	content: url("lib/img/magnifier.svg");
	display: block;
	float: left;
	box-sizing: border-box;
	width: 1.2em;
	line-height: 0;
	vertical-align: baseline;
	bottom: -0.3em;
	margin-right: 0.5em;
}
.followPageSideCol form input[type="search"].search-field {
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	display: block;
	box-sizing: border-box;
	background: #fff;
	width: 7em;
}
.followPageSideCol form input[type="search"]::placeholder {
	text-transform: uppercase;
	color: #00b1eb;
}
/*----------------------------------------------------------------------*/
/* Layout: Annual Report: head */
/*----------------------------------------------------------------------*/
.annualReportFollowLogo {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 14.2em;
}
.annualReporStartLogo {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 20em;
}
.annualReportHead {
	background-color: #4B82AE;
	color: #fff;
}
.annualReporStarttHead {
	padding: 0.7em 0 9.5em 0;
	background-color: #4B82AE;
	color: #fff;
	background-image: url("lib/img/backgroundImgAnnualReport.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 50em auto;
}
.annualReporStarttHeadTwo {
	padding: 0.7em 0 9.5em 0;
	background-color: #283583;
	color: #fff;
	background-image: url("lib/img/backgroundImgAnnualReportTwo.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 50em auto;
}
.annualReporStarttHeadThree {
	padding: 0.7em 0 9.5em 0;
	background-color: #35B5B6;
	color: #fff;
	background-image: url("lib/img/backgroundImgAnnualReportThree.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 50em auto;
}
.annualReporStarttHeadFour {
	padding: 0.7em 0 9.5em 0;
	background-color: #007EBC;
	color: #fff;
	background-image: url("lib/img/backgroundImgAnnualReportFour.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 50em auto;
}
.annualReporStarttHeadFive {
	padding: 0.7em 0 9.5em 0;
	background-color: #58b3c9;
	color: #fff;
	background-image: url("lib/img/backgroundImgAnnualReportFive.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 50em auto;
}
.annualReporStarttHeadSix {
	padding: 0.7em 0 9.5em 0;
	background-color: #16428C;
	color: #fff;
	background-image: url("lib/img/backgroundImgAnnualReportSix.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 75em auto;
}
.annualReporStarttHeadSeven {
	padding: 0.7em 0 9.5em 0;
	background-color: #16428C;
	color: #fff;
	background-image: url("lib/img/backgroundImgAnnualReportSeven.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 75em auto;
}
.annualReportHomeHeaderLink {
	position: absolute;
	left: 1em;
	bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #00a7e7;
	overflow: visible;
}
.annualReportHomeHeaderLink a {
	color: #00a7e7;
	text-decoration: none;
	padding-left: 2.5em;
}
.annualReportHomeHeaderLink a:hover {
	color: #17428b;
}
.annualReportHomeHeaderLink a::before {
	content: url("lib/img/arrowPointingLeft.svg");
	display: block;
	position: absolute;
	width: 1.5em;
	line-height: 0;
	vertical-align: baseline;
	bottom: -0.25em;
}
.annualReporStarttHead h1,
.annualReportHead h1,
.annualReporStarttHeadTwo h1,
.annualReporStarttHeadThree h1,
.annualReporStarttHeadFour h1,
.annualReporStarttHeadFive h1,
.annualReporStarttHeadSix 
.annualReporStarttHeadSeven h1{
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.annualReportHead h1 a {
	text-decoration: none;
	color: #fff;
}
.annualReportHead h1 a:hover {
	text-decoration: underline;
}
.annualReportHead h1 a::before {
	content: url("lib/img/arrowDiapPointingLeft.svg");
	display: block;
	float: left;
	width: 1em;
	line-height: 0;
	vertical-align: baseline;
	bottom: -1em;
	margin-right: 2em;
}
.page-template-template-jaarverslagdrie .annualReportHead h1 a::before {
	content: url("lib/img/arrowDiapPointingLeftDark.svg");
	display: block;
	float: left;
	width: 1em;
	line-height: 0;
	vertical-align: baseline;
	bottom: -1em;
	margin-right: 2em;
}
.annualReportHead .wrapper {
	background-image: url("lib/img/backgroundImgAnnualReport.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 25em auto;
	padding: 2em 1em;
}
.HeadTwo {
	background-color: #283583;
}
.HeadThree {
	background-color: #35B5B6;
}
.HeadFour {
	background-color: #007EBC;
}
.HeadFive {
	background-color: #58b3c9;
}
.HeadSix {
	background-color: #16428C;
}
.HeadSeven {
	background-color: #16428C;
}
.HeadTwo .wrapper {
	background-image: url("lib/img/backgroundImgAnnualReportTwo.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 25em auto;
	padding: 2em 1em;
}
.HeadThree .wrapper {
	background-image: url("lib/img/backgroundImgAnnualReportThree.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 25em auto;
	padding: 2em 1em;
}
.HeadFour .wrapper {
	background-image: url("lib/img/backgroundImgAnnualReportFour.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 25em auto;
	padding: 2em 1em;
}
.HeadFive .wrapper {
	background-image: url("lib/img/backgroundImgAnnualReportFive.png");
	background-repeat: no-repeat;
	background-position: right 35%;
	background-size: 25em auto;
	padding: 2em 1em;
}
.HeadSix .wrapper {
	background-position: right !important;
	background-image: url("lib/img/backgroundImgAnnualReportSix.png");
	background-repeat: no-repeat;
	background-size: 50em auto;
	padding: 2em 1em;
}
.HeadSeven .wrapper {
	background-position: right !important;
	background-image: url("lib/img/backgroundImgAnnualReportSeven.jpg");
	background-repeat: no-repeat;
	background-size: 50em auto;
	padding: 2em 1em;
}



/*----------------------------------------------------------------------*/
/* Layout: Annual Report: sub pages */
/*----------------------------------------------------------------------*/
.annualReportContent {
	float: left;
	clear: left;
	width: 72.5%;
	line-height: 160%;
	padding: 1em 0;
}
.annualReportSideCol {
	float: right;
	clear: right;
	width: 27.5%;
	padding: 1em 0 1em 4.25em;
}
.annualReportPageHeader {
	width: 100%;
	float: left;
	clear: both;
	padding: 1em 0;
}
/*----------------------------------------------------------------------*/
/* Layout: Annual Report: sub pages inner styles */
/*----------------------------------------------------------------------*/
.annualReportPageHeader h1 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #17428b;
	margin: 0;
}
.annualReportContent :first-child,
.annualReportSideCol :first-child {
	margin-top: 0;
}
.annualReportContent :last-child,
.annualReportSideCol :last-child {
	margin-bottom: 0;
}
.annualReportContent h1 {
	font-size: 1.5em;
	color: #3c428c;
}
.annualReportContent blockquote {
	font-size: 115%;
	line-height: 160%;
	padding: 0;
	margin: 0 0 1em 0;
	color: #3c428c;
}
.annualReportContent h2 {
	color: #00a7e7;
	font-size: 1em;
	line-height: 160%;
	padding-left: 1.5em;
	margin-bottom: 0;
}
.annualReportContent h2 + * {
	margin-top: 0;
}
.annualReportContent h3, .annualReportContent h4,
.annualReportContent h5, .annualReportContent h6 {
	color: #00a7e7;
	font-size: 1em;
	line-height: 160%;
	margin-bottom: 0;
}
.annualReportContent h3 + *, .annualReportContent h4 + *,
.annualReportContent h5 + *, .annualReportContent h6 + * {
	margin-top: 0;
}
.annualReportContent a {
	color: #00a7e7;
}
.annualReportContent a:hover {
	color: #3c428c;
}
p.caption {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #2C7CA0;
}
/*----------------------------------------------------------------------*/
/* Layout: Annual Report: parent page */
/*----------------------------------------------------------------------*/
.annualReportFrontpageContent {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em 0;
	border: 1px solid #00b1eb;
	background: #00b1eb;
}
/*----------------------------------------------------------------------*/
/* Layout: Annual Report: parent page: tiles */
/*----------------------------------------------------------------------*/
.annualReportPageLinkContent {
	float: left;
	position: relative;
	width: 33.3%;
	border: 1px solid #00b1eb;
	overflow: hidden;
	background: #e0f2fd;
}
.annualReportPageLinkContent img {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.innerPageLinkContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
}
.innerPageLinkContent h2 {
	margin: 0;
	color: #00a7e7;
}
a .innerPageLinkContent:hover {
	background: rgba(23, 66, 139, 0.1);
}
/*----------------------------------------------------------------------*/
/* Layout: Annual Report: parent page: tiles: javascript generated */
/*----------------------------------------------------------------------*/
.generatedSpacer {
	float: left;
	position: relative;
	width: 33.3333333%;
	border: 1px solid #00b1eb;
	overflow: hidden;
	background: #e0f2fd;
}
.generatedSpacer img {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
/*----------------------------------------------------------------------*/
/* Typography: frontpage: search-form */
/*----------------------------------------------------------------------*/
#header form {
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom: 2em;
	right: 0;
	z-index: 99;
}
#header input.search-submit {
	display: none;
}
#header form.search-form::before {
	content: url("lib/img/magnifier.svg");
	display: block;
	float: left;
	box-sizing: border-box;
	width: 1.2em;
	line-height: 0;
	vertical-align: baseline;
	bottom: -0.3em;
	margin-right: 0.5em;
}
#header form input[type="search"].search-field {
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	display: inline-block;
	box-sizing: border-box;
	background: #fff;
	width: 4em;
	transition-property: width;
	transition-duration: 0.5s;
}
#header form input[type="search"].search-field:focus {
	width: 16em;
	border-bottom: 1px solid #00b1eb;
}
#header form input[type="search"]::placeholder {
	text-transform: uppercase;
	color: #00b1eb;
}
/*----------------------------------------------------------------------*/
/* Typography: frontPageContent */
/*----------------------------------------------------------------------*/
.frontPageContent a {
	color: #fff;
}
.frontPageContent a:hover {
	color: #e0f2fd;
}
/*----------------------------------------------------------------------*/
/* Typography: frontpageCol */
/*----------------------------------------------------------------------*/
#secondMenu {
	padding-top: 1em;
	font-size: 118%;
	line-height: 140%;
}
#secondMenu li {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
#secondMenu a {
	text-decoration: none;
	color: #17428b;
}
#secondMenu a:hover {
	color: #00a7e7;
	text-decoration: underline;
}
#secondMenu li::before {
	content: url("lib/img/bullit.svg");
	display: block;
	width: 1em;
	float: left;
	clear: left;
	box-sizing: border-box;
	width: 1.2em;
	line-height: 0;
	vertical-align: baseline;
	bottom: -0.3em;
	margin-right: 0.5em;
}
#secondMenu li li {
	padding-left: 1.7em;
}
#secondMenu li li a {
	font-size: 75%;
	color: #2c7ca0;
}
#secondMenu li li a:hover {
	color: #15428b;
}
#secondMenu li ul {
	padding-bottom: 1em;
}
#secondMenu li li::before {
	content: "";
}
/*----------------------------------------------------------------------*/
/* Typography: frontPageColFeed */
/*----------------------------------------------------------------------*/
h2.sidecolNewsHeader {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #17428b;
}
.feedItem {
	width: 100%;
	overflow: hidden;
	font-size: 87.5%;
	padding-bottom: 1.5em;
}
.feedItem:last-of-type {
	padding-bottom: 0;
}
.feedItem img {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 1em;
}
.feedItem h2 {
	font-weight: normal;
	font-size: 1.22em;
	line-height: 1.22em;
	text-transform: uppercase;
	margin: 0;
	color: #00a7e7;
}
.feedItem h2 a {
	color: #00a7e7;
	text-decoration: none;
}
.feedItem h2 a:hover {
	color: #17428b;
	text-decoration: underline;
}
.feedItem h2 + p {
	margin-top: 0;
}
/*----------------------------------------------------------------------*/
/* Typography: general styles */
/*----------------------------------------------------------------------*/
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	overflow: scroll;
}
td,
th {
	padding: 0 1em 0.25em 0;
	vertical-align: top;
}
tr td:last-of-type {
	padding: 0;
}
ul, ol {
	padding-left: 1.5em;
}
/*----------------------------------------------------------------------*/
/* Media queries */
/*----------------------------------------------------------------------*/
@media only screen and (max-width: 950px) {
	@-ms-viewport {
	    width: device-width;
	}
	html {
		font-size: 80%;
	}
}
@media only screen and (max-width: 768px) {
	html {
		font-size: 70%;
	}
}
@media only screen and (max-width: 660px) {
	html {
		font-size: 90%;
	}
	h1, h2, h3, h4, h5, h6, p {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.logoHome {
		padding: 0 1em 1em 1em;
		width: 50%;
	}
	.homePage {
		background-image: none;
	}
	.homePage:after {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		background-image: url("lib/img/backgroundImg.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-size: contain;
	}
	label.menuHandler {
		cursor: pointer;
		box-sizing: border-box;
		width: 100%;
		font-size: 200%;
		line-height: 1em;
		padding-bottom: 0.1em;
		display: block;
		color: #17428b;
	}
	input#hamburger:checked ~ #mainNavigation  {
		max-height: 100%;
	}
	#mainNavigation {
		max-height: 0;
		overflow: hidden;
	}
	#mainNavigation li {
		margin: 0;
		width: 100%;
	}
	#mainNavigation a {
		padding: 0.25em 0;
	}
	#mainNavigation li:hover ul {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#mainNavigation li ul li a::before {
		content: "- ";
	}
	#mainNavigation li ul.mobileMenuHidden {
		position: static;
		display: none;
	}
	#mainNavigation li:hover ul.mobileMenuHidden {
		display: none;
	}
	#menuDesktopHome {
		display: none;
	}
	.menuWrapper {
		padding: 0.5em 1em;
	}
	.frontPageContent,
	.frontPageCol,
	.frontPageColFeed,
	.followPageContent,
	.followPageSideCol {
		width: 100%;
	}
	.followPageContent {
		padding: 0 0 1em 0;
	}
	.followPageSideCol {
		padding: 1em 0;
	}
	.frontPageColFeed {
		border: none;
		padding: 0;
	}
	.frontPageCol {
		min-height: 0;
		padding: 0;
		background: #fff;
	}
	.footerContent {
		width: 100%;
		clear: both;
		padding-top: 1em;
	}
	.feedItem img {
		max-width: 40%;
		margin-right: 1em;
		margin-bottom: 0.5em;
	}
	#header form {
		position: static;
		padding: 0.5em 0;
	}
	#mobileMenu {
		display: block;
	}
	#mobileMenu .wrapper {
		padding: 1em;
		background: #e0f2fd;
	}
	.home #mobileMenu .wrapper {
		background: #fff;
	}
	.type-page h2, .type-post h2 {
		padding-left: 0;
	}
	.followPageSideCol form {
		margin-left: 0;
	}
	.annualReportPageLinkContent,
	.generatedSpacer {
		width: 50%;
	}
	.annualReportContent,
	.annualReportSideCol {
		width: 100%;
		clear: both;
		padding: 0 0 1em 0;
	}
	.annualReportSideCol {
		text-align: center;
	}
	.annualReportSideCol img {
		margin: auto;
		max-width: 100%;
	}
	p.caption {
		max-width: 16em;
		margin: auto;
	}
	.annualReporStartLogo,
	.annualReportFollowLogo {
		width: 50%;
	}
	.annualReportHomeHeaderLink {
		bottom: 0.7em;
		font-size: 75%;
	}
	.annualReportHead h1 a {
		font-size: 80%;
	}
	.annualReportHead h1 a::before {
		margin-right: 1em;
	}
	.innerPageLinkContent {
		font-size: 65%;
		line-height: 120%;
	}
}
@media only screen and (max-width: 400px) {
	.feedItem img {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.annualReportPageLinkContent,
	.generatedSpacer {
		width: 100%;
	}
}