/*!
Theme Name: foundation_b
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foundation
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.

foundation 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 */

.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;
}

/* home-congress home-banner */

.home-banner-container { }

.home-banner-figure { position: absolute;  bottom:0px; position: relative;}

.home-banner-content-info a {
    color: #000;
    font-size: 1.1875rem;
	text-decoration: none !important;
}



figcaption.home-banner-content {

	background: rgba(32,196,244,.9);
    padding: 55px;
    position: absolute;
    left: 35px;
    bottom: 0px;
	text-decoration: none !important;
	padding: 20px;
}

.home-banner-content-previous, .home-banner-content-info {
	padding:30px;
}
.home-banner-content-info { padding-bottom: 40px; }

.home-banner-content-previous {
	bottom: 0px;
    position: absolute;
    right: 0;
	color: white !important;
	text-decoration: none !important;
	font-size: .9375rem;
    bottom: 5px;
	padding-right:0x;
	text-align:center;
	padding-bottom: 0px;

}
.home-banner-container .home-banner-content-previous { 
		
	f
text-decoration: none;
 }

/* home-slider */
.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;
}


/****** NEW 201908 SV *****/
.dashboard-header {
    background: url(inc/fw_assets/images/ribbon-pattern-medium.png) 0 0 repeat #666;
    margin-bottom: 20px;
    padding: .9375rem;
}
.dashboard-header h1 {
	color: #FFF;
	margin: 0;

}

/* BEFORE 
.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 */

.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%;
}


.event figcaption {
width: calc(100% - 30px);

}

/*.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 ---------------------------------------------------- */
 .homepage-banner-height { height: 492px 
}

@media only screen and (max-width:420px) {
	 .homepage-banner-height { height: 210px  }
}

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


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


.banner .banner-slider {
   /*  height: 492px; 2022 */
    position: relative; /* 2022 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%);
}

.banner .panel-login { padding: 30px; padding-bottom: 10px; }
.banner .panel-login-form { padding:0px; margin:0px;}

@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;
    padding: 12px .9375rem;
    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:0px; 
}
/* -------------------- 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, .side-links ul li .panel-heading  {
    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;  autosize 2019 */
    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;
}

section.footerlinks h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


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;
	line-height: 1.2;
}

section.footerlinks ul li a:hover, section.footerlinks ul li a:hover:after {
    color: #00375e; /* 2019 blue */
}



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;
}

[type=email]:focus, [type=file]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, select:focus, textarea:focus {
    border-color: #20c4f4;
    outline: none;
}

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


/* navigation */ 

/* 
header.header .header-category-nav a, header.header .header-site-nav a {
    border-bottom: 1px solid #20c4f4;
}

header.header .header-category-nav li, header.header .header-site-nav li {
     background: #fff;
 display: inline-block;
    height: 70px;
    padding: 15px 10px 0;
    position: relative;
}

header.header .header-nav-subnav ul li {
  display: block;
    padding: 0;
    height: auto;
   
}



.link-nav-item-spotlight  {
    border-bottom: 1px solid #20c4f4;
}
	
.nav-item-spotlight .dropdown-toggle:after {
	display:none !important;	
}
*/


/*
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    
.dropdown:hover>.dropdown-menu {
 display: block;
	}
}

.dropdown:hover>.dropdown-menu {
  display: block;


.dropdown-menu.fade {
   display: block;
   opacity: 0;
   pointer-events: none;
}

.show > .dropdown-menu.fade {
   pointer-events: auto;
   opacity: 1;
}

.navbar-nav .nav-link {
    line-height: 18px;
}

}*/

.navbar-logo-img { top: 10px;
    height: auto;
    width: 70px;
 z-index: 1;
position: absolute;
    top: -40px;
}

.navsbar-logo-img {
    height: 150px;
    width: 118x;
    position: absolute;
    top: -4px;
   
}


/*
nav.navbar a.nav-link-spotlight {
border-bottom: 1px solid #20c4f4;
color: #000;
display: block;
font-size: 1rem;
font-weight: 500;
max-width: 185px;
padding-bottom: 10px;
text-decoration: none;
}

.dropdown-toggle-spotlight::after {
	display:none;
}
*/

/* ------ 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:hover {
    color: #3a3a3a;
}


.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: "";
}

/* 4 dec 

#masthead li.nav-link-spotlight , #masthead li.nav-link-regular {
	background: #fff;
    display: inline-block;
    height: 70px;
    padding: 15px 10px 0;
    position: relative;
}

#masthead .header-category-nav a, #masthead .nav-link-regular a,
{
    border-bottom: 1px solid #20c4f4;
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    max-width: 185px;
	padding:0px;
    padding-bottom: 10px;
    text-decoration: none;
}

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


/*
.navbar-brand-home-log { height: 100%; }


nav.navbar a.navbar-brand-home-logo {
    height: 111px;
    width: 88px;
    position: absolute;
    top: 42px;
    z-index: 1;
	
   
	display:block;
}

@media only screen and (max-width: 1120px) {
	nav.navbar a.navbar-brand-home-logo {
    	top: 10px;
    	height: 90px;
    	width: auto;
   
	}
	
	nav.navbar a.navbar-brand-home-logo  img{
    	top: 10px;
    	height: 90px;
    	width: auto;
   
	}
}
*/

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


/*

.side-menu header.header button.btn-hamburger span:after {
    -webkit-transform: rotate(-45deg) translateY(-14px);
    transform: rotate(-45deg) translateY(-14px);
}

.side-menu header.header button.btn-hamburger span:before {
    -webkit-transform: rotate(45deg) translateY(14px);
    transform: rotate(45deg) translateY(14px);
}

.off-canvas, .site-wrapper {
    overflow: hidden;
    transition: all .75s ease;
}

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

@media only screen and (max-width: 360px)
.off-canvas {
    width: 260px;
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
}

.side-menu .off-canvas {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
*/



@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 {
	/* 2019green
    border-top-color:  #81c566; */
}

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

figure figcaption.blue {
    background: rgba(32,196,244,.9);
}
	
/* 2019
.side-links header {
    background: #80c266;
}
*/

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

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

/* 2019
.side-links ul li a.active {
    color: white;
	background-color: #bcdeae;
}	
*/

a {
    /* green color: #80c266; */
}

/* 2019 a:hover, a:focus, a:active, a:visited {
	color: #a3a3a3;
}
*/
/* 2019: */

	

.entry-content a {
    /* 2019 color: #80c266; */
	color: #20c4f4;
	/*font-weight: bold; 20190502 */
	/*text-decoration: none; 20190502 */
	text-decoration: none;
	
	
}

.page-content a {
	text-decoration: underline;	
}


abstracts
/* 2019
.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;
}
*/
/* 2019 .search-form {
    border-bottom: 1px solid #81c566;
}
*/

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

/* 2019 green 
footer.footer ul a:after {
    color: #81c566;
}


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

/* 2019 green 
figure figcaption.blue {
    background: rgba(96, 154, 151, .9)
	rgba(129, 197, 102, .9);
	
}


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


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

*/


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

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

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

.sliderbar-submenu-description { /* 2019 */
    border-bottom-color: #20c4f4;
	color: black;
}




/* foundation homepage 2019
.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: BLACK;
	    font-size: 1.375rem;
   ont-weight: 700;
    line-height: 1;
}

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

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

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

.footerlinks h3 { border-bottom-width:1px; border-bottom-style: solid;
	border-bottom-color: #20c4f4; 
	/* border-bottom-color: #81c566; green 2019 */
	padding-bottom: 10px;}


.post, .page {
    margin: 0;
}

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


