/*!
Theme Name: fipsite
Theme URI: http://underscores.me/
Author: @FIP
Based on: Underscores.me
Based on Author URI: http://underscores.me/
Description: FIP Base Theme Subsite
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fipsite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button
	{
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono",
		monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul, li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"]
	{
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover,
	input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus,
	input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active,
	input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
	input[type="search"], input[type="number"], input[type="tel"], input[type="range"],
	input[type="date"], input[type="month"], input[type="week"], input[type="time"],
	input[type="datetime"], input[type="datetime-local"], input[type="color"],
	textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
	input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus,
	input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus,
	input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus,
	input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus,
	textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous,
	.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next,
	.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after,
	.comment-content:before, .comment-content:after, .site-header:before,
	.site-header:after, .site-content:before, .site-content:after,
	.site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
	/* 2018 */
	display: none;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after,
	.site-content:after, .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
---------------------------------s-----------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post, .page {
	margin: 0 0 1.5em;
}

.updated:not (.published ) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer
	{
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley
	{
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-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 {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* 2018 */
/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
*/

/* ----------------------------------------------------- */
/* --------------------  global      ------------------- */
body {
	position: relative;
	min-height: 100%;
	top: 0px;
	min-width: 320px;
}

.contain.contain-wide {
	max-width: 98.125rem;
}

.wrapper {
	padding: 30px 0;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* --------------------  global:font ----------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Arial, sans-serif;
}

h2, h3 {
	font-weight: 400;
}

h2 {
	font-size: 1.375rem;
}

h3 {
	font-size: 1.25rem;
}

a {
	color: #20c4f4;
	text-decoration: underline;
}

a:hover, a:focus, a:active, a:visited {
	color: midnightblue;
}

.bg-blue-border-top {
	background: #f6f6f6;
	border-top: 4px solid #20c4f4;
	padding: 30px;
	margin-bottom: 45px;
}

.btn.btn-outline, button.btn.btn-outline, input[type=button].btn.btn-outline,
	input[type=reset].btn.btn-outline, input[type=submit].btn.btn-outline {
	background-color: transparent;
	border: 1px solid #20c4f4;
	color: #20c4f4;
}

.btn.btn-yellow, button.btn.btn-yellow, input[type=button].btn.btn-yellow,
	input[type=reset].btn.btn-yellow, input[type=submit].btn.btn-yellow {
	background: #e5e00c;
	color: #000;
}

.btn.btn-clear, button.btn.btn-clear, input[type=button].btn.btn-clear,
	input[type=reset].btn.btn-clear, input[type=submit].btn.btn-clear {
	background-color: transparent;
	border-color: transparent;
	color: #20c4f4;
}
/*
.contain {
    margin: 0 auto;
    max-width: 81.875rem;
    padding: 0 .9375rem;
    position: relative;
    width: 100%;
}
*/
figure {
	margin: 0 0 35px;
	padding: 0;
	position: relative;
}

figure figcaption.right {
	right: 0;
}

figure figcaption.left {
	left: 0;
	right: auto;
}

figure figcaption {
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: calc(100% - 30px);
}

figure figcaption h1 {
	margin-top: 0;
	font-weight: 700;
}

figure figcaption.green {
	background: rgba(175, 202, 11, .9);
}

figure figcaption.green h1 {
	color: #fff;
}

figure figcaption.green.has-ribbon:after {
	background-color: rgba(175, 202, 11, .5);
}

figure figcaption.blue {
	background: rgba(32, 196, 244, .9);
}

figure figcaption.blue a, figure figcaption.blue span.type span {
	color: #fff;
}

figure.header {
	margin-top: 0;
}

figure.header figcaption {
	max-width: 460px;
}

figure.header figcaption:after {
	height: 30px;
	bottom: -30px;
}

figure figcaption.has-ribbon {
	width: 100%;
}

figure figcaption.has-ribbon:after {
	background: url(inc/fw_assets/images/ribbon-pattern.png) 0 0 repeat;
	content: "";
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -20px;
}

figure.header img {
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 1240px) {
	.content-img.header .location, .content-img.header img {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
}

figure.has-no-img figcaption {
	position: relative;
	max-width: 100%;
}

figure span.type {
	color: #000;
	display: block;
	font-size: .9375rem;
	font-weight: 500;
	margin-bottom: 10px;
}

figure.has-no-img figcaption {
	position: relative;
	max-width: 100%;
}

.content-img figcaption {
	padding-bottom: 40px;
}

.content-img {
	margin: 50px 0 80px;
}

.hidden {
	display: none;
}

img {
	max-width: 100%;
}

input[type=email], input[type=file], input[type=number], input[type=password],
	input[type=search], input[type=tel], input[type=text], input[type=url],
	select, textarea {
	background: #fff;
	color: #a3a3a3;
	border-radius: 0;
	border: 1px solid #dedede;
	padding: 10px;
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
	display: block;
	width: 100%;
	margin: 0 0 10px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* --------------------  end global  ------------------- */

/* ----------------------------------------------------- */
/* HOMEPAGE */
.contain-banner-slider {
	z-index: -1;
}

figure.homepage {
	clear: both;
}

figure.homepage figcaption {
	position: relative;
	margin-top: -15%;
	float: right;
	bottom: auto !important;
	top: auto !important;
	right: auto !important;
	margin-bottom: 35px;
}

figure.header figcaption:after {
	height: 30px;
	bottom: -30px;
}

figure.header img {
	margin-left: -100px;
	max-height: 500px;
	height: 500px;
	max-width: calc(100% + 100px);
}

figure figcaption.blue h1 {
	color: #fff;
}

figure figcaption h1 {
	margin-top: 0;
	font-weight: 700;
}

figure figcaption .subtitle {
	margin-bottom: 0;
	color: black;
	font-weight: 700;
}

.content .indent {
	padding: 0 30px;
}

.primary h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-content+ul {
	margin-top: 0px;
}

.site-main ol, .site-main ul {
	margin: auto;
	padding: auto;
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

.site-main ol li, .site-main ul li {
	line-height: 1.5;
	font-size: 1rem;
	margin: auto;
	padding: auto;
	position: relative;
	list-style-type: circle;
	display: list-item;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content h2 {
	margin-bottom: 18px;
	margin-top: 24px;
}

.entry-content+h2 {
	margin-top: 0px;
}

.entry-content h3 {
	margin-bottom: 14px;
	margin-top: 18px;
}

.entry-content ol li, .entry-content ul li {
	padding: 5px;
}

.entry-content>ul, .entry-content+ol {
	paddding-top: 0px;
	margin-top: 0px;
}

.event {
	display: block;
	text-decoration: none;
	margin-bottom: 140px;
}

.event span.online {
	color: #000;
	display: block;
	margin-bottom: -8px;
}

.event span.title {
	color: #fff;
}

.event figure {
	margin-bottom: 0;
}

.event img {
	width: 100%;
}

/*.column {
    margin-bottom: inherit;
    padding: 0 1.375rem;
}*/

/* NEWS HOMEPAGE */
.home-news {
	margin-top: 40px;
}

.home-news .column:first-child h3 {
	padding-left: 30px;
}

.news-item {
	border-top: 1px solid #eee;
	padding-top: 23px;
	padding-bottom: 23px;
	display: block;
	text-decoration: none;
}

.news-item span.date, .news-item span.online {
	color: #000;
	display: inline-block;
	font-size: .9375rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-item span.date span, .news-item span.online span {
	color: #a3a3a3;
}

.news-item span.more {
	display: block;
	padding-right: 50px;
	font-weight: 700;
}

.news-item span.more .fa {
	margin-left: 5px;
}

.content ol li:before, .content ul li:before {
	color: #20c4f4;
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
}

.content .readmore.inline {
	display: inline-block;
}

.content .readmore {
	text-decoration: none;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 700;
}

/* END HOME ----------------------------------------------------- */

/* START BANNER ---------------------------------------------------- */
.banner {
	height: 492px;
	position: relative;
	margin-bottom: 55px;
}

.banner .contain {
	height: 492px;
	position: relative;
}

.banner .banner-slider {
	height: 492px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	/* margin */
	padding: 0 .9375rem;
	padding-top: 0px;
	padding-right: 0.9375rem;
	padding-bottom: 0px;
	padding-left: 0.9375rem;
}

.banner .banner-title {
	background: rgba(32, 196, 244, .9);
	padding: 55px;
	position: absolute;
	left: 35px;
	bottom: 0;
}

.banner .banner-title .pre {
	font-size: 1.375rem;
	font-weight: 700;
}

.banner .banner-title.has-ribbon:after {
	background: url(inc/fw_assets/images/ribbon-pattern.png) 0 0 repeat
		#20c4f4;
	content: "";
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.banner .banner-title h1 {
	color: #fff;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	header.banner .banner-title h1 {
		font-size: 2.5rem;
	}
}

.btn .fa, button.btn .fa, input[type=button].btn .fa, input[type=reset].btn .fa,
	input[type=submit].btn .fa {
	margin-left: 5px;
	margin-right: 5px;
}

.banner .panel-login {
	background: url(inc/fw_assets/images/ribbon-pattern-light.png) 0 0
		repeat rgba(0, 0, 0, .6);
	padding: 30px;
	width: 100%;
	max-width: 366px;
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	header.banner .panel-login {
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}
}

.banner .panel-login .btn {
	margin: 0;
}

.banner .panel-login .btn-clear {
	font-size: .875rem;
	line-height: 1.2;
	padding: .6375rem 0 .9rem .9375rem;
}

.banner .panel-login h2 {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 300;
	margin: 0 0 25px;
}

.banner .panel-login .item {
	margin-bottom: 20px;
}

.banner .panel-login label {
	color: #fff;
	display: block;
	font-size: .875rem;
	font-weight: 500;
	margin: 0 0 10px;
}

.banner .panel-login .btn-clear:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
}

.banner .panel-login .btn:last-child {
	margin-bottom: 0;
}

/* END BANNER  ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* --------------------  sidebar     ------------------- */
/* ----------------------------------------------------- */

/* -------------------- search --------------------*/
/*.search,*/
.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #20c4f4;
	margin-bottom: 40px;
}

.search-form .search-label {
	width: 100%;
	background: #f6f6f6;
	
	margin: 0;
	border: none;
}

.search-form .search-submit {
	padding: 12px;
	line-height: 0;
	background-color: #20c4f4;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
	white-space: nowrap;
	line-height: 0;
}

.search-field {
	width: 100%;
}

/*.search input, */
.search-form input {
	background: #f6f6f6;
	padding: 12px .9375rem;
	margin: 0;
	border: none;
}

.search-form button {
	padding: 12px;
	line-height: 0;
}

.search-form button .fa {
	font-weight: 700;
}

.fa-search:before {
	content: "";
}

input[type=search] {
	padding: 12px;
}
/* -------------------- end search --------------------*/
.side-links {
	margin-bottom: 40px;
}
/* sidebar-links */
.side-links header {
	background: #20c4f4;
}

side-links.blue header {
	background: #20c4f4;
}

.side-links header {
	padding: 15px 30px;
	color: #fff;
	font-weight: 700;
}

.side-links ul {
	padding: 0;
	margin: 0;
}

.side-links ul li a {
	background: #f6f6f6;
	color: #20c4f4;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	max-width: none;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #20c4f440;
	border-bottom-style: solid;
}

.side-links ul li a.active {
	color: #00375e;
}

/* -------------------- sidebar-font ---------------------- */
.sidebar .social h2 {
	margin-bottom: 20px;
}

.sidebar h2 {
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 30px;
}

/* -------------------- sidebar: social  --------------------*/
.fa-facebook-official:before {
	content: "";
}

.social a .fa {
	font-size: 1.5rem;
	margin-left: 0;
	margin-right: 0;
}

.sidebar.social, .sidebar section {
	border-top: 1px solid #dedede;
}

.social h2 {
	font-size: 1.375rem;
	cursor: auto !important;
}

.social a {
	display: block;
	float: left;
	border: 1px solid #20c4f4;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 48px;
	padding: 0;
	text-align: center;
	margin-right: 10px;
}

.btn, button.btn, input[type=button].btn, input[type=reset].btn, input[type=submit].btn
	{
	background-color: #20c4f4;
	padding: .625rem .9375rem;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
	white-space: nowrap;
}
/* --------------------  end sidebar ------------------- */
/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* -------------------- footer links ------------------- */
footer.footer {
	background: #f6f6f6;
	height: 50px;
	margin-top: 25px;
}

footer.footer ul {
	margin-top: 15px;
}

footer.footer ul a {
	color: #a3a3a3;
	font-size: .875rem;
	font-weight: 500;
	text-decoration: none;
	margin-right: 1.25rem;
}

footer.footer ul a:after {
	color: #20c4f4;
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 10px;
}

footer.footer ul li {
	display: inline-block;
}

footer.footer a.logo {
	width: 64px;
	position: absolute;
	top: -21px;
	left: .9375rem;
}

.footer-container {
	background: #f6f6f6;
}

*, :after, :before {
	list-style: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

/* footer text */
.text--bold {
	font-weight: 500;
}

footer.footer .copy {
	color: #a3a3a3;
	display: inline-block;
	font-size: .875rem;
	font-weight: 500;
	margin: 17px 0 0 100px;
}

section.footerlinks figure a.text, section.footerlinks figure span.text
	{
	line-height: 1.6;
}

/* -------------------- end footer -------------------- */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* -------------------- footerlinks   ----------------- */
section.footerlinks {
	border-top: 1px solid #f6f6f6;
	margin-top: 60px;
	margin-bottom: 40px;
}

section.footerlinks ul {
	padding: 0;
	margin: 0;
}

ul, menu, dir {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

section.footerlinks ul li a {
	color: #20c4f4;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	max-width: none;
	padding: 10px 70px 10px 0;
	position: relative;
	text-decoration: none;
}

section.footerlinks ul li a:after {
	color: #20c4f4;
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	bottom: 2px;
	right: 55px;
	font-weight: 400;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* -------------------- end footerlink----------------- */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* -------------------- figure ------------------------ */
figure figcaption.top.has-ribbon:after {
	top: -20px;
}

figure figcaption.blue.has-ribbon:after {
	background-color: rgba(32, 196, 244, .5);
}

figure figcaption.has-ribbon:after {
	background: url(inc/fw_assets/images/ribbon-pattern.png) 0 0 repeat;
	content: "";
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -20px;
}

section.footerlinks figure figcaption {
	padding-top: 70px;
}

@media only screen and (max-width: 768px) {
	section.footerlinks figure figcaption {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

figure figcaption.center {
	left: 30px;
	right: 30px;
}

figure figcaption.top {
	top: 0;
	bottom: auto;
}

figure figcaption {
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: calc(100% - 30px);
}

section.footerlinks figure a.title, section.footerlinks figure span.title
	{
	margin-bottom: 20px;
}

section.footerlinks figure a, section.footerlinks figure span {
	text-decoration: none;
	color: #fff;
}

section.footerlinks figure span.title {
	display: block;
}

figure a, figure span.title {
	border: 0;
	color: #000;
	font-size: 1.1875rem;
	font-weight: 700;
}

/* -------------------- end figure ------------------------ */

/* -------------------- NEW CONTENT  ------------------------ */
.text--bold {
	font-weight: bold;
}

.contain--relative {
	position: relative;
}

.remove--padding {
	padding-right: 0;
	padding-left: 0;
}

/* carousel */
.w100, .carousel-item {
	min-width: 100%;
	min-height: 100%;
}

.carousel {
	height: 100%;
}

.carousel-item img {
	object-fit: cover;
	height: 100%;
}

.carousel {
	/* any dimensions are fine, it can be responsive with max-width */
	
}

.carousel-inner {
	/* make sure your .items will get correct height */
	height: 100%;
}

.carousel-item {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.carousel-item img {
	visibility: hidden;
}

/** --- overrule --- **/
input[type=email], input[type=file], input[type=number], input[type=password],
	input[type=search], input[type=tel], input[type=text], input[type=url],
	select, textarea {
	color: #a3a3a3 !important;
}

/*
.bootstrap-breakout {
	width: 100vw;
	position: relative;
	background-color: lightgreen;
left: calc(-1 * (100vw - 100%) / 2);
  color: rgba(0,0,0,.6);
}*/

/* navigation */

.navbar-logo-img {
	max-height: 80px;
}



/* ------ masthead -------- */
#masthead {
	height: calc(154px-50px);
	margin-bottom: 15px;
}

.header-top-bar {
	background: #f6f6f6;
	height: 50px;
	width: 100%;
	position: relative;
}

.header-top-bar-nav {
	float: right;
	margin: 5px 0 0;
	padding: 0;
}

.header-top-bar-nav li {
	display: inline-block;
	vertical-align: top;
	max-height: 40px;
}

.header-top-bar-nav a {
	color: #a3a3a3;
	display: block;
	font-size: .875rem;
	font-weight: 500;
	text-decoration: none;
	padding-top: 12px;
	margin-right: 25px;
	height: 32px;
	position: relative;
}

.header-top-bar-nav a:after {
	color: #20c4f4;
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -11px;
	top: 12px;
}

.header-top-bar-nav a i {
	font-size: 1.25rem;
}

.header-top-bar-nav li:first-child  a:after { /* no arrow after home */
	display: none;
}

.header-top-bar-nav a i.mo { /* no icons */
	display: none;
}

.header-top-bar-nav-home {
	margin-right: 70px;
}

.fa-home:before {
	content: "";
}


#masthead .nav-link-spotlight:after {
	display: none;
}



/* sidemenu off canvas */
.side-menu header.header button.btn-hamburger span {
	background: transparent;
	left: calc(50% + 8px);
}

header.header .btn-hamburger span {
	height: 4px;
	width: 28px;
	background: #20c4f4;
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

header.header .btn-hamburger span:after, header.header .btn-hamburger span:before
	{
	content: "";
	background: #20c4f4;
	height: 4px;
	width: 28px;
	position: absolute;
	left: 0;
	top: -10px;
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

header.header .btn-hamburger span:after, header.header .btn-hamburger span:before
	{
	content: "";
	background: #20c4f4;
	height: 4px;
	width: 28px;
	position: absolute;
	left: 0;
	top: -10px;
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

header.header .btn-hamburger span:after {
	top: auto;
	bottom: -10px;
}


@media ( max-width : 576px) {
	.container {
		max-width: 100% !important;
	}
}

/* donation widget */
.sliderbar-submenu-description {
	background: #f6f6f6;
	color: #20c4f4;
	font-size: 1rem;
	font-weight: normal;
	display: block;
	max-width: none;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #20c4f440;
	border-bottom-style: solid;
}

/* >> ---------------- PAGES ----------------*/

/* news page */
.content-news-table-2column tr td {
	padding-right: 10px;
	padding-bottom: 10px;
}

.content-news-table-2column tr h6 {
	color: #20c4f4;
}
/* << ----------------- PAGES -----------------*/

/* alles green */
.bg-blue-border-top {
	border-top-color: #81c566;
}

section.footerlinks ul li a {
	color: #81c566;
}

.side-links header {
	background: #80c266;
}

header.header .header-category-nav a, header.header .header-site-nav a {
	border-bottom: 1px solid #81c566;
}

.side-links ul li a {
	color: #81c566;
	border-bottom-color: #81c56640;
}

.side-links ul li a.active {
	color: white;
	background-color: #bcdeae;
	/*	background-color: rgba(128, 194, 102, 0.85);*/
}

a {
	color: #80c266;
}

a:hover, a:focus, a:active, a:visited {
	color: #80c266
}

.entry-content a {
	color: #80c266;
	font-weight: bold;
	text-decoration: none;
}

.btn.btn-outline, button.btn.btn-outline, input[type=button].btn.btn-outline,
	input[type=reset].btn.btn-outline, input[type=submit].btn.btn-outline {
	background-color: transparent;
	border: 1px solid #81c566;
	color: #81c566;
}

/*.search, */
.search-form {
	border-bottom: 1px solid #81c566;
}

.search-form .search-submit {
	background-color: #81c566;
}

footer.footer ul a:after {
	color: #81c566;
}

section.footerlinks ul li a:after {
	color: #81c566;
}


.sidebar-submenus-title-siblings {
	background-color: #bcdeae;
}

figure figcaption.green {
	background: rgba(69, 134, 133, 1);
}

figure figcaption.green.has-ribbon:after {
	background-color: rgba(129, 197, 102, .5);
}

/* donate widget */
.donate-widget header {
	background-color: rgba(69, 134, 133, 1);
}

.sliderbar-submenu-description {
	border-bottom-color: #81c56640;
	color: rgba(69, 134, 133, 1);
}

/* foundation homepage */
.banner .banner-title {
	background: rgba(69, 134, 133, .9);
}

.banner .banner-title.has-ribbon:after {
	background: url(inc/fw_assets/images/ribbon-pattern.png) 0 0 repeat
		#81c566;
}

.banner .banner-title .pre {
	color: #81c566;
	font-size: 3.75rem;
	font-weight: normal;
	line-height: 1;
}

@media only screen and (max-width: 1024px) {
	.banner .banner-title .pre {
		font-size: 2.5rem;
	}
}

.banner .panel-login .btn:last-child {
	width: 100%;
	background-color: #81c566;
	color: white;
}

h2 {
	color: #458685;
	color: rgba(69, 134, 133, 1);
}

.footerlinks h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81c566;
	padding-bottom: 10px;
}

.post, .page {
	margin: 0;
}

.content-img.header .location, .content-img.header img {
	max-height: 450px;
	width: 150%;
}

/* content */
.content-image-right {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* board page */
.content-board-table-2column img, .content-board-table-2column img {
	padding-left: 20px;
	background-color: #81c566;
}

/* news table green */
.content-news-table-2column h6 {
	color: rgba(69, 134, 133, 1);;
}

.content-board-table h5 {
	color: #80c266;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 16px;
}

.content-board-table h6 {
	color: rgba(69, 134, 133, 1);
}

.content-board-table td {
	padding-bottom: 10px;
}

/* search results page */

/*.form .searchtags */
searchtag {
	background: #a0a4a7;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 30px;
	margin-left: 5px;
	cursor: pointer;
}

.search h1.page-title {
	font-size: .9375rem;
}

.search-results-item .entry-summary {
	margin-top: 10px;
}

.search-results-link {
	border-top: 1px solid #eee;
	padding-top: 23px;
	padding-bottom: 23px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 0px;
}

/* offsite */
.off-canvas {
	z-index: 1;
	background: #fff;
	box-shadow: inset 5px 0 10px rgba(0, 0, 0, .15);
	position: fixed;
	/*  right: 0;*/
	height: 100vh;
	padding-bottom: 50px;
	width: 300px;
	/* transform: translateX(300px);*/
	overflow-y: auto;
}

#page-wrapper {
	z-index: 2;
}

@media only screen and (min-width:992px) {
	a.nav-link-spotlight {
		text-decoration: none;
	}
	/*
.dropdown:hover>.dropdown-menu {
  display: block !important;
}*/

	/* header.header .header-site-nav a*/
	a.nav-link-regular {
		border: 0;
		color: #20c4f4 !important;
		color: #80c266 !important;
		font-size: 1rem;
		position: relative;
		text-decoration: none;
	}
	#masthead .header-top-bar-nav a {
		color: #a3a3a3;
	}
	.header-top-bar-nav a:after {
		color: #80c266
	}
}

/****** MASTHEAD ----- SUBMENUS */
@media only screen and (min-width:992px) {
	#masthead  .dropdown-menu {
		background: #fff;
		padding: 40px;
		padding-bottom: 30px;
		padding-top: 30px;
		border: 1px solid rgba(128, 194, 102, .2); /* light green */
	}
	#masthead .dropdown-menu .dropdown-item {
		border-bottom: 1px solid #eee;
		color: #20c4f4;
		color: rgba(128, 194, 102, 1);
		font-size: 1.1875rem;
		font-weight: 500;
		min-height: 40px;
		padding: 8px 20px 12px 0;
		text-decoration: none;
		position: relative;
		font-size: 16px;
	}
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: #f8f9fa90 !Important;
	}
	#masthead .dropdown-menu .dropdown-item:last-child {
		border-bottom-width: 0px;
	}

	/* more sign on submenu */
	#masthead .dropdown-menu  a::after {
		color: #20c4f4;
		color: rgba(128, 194, 102, 1);
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.nav-item-spotlight {
		display: table;
	}
}

@media only screen and (min-width:992px) {
	.nav-item-regular-1 {
		margin-left: 20px;
	}
	.nav-item .nav-link {
		display: table-cell;
		vertical-align: bottom;
		height: 68px;
	}
	.navbar-nav {
		padding-top: 0px;
		margin-top: 0px;
	}
	.navbar .nav-link:hover {
		color: rgba(69, 134, 133, 1) !important;
	}
	.nav-link-spotlight {
		border-bottom-color: rgb(128, 194, 102);
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}
	.nav-item-spotlight {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.nav-link-spotlight {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.navbar-nav li>.dropdown-menu {
		display: none;
	}
	.navbar-nav li:hover>.dropdown-menu {
		display: block;
	}

	/* dropdown-menu ffade */
	custom-toggler .navbar-toggler-icon {
		background-image:
			url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(128, 194, 102)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
}

/* ------------ MODULES --------------*/
.formoptions span {
	margin-right: 4px;
}

.btn, button.btn, input[type=button].btn, input[type=reset].btn, input[type=submit].btn
	{
	background-color: #81c566;
}


.bootstrap-filestyle label.btn-default {
	padding: 5px;
}

/* ----------------------------------*/
/* ------------ GREEN ---------------*/
/* ----------------------------------*/

/** MOBILE MENU LINKS green **/
.dropdown-menu .dropdown-item:active {
	background-color: #468684;
}

/** SIDEBAR LINKS green **/
.side-links ul li a:hover {
	color: #468684;
}

/** CONTENT NEWS green **/
.content-news-table-2column tr h6 {
	color: rgba(69, 134, 133, 1);
}

/* ------------------- --------------*/
/* ------------ MOBILE DEVICES-------*/
/* ------------------- --------------*/
@media only screen and (max-width:420px) {
	header.banner {
		height: 210px;
		margin-bottom: 26px;
	}
	header.banner .banner-slider {
		height: 210px;
	}
	header.banner .banner-title {
		padding: 5px;
	}
	header.banner .banner-title h1 {
		font-size: 20px;
	}
	header.banner .contain {
		height: 210px;
	}
	#secondary {
		margin-top: 20px;
	}
	#secondary .search-form {
		margin-bottom: 20px;
	}
	#main figure.header {
		margin-bottom: 40px;
	}
}

/* ------------------- --------------*/
/* ------------ COMMON --------------*/
/* ------------------- --------------*/
h2:empty {
	display: none;
}

.highlight-block {
	background-color: #ecf0e0;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.highlight-block-darkgreen {
	background-color: #9dcc62;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.highlight-references {
	background-color: #f2f2f2;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 2020 */
/* ----------------side homepage -------------------*/
.donate-widget header {
	background-color: #ed272c;
}

.sliderbar-submenu-description {
	border-bottom-color: #4b97d4;
	color: #ed272c;
}

.side-links ul li a {
	color: #4b97d4;
	border-bottom-color: #4b97d440;
}

/* ----------button socials red ---------------- */
.btn.btn-outline, button.btn.btn-outline, input[type=button].btn.btn-outline,
	input[type=reset].btn.btn-outline, input[type=submit].btn.btn-outline {
	background-color: transparent;
	border: 1px solid #ed272c;
	color: #ed272c;
}

.side-links img {
	display: none;
}

#content h1 {
	color: #ed272c;
}

#content h2 {
	color: #ed272c;
}

.banner .banner-title .pre {
	color: #ed272c;
}

.banner .banner-title h1 {
	font-size: 24px;
}

.banner .banner-title {
	background: rgba(241, 202, 21, .9);
}

.banner .banner-title.has-ribbon:after {
	background: url(inc/fw_assets/images/ribbon-pattern.png) 0 0 repeat
		rgba(241, 202, 21, 1);
}

.banner .panel-login .btn:last-child {
	background-color: #4b97d4;
}

.search-form .search-submit {
	background-color: #4b97d4;
}

.search-form {
	border-bottom: 1px solid #4b97d4;
}

a:hover, a:focus, a:active, a:visited {
	color: #ed272c !important;
}

header h2 {
	color: #4b97d4;
	padding-top: 10px;;
}

/* --------------menu rechts -------------*/
@media only screen and (min-width: 992px) {
	#masthead .dropdown-menu .dropdown-item {
		color: #ed272c !Important;
	}
	a.nav-link-regular {
		color: #ed272c !Important;
	}
	.nav-link-spotlight {
		border-bottom-color: #4b97d4;
	}
	/* > menu */
	#masthead .dropdown-menu a::after {
		color: #f1ca15
	}
}

/* --------------------footer--------------------------- */
section.footerlinks ul li a {
	color: #ed272c;
}

.footerlinks h3 {
	border-bottom-color: #ed272c;
}
/*********** CONTENT ********/
h4 {
	font-size: 1.1rem;
}

section.footerlinks figure figcaption {
	padding-top: 50px;
}

@media only screen and (max-width: 420px) {
	section.footerlinks figure figcaption {
		padding-top: 0px;
	}
	section.footerlinks figure {
		margin-top: 30px;
	}
}

.login h1 a {
	background-image:
		url('https://congress.fip.org/seville2020/wp-content/themes/fipcongress/inc/fw_assets/images/site-logo.png');
}

.btn-margin {
	margin: 10px !important;
	background-color: #4b97d4 !Important;
}

.important-info {
	padding: 20px;
	border-width: 1px;
	border-style: dashed;
	border-color: #4b97d4;
	margin-bottom: 10px;
}

.important-info>h3 {
	margin-top: 0px !important;
}

.nice-table {
	border-width: 1px;
	border-style: dashed;
	border-color: #4b97d4;
	padding: 10px;
}

/* 2020 */
.schedule__date-btn.active {
	background-color: #1a377b;
	color: white !important;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.schedule__date-btn, .schedule__date-btn:visited, .schedule__date-btn a:hover,
	.schedule__date-btn a:focus, .schedule__date-btn a:active {
	text-decoration: none !important;
	color: white !Important;
}

.schedule__item {
	position: relative;
	padding: 23px 0;
	border-top: 2px solid #f3f3f3;
	text-align: center;
}

@media ( min-width : 768px) {
	.schedule__item {
		text-align: left;
		padding: 24px 17px 17px;
	}
}

@media ( min-width : 1000px) {
	.schedule__item {
		padding: 24px 30px 17px;
		transition: opacity 0.3s ease, transform 0.3s ease;
		-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
	}
}

.schedule__items2 h1 {
	margin-bottom: 10px;
	line-height: 1.1em;
	color: #051a48;
	weight: bold;
	padding-top: 10px;
	text-align: left;
	font-weight: 400;
}

.schedule__date-btn {
	background-color: #bcbec0;
	text-align: center !important;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center !important;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	width: 190px;
	padding: 8px 10px;
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none !important;
}

.schedule {
	padding: 0px 0 0px;
	font-size: 16px;
	line-height: 19px;
}

.schedule .btn {
	background-color: #3a5ba6;
	color: white !important
}

.schedule__time {
	display: block;
	margin: 0 0 13px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	white-space: nowrap;
}

@media ( min-width : 768px) {
	.schedule__time {
		display: inline-block;
		vertical-align: top;
		margin: 3px 0 0;
		padding: 0 30px 0 0;
		width: 13.9%;
	}
}

.schedule__event {
	display: block;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

@media ( min-width : 768px) {
	.schedule__event {
		display: inline-block;
		vertical-align: top;
		width: 85%;
		padding: 0 0 0 27px;
		text-align: left !important;
		|
	}
}

.schedule__labels {
	max-height: 43px;
	overflow: hidden;
	margin: 0 15px 16px;
}

@media ( min-width : 768px) {
	.schedule__labels {
		margin: 0 0 20px;
		max-height: 39px;
	}
}

@media ( min-width : 1000px) {
	.schedule__text {
		padding: 0;
		margin: 0 0 22px;
	}
	.schedule__labels {
		margin: 0 0 20px;
		max-height: 43px;
	}
}

.label {
	display: inline-block;
	vertical-align: top;
	padding: 10px 13px;
	margin: 0 0 3px;
	min-width: 88px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	background: #41c5f6;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

@media ( min-width : 768px) {
	.label {
		min-width: 71px;
		font-size: 12px;
		line-height: 12px;
	}
}

.schedule__main-place {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 42px;
	color: #b5b5b5 !important;
	font-size: 16px;
	line-height: 19px;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-decoration: none;
}

.schedule__main-place:hover {
	color: black !important;
	text-decoration: none;
}

@media ( min-width : 768px) {
	.schedule__main-place {
		margin: 0 0 23px;
	}
}

@media ( min-width : 1000px) {
	.schedule__main-place {
		margin: 0 0 22px;
	}
}

/*--------------------------- SINGLE SESSION ------------------------------*/
.single-congresssessions .content h2 {
	text-transform: inherit;
	line-height: 20px;
	font-weight: 400;
	margin-top: 20px;
}

.congress-session-title {
	margin-bottom: 20px;
	margin-top: 30px;
}

.congress-session-organisation {
	color: #4b97d4;
}

.site-main ol li {
	list-style-type: decimal;
}

.time-schedule__session time {
	text-align: center !important;
	display: block;
	width: 100%;
}

.time-schedule__session time {
	width: auto;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	color: white;
}

.time-schedule__session__place, .time-schedule__session time {
	float: left;
	text-align: center;
	color: #eee;
}

.time-schedule__session__place {
	width: auto;
	padding-left: 15px;
	padding-right: 28px;
	border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.sessionlink:active, .sessionlink:hover, a.sessionlink:focus {
	color: #eeee !important;
}

.info_block {margin-right;
	
}

/*--- 2020 --- */
btn, button.btn, input[type=button].btn, input[type=reset].btn, input[type=submit].btn
	{
	background-color: #4b97d4;
}

.entry-content a {
	color: #ed272c;
	font-weight: bold;
	text-decoration: none;
}

.sidebar-header {
    font-weight: bold;
    color: #FFF;
    background-color: rgba(69, 134, 133, 1);;
    padding: 15px 30px;
}

.carousel-item {     background-image: url(https://uploads-ssl.webflow.com/60086a1b2b3a2f8c744b48aa/601a9c4ca4cc31126185cb93_Home%201.png);
!important}