/* 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 , a.nav-link {
		/* sab2019 border: 0; */
		color: #20c4f4; /*!important; P2019 */
		/* 2019 color: #80c266 !important; */
		font-size: 1rem;
		position: relative;
		text-decoration: none;
	}
	
	#masthead a.nav-link-regular { color:#20c4f4 !important; }
	#masthead .header-top-bar-nav a {
		color: #a3a3a3;
	}
	/* 2019 
	.header-top-bar-nav a:after {
		color: #80c266
	}*/
}

/****** MASTHEAD ----- SUBMENUS */
@media only screen and (min-width:992px) {
	#masthead  .dropdown-menu {
		background: #f9fafb; /*#fff;*/
		padding: 40px;
		padding-bottom: 30px;
		padding-top: 30px;
		border: #EEE; /* 2019 MENU BORDER #f9fafbborder-width: 1px;
border-style: solid;*/

	}
	#masthead .dropdown-menu .dropdown-item {
		border-bottom: 1px solid #eee;
		color: #20c4f4;
		/*2019 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;
	}
	#masthead .dropdown-menu .dropdown-item:last-of-type {
		border: none; /*sab2019 */
	}
	.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;
		/*2019 color: rgba(128, 194, 102, 1); */
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.nav-item-spotlight {
		/* sab2019 display: table; */
	}
	/* sab 2019 */
	#masthead .dropdown-menu .special-menu span.knop {
            content: "";
            display: block;
            height: 1em;
            width: auto;
        }
        #masthead .dropdown-menu .special-menu a.btn {
            bottom: 0;
            margin-top: 1em;
            position: absolute;
        }
    /* sab2019 */
}

@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: #00375e !important; /* 2019 */
	}
	.nav-link-spotlight {
		border-bottom-color: #20c4f4; /* 2019 */
		/* 2019 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");
	}
}

.header-nav-subnav ul a:hover, header.header .header-nav-subnav ul a:hover:after {
    color: #00375e;
}

/* ------------ MODULE PHARMABRIDGE --------------*/
.formoptions span { margin-right:4px; }
.ourwork-pharmabridge-form   {background-color: white;}


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

/* ------------ MODULE SCHOLARSHIP --------------*/
.bootstrap-filestyle label.btn-default { padding: 5px; }



/* ------------------- --------------*/
/* ------------ EVENTS --------------*/
/* ------------------- --------------*/

.event-list form { padding-bottom: 30px; padding-top:30px;}

.event-list-results .date {
    color: #000;
    display: block;
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-info.webinars {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}

.content-info.webinars .info .date span {
    color: #a3a3a3;
}

.content-info.webinars .info h2 {
    margin-bottom: 20px;
}

.content-info .info span.action a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}




.content-info .info span.action span {
    color: #a3a3a3;
    margin: 0 5px;
}

.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;
}



.form .item label {
    color: #3a3a3a;
    font-size: .9375rem;
}

.form.small-labels .item-wr .options {
    width: 80%;
    padding-right: 0;
}


.form .item-wr .item-il, .form .item-wr .label {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.form .item-wr .label {
    padding-right: 10px;
    padding-top: 12px;
}

.form .item-wr .label.main {
    color: #000;
    font-size: 1rem;
}

.form.small-labels .item-wr .label {
    width: 20%;
}


.form.sort .item-wr .label {
    width: 10%;
}


.form.sort .item-wr select {
    margin-bottom: 0;
    max-width: 200px;
}

.form .item-wr .options.multi-select select {
    display: inline-block;
    margin-right: 15px;
}

/* ------------------- --------------*/
/************ FAQS ************?
/* ------------------- --------------*/


.faq-accordion {

    margin: 0 0 40px;
	
    position: relative;
}
.faq-accordion .panel-heading {
	background-color: #fefefe;
	border: none;
}

a.faq-item-link  {
    text-decoration: none;
}

.faq-accordion .ccard .fa-angle-down {
	
    position: absolute;
   /* top: calc(40%-height/2);*/
    left: 0px;
    font-family: FontAwesome;
    
	color: #20c4f4;
    transition: all .5s ease;

	
	-webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);

}

.faq-accordion .ccard .panel-heading a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-header, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
}

.faq-accordion-widget .accordion .item {
    padding: 10px 0 10px 40px;
    margin: 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #dedede;
}
.faq-accordion-widget  .ccard-header { border: 0px; }

.content .ccard-body ol li:before, 
.content .ccard-body ul li:before {
	display:none;
}
.ccard-body {
padding-top:20px;	

}

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

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

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

/** CONTENT NEWS green 2019
.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; 2022*/    margin-bottom: 26px;	}
	header.banner .banner-slider { /* 2022 height: 210px; */}
	header.banner .banner-title  {  padding:5px; }
	header.banner .banner-title h1  { font-size: 20px;  }
	header.banner .contain { /*height: 210px; 2022 */ }
	
	#secondary { margin-top: 20px; }
	#secondary .search-form { margin-bottom: 20px;}

	#main figure.header  { margin-bottom: 40px; }
}

@media (min-width: 1200px) {
	.container {
	    max-width: 1280px;
	}
}

/* ------------------- --------------*/
/* ------------ COMMON --------------*/
/* ------------------- --------------*/

h2:empty { display:none; }

.highlight-block { background-color: #ecf0e0; padding: 20px; margin-top:20px; margin-bottom:20px;}
/*2019 .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;}


footer.footer ul a:hover {
    color: #3a3a3a;
}

.dropdown-item {
    white-space: normal;
}

.dropdown-menu .row {
		flex-wrap:nowrap;
		display:flex;
	}
	
.dropdown-menu .col {
	  width: 385px;
}

@media only screen and (max-width: 1240px) 
{
	.dropdown-menu .col{ 
		width: 375px;
	}  
}




/*
.side-links ul li .icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
}

.side-links ul li .icon:after {
    color: #20c4f4;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-weight: 400;
}
*/

   /*

.side-links ul li .icon.active:after {
   content: "\f106";
}
*/
.side-links ul li a.active, 
.side-links .sliderbar-submenu-link.active {
    color: #00375e;
}

.side-links ul .inner {
    overflow: hidden;
    display: none;
}


/* ------------------------------------ */
/* --------------- TRANSLATE----------- */
/* ------------------------------------ */
/*header.header .header-top-bar-nav #google_translate_element .goog-te-gadget .goog-te-combo {
    margin: 0;
}

.header-top-bar-nav .header-top-bar-nav span.icon-gt {
    background: url(../images/logo-google-translate.svg) 0 10px no-repeat;
    background-size: 32px 32px;
    display: block;
    height: 52px;
    margin: -8px 10px 0 0;
    padding: 8px 0 0 39px;
    vertical-align: top;
}
*/

/**********************************************************/
/************** GOOGLE TRANSLATE 201907 *******************/
.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}
.header-top-bar #google_translate_element .goog-te-gadget {
    font-size: 0;
}
.header-top-bar #google_translate_element .goog-te-gadget .goog-te-combo {
    margin: 0;
}
.header-top-bar-nav span.icon-gt {
    background: url(inc/fw_assets/images/logo-google-translate.svg) 0 10px no-repeat;
    background-size: 32px 32px;
    display: block;
    height: 52px;
    margin: -8px 10px 0 0;
    padding: 8px 0 0 39px;
    vertical-align: top;
	overflow: hidden;
}
@media only screen and (max-width: 768px ) {
	.header-top-bar span.icon-gt .goog-te-combo {
		/* padding: 15px 7px 11px 20px;  background-position: top 4px right 3px; */
		width: 30px;
		padding-left: 20px;
	}
	.header-top-bar-nav a {
		padding-top: 6px;
	}
	.header-top-bar-nav a:after {
		top: 6px;
	}
}
@media only screen and (max-width: 440px) {
	.header-top-bar .header-top-bar-nav span.icon-gt .goog-te-combo {
	    padding: 15px 7px 11px 20px;
	    font-size: 0;
	    background-position: top 4px right 3px;
	}
	.header-top-bar-nav span.icon-gt {
	    background-size: 24px;
	    margin-top: -4px;
		margin-right: 0;
	    padding: 8px 0 0 28px;
	    max-height: 40px;
	    max-width: 70px;
	}
	.header-top-bar-nav a {
		margin-right: 10px;
	}
}
.header-top-bar .header-top-bar-nav #google_translate_element .goog-te-gadget .goog-te-combo {
	margin: 0;
}
/************** END GOOGLE TRANSLATE 201907 ***************/
/**********************************************************/

/* ------------------------------------ */
/* --------------- NEWS --------------- */
/* ------------------------------------ */

#newsform {    padding-bottom: 30px; }
.form.sort .item-wr select {
    margin-bottom: 0;
    max-width: 200px;
}

.content-info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    text-decoration: none;
}

.content-info.prev-news {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}


 a.prev-news {
	color: black;
 	font-weight: normal;
} 

.content-info .info {
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
}

.content-info .info p:first-of-type {
    margin-top: 0;
}
.content-info .info div, .content-info .info p {
    margin-bottom: 15px;
}

.content-info .content-picture {
    margin: 0;
    position: relative;
    width: 280px;
    max-height: 178px;
}

.content-info .content-picture img {
    border: 1px solid #dedede;
    max-width: 280px;
    max-height: 178px;
    width: 100%;
	
	 display: block;
  width: 100vw;
  height: 100vh;
	
  object-fit: cover;
	object-position: 50% top;
}

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

.content-info.prev-news .date {
    color: #a3a3a3;
}
.content-info .info h2 {
    margin: 0;
}

.content-info .info div .readmore, .content-info .info p .readmore {
    color: #20c4f4;
    margin-bottom: 0;
    cursor: pointer;
    display: inline;
}


/* NEWS IN HEADER */
.navbar-nav .btn {
    color: #fff;
    margin-top: auto;
    max-width: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

figure figcaption.yellow {
    background: rgba(229,224,12,.9);
}

figcaption.yellow a {
    color: #000;
}

/* MEMBERSHIP REGISTRATION */
input[type=checkbox], input[type=radio] {
	margin-right:5px;
}

/****** NEWS IN SIDEBAR ********/

.side-news {
    margin-top: -1px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.side-news a {
    display: block;
    text-decoration: none;
    color: #000;
}

.side-news a img {
    width: 100%;
    margin-bottom: 25px;
	border: 1px solid #dedede;
}

.side-news a span.title {
    display: block;
    margin-top: 10px;
    margin-bottom: 28px;
    color: #20c4f4;
    font-weight: 700;
}


.side-news a span.type {
    color: #001120;
    font-size: .9375rem;
}
.side-news a span.type span {
    color: #a3a3a3;
}

/****** PRESS RELEASE ITEM ***/
#press-form {    padding-bottom: 30px; }
#pressreleases .news-item-title { color: black; font-weight: bold; }
#pressreleases .news-item-more {  font-weight: bold; color: #20c4f4;
display: inline-block;
margin-left: 10px;}
#pressreleases .news-item .date { display: block; }
#content .date.grey span {
    color: #a3a3a3;
}

.back .fa {
    margin-right: 10px;
	margin-bottom: 20px;
}

h1:blank { height:0px; display:none}

.press-archive-invite { padding-top: 12px; !important;}

/****** PRESS RELEASES IN SIDE BAR ******/


.select-menu {
    position: relative;
    margin-bottom: 30px;
}


.select-menu header, .select-menu-sidebar-nav header {
    background: #f6f6f6;
    border-bottom: 1px solid #20c4f4;
    cursor: pointer;
    font-size: 1.0625rem;
    font-weight: 500;
    height: 45px;
    padding: 12px 30px 12px 15px;
    position: relative;
}

.select-menu-sidebar-nav .dropdown-toggle{
	margin:0px;
	padding:0px;
}

.select-menu-sidebar-nav .dropdown-toggle:after {
	display:none;
	}
.select-menu-sidebar-dropdown {
	padding: 0px;
	margin:0px;
	}	
	
.select-menu ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    z-index: 1;

}

.select-menu ul a , .select-menu-sidebar-nav li a{
    color: #000;
    background: #f6f6f6;
    display: block;
    font-size: 1.0625rem;
    font-weight: 300;
    text-decoration: none;
    min-height: 47px;
    padding: 12px 20px;
    position: relative;
	
	min-height: 0;
    font-size: 14px;
    padding: 8px 15px;
}

/* MOUSE OVER HOVER SIDEBAR SELECT MENU */
.select-menu-sidebar-nav { position: relative; }
.select-menu-sidebar-dropdown{ position: absolute !important; }

/****************** PANEL PROFILE ****************/
.panel-profile {
	background:url(inc/fw_assets/images/ribbon-pattern-light.png) 0 0 repeat #eee;
	padding:30px;
	margin-bottom:10px
}
.panel-profile header {
	background:url(inc/fw_assets/images/ribbon-pattern-medium.png) 0 0 repeat #8689c3;
	height:40px;
	margin:-30px -38px 30px -40px;
	position:relative
}
.panel-profile header:after,.panel-profile header:before {
	content:"";
	width:0;
	height:0;
	position:absolute
}
.panel-profile header:before {
	left:0;
	bottom:-10px;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:10px solid #666;
	z-index:-1
}
.panel-profile header:after {
	top:0;
	right:-1px;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	border-right:9px solid #fff
}
.panel-profile header.profile-slider {
	padding-top:8px
}
.panel-profile header.profile-slider .slick-arrow {
	background:none;
	border:0;
	height:40px;
	width:14px;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:10px;
	z-index:5
}
.panel-profile header.profile-slider .slick-arrow:after {
	color:#fff;
	content:"\f104";
	font-family:FontAwesome;
	font-size:1.125rem;
	text-indent:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
.panel-profile header.profile-slider .slick-arrow.slick-next {
	left:auto;
	right:14px
}
.panel-profile header.profile-slider .slick-arrow.slick-next:after {
	content:"\f105"
}
.panel-profile header .profile-slider-slide {
	color:#fff;
	font-size:1.0625rem;
	font-weight:700;
	text-align:center
}
.panel-profile h2 {
	font-size:1.5rem;
	font-weight:700;
	margin:0
}
.panel-profile p {
	font-weight:300
}
/**************** END PANEL PROFILE ***************/
/**************** MEMBER RESOURCES ****************/
.member-resources .item {
	display:-ms-flexbox;
	display:flex;
	text-decoration:none;
	margin-bottom:20px
}
.member-resources .item figure {
	background:url(inc/fw_assets/images/ribbon-pattern-medium.png) 0 0 repeat #666;
	min-width:130px;
	width:130px;
	height:130px;
	position:relative;
	margin:0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
.member-resources .item img.library {
	width:90px
}
.member-resources .item img.webinars {
	width:80px
}
.member-resources .item img.network {
	width:75px
}
.member-resources .item img.officer-documents {
	width:80px
}
.member-resources .item img.council {
	width:90px
}
.member-resources .item img.faq {
	width:75px
}
.member-resources .item .text {
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid #666;
	padding:0 15px 0 30px
}
.member-resources .item .title {
	font-weight:700;
	display:block;
	margin-bottom:15px;
	transition:all .3s
}
.member-resources .item .title .fa {
	margin-left:5px;
	transition:all .3s
}
.member-resources .item p {
	margin:0;
	font-size:.75rem
}
.member-resources .item:hover .title .fa {
	margin-left:8px
}
/**************** END MEMBER RESOURCES **************************/


#secondary .side-content .select-menu ul a {
    min-height: 0;
    font-size: 14px;
    padding: 8px 15px;
}


.select-menu header:hover+ul {
    max-height: 600px;
}


.select-menu header+ul {
    max-height: 600px;
}

/*--------------- LAST UPDATE PAGE CONTENT ---------*/
.last-update {
    margin-top: 50px;
    font-size: .875rem;
}

/**************** CONGRESS **************************/
#content a.congress-btn { display: inline-block; color: white; text-decoration: none;}

.content-info .info span.subtitle {
    margin-bottom: 30px;
    display: block;
}

.tabs-wr .tabs.tabs-4 li {
    width: 25%;
}

/**************** TABS **************************/
/**/
	
.tab-bar .tab-item {
    background: #fbfbfb !important;
    padding: 20px 30px 0!important;
    margin: 0!important;
    display: inline-block;
    font-size: 1rem;
    height: 80px;
    position: relative;
    border-right: 1px solid #fff;
    cursor: pointer;
    list-style: none;
    vertical-align: top;
    color: #a3a3a3 !important;
	text-decoration: none;
}

.tab-bar .tab-item span {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
}

.tab-item-col2 { width: 50%; }
.tab-item-col3 { width: 33%; }
.tab-item-col4 { width: 25%; }
.tab-item-col5 { width: 20%; }
.tab-item-cok6 { width: 16.6%; }
.tab-item-col7 { width: 14.2%; }

@media only screen and (max-width: 620px) {
	.tab-bar .tab-item {
    display: block;
    text-align: left;
    width: 100%;
		height: 50px;
	}
	
	.tab-bar .tab-item span:after {
	    color: #20c4f4;
	    content: "\f105";
	    font-family: FontAwesome;
	    position: relative;
left: 10px;
	}
}

.tabs-wr.lib .tabs li {
    padding-top: 30px!important;
    text-align: center;
}

.tab-bar .tab-item.active {
    background: #f6f6f6 !important;
    color: #000 !important;
}

.tab-content {
	 background: #f6f6f6;
	 padding: 20px 30px;
}
.tab-bar  .tab-content {
    display: none;
    position: relative;
    background: #f6f6f6;
    padding: 20px 30px;
}

.tab-bar .tab-content .result {
	background-color: white !important;
}


.tab-bar .tab-item:before {
    display: none;
}

.tab-bar .tab-item.active:before {
    background: #20c4f4;
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}




/**/
.tabs-wr {
    margin: 0 0 40px;
}

.tabs-wr .tabs li span {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
}

.result, .tabs-wr {
    position: relative;
}

.tabs-wr .tabs {
    padding: 0;
    margin: 0!important;
    font-size: 0;
}

.tabs-wr .tabs.tabs-2 li {
    width: 50%;
	border-top-width: 5px;
	border-top-color: blue;
	
}



.tabs-wr .tabs li {
    background: #fbfbfb;
    padding: 20px 30px 0!important;
    margin: 0!important;
    display: inline-block;
    font-size: 1rem;
    height: 80px;
    position: relative;
    border-right: 1px solid #fff;
    cursor: pointer;
    list-style: none;
    vertical-align: top;
    color: #a3a3a3;
}


.tabs-wr .tabs li.active:before {
    background: #20c4f4;
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}




/*


.select-menu  {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
}


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

/* ------------------------------------ */
/* extra colors 						*/
/* ------------------------------------ */
.header.pagetitle { }


.side-links.orange header {
    background: #ee7203;
}

figure figcaption.orange {
    background: rgba(238,114,3,.9);
}

figure figcaption.orange.has-ribbon:after {
    background-color: rgba(238,114,3,.5);
}

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

.side-links.purple header {
    background: #8689c3;
}

figure figcaption.purple {
    background:  #8689c3;
}

figure figcaption.purple.has-ribbon:after {
    background-color: rgba(134, 137, 195, .5);
}

figure figcaption.purple h1 { color: white; }

/* pink */

.side-links.pink header {
    background: #d57cda;
}

figure figcaption.pink {
    background:  #d57cdaC8;
}

figure figcaption.pink.has-ribbon:after {
    background-color: #d57cda7a;
}

figure figcaption.pink h1 { color: white; }

/* gray */

.side-links.gray header {
    background: url(inc/fw_assets/images/ribbon-pattern-medium.png) 0 0 repeat #666;
}

figure figcaption.gray {
    background: url(inc/fw_assets/images/ribbon-pattern-medium.png) 0 0 repeat #666;
}

figure figcaption.gray.has-ribbon:after {
    background-color: #666666a0;
}

figure figcaption.gray h1 { color: white; }


.side-links.green header {
    background:rgba(175,202,11,1);
}



/*------------ YELLOW ------ */
.side-links.yellow header {
    background: #e5e00c;
	color: #000;
}

.page-title.yellow {
    background: #e5e00c;
    color: #000;
}

figure figcaption.yellow.has-ribbon:after {
    background-color: rgba(229,224,12,.5);
}




/* accordion submenus */
.panel-title { margin-bottom: 0px; }
.side-links ul li .accordion-toggle { display: inline; }
.side-links ul li .accordion-toggle a {  text-decoration: none;  color: #20c4f4; outline: 0 none !important;}
 .side-links ul li .accordion-toggle a:focus, .side-links ul li .accordion-toggle a:active { outline: 0 none !important;}

.side-links ul li .accordion-toggle { width:1px; height:1px; text-align:right;   padding:0px  }
.accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  color: #20c4f4;
	outline: 0 none;
	
}

.accordion-toggle[aria-expanded="true"]:after {
  content: "\f106";
  color: grey;
	outline: 0 none;
}

accordion-toggle:active {
  content: "\f106";
  color: grey;
	outline: 0 none;
}

.side-links ul  ul { padding-left: 10px; }
ul.side-links-menu { background: #f6f6f6; }


@media only screen and (max-width: 1240px) {
	#navbar .nav-item-spotlight a , #navbar a.nav-link-regular, #navbar a.nav-link-title {
    font-size: .9375rem;
	}
}

#masthead { margin-bottom: 30px; }

/*-------------------------------------------------*/
/*--------------- POPUP HOMEPAGE ------------------*/
/*-------------------------------------------------*/
.popup {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 60px;
    max-width: 660px;
    transform: translate(-50%,-50%);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition-delay: .3s;
    transition: all .5s ease;
}


.popup.become-member {
    max-width: 930px;
    padding: 20px 30px 30px;
}


/*-------------------------------------------------*/
/*--------------- PUBlICATIONS   ------------------*/
/*-------------------------------------------------*/

/* in  sidebar */

.side-publications p {
    font-size: .9375rem;
    margin-bottom: 30px;
}

.publications.overview {
    padding-top: 30px;
	background-color: white;
	margin-left: -40px;
    margin-right: -40px;
	margin-bottom: -20px; 
}

.publications .item {
   /* display: -ms-flexbox;
    display: flex;
    width: 100%; calc(100% / 3 - 20px);
    margin: 0 30px 30px 0;*/
	    margin-bottom: 30px;
}


.publications .item .inner {
    width: 100%;
}

.publications .item .info-wr {
    display: -ms-flexbox;
    display: flex;
}

.publications .item figure {
    width: 138px;
    min-width: 138px;
    max-width: 138px;
    min-height: 196px;
    margin: 0;
    position: relative;
}

.publications .item figure img {
    border: 1px solid #dedede;
}

.publications .item .date {
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.publications .item .info {
    padding: 0 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.publications .item.locked .date:before {
    content: "\f023";
}

.publications .item.unlocked .date:before {
    content: "\f09c";
}
.publications .item .date:before {
    color: #000;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

.publication-widget-title { padding-bottom: 28px; display:block;}

/* STATEMENT LIST ITEM */
.statements { background-color: white;
	 }
.statements .date {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
    margin-right: 15px;
    text-decoration: none;
    color: #000;
}


.statements .select-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
}

.statements .select-menu ul  li, .publications .select-menu ul  li{
	padding: 0;
}
.statements .select-menu ul a {
    color: #000;
    background: #f6f6f6;
    display: block;
    font-size: 1.0625rem;
    font-weight: 300;
    text-decoration: none;
    min-height: 47px;
    padding: 12px 20px;
    position: relative;
}



.statements .select-menu ul a:hover {
    background: #f0efef;
}

.publication-item-combined .buttons {
	display:inline;
	
}

/*
.statements .select-menu ul a:hover:before {
    background: #20c4f4;
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: 0;
}*/

.statements ul.list {
	list-style-type: none;
	padding: 0px;
}




.statements .item {
    border: 1px solid #000;
    position: relative;
    padding: 24px 30px;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
	list-style-type: none;
}


.statements .date:before {
    color: #000;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}
.statements .item.locked .date:before {
    content: "\f023";
}

.statements .item.unlocked .date:before {
    content: "\f09c";
}


.statements .title {
    font-size: 1.125rem!important;
    padding-right: 320px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    min-height: 42px;
    display: block;
}

.statements .select-menu, .publications .select-menu {
    display: inline-block;
    margin: 0 5px 0 0;
}

.statements .info {
    position: absolute;
    top: 28px;
    right: 20px;
}

.statements .info .btn {
    padding-right: 0;
    padding-left: 0;
}


.statements .content {
    margin-top: 25px;
    min-height: 0;
    /*max-height: 0;*/
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.statements .item.active .content {
    max-height: 1000px;
}

.categories { background-color: white;
margin: 5px;  }

.categories .main {
    width: 33.33333%;
    margin: 0;
    min-height: 96px;
    border: 1px solid #dedede;
    border-width: 0 1px 1px 0;
    position: relative;
}

.categories .main .mainitem {
    width: 100%;
	line-height: normal;
    min-height: inherit;
    font-size: 1rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 60px 25px 30px;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.375rem;
}

.categories .main .mainitem:after {
    color: #20c4f4;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 25px;
    right: 40px;
    font-weight: 400;
}


/*-------------------------------------------------*/
/*--------------- STAFF			 ------------------*/
/*-------------------------------------------------*/



.contact-list, .network-list {
	margin-left:0px;
	margin-right:0px;
	
}


.contact-list .profile-info, .network-list .profile-info {
  /*  margin: 0 30px 30px 0;*/
    text-decoration: none;
}

.contact-list .title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}



.profile-info {
   /* display: -ms-flexbox;
    display: flex;
    */
    color: #000;
	padding-right: 15px !important;
    padding-left: 15px !important;
}


.profile-info .info-details
{
	padding: 10px 15px 15px;
}    

.profile-info .info .contact-link {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
    font-size: .9375rem;
	font-weight: normal;
}

.profile-info.network .info h2 {
    font-size: 1.125rem;
    color: #20c4f4;
	margin: 0;
    font-weight: 700;
}
.profile-info.network .info span {
    font-size: .9375rem;
}




.profile-info.network .info span.company, .profile-info.network .info span.subtitle {
    margin-bottom: 15px;
    font-weight: 400;
	display: block;
}

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


.profile-info .profile-picture {
    margin: 0;
    position: relative;
    width: 225px;
    max-width: 225px;
    min-height: 280px;
    background-image: url(../images/bg-no-profilepicture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.profile-info.network .profile-picture {
    width: 130px;
    max-width: 130px;
    min-height: 210px;
}

.bg-blue-border-top { padding-right: 20px;}

/*-------------------------------------------------*/
/*--------------- DIVS			 ------------------*/
/*-------------------------------------------------*/

.block-display-none { display:none !important; }

.select-menu-sidebar-dropdown { width: 100%; }

/**** MENU FIX ****/
#masthead .dropdown-menu {
	margin-top: 0px;
}
    

.table-small { width: auto; }

#masthead .dropdown-menu .dropdown-item:hover {
    color: #00375e;
}

/*********** MASTHEAD NEWS LIST 2 ITEMS ****************/
#masthead .dropdown-menu .news-item {
    border-bottom: 1px solid #eee;
    border-top: none;
    padding-bottom: 23px;
    padding-top: 0;
    margin-bottom: 23px;
}

#masthead .dropdown-menu  h2 {
    font-size: 1.375rem;
    font-weight: 300;
    margin: 0 0 30px;
}

#masthead .dropdown-menu .news-item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}



/* OFF CANVAS */
@media ( max-width : 1000px) {
	.offcanvas-collapse {
		background: rgba(255, 255, 255, 0.9);
		box-shadow: inset 5px 0 10px rgba(0, 0, 0, .15);
		z-index: 260;
		position: fixed;
		top: 50px; /* Height of navbar */
		bottom: 0;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		/*background-color: var(--gray-dark);*/
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		right: 0px;
		width: 260px;
		padding:0;
	}
	.offcanvas-collapse.open {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		/* Account for horizontal padding on navbar */
	}
	.offcanvas-collapse ul li a {
		display: block;
		padding: .5rem 1.7rem .5rem 1.8rem;
		font-size: 1rem;
		line-height: 1.5;
		text-decoration: none;
		position: relative;
		color: #20c4f4;
	}
	
	.off-has-subs br {
		display: none;
	}
	
	.offcanvas-collapse .off-title {
	    background: #20c4f4;
	    color: #fff;
	    display: block;
	    font-size: 1rem;
	    font-weight: 700;
	    line-height: 1.2;
	    text-transform: uppercase;
	    padding: 1rem 1rem 1rem 1.8rem;
	    min-height: 50px;
	    width: 100%;
	}

	.offcanvas-collapse ul {
		padding: 0;
		margin: 0;
	}
	
	.offcanvas-collapse ul li {
		border-bottom: 1px solid rgba(32, 196, 244, .25);
	}
	.offcanvas-collapse .off-level {
		background: #fff;
		height: 150%;
		width: 100%;
		position: absolute;
		top: 0;
		transform: translateX(300px);
		z-index: 1;
		transition: all .3s ease-out;
	}
	.offcanvas-collapse .off-back {
		border-bottom: 1px solid #dedede;
		color: #a3a3a3;
		font-weight: 700;
	}
	
	.offcanvas-collapse .off-level.active {
    	transform: translateX(0);
	}
}


.navbar-nav li:last-child .nav-link { 
	padding-right: 0px;/**/
}

.event figcaption {
	width: calc(100% - 30px);

}

.home-news figcaption { 
	width: calc(100% - 30px);
}

.home-news figure  {
	border: 1px solid #eee;
}



/* SELECTOR */
select  {
    background: url(inc/fw_assets/images/arrow-select.svg) top 8px right 10px/auto 20px no-repeat #fff;
}
h4 {
    font-weight: bold;
    font-size: 1rem;
}

/* LOGGED IN */

.logged-in {
    padding: 30px 30px 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.btn-full-width{ display: block; } 

/* DEPRECATED MENU STYLE */
.indexheader{ display:none;}



.popup {
    background: #fff;
	background-color: #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 60px;
    max-width: 660px;
    transform: translate(-50%,-50%);
    z-index: 99999;
    visibility: hidden;
    opacity: 1;
    transition-delay: .3s;
    transition: all .5s ease;
}


.popup.become-member {
	top: 367px;
	
}

.popup.offcenter {
    transform: translateX(-50%);
}
.popup.open {
    visibility: visible;
    opacity: 1;
}


.popup h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.popup.become-member h2 {
    margin: 0 0 30px;
}



.popup.become-member .choice {
    background: #f6f6f6;
    position: relative;
    padding: 60px 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.popup.become-member .choice:before {
    background: url(inc/fw_assets/images/ribbon-pattern-medium.png) 0 0 repeat rgba(32,196,244,.5);
    content: "";
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	

}

.popup.become-member .choice .btn {
    margin: auto 0 0;
    text-align: center;
	white-space: normal; 
	color:white;
}


.popup.become-member .choice:hover .btn {
    background: #e5e00c;
    color: #000;
}



.popup.become-member .choice:hover:before {
    background-color: rgba(229,224,12,.5);
}

.popup.become-member .choice h3 {
    margin: 0 0 30px;
    font-weight: 700;
}

.popup.become-member .read-more {
    text-decoration: none;
    margin: 20px 0;
    text-align: right;
}

.popup .close.top {
    position: absolute;
    top: 25px;
    right: 25px;
}

.popup .close {
    cursor: pointer;
    color: #20c4f4;
	font-size: 1rem;
}


/* STYLE CONGRES MENU */

.dropdown-menu-right figcaption.yellow a {
	
	font-size: 1.1rem; /* 20190513 1875rem;*/
    max-width: none;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.2;
}

.col.col-small {
	/*2021
    width: 250px;
	padding:20px;
	*/
    width: 250px !important;
	padding:20px !important;
	min-width:200px !important;
}


#masthead .dropdown-menu .special-menu a:after , .special-menu-congress a:after{
	display:none;
}




#masthead .dropdown-menu .special-menu  a {
    border-bottom: 1px solid #eee;
    color: #20c4f4;
   /* font-size: 1.1875rem;*/
    font-weight: 500;
    min-height: 50px;
    max-width: none;
    position: relative;
}


#masthead .dropdown-menu .special-menu  a:last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#masthead .dropdown-menu .special-menu .btn {
    color: #fff;
    margin-top: auto;
    max-width: none;
	/*bottom: 0;
    position: absolute;*/
}


@media only screen and (min-width: 992px){
	#masthead .dropdown-menu { padding: 20px;
	}
}


.nav-link-content-congress, #nav-link-content-id_dropdown_2139 { 
	/*width: 450px;*/ 
	min-width:450px;
	width: 675px;
	right: -75%;
}


.event-contact-detail {
	margin-top:20px; 
	font-size: 12px;
	padding:20px;
	padding-left:10px;
	font-size: 1rem;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #20c4f4;
}

.menu-overview-more { display:none; }
.menu-overview-title { font-size: 1rem; }

/* --------------- form -------------- */
form .item label {
    color: #3a3a3a;
    font-size: .9375rem;
}

.form-tab{ padding: 20px; background-color: #fbfbfb; }
label {
    color: #000;
    font-weight: 700;
}

label .req {
    color: #20c4f4;
}


.publications .item .buttons {
    margin-top: auto;
}
.moreinfo {

    padding-right: 0;
    padding-left: 0;
}

#page-content:empty { display:none; }

/* menu mobile */

dropdown-menu .col-4 {
    min-width: 256px;
}
.dropdown-menu .col-4 a {
    white-space: normal;
}


@media only screen and (max-width: 1200px) {
	#navbar .nav-item-spotlight br { content: ' '; }
	#navbar { width:90%;}
	.header-nav a.navbar-brand-home-logo {
		height: auto;
		width: 45px;
		position: relative;
	}
	.navbar-logo-img { 
		width: 45px; 
	}
	/*#navbar .nav-item-spotlight, #navbar .nav-link-regular  { padding-right: 4px; max-width:120px;}*/
}

@media only screen and (min-width: 992px) {
	.dropdown-menu .col-6,
	.dropdown-menu .ncol-1 {
	    min-width: 385px;
	}
}
@media only screen and (max-width: 992px) {

	
.navbarr-fixed-top {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
	#masthead .nav-link-title br {
		content: ' ';
	}
	.content-area   figure.has-no-img figcaption {
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.dropdown-menu .col {
		width: 50%;
		
	}
	#masthead .special-menu-congress figure  img {
		display: none;
	}
	
	#masthead .special-menu-congress figure figcaption
	{
		position: relative;
		background-color: white;
		padding-bottom:0px;
			padding-top:0px;
	}
	
	#masthead .special-menu-congress figure { margin-bottom: 0px; margin-left: 0px; }
	#masthead .special-menu-congress figure  span.type  { display:none; }
	#masthead .special-menu-congress figure figcaption { padding-left: 24px; 
			/*padding-right:0px;*/ }
	#masthead .special-menu-congress figure figcaption.yellow a 
{
	font-size: 0.9rem;
	color:#20c4f4;
}
	
	#masthead .special-menu-congress figure figcaption.yellow.has-ribbon:after 
		{
	display:none;
			
		}
		#masthead .dropdown-menu  { border: 0;}
	#masthead .dropdown-menu .news-item {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	#masthead .special-menu-news .date { display:none; }
	#masthead .special-menu-news h2 { display: none; }
	#masthead .special-menu-news a.btn { background: white; color:#20c4f4;font-size: 0.9rem;
			padding-left: 1.5rem;
				}
	#masthead .dropdown-menu .news-item { border-bottom-width:0px; padding: .25rem 1.5rem; }
	#masthead .dropdown-menu .col-6 { 
padding-right: 0;
    padding-left: 0;
}
	#masthead .dropdown-menu .col-6:last-child { padding-left: 0px; }
	
	#masthead .special-menu-news btn { background: white; color: black; margin:auto;
			font-size: 0.9375rem;
			padding-left: 1.5rem;}
	
	#masthead .dropdown-item.active, .dropdown-item:active { background-color:#20c4f4 }
	#masthead .dropdown-item { padding-right: 10px; color: #20c4f4 ;}
	#masthead a.nav-link { text-decoration: none; color: black;
				border-bottom-width: 1px; border-bottom-style:solid; border-bottom-color: #20c4f4; /*#fcfcfc;*/ }
	
	#masthead a.dropdown-item {  text-decoration: none; font-size: 0.90rem; }
				
	#masthead .col-small { padding-top:0px; padding-bottom: 0px; padding-right:0px;
		 }
#masthead col-small{
		width: 33%;
	}
	#masthead .special-menu .hide-mobile { display: none; }
	#masthead .special-menu { padding:0;}
	#masthead .special-menu h2 { font-size: 14px; margin-bottom: 5px; margin-left: 0;}
	#masthead .special-menu span.date{ display:none; }
	/* 20190513 #masthead .special-menu a.news-item	 { display:none; } */
	#masthead .dropdown-menu .special-menu .btn { background: white; color: #20c4f4; margin:auto;
			font-size: 0.85rem; border-bottom: 0; padding:0; min-height: 0;}

	#masthead .dropdown-menu .special-menu a  {
font-size: 14px;
	 overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
		padding-left:0px;
		word-break:  overflow-wrap;
	}
  
	/* news mobile */
	/*
	.content-info .content-picture, .content-info .content-picture img  { 
		width: 100%; max-width:100%; }
	*/
	
	/* congresses */
	.content-info.prev-congresses .info { padding-left:15px; padding-right:15px;
		 }
	
	/* tabs pubblications */
	.tab-bar .tab-item span {
    	font-size: 15px;
	}
	#publications-archive-form { margin-bottom: 20px !important;}

	#home-banner-container figure figcaption.yellow { 
			/*position: relative;    /*20190514 */
			padding-bottom: 30px;
    		left: 15px;
	}
	
	.banner .banner-title .pre {
	    font-size: 1.3rem;
	}
	 .home-news {
    	margin-top: 20px;
	}
	
	.content-info .info  { padding-left: 15px; padding-top:15px; }
}


.content ol li:before, .content ul li:before {
	display:none;
	}

.content-page h1 { font-size: 2.25rem; font-weight: 700; }
.content-info .info span.action span {    font-size: 0.9rem; /* hp news button */ }
	
.congress-abstract-date { font-size: 1.25rem !important; color:#20c4f4; font-weight: bold; }
.congress-abstract-toggle-content { font-size: 1rem !important;
			
}

#congress-abstracts .congress-abstract-content { padding:20px; }
#congress-abstracts h2.hover /*, #congress-abstracts h1.hover*/ { 
	font-size: 1rem !important;
	padding:10px; 
			margin: 0;
			cursor: pointer;
			position: relative;
			border-bottom: 1px solid #dedede;}
	/* padding: 10px 0 10px 40px; */
	
#congress-abstracts .hover:before {
  content: "\f107 \00a0 ";
	font-family: FontAwesome;
	color:#20c4f4;
	transform: rotate(90deg);
	transition: all .5s ease;
	font-size: 1.5rem;
}

#congress-abstracts p {
    margin-bottom: 1em;
}

.content-picture-bordered img { border: 1px solid #dedede; }
.special-menu-advocacy .date { display: none; }

.basel-statements-iframe { max-height:500px; }

.categories {
    padding: 0;
    border: 1px solid #dedede;
    border-width: 1px 0 0 1px;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#congress-abstracts-form  .options {
     width: 100%; 
}

.publications.overview { margin-left:-30px; margin-right: -30px; padding:15px; }

.sidebar .select-menu-sidebar-nav header:after {
	color: #20c4f4;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 1rem;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar .select-menu-sidebar-nav ul a {
color: #000;
background: #f6f6f6;
display: block;
font-size: 1.0625rem;
font-weight: 300;
text-decoration: none;
min-height: 47px;
padding: 12px 20px;
position: relative;
}


#homewidget #sidebar-widget-news { display:none; }
/* mobile only */
@media only screen and (max-width: 460px) {

	#homewidget  #sidebar-widget-news { display:block; }
	
	.form.sort .item-wr .label {
		width: 100%;
	}
	.content-info .content-picture {
		max-height: none;
		margin-bottom: 15px;
		width: 100%
	}
	.content-info .content-picture img {
		max-width: none;
		max-height: none;
		width: 100%;
		height: auto;
		max-height: 250px;
	}
	.content-info {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.content-info.prev-congresses .info, .content-info.prev-congresses figure.content-picture
		{
		padding: 0;
	}
}

@media only screen and (max-width: 640px) {
	.content-info .info {
	    padding: 0 0 0 0px;
	}
}


/*** 201908 logout box dashboard ***/
.logged-in.dashboard-logout { padding: 0px; }

/* 201909 login */
.login-form-table {
	width: auto;
	max-width: 100%;
}




/*-------------------- ------------------ ------------------------------*/
/*-------------------- MEMBERORGANIZATION ------------------------------*/
/*
.contact-list .profile-info, .network-list .profile-info {
	margin-top: 0px;

	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px !important;
}

.contact-list .profile-info:nth-child(3n+3), .network-list .profile-info:nth-child(3n+3)
	{
	margin-right: 0;
}*/

.member-organization .profile-info.network .info {
	padding: 10px 15px 15px;
	display: block;
	background: #f6f6f6;
	line-height: 1.2;
	height: 100%;
	position: absolute;
	width: 100%;
}

.member-organization .profile-info.ab-card {
	position: relative;
	min-height: 200px;
	box-model: border-box;
	border-right: 10px solid transparent;
	background-clip: padding-box;
	height: 100%;
		margin-bottom: 14px;
}

/*
.member-organization .profile-info:first-child { margin-left:0px; padding-left:0px !important;}
*/

.member-organization .profile-info.ab-card .contact {
	position: absolute;
	bottom: 15px;
}

.member-organization .profile-info.ab-card .company {
	position: absolute;
	top: 70px;
	left: 0;
	padding-left: 35px;
	padding-right: 15px;
}

.member-organization .profile-info.ab-card .company i {
	position: absolute;
	top: 2px;
	left: 15px;
}

.member-organization .profile-info .info h2 {
	margin: 0;
	font-weight: 700;
}

.member-organization.search-members  .item-wr .label {
	padding-right: 10px;
	padding-top: 0px;
}

.member-organization.search-members .item-wr {
	width: 100%;
	padding: 20px;
}

.member-organization .profile-info.network .info span {
	font-size: .9375rem;
}


.member-organization .profile-info.network .info span.contact a, .profile-info.network .info span.contact span
	{
	font-size: 1.125rem;
}

.member-organization  .profile-info .info span {
	display: block;
}

.member-organization  .profile-info .info span.contact a, .profile-info .info span.contact span
	{
	display: inline-block;
	font-size: 1.375rem;
}

.member-organization  .profile-info .info span.contact span {
	color: #a3a3a3;
	margin: 0 5px;
}

.member-organization  .profile-info .info span.contact a {
	color: #000;
	text-decoration: none;
}

.networklist .profile-info {

}

.networklist div.profile-info:last-child {

	
}
.networklist  .profile-info.network .info {
	
}

.networklist  .profile-info.network .info h2 {
	line-height: 1.2;
}

.site-main  .pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.site-main  .pagination .page-item {

	list-style-type: none;
	margin: unset;
	padding: 0;

	display: list-item;
}

.member-organization {
	display: none;
	margin-right: 0px;
	margin-left: 0px;
}

#member-organization-1 {
	display: flex;
}

.member-organization.show {
	display: flex;
}

.member-organization.hide {
	display: none !important;
}

.member-organization .profile-info.network .info h2 { line-height: 1.1; 
font-size: 1.05rem;}

#memberorganizations_form ,container { padding-left:0px; padding-right:0px; }
#memberorganizations_form .llabel  {justify-content: left; padding-left:0px; }
#memberorganizations_form .ooptions  {}
#memberorganizations_form { padding-top:30px; padding-bottom: 30px;  }
#memberorganizations_form .filter-col { margin-right:0px; }
#memberorganizations_form .filterResults { margin-top:0px; padding: 5px; padding-left:10px; padding-right:10px; }
#memberorganizations_form select { margin-bottom: 0px;}

.organization-type {    margin-bottom: 10px !important; }
/*^^^^^^^^^^^^^^^^^^^ END MEMBERORGANIZATION ^^^^^^^^^^^^^^^^^^^*/


/*--------------------- RELATED CONTENT --------------------*/
.sidebar .side-content.view {
    overflow: visible;
}

.sidebar .side-content.open {
    max-height: 100%;
}

.side-related.indent {
    padding: 0 30px;
}

.side-related .side-content a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 0 0 0 25px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #20c4f4;
    text-align: left;
}

.side-related a .fa {
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 400;
}


.side-related a {
    display: block;
    text-decoration: none;
    color: #000;
}
/*^^^^^^^^^^^^^^^^^^^ RELATED CONTENT  ^^^^^^^^^^^^^^^^^^^*/

/*---- GOOGLE TRANSLATE FIX ----- */
#masthead #navbar .navbar-nav .nav-item:last-child {
	max-width: 116px;padding-right:0px;
}

.home .banner .panel-login-form .item .btn.btn-yellow {
	white-space: normal;
}






/*-------------------------------------- --------------------*/
/*--------------------- MEMBER DASHBOARD --------------------*/
/** panel profile blokje **/
.panel-profile {
	background:url(inc/fw_assets/images/ribbon-pattern-light.png) 0 0 repeat #eee;
	padding:30px;
	margin-bottom:10px
}
.panel-profile header {
	background:url(inc/fw_assets/images/ribbon-pattern-medium.png) 0 0 repeat #8689c3;
	height:40px;
	margin:-30px -38px 30px -40px;
	position:relative
}
.panel-profile header:after,.panel-profile header:before {
	content:"";
	width:0;
	height:0;
	position:absolute
}
.panel-profile header:before {
	left:0;
	bottom:-10px;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:10px solid #666;
	z-index:-1
}
.panel-profile header:after {
	top:0;
	right:-1px;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	border-right:9px solid #fff
}
.panel-profile header.profile-slider {
	padding-top:8px
}
.panel-profile header.profile-slider .slick-arrow {
	background:none;
	border:0;
	height:40px;
	width:14px;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:10px;
	z-index:5
}
.panel-profile header.profile-slider .slick-arrow:after {
	color:#fff;
	content:"\f104";
	font-family:FontAwesome;
	font-size:1.125rem;
	text-indent:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
.panel-profile header.profile-slider .slick-arrow.slick-next {
	left:auto;
	right:14px
}
.panel-profile header.profile-slider .slick-arrow.slick-next:after {
	content:"\f105"
}
.panel-profile header .profile-slider-slide {
	color:#fff;
	font-size:1.0625rem;
	font-weight:700;
	text-align:center
}
.panel-profile h2 {
	font-size:1.5rem;
	font-weight:700;
	margin:0
}
.panel-profile p {
	font-weight:300
}


/** member-resource **/
.member-resources .item {
	display:-ms-flexbox;
	display:flex;
	text-decoration:none;
	margin-bottom:20px
}
.member-resources .item figure {
	
	min-width:130px;
	width:130px;
	height:130px;
	position:relative;
	margin:0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}

.member-resources .item img {
	width:100%; height: 100%;
	/*background:url(inc/fw_assets/images/ribbon-pattern-medium.png) 0 0 repeat;*/
	
}
.member-resources .item img.library {
	width:90px;
	display: none !important;
}
.member-resources .item img.webinars {
	width:80px
}
.member-resources .item img.network {
	width:75px
}
.member-resources .item img.officer-documents {
	width:80px
}
.member-resources .item img.council {
	width:90px
}
.member-resources .item img.faq {
	width:75px
}
.member-resources .item .text {
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid #666;
	padding:0 15px 0 30px
}
.member-resources .item .title {
	font-weight:700;
	display:block;
	margin-bottom:15px;
	transition:all .3s
}
.member-resources .item .title .fa {
	margin-left:5px;
	transition:all .3s
}
.member-resources .item p {
	margin:0;
	font-size:.75rem
}
.member-resources .item:hover .title .fa {
	margin-left:8px
}
.member-resources h1:empty { display:none; }

.member-resources .page-content { margin-top: 0px; }

.panel-profile  .btn.btn-clear.btn-icon {
    margin: 0;
	margin-right:15px;
	margin-bottom:15px;
    padding: 0;
}

/*--------------------- MEMBER DASHBOARD END-----------------*/
/*-------------------------------------- --------------------*/



/*-----------------------------------------------------------*/
/*--------------------- REGISTRATION UPDATE------------------*/
@media (min-width: 576px) {
	#secondary { margin-top: 20px;}
}
@media (max-width: 576px) {
	.pill-subtitle { display:none !important; }
	.pill-subtitle: after { content:""}
}

.membershipregistration-day {
	padding:0px; padding-left:15px;
}
.membershipregistration-month {padding:0px;}
.membershipregistration-year {padding:0px; padding-right:15px;}

.registration-section-checkbox { max-width: 30px;}

.registrationform .form-check-label { font-weight:normal}
.registrationform  .explain { font-weight: normal; font-size:10px; }
.registrationform .formwidth350 { margin-bottom: 0px; }
/*---------------------REGISTRATION UPDATE END---------------*/
/*-----------------------------------------------------------*/


/*---------------------LANUAGE START ------------------------*/
/*-----------------------------------------------------------*/
.language-ar { text-align:right; }
.language-ar p { text-align:right; }
@media (max-width: 768px) {
	.content-language-link { font-size:11px; }
}
/*---------------------LANUAGE END---------------------------*/
/*-----------------------------------------------------------*/


/* 2 button panel */
.banner .panel-login form { padding:10px; padding-top:0px; padding-bottom: 0px;padding-right:5px;}
.banner .panel-login h2 { margin-left:0px; margin-bottom: 0px;}
.banner .panel-login .btn-yellow { font-size: 1.0rem; line-height: 1.2rem;}
.banner .panel-login .submit-btn { padding-top: 0.0rem; padding-bottom: 0.0rem;}
.banner .panel-login .panel-btn-subtitle {color:white; font-weight:600; }
.banner .panel-button-col2 { margin-top:30px; } 
.banner .panel-login .btn-lostpw  { padding-top:5px; padding-bottom: 5px; }

/* covid */
@media (max-width: 768px) {
	.covid-table h3  { font-size: 0.9rem; word-break:break-all;}
	
}

.home-banner-content-previous {
    color: #0f0f0f !important;
}

.entry-content ol li  { 
	list-style:decimal; 
}





.youtube-responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object,
	.youtube-responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nicetable {
	
    border-width: 1px !important;
    border-color: #20c4f4 !important;
    border-style: solid !important;

    padding: 20px !important;
    
   
}
.nicetable td { padding: 30px; }


/* 2024 */

figure figcaption.africa { background-color: rgb(240,102,68); }
figure figcaption.africa.has-ribbon::after { background-color: rgb(240,102,68);  content: ""; /* Ensure the pseudo-element is generated */}
figure figcaption.africa h1 {color:white;}
figure figcaption.africa a { color: white !important; }
figure figcaption.africa a.language-selected { color: black !important; }
figure figcaption.africa a.language-selected { color: black !important; }

figure figcaption.americas { background-color: rgb(255 , 199 , 95); }
figure figcaption.americas.has-ribbon::after { background-color: rgb(255 , 199 , 95); content: ""; /* Ensure the pseudo-element is generated */}
figure figcaption.americas h1 {color:white;}
figure figcaption.americas a { color: white !important; }
figure figcaption.americas a.language-selected { color: black !important; }

figure figcaption.easternmediterranean { background-color: rgb(122 , 199 , 163); }
figure figcaption.easternmediterranean.has-ribbon::after { background-color: rgb(122 , 199 , 163); content: ""; /* Ensure the pseudo-element is generated */}
figure figcaption.easternmediterranean h1 {color:white;}
figure figcaption.easternmediterranean a { color: white !important; }
figure figcaption.easternmediterranean a.language-selected { color: black !important; }

figure figcaption.southeastasian { background-color: rgb(44 , 44 , 44); color: white !important; }
figure figcaption.southeastasian.has-ribbon::after { background-color:  rgb(44 , 44 , 44);  content: ""; /* Ensure the pseudo-element is generated */}
figure figcaption.southeastasian h1 {color:white;}
figure figcaption.southeastasian a { color: white !important; }
figure figcaption.southeastasian a.language-selected { color: black !important; }

figure figcaption.westernpacific { background-color: rgb(148 , 101 , 142); }
figure figcaption.westernpacific.has-ribbon::after { background-color: rgb(148 , 101 , 142);  content: ""; /* Ensure the pseudo-element is generated */}
figure figcaption.westernpacific h1 {color:white;}
figure figcaption.westernpacific a { color: white !important; }
figure figcaption.westernpacific a.language-selected { color: black !important; }

.side-news a img {
    max-height: 250px;
    object-fit: cover;
}

.header-top-bar {
    background: rgba(32,196,244,0.025); }

	/* 2025 */
	
footer.footer .copy {
	color: black;
   /*  color: #a3a3a3; */
}

footer.footer ul a {
	color: black;
   /*  color: #a3a3a3; */
}

footer.footer ul a:hover {
   color: #a3a3a3;
}
table.nice-table {
  all: revert;
  border-collapse: collapse;
  width: 100%;
}

table.nice-table th,
table.nice-table td {
  border: 1px dashed #20c4f4;
  padding: 10px;
  vertical-align: top;
}

#masthead .dropdown-menu .news-item {

  /*   margin-bottom: 0px; */
}