/*---------------------------------------------------------

	CSS for Inovie v2 & Labs

------------------------------------------------------------

+ by MANYFOLD
	- wearemanyfold.com
	- Questions? support@wearemanyfold.com
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
* {
	box-sizing: border-box;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: initial;
} /* woocommerce fix */

abbr[title] {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html {
	font-size: 62.5%; /* $font-base = 10px */
}

/* Lazy Load for WP Rocket */
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
	/* we set the opacity to 0 */
	opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
	/* prepare the future animation */
	-webkit-transition: opacity 0.5s linear 0.2s;
	-moz-transition: opacity 0.5s linear 0.2s;
	transition: opacity 0.5s linear 0.2s;
	/* we set the opacity to 1 to do the magic */
	opacity: 1;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 36px;
	-webkit-font-smoothing: antialiased;
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
	clear: both;
	margin: 0;
	display: block;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.h1,
h1 {
	font-size: 36px;
	line-height: 40px;
}

.h2,
h2 {
	font-size: 38px;
	line-height: 40px;
}

.h3,
h3 {
	font-size: 24px;
	line-height: 28px;
}

p,
li {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

p.small {
	font-size: 14px;
	line-height: 18px;
}

p.small:not(:last-of-type) {
	margin-bottom: 18px;
}

em,
i {
	font-family: "Lora", serif;
	font-weight: 700;
	font-style: italic;
}

b,
strong {
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

blockquote {
	margin: 0;
	padding: 32px;
}

#page blockquote p:first-child {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 26px;
}

blockquote p:last-child {
	font-size: 20px;
	line-height: 28px;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ul.no-style {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.inline {
	font-size: 0;
	line-height: 0;
}

ul.inline li {
	float: left;
}

ol {
	list-style-type: decimal;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	transition: color 0.4s ease;
}

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

.cta {
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	border-radius: 10rem;
	padding: 20px 50px !important;
	padding: 2rem 5rem !important;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	border: 0;
	margin: 0 0 60px;
	margin: 0 0 6rem;
}

.cta.small {
	padding: 10px 20px;
	min-width: initial;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

body {
	background-color: #fff;
}

.mobile,
.tablet {
	display: none;
}

.wrap {
	padding: 0 60px;
	max-width: 1320px;
	margin: 0 auto;
}

.site-content {
	overflow: hidden;
}

/* Grid */
.g1 {
	max-width: 7rem;
}
.g2 {
	max-width: 17rem;
}
.g3 {
	max-width: 27rem;
}
.g4 {
	max-width: 37rem;
}
.g5 {
	max-width: 47rem;
}
.g6 {
	max-width: 57rem;
}
.g7 {
	max-width: 67rem;
}
.g8 {
	max-width: 77rem;
}
.g9 {
	max-width: 87rem;
}
.g10 {
	max-width: 97rem;
}
.g11 {
	max-width: 107rem;
}
.g12 {
	max-width: 117rem;
}

.g1,
.g2,
.g3,
.g4,
.g5,
.g6,
.g7,
.g8,
.g9,
.g10,
.g11,
.g12 {
	width: 100%;
	box-sizing: border-box;
}

img {
	display: block;
}

/* Content Section */
.content-section {
	padding-bottom: 85px;
}

.content-section.section-bg {
	padding: 0;
}

.content-section .col-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.content-section .col-wrap .col {
	margin: 0;
}

.content-section .col-wrap.one-col > .col {
	width: calc(50% + 50px);
}

.content-section .col-wrap.two-col > .col {
	/* 50/50 grid */
	flex-grow: 1;
	flex-shrink: 1;
	/*flex-basis: 0%;*/
	width: 50%;
}

.content-section .col-wrap.two-col > .col:nth-child(2n + 1) {
	padding-right: 25px;
}

.content-section .col-wrap.two-col > .col:nth-child(2n + 2) {
	padding-left: 25px;
}

.content-section .section-title {
	margin-bottom: 26px;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

.content-section .section-content p {
	margin-bottom: 12px;
}

.content-section .section-content ul,
.content-section .section-content ol {
	margin-left: 32px;
	margin-bottom: 40px;
}

.content-section .section-content ul + a,
.content-section .section-content ol + a {
	margin-top: -40px;
}

.content-section .section-content a:not(.ddownload-link) {
	padding-bottom: 1px;
	border-bottom: 1px dotted;
}

.content-section img.section-image,
.content-section .section-image img {
	width: 100%;
	display: block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Breadcrumbs */
#breadcrumbs,
#breadcrumbs ul,
#breadcrumbs ul ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
	list-style: none;
	font-size: 0;
	line-height: 0;
	width: 100%;
}

#breadcrumbs ul.children {
	padding: 0px;
	margin: 0px;
}

#breadcrumbs ul.children {
	opacity: 0.8;
}

#breadcrumbs ul.children ul {
	opacity: 0.6;
}

#breadcrumbs .wrap {
	width: 100%;
}

#breadcrumbs li {
	margin: 0 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#breadcrumbs li a {
	line-height: 18px;
	font-size: 15px;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	background-color: #fff;
	padding: 10px 22px 10px 22px;
	min-height: 48px;
	transition: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	border-radius: 100px;
}

#breadcrumbs li strong {
	width: 100%;
	text-align: center;
}

#breadcrumbs li div.svg-icon {
	max-width: 28px;
	display: inline-block;
	height: 28px;
	margin-right: 16px;
}

#breadcrumbs li div.svg-icon svg {
	height: 100%;
	width: auto;
}

/* Blocks */
.block-wrap {
	position: relative;
}

.background-right {
	pointer-events: none;
	width: 177px;
	height: 208px;
	position: absolute;
	right: 0;
	/*top: -90px;*/
	opacity: 0.7;
}

.background-left {
	pointer-events: none;
	width: 127px;
	height: 208px;
	position: absolute;
	left: 0;
	bottom: 5%;
	opacity: 0.1;
}

.block-wrap .section-header {
	margin: 0 auto 85px;
	text-align: center;
}

.block-wrap .section-header h1 {
	display: block;
	font-size: 45px;
	line-height: 50px;
}

.block-wrap .section-header h1:before {
	content: "";
	display: block;
	margin: 10px auto 20px;
	width: 50px;
	height: 4px;
	border-radius: 100px;
}

.block-wrap .section-header h2 {
	display: block;
	font-size: 24px;
	line-height: 30px;
	max-width: 470px;
	margin: 0 auto;
}

/* Block: Text */
.block-text .section-content .section-title {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 20px;
}

.block-text .section-content p,
.block-text .section-content li {
	font-size: 15px;
	line-height: 20px;
}

.block-text .section-content li {
	margin-bottom: 12px;
}

.block-text .section-content p em {
	font-family: "MaaxRounded", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
}

#content .block-text .col.text-col {
	padding-top: 60px;
}

#content ol li,
#content ul li {
	margin-bottom: 8px;
}

#content .block-text .col.text-col.no-padding {
	padding-top: 0px;
}

#content .block-text .col-wrap .col:only-child {
	padding-right: 0;
	width: auto;
	flex: inherit;
}

#content .block-text .col-wrap .col:only-child.text-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	padding-top: 0;
}

#content .block-text .col:only-child.text-col p {
	display: inline-table;
}

/* Block Text: Gallery */
.block-text .gallery {
	margin: 0;
}

.block-text .gallery img {
	margin: 0 auto;
}

.block-text .gallery .image-mask {
	position: relative;
}

.block-text .gallery .image-mask .svg {
	height: 384px;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.block-text .gallery .image-mask .svg svg {
	height: 538px;
	display: block;
	pointer-events: none;
	transform: translateY(-52px);
}

.block-text .gallery .image-mask .secondary-svg {
	height: 434px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	transform-origin: center center;
	pointer-events: none;
}

.block-text .gallery .image-mask.animated .secondary-svg {
	animation: rotate-svg 4s ease 1 forwards;
}

.block-text .gallery .image-mask .secondary-svg svg {
	display: block;
	pointer-events: none;
	height: 100%;
	width: 100%;
	transform: scale(1.1) translateY(22px);
	transform-origin: center center;
}

.block-text .gallery .image-mask .svg svg rect,
.block-text .gallery .image-mask .secondary-svg svg rect {
	display: none;
}

.block-text .gallery .image-mask .secondary-svg svg .d {
	opacity: 0;
	animation-delay: 4s;
}

.block-text .gallery .image-mask.animated .secondary-svg svg .d {
	animation: image-mask 0.2s ease 1 forwards;
}

.block-text .gallery .image-mask img {
	-webkit-clip-path: circle();
	clip-path: circle();
	transform: scale(0.89) translateY(30px);
	transform-origin: center center;
	max-height: 384px;
}

@media screen and (-ms-high-contrast: active),
	screen and (-ms-high-contrast: none) {
	body .block-text .gallery .image-mask .svg,
	body .block-text .gallery .image-mask .secondary-svg {
		display: none;
	}

	body .block-text .gallery .caption.with-mask {
		margin-top: 30px;
	}
}

@keyframes image-mask {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.block-text .gallery .caption {
	display: block;
	text-align: center;
	max-width: 290px;
	margin: 40px auto 0;
}

.block-text .gallery .caption.with-mask {
	max-width: 200px;
	margin: 80px auto 0;
}

.block-text .gallery .caption p {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

.block-text .gallery .caption:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 23px;
	height: 5px;
	border-radius: 100px;
}

/* Block Text: Gallery Slider */
.block-text .gallery.slider .slide {
	position: relative;
}

.block-text .gallery.slider img {
	width: 100%;
	height: auto;
}

.block-text .gallery.slider .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 26px 20px 20px 20px;
	text-align: center;
	background-color: #fff;
	max-width: inherit;
	min-height: 114px;
}

.block-text .gallery.slider .caption p {
	max-width: 500px;
	margin: 0 auto;
}

/*.block-text .gallery.slider */
.slick-arrow {
	outline: 0;
	display: block;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	line-height: 0;
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: calc(50% - 32px);
	z-index: 10;
	transition: all 0.4s ease;
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: 50% 50%;
}

/*.block-text .gallery.slider */
.slick-arrow:hover {
	background-color: rgba(255, 255, 255, 0.9);
	transform: scale(1.05);
	transform-origin: center center;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

/*.block-text .gallery.slider */
.slick-arrow.slick-prev {
	left: -32px;
	background-image: url(../images/arrow-left.svg);
}

/*.block-text .gallery.slider */
.slick-arrow.slick-next {
	right: -32px;
	background-image: url(../images/arrow-right.svg);
}

/* slick 1.81 un-mined doesn't know how to remove dots when it's only one */

.slick-dots > li {
	display: inline-block;
}

.slick-dots > li:only-child {
	display: none;
}

.block-text .gallery.slider .slick-dots {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	width: 100%;
	padding: 0;
	max-width: 1320px;
	margin: 20px 0 0 0;
	text-align: right;
}

.block-text .gallery.slider .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

.block-text .gallery.slider .slick-dots li button {
	outline: 0;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	line-height: 0;
}

/* Block: Second Block Text */
.block-text.full-width .background-left,
.block-text.full-width .background-right {
	/*display: none;*/
}

/* first instance of fullwidth text block */
#content .block-wrap:first-of-type .block-text.full-width .section-header {
	text-align: center;
	margin: 0 0 44px;
}

#content
	.block-wrap:first-of-type
	.block-text.full-width
	.section-header
	h1:before,
#content .tabs .block-tabbed-text.full-width .section-header h1:before {
	display: block;
}

/* subsequent instance of fullwidth text block */
.block-text.full-width .section-header {
	text-align: left;
	margin: 0 0 44px;
}

.block-text.full-width .section-header {
	text-align: center;
}

#content .full-width .section-header h1:before {
	display: none;
}

.block-text.full-width .section-header h2 {
	margin: 10px 0 0 0;
	max-width: inherit;
}

#content .block-text.full-width .col-wrap .col:only-child.text-col {
	column-gap: inherit;
	column-count: 1;
	padding-top: 0;
}

/* Block: Keywords */
#content .block-keywords .keywords {
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.keywords li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 190px;
	max-width: 190px;
}

.keywords span,
.keywords p {
	display: block;
}

.keywords .icon {
	height: 249px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 42px;
	position: relative;
}

.keywords .icon i {
	font-size: 50px;
}

.keywords .icon svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	height: 249px;
	transform: translateX(-20px);
}

.keywords li:first-child .icon svg {
	transform: translateX(-27px);
}

@media screen and (-ms-high-contrast: active),
	screen and (-ms-high-contrast: none) {
	body .keywords .icon svg {
		width: 100%;
	}

	.keywords li .icon svg {
		transform: translateX(-10px);
	}

	.keywords li:first-child .icon svg {
		transform: translateX(-17px);
	}

	.keywords li:last-child .icon svg {
		transform: translateX(-2px) scale(1.1);
	}
}

.keywords .icon img {
	width: 56px;
	height: auto;
	display: block;
}

.keywords .label {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.5px;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

.keywords .description {
	width: 100%;
	padding: 12px 10px 0;
}

.keywords .description p {
	font-size: 14px;
	line-height: 18px;
}

/* Block: Infographics */
#content .block-infographics .stats {
	margin: 0 -2%;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* space-between */
}

/* Block: Infographics */
#content .block-infographics h2 {
	padding-bottom: 40px;
	text-align: center;
}

#content .block-infographics h3 {
	padding-bottom: 20px;
	text-align: center;
}

.stats li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 0%;
	margin: 0 2%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: calc(33.33% - 4%);
	min-height: 275px;
	margin-bottom: 44px !important;
	position: relative;
}

.stats .svg {
	height: 275px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.stats .svg svg {
	height: 275px;
	display: block;
	pointer-events: none;
}

.stats .secondary-svg {
	height: 319px;
	width: calc(100% + 44px);
	margin-left: -22px;
	margin-top: -22px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	transform-origin: center center;
	pointer-events: none;
}

.stats.animated .secondary-svg {
	animation: rotate-svg 2s ease 1 forwards;
}

.stats .secondary-svg svg {
	display: block;
	pointer-events: none;
	height: 100%;
	width: 100%;
}

.stats .secondary-svg svg rect {
	display: none;
}

.stats .secondary-svg svg * {
	fill: #000;
}

@keyframes rotate-svg {
	0% {
		transform: rotate(40deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.stats span,
.stats strong {
	display: block;
}

.stats .prefix,
.stats .label,
.stats .description {
	max-width: 140px;
	margin: 0 auto;
}

.stats .prefix {
	font-size: 13px;
	line-height: 15px;
	display: block;
}

.stats .label {
	font-size: 16px;
	line-height: 18px;
	display: block;
}

.stats .prefix {
	padding-bottom: 3px;
}

.stats .label {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

.stats .counter {
	font-size: 52px;
	line-height: 52px;
	display: block;
}

.stats .counter.too-big {
	font-size: 34px;
}

.stats .description {
	color: #54565d;
	font-size: 13px;
	line-height: 15px;
	padding-top: 5px;
}

.stats .icon {
	height: 249px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 42px;
	position: relative;
}

.stats .icon i {
	font-size: 50px;
}

.stats .icon svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	height: 249px;
	transform: translateX(-20px);
}

.stats li:first-child .icon svg {
	transform: translateX(-27px);
}

@media screen and (-ms-high-contrast: active),
	screen and (-ms-high-contrast: none) {
	body .stats .icon svg {
		width: 100%;
	}

	.stats li .icon svg {
		transform: translateX(-10px);
	}

	.stats li:first-child .icon svg {
		transform: translateX(-17px);
	}

	.stats li:last-child .icon svg {
		transform: translateX(-2px) scale(1.1);
	}
}

.stats .icon img {
	width: 56px;
	height: auto;
	display: block;
}

/* Block: Infographics Full Width */
.block-infographics.has-bg {
	padding: 45px 0;
	position: relative;
	background-image: url(../images/infographics-left.png),
		url(../images/infographics-right.png);
	background-repeat: no-repeat, no-repeat;
	background-size: 14% auto, 50% auto;
	background-position: left bottom, right top;
	margin-bottom: 40px;
}

.block-infographics.has-bg .content-section {
	padding-bottom: 0;
	padding-top: 0;
}

.block-infographics.has-bg .content-section p {
	color: #fff;
}

.block-infographics.has-bg .stats li {
	min-width: calc(25% - 4%);
	min-height: 215px;
	margin-bottom: 0;
}

.block-infographics.has-bg .stats .svg,
.block-infographics.has-bg .stats .svg svg {
	height: 215px;
}

.block-infographics.alternate-version .stats .svg,
.block-infographics.alternate-version .stats .secondary-svg,
.block-infographics.alternate-version .stats .svg svg {
	display: none;
}

.block-infographics.has-bg .stats .secondary-svg {
	height: 259px;
}

.block-infographics.has-bg .stats .prefix,
.block-infographics.has-bg .stats .label {
	font-size: 17px;
	line-height: 20px;
}

.block-infographics.has-bg .stats .label.too-big {
	font-size: 14px;
}

.block-infographics.alternate-version .stats li {
	border-radius: 200px;
	min-height: 350px;
	background: linear-gradient(0deg, #ffffff, #eeeeee);
}

/* Block: Timeline */
.block-timeline .content-section {
	margin-bottom: 78px;
}

#content .block-timeline ul {
	max-width: 560px;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
}

.block-timeline ul:before {
	content: "";
	display: block;
	height: calc(100% + 78px);
	width: 5px;
	position: absolute;
	top: -75px;
	left: 50%;
	border-radius: 100px;
	margin-left: -8px;
	z-index: 20;
	top: 3px;
	z-index: 0;
}

.block-timeline ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 147px;
}

.block-timeline ul li:nth-child(odd) {
	flex-direction: row;
}

.block-timeline ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.block-timeline ul li .year {
	font-size: 25px;
	line-height: 27px;
	text-align: center;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 122px;
	position: relative;
	z-index: 0;
	padding: 25px;
	margin-top: 66px;
}

.block-timeline ul li:nth-child(odd) .year {
	margin-left: 214px;
}

.block-timeline ul li:nth-child(even) .year {
	margin-right: 238px;
}

.block-timeline ul li .description {
	padding: 20px 17px;
	max-width: 224px;
	border-radius: 20px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 224px;
	margin-top: 69px;
	position: relative;
	height: 162px;
}

.block-timeline ul li:nth-child(odd) .description:before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	left: -8px;
	top: 50%;
	margin-top: -11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 6px;
	z-index: 10;
}

.block-timeline ul li:nth-child(even) .description:after {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	right: -8px;
	top: 50%;
	margin-top: -11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 6px;
	z-index: 10;
}

.block-timeline ul li .description .label {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 16px;
	display: block;
}

.block-timeline ul li .description p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.block-timeline ul li .description ul {
	list-style: disc !important;
	display: block !important;
	margin: 0px !important;
	padding: 0px !important;
}

.block-timeline ul li .description ul li {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px !important;
}

/* 	>> Horizontal Timeline */

#content .block-timeline.horizontal ul {
	overflow-x: scroll;
	overflow-y: hidden;
	max-width: none;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 40px;
	list-style-type: none;
	position: relative;
	display: flex;
	align-items: self-end;
	padding-bottom: 20px;
}

.block-timeline.horizontal ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: auto !important;
	width: calc(100% - 10px);
	margin-right: 10px;
}

.block-timeline.horizontal ul li:last-child {
	margin-right: 0px;
}

.block-timeline.horizontal ul li:nth-child(odd) {
	flex-direction: column;
}

.block-timeline.horizontal ul li:nth-child(even) {
	flex-direction: column-reverse;
}

.block-timeline.horizontal ul li .description .label {
	font-size: 16px;
	line-height: 18px;
}

.block-timeline.horizontal ul li .year {
	flex-basis: auto;
	margin: 0px;
}

.block-timeline.horizontal ul li .description {
	width: 100%;
	flex: 0 0 200px;
	position: relative;
	margin-top: 0px;
	height: auto;
}

.block-timeline.horizontal ul li:nth-child(odd) .description {
}
.block-timeline.horizontal ul li:nth-child(even) .description {
}

#content .block-timeline.horizontal ul:before {
	content: none;
	display: none;
	/*width: 100%;
	    height: 4px;
	    position: absolute;
	    top: 50%;
	    left: 0px;
	    margin-left: 0px;
		z-index:0;*/
}

.block-timeline.horizontal ul li:nth-child(odd) .description:before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 50%;
	top: 0px;
	margin-top: -11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 6px;
	z-index: 10;
}

.block-timeline.horizontal ul li:nth-child(even) .description:after {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 50%;
	top: 100%;
	margin-bottom: -11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 6px;
	z-index: 10;
}

/* Block: Form */
/*	.block-wrap .block-form .section-header {
		display: none;
	}
*/
.block-form .col-wrap .col {
	margin: 0 auto;
}

#content .nf-form-title,
#content .nf-before-form-content {
	display: none;
}

#content form .nf-field-container {
	margin-bottom: 10px; /* was 36px */
}

#content form input:not([type="button"]),
#content form textarea {
	outline: 0;
	cursor: pointer;
	width: 100%;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-color: transparent;
	padding: 12px 19px;
	box-sizing: border-box;
	min-width: 480px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

#content form input:not([type="button"]):focus,
#content form textarea:focus {
}

#content textarea {
	resize: none;
	padding-bottom: 126px;
}

#content form label {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0em;
	padding: 0px;
	/*		text-transform: uppercase;
*/
}

#content form input[type="checkbox"] {
}

#content form .nf-field-container.submit-container {
	margin-bottom: 0;
}

#content form input[type="button"] {
	cursor: pointer;
	border-radius: 50px;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1em;
	padding: 25px 19px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	height: auto;
	border: 0;
}

/* handle multipart next / prev */
#content form input.nf-next[type="button"],
#content form input.nf-previous[type="button"] {
	cursor: pointer;
	border-radius: 25px;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
	padding: 12px 9px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	height: auto;
	border: 0;
}

#content form input[type="button"]:hover {
}

#content form .checkbox-container.label-right .field-wrap {
	display: block;
	flex-direction: inherit;
}

#content form .checkbox-container.label-right .field-wrap .nf-field-label {
	margin-top: 50px;
	margin-bottom: 20px !important;
}

#content form .checkbox-container.label-right .field-wrap label {
	padding: 0 0 0 10px;
	line-height: 24px !important;
}

#content form .checkbox-container.label-right label:after {
	transform: translateY(3px);
}

#content
	form
	.checkbox-container.label-right
	.field-wrap
	.nf-field-description {
	line-height: 20px;
	padding-right: 10%;
}

#content form .nf-pass.field-wrap .nf-field-element:after {
	transition: none;
}

#content form .nf-input-limit {
	padding-top: 10px;
}

#content form .nf-error-wrap {
	width: 70%;
}

#content form .nf-error-wrap.nf-error .nf-error-msg {
	font-size: 16px;
	line-height: 22px;
}

#content form .nf-form-errors {
	text-align: center;
}

#content .embedded-form .nf-response-msg p {
	padding: 20px;
	width: 100%;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}

/* Block: Grid */
.block-tiles .content-section {
	margin-bottom: 78px;
}

/* exception for trombiniscope */
.block-tiles .biologiste img {
	border-radius: 30px;
}

.block-tiles .section-content > ul {
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	justify-content: center;
}

.block-tiles .section-content > ul > li {
	position: relative;
	min-height: 160px;
	width: calc(33.33% - 20px);
	margin: 0 10px 20px;
	border: 3px solid;
	border-radius: 50px;
}

.block-tiles .section-content > ul > li .tile-details {
	padding: 30px;
	height: 100%;
	box-sizing: border-box;
}

.block-tiles .section-content > ul > li .tile-details img {
	margin-bottom: 20px;
}

.block-tiles .section-content > ul > li .tile-details .tile-title {
	color: #55c5de;
	text-transform: uppercase;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	text-decoration: none;
	border: 0;
	margin: 0 0 7px 0;
	display: block;
	padding: 0;
	font-size: 15px;
	line-height: 18px;
}

.block-tiles .section-content > ul > li .tile-details p {
	font-size: 15px;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.block-tiles .section-content > ul > li .tile-details a {
	color: inherit !important; /* to avoid invisible links at times */
}

.block-tiles .section-content > ul > li .tile-details .link {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted;
}

/* Organigramme */
.tabs-controller {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	list-style-type: none;
	margin: 0 -20px 48px;
}

.tabs-controller li {
	margin: 0 10px;
	display: block;
	text-align: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.tabs-controller li a {
	display: block;
	font-size: 27px;
	line-height: 32px;
	letter-spacing: 1px;
	padding: 15px 26px !important;
	border-radius: 100px;
	border: 7px solid !important;
	text-transform: uppercase;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0s;
}

.tabs-controller li.active a:hover {
	color: #fff;
}

.tabs-controller li a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid;
	margin-left: 20px;
	transition: transform 0.4s ease;
}

.tabs-controller li a:hover:after,
.tabs-controller li.active a:after {
	transform: rotate(90deg);
}

#organigramme .tab-section:not(:last-of-type) {
	margin-bottom: 75px;
}

#organigramme .tab-subtitle {
	display: block;
	line-height: 13px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#organigramme .tab-content {
	display: none;
}

#organigramme .tab-section ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	border-radius: 50px;
}

#organigramme .tab-section ul li {
	width: 33.33%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#organigramme .tab-section ul li.tab-subtitle .details:before,
#organigramme .tab-section li.tab-subtitle-filler .details:before {
	border-right: none !important;
}
#organigramme .tab-section li.tab-subtitle {
	text-align: center;
	font-weight: bold;
}
#organigramme .tab-section li.tab-subtitle .details {
	width: 100%;
}

#organigramme .tab-section ul li:last-child {
	border-bottom-right-radius: 50px;
}

#organigramme .tab-section ul li img {
	max-width: 170px;
	height: auto;
	background-color: #000;
}

#organigramme .tab-section ul li .details {
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	height: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#organigramme .tab-section ul li .details:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: -10px;
}

#organigramme .tab-section ul li strong {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
}

#organigramme .tab-section ul li span {
	max-width: 200px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

/* Block: CTA */
.block-cta {
	padding-top: 98px;
	padding-bottom: 72px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(../images/cta.png);
	margin-bottom: 72px;
}

.block-wrap:last-of-type .block-cta {
	margin-bottom: 0px;
}

.block-cta .content-section {
	padding-top: 0;
	padding-bottom: 0;
}

.block-cta .col {
	width: 50%;
}

.block-cta h2 {
	margin-bottom: 20px;
}

.block-cta p {
	opacity: 0.6;
}

.block-cta p:last-child {
	margin-bottom: 0;
}

.block-cta .cta {
	margin-top: 30px;
}

/* Block: Videos */
.block-text.videos .section-content .videos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 1rem;
}

.block-text.videos .section-content .videos .video-item {
	display: flex;
	flex-flow: column;
	border: 1px solid #eee;
	border-radius: 1rem;
	padding: 2rem;
}

.block-text.videos .section-content .videos .video-item .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	min-width: 50%;
	width: 100%;
}

.block-text.videos .section-content .videos .video-item .video-container iframe,
.block-text.videos .section-content .videos .video-item .video-container object,
.block-text.videos .section-content .videos .video-item .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

/* Special Add On for Analyses Tables -> Block Table ? */
.block-table table.sortable td,
.block-table table.sortable table th,
.block-text table.analyses td,
.block-text table th {
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	vertical-align: middle;
}

.block-text table.analyses td p,
.block-table table.sortable td p {
	font-size: 11px !important;
	line-height: 15px !important;
	margin-bottom: initial !important;
}

.block-text table.analyses td,
.block-text table.analyses th,
.block-table table.sortable td,
.block-table table.sortable th {
	padding: 5px 10px;
}

.block-table table.sortable th,
.block-text table.analyses th {
	white-space: nowrap;
	padding-bottom: 20px;
	font-weight: bold;
}

.block-text table.analyses tr,
.block-table table.sortable tr {
	background: #fcfeff;
}

.block-text table.analyses tr:nth-child(2n),
.block-table table.sortable tr:nth-child(2n) {
	background: #e8fbff;
}

.block-text table.analyses td:nth-child(2),
.block-table table.sortable td:nth-child(2) {
	font-weight: bold;
}

.block-text table.analyses td a,
.block-table table.sortable td a {
	font-size: 11px !important;
	text-align: center;
	display: inline-block;
}

.block-text table.analyses td a.ddownload-link,
.block-table table.sortable td a.ddownload-link {
	margin-bottom: 0px;
	border-radius: initial !important;
	background: none;
	padding: 0px;
	color: #000 !important;
	border-bottom: 1px solid !important;
	white-space: initial;
	display: inline;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	margin-bottom: 24px;
}

.site-header > .wrap {
	padding-top: 40px;
	padding-bottom: 60px;
	display: flex;
}

.site-branding {
	max-width: 200px;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.site-branding a {
	height: 100%;
	display: block;
}

.site-branding a img {
	margin-bottom: 0;
}

.site-header #navigation {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.site-header #navigation ul {
	max-width: 100%;
	display: flex;
	padding-left: 100px;
}

.site-header #navigation li {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 20px 0px 0px;
	padding: 5px 0px;
}

.site-header #navigation li.has-image {
	max-width: 120px;
	max-height: 40px;
}

.site-header #navigation li.highlight a {
	border: none !important;
}

.site-header #navigation li a {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	border-bottom: 2px solid transparent;
	padding: 0px;
	padding-bottom: 3px;
}

.site-header #navigation li a:hover,
.site-header #navigation li.current-menu-item a,
.site-header #navigation li.current-page-ancestor:not(.current-page-parent) a {
}

.site-header #navigation li.current-menu-item a,
.site-header #navigation li.current-page-ancestor:not(.current-page-parent) a {
}

/* Mobile Menu */
#mobile-menu-trigger {
	margin-left: auto;
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
}

/* Mobile Menu */
.portal-site #mobile-menu-trigger {
	margin-left: 30px;
}

body.mobile-menu-active {
	overflow: hidden;
}

#mobile-menu-trigger a {
	display: block;
	width: 24px;
	width: 2.4rem;
	height: 24px;
	height: 2.4rem;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: relative;
	z-index: 10000;
}

#mobile-menu-trigger a.open {
	background-image: url(../images/nav-open.svg);
}

#mobile-menu-trigger a.close {
	display: none;
	background-image: url(../images/nav-close.svg);
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

/* Header */
.home .site-header {
	width: 100%;
	z-index: 9998;
	position: absolute;
}

.home #the-content {
	margin-top: 20px;
	margin-bottom: 20px;
}
.home #the-content.preview-form {
	margin-top: 320px;
	margin-bottom: 20px;
}

.home .site-header #navigation li a {
	color: #fff;
}

.home .site-header #navigation li a:hover,
.home .site-header #navigation li.current-menu-item a {
	color: #fff;
	border-bottom-color: #fff;
}

.home #mobile-menu-trigger a.open {
	background-image: url(../images/nav-open-w.svg);
}

/* Hero */
.hero-section {
	position: relative;
	overflow: hidden;
	height: 85vh;
	max-width: 1740px;
	padding: 0;
}

#hero-slides {
	height: 100%;
}

.hero-section .slide {
	height: 85vh;
	position: relative;
}

.hero-section .slide .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 100%, 0 100%);
}

.hero-section .slide .image:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.hero-section .slide .image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/hero-symbol.svg);
	background-position: left -10px;
	background-repeat: no-repeat;
	background-size: 77% auto;
}

.hero-section .slide .wrap {
	text-align: right;
	position: relative;
	z-index: 10;
	height: 100%;
	width: 100%;
}

.hero-section .slide .slide-content {
	padding: 0 120px 4% 60px;
	height: 238px;
	bottom: 0;
	right: 0;
	width: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
}

.hero-section .slide .slide-content h1 {
	margin-bottom: 20px;
	width: 40%; /* was 38, but they have super long titles :( */
	margin-left: auto;
	font-size: 34px;
	line-height: 36px;
	letter-spacing: 1px;
	font-family: "MaaxRoundedMedium", Arial, sans-serif;
	font-weight: normal;
}

.hero-section .slide .slide-content h2 {
	width: 42%;
	margin-left: auto;
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
}

.hero-section .slide a svg {
	width: 20px;
	position: absolute;
	right: 80px;
	top: 15px;
	display: none;
}

/* Dots */
.hero-section .dots {
	text-align: right;
	z-index: 10;
	height: 75%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 218px;
	height: auto;
}

.hero-section .slick-dots {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	width: 100%;
	padding: 0 120px;
	max-width: 1320px;
	margin: 0 auto;
}

/*.hero-section*/
.slick-dots:after {
	content: "";
	display: block;
	width: 70px;
	height: 5px;
	border-radius: 100px;
	margin-left: auto;
	margin-top: 20px;
}

/*.hero-section*/
.slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

/*.hero-section*/
.slick-dots li button {
	outline: 0;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	line-height: 0;
}

/* Home Grid */
#home-grid {
	padding-top: 20px;
	padding-bottom: 60px;
}

#home-grid .home-tile {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 24px;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}

#home-grid .home-tile.no-stretch {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.blog-id-30 #home-grid .home-tile.no-stretch,
.blog-id-30 #home-grid .home-tile,
.blog-id-44 #home-grid .home-tile.no-stretch,
.blog-id-44 #home-grid .home-tile {
	background-size: 200px;
}

.blog-id-30 #home-grid .home-tile:after,
.blog-id-44 #home-grid .home-tile:after {
	content: "";
	position: absolute;
	opacity: 1;
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(131, 171, 181, 0.39) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%rgba (131, 171, 181, 0.39) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(131, 171, 181, 0.39) 100%
	);
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
}

#home-grid .home-tile:after {
	content: "";
	position: absolute;
	opacity: 1;
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
}

#home-grid .home-tile,
#home-grid .grid-sizer {
	width: calc((100% - 48px) / 3);
}

#home-grid .gutter-sizer {
	width: 2.5%;
}

#home-grid .home-tile.pos-1 {
	height: 400px;
	height: 40rem;
}

#home-grid .home-tile.pos-2,
#home-grid .home-tile.pos-5 {
	height: 600px;
	height: 60rem;
}

#home-grid .home-tile.pos-3,
#home-grid .home-tile.pos-4 {
	height: 288px;
	height: 28.8rem;
}

#home-grid .home-tile.pos-6 {
	width: calc(66.66% - 6px);
	height: 400px;
	height: 40rem;
}

#home-grid .home-tile.pos-5,
#home-grid .home-tile.pos-6 {
	margin-bottom: 0;
}

#home-grid .home-tile a {
	position: relative;
	z-index: 10;
	display: table;
	width: 100%;
	height: 100%;
	padding: 26px 24px;
	padding: 2.6rem 2.4rem;
	transition: background 0.3s ease;
	overflow: hidden;
}

#home-grid .home-tile span {
	display: table-cell;
	vertical-align: bottom;
	top: 36px;
	position: relative;
	transition: top 0.2s ease;
}

#home-grid .home-tile a:hover span {
	top: 0;
}

#home-grid .home-tile .h2,
#home-grid .home-tile .h3 {
	padding-right: 24px;
}

#home-grid .home-tile .h2 {
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	font-size: 34px;
	margin-bottom: 8px;
}

.blog-id-30 #home-grid .home-tile .h2.white {
	color: inherit;
}

.blog-id-30 #home-grid .home-tile:hover .h2.white {
	color: #fff;
}

#home-grid .home-tile .h3 {
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	opacity: 0;
	height: 28px;
	overflow: hidden;
	transition: opacity 0.3s ease;
}

#home-grid .home-tile a:hover .h3 {
	opacity: 0.6;
	height: auto;
}

/* Home News */
#home-news {
	border-radius: 50px;
	margin: 40px auto;
	position: relative;
	padding: 0 60px;
}

#home-news #home-news-title {
	background-image: url(../images/news-title.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 250px;
	padding: 50px 6px 0px 30px;
	position: absolute;
	top: -50px;
	right: 50px;
	z-index: 10;
}

#home-news .slides {
	overflow: hidden;
	background: linear-gradient(
		90deg,
		rgba(173, 216, 230, 1) 90%,
		rgba(173, 216, 230, 0) 90%
	);
	border-radius: 50px;
	padding: 25px;
	height: 170px;
	display: flex;
	align-items: center;
}

#home-news .home-news-slide a.home-news-slide-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	max-width: 75%;
	display: block;
	font-size: 16px;
	line-height: 20px;
}

#home-news .home-news-slide p {
	width: 75%;
	padding-right: 10%;
	color: #000;
	line-height: 20px;
	font-size: 16px;
}

.home-news-slide p a {
	border-bottom: 1px dotted;
}

#home-news #home-news-title span.line-one {
	text-align: center;
	display: block;
	line-height: 25px;
	font-size: 25px;
	text-transform: uppercase;
}

#home-news #home-news-title span.line-two {
	text-align: center;
	display: block;
	line-height: 95px;
	font-size: 104px;
	text-transform: uppercase;
	text-shadow: 3px 2px 4px lightblue;
}

/*--------------------------------------------------------------
# TODO Default Pages (img and download links)
--------------------------------------------------------------*/

img.featured-image.img-responsive.responsive--full.wp-post-image {
	width: 100%;
	height: auto;
	border: 20px solid rgba(1, 142, 125, 0.09);
	max-width: 90%;
	float: right;
	clear: both;
	display: inline-block;
}

.feature-image-caption {
	max-width: 90%;
	width: 100%;
	display: block;
	text-align: center;
	float: right;
	margin-top: 15px;
	margin-top: 1.5rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
}

a.ddownload-link {
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	border-radius: 10rem;
	color: #fff !important;
	padding: 20px 50px;
	padding: 2rem 5rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	border: 0;
	margin: 0 0 60px;
	margin: 0 0 6rem;
	white-space: nowrap;
}

a.ddownload-link:hover {
}

/*--------------------------------------------------------------
# Notre Groupe
--------------------------------------------------------------*/

/* Map */
.page-template-tm-notre-groupe #map-wrapper {
	display: block;
}

#map-wrapper #map-activate {
	width: 100%;
	height: 400px;
	background: url("../images/map-bg-blur.jpg") 50% 50%;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 1);
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
}

#map-wrapper #map-activate:hover {
	cursor: pointer;
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease;
}

#laboratoires-intro #filterLabsReset {
	opacity: 0.4;
	cursor: pointer;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#laboratoires-intro #filterLabsReset:hover {
	opacity: 1;
}

.page-template-tm-notre-groupe #map-wrapper img {
	max-width: none;
}

/* Map Infowindow */
.page-template-tm-notre-groupe .gm-style-iw {
	width: 100%;
	max-width: 340px !important;
	padding: 20px 20px !important;
	box-sizing: border-box;
}

.page-template-tm-notre-groupe .gm-style-iw button {
	top: 12px !important;
	right: 9px !important;
	width: 24px !important;
	height: 24px !important;
}

.page-template-tm-notre-groupe .gm-style-iw button img {
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
}

.page-template-tm-notre-groupe .gm-style-iw .gm-style-iw-d > div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.page-template-tm-notre-groupe .gm-style-iw .gm-style-iw-d > div.inner-details {
	display: flex;
	flex-direction: column;
}

.page-template-tm-notre-groupe .gm-style-iw .lab-logo {
	width: 120px;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 30px;
}

.page-template-tm-notre-groupe .gm-style-iw .column-1 {
	float: left;
	width: 120px;
}

.page-template-tm-notre-groupe .gm-style-iw .column-2 {
	float: left;
	width: calc(100% - 120px);
	padding-left: 10px;
	box-sizing: border-box;
}

.page-template-tm-notre-groupe .gm-style-iw .laboratoire-info p {
	line-height: 19px;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.page-template-tm-notre-groupe .gm-style-iw .laboratoire-info p:last-child {
	margin-bottom: 0;
}

.page-template-tm-notre-groupe .gm-style-iw .laboratoire-title,
.page-template-tm-notre-groupe .gm-style-iw .laboratoire-title a {
	text-decoration: none;
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.page-template-tm-notre-groupe .gm-style-iw .laboratoire-link a {
	color: #7d7d7d;
	display: block;
	border: 1px solid;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	width: 60px;
}

.page-template-tm-notre-groupe .gm-style-iw .cta.small {
	margin-top: 15px;
}

/* Map Legend */
.page-template-tm-notre-groupe #laboratoires-legende {
	margin: 0 auto;
	padding: 1% 1%;
	background-color: #fff;
	text-align: center;
}

.page-template-tm-notre-groupe #laboratoires-legende ul {
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
	flex-wrap: wrap;
}

.page-template-tm-notre-groupe #laboratoires-legende li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 5px 14px;
	font-size: 12px;
	line-height: 14px;
}

.page-template-tm-notre-groupe #laboratoires-legende li span {
	width: 5px;
	height: 5px;
	margin-right: 10px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border: 1px solid #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.page-template-tm-notre-groupe .lab-type {
	margin-bottom: 4px;
}

.page-template-tm-notre-groupe #laboratoires-legende li strong {
	font-weight: normal;
	line-height: 26px;
}

.page-template-tm-notre-groupe .labosud-ocbiologie .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .labosud {
	color: #2490ce;
}

.page-template-tm-notre-groupe #laboratoires-legende .labosud span,
.page-template-tm-notre-groupe .lab-type .labosud,
.page-template-tm-notre-groupe .laboratoire-item .labosud {
	background-color: #2490ce;
}

.page-template-tm-notre-groupe .bioaxiome .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .bioaxiome {
	color: #a04176;
}

.page-template-tm-notre-groupe #laboratoires-legende .bioaxiome span,
.page-template-tm-notre-groupe .lab-type .bioaxiome,
.page-template-tm-notre-groupe .laboratoire-item .bioaxiome {
	background-color: #a04176;
}

.page-template-tm-notre-groupe .medilab66 .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .medilab66 {
	color: #b2cf64;
}

.page-template-tm-notre-groupe #laboratoires-legende .medilab66 span,
.page-template-tm-notre-groupe .lab-type .medilab66,
.page-template-tm-notre-groupe .laboratoire-item .medilab66 {
	background-color: #b2cf64;
}

.page-template-tm-notre-groupe .labosudprovence .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .labosudprovence {
	color: #22588e;
}

.page-template-tm-notre-groupe #laboratoires-legende .labosudprovence span,
.page-template-tm-notre-groupe .lab-type .labosudprovence,
.page-template-tm-notre-groupe .laboratoire-item .labosudprovence {
	background-color: #22588e;
}

.page-template-tm-notre-groupe .oxylab .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .oxylab {
	color: #00c9cb;
}

.page-template-tm-notre-groupe #laboratoires-legende .oxylab span,
.page-template-tm-notre-groupe .lab-type .oxylab,
.page-template-tm-notre-groupe .laboratoire-item .oxylab {
	background-color: #00c9cb;
}

.page-template-tm-notre-groupe .labosudgaronne .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .labosudgaronne {
	color: #fbd122;
}

.page-template-tm-notre-groupe #laboratoires-legende .labosudgaronne span,
.page-template-tm-notre-groupe .lab-type .labosudgaronne,
.page-template-tm-notre-groupe .laboratoire-item .labosudgaronne {
	background-color: #fbd122;
}

.page-template-tm-notre-groupe .biopole66 .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .biopole66 {
	color: #6db8ed;
}

.page-template-tm-notre-groupe #laboratoires-legende .biopole66 span,
.page-template-tm-notre-groupe .lab-type .biopole66,
.page-template-tm-notre-groupe .laboratoire-item .biopole66 {
	background-color: #6db8ed;
}

.page-template-tm-notre-groupe .laboratoireducentre .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .laboratoireducentre {
	color: #c2b1bc;
}

.page-template-tm-notre-groupe #laboratoires-legende .laboratoireducentre span,
.page-template-tm-notre-groupe .lab-type .laboratoireducentre,
.page-template-tm-notre-groupe .laboratoire-item .laboratoireducentre {
	background-color: #c2b1bc;
}

.page-template-tm-notre-groupe .genbio .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .genbio {
	color: #55b4f1;
}

.page-template-tm-notre-groupe #laboratoires-legende .genbio span,
.page-template-tm-notre-groupe .lab-type .genbio,
.page-template-tm-notre-groupe .laboratoire-item .genbio {
	background-color: #55b4f1;
}

.page-template-tm-notre-groupe .biolyss .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .biolyss {
	color: #f40004;
}

.page-template-tm-notre-groupe #laboratoires-legende .biolyss span,
.page-template-tm-notre-groupe .lab-type .biolyss,
.page-template-tm-notre-groupe .laboratoire-item .biolyss {
	background-color: #b21516;
}

.page-template-tm-notre-groupe .biomed34 .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .biomed34 {
	color: #2c3442;
}

.page-template-tm-notre-groupe #laboratoires-legende .biomed34 span,
.page-template-tm-notre-groupe .lab-type .biomed34,
.page-template-tm-notre-groupe .laboratoire-item .biomed34 {
	background-color: #2c3442;
}

.page-template-tm-notre-groupe .biopyrenees .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .biopyrenees {
	color: rgb(26, 45, 121);
}

.page-template-tm-notre-groupe #laboratoires-legende .biopyrenees span,
.page-template-tm-notre-groupe .lab-type .biopyrenees,
.page-template-tm-notre-groupe .laboratoire-item .biopyrenees {
	background-color: rgb(26, 45, 121);
}

.page-template-tm-notre-groupe .inopath .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .inopath {
	color: rgb(26, 45, 121);
}

.page-template-tm-notre-groupe #laboratoires-legende .inopath span,
.page-template-tm-notre-groupe .lab-type .inopath,
.page-template-tm-notre-groupe .laboratoire-item .inopath {
	background-color: rgb(26, 45, 121);
}

.page-template-tm-notre-groupe .axbioocean .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .axbioocean {
	color: rgb(21, 166, 224);
}

.page-template-tm-notre-groupe #laboratoires-legende .axbioocean span,
.page-template-tm-notre-groupe .lab-type .axbioocean,
.page-template-tm-notre-groupe .laboratoire-item .axbioocean {
	background-color: rgb(21, 166, 224);
}

.page-template-tm-notre-groupe .biomedival .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .biomedival {
	color: rgb(21, 166, 224);
}

.page-template-tm-notre-groupe #laboratoires-legende .biomedival span,
.page-template-tm-notre-groupe .lab-type .biomedival,
.page-template-tm-notre-groupe .laboratoire-item .biomedival {
	background-color: rgb(21, 166, 224);
}

.page-template-tm-notre-groupe .cbm .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .cbm {
	color: #7fabc9;
}

.page-template-tm-notre-groupe #laboratoires-legende .cbm span,
.page-template-tm-notre-groupe .lab-type .cbm,
.page-template-tm-notre-groupe .laboratoire-item .cbm {
	background-color: #7fabc9;
}

.page-template-tm-notre-groupe .symbiose .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .symbiose {
	color: rgb(172, 47, 76);
}

.page-template-tm-notre-groupe #laboratoires-legende .symbiose span,
.page-template-tm-notre-groupe .lab-type .symbiose,
.page-template-tm-notre-groupe .laboratoire-item .symbiose {
	background-color: rgb(172, 47, 76);
}

.page-template-tm-notre-groupe .biofusion .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .biofusion {
	color: #00a4ef;
}

.page-template-tm-notre-groupe #laboratoires-legende .biofusion span,
.page-template-tm-notre-groupe .lab-type .biofusion,
.page-template-tm-notre-groupe .laboratoire-item .biofusion {
	background-color: #00a4ef;
}

.page-template-tm-notre-groupe .prolab .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .prolab {
	color: #b2cf64;
}

.page-template-tm-notre-groupe #laboratoires-legende .prolab span,
.page-template-tm-notre-groupe .lab-type .prolab,
.page-template-tm-notre-groupe .laboratoire-item .prolab {
	background-color: #b2cf64;
}

.page-template-tm-notre-groupe .bio3 .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .bio3 {
	color: #00a4ef;
}

.page-template-tm-notre-groupe #laboratoires-legende .bio3 span,
.page-template-tm-notre-groupe .lab-type .bio3,
.page-template-tm-notre-groupe .laboratoire-item .bio3 {
	background-color: #00a4ef;
}

.page-template-tm-notre-groupe .biomedica .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .biomedica {
	color: #b52d24;
}

.page-template-tm-notre-groupe #laboratoires-legende .biomedica span,
.page-template-tm-notre-groupe .lab-type .biomedica,
.page-template-tm-notre-groupe .laboratoire-item .biomedica {
	background-color: #b52d24;
}

.page-template-tm-notre-groupe .ztp .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .ztp {
	color: #00009c;
}

.page-template-tm-notre-groupe .laboratoiredescedres .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .laboratoiredescedres {
	color: #4cfd98;
}

.page-template-tm-notre-groupe #laboratoires-legende .laboratoiredescedres span,
.page-template-tm-notre-groupe .lab-type .laboratoiredescedres,
.page-template-tm-notre-groupe .laboratoire-item .laboratoiredescedres {
	background-color: #4cfd98;
}

.page-template-tm-notre-groupe #laboratoires-legende .ztp span,
.page-template-tm-notre-groupe .lab-type .ztp,
.page-template-tm-notre-groupe .laboratoire-item .ztp {
	background-color: #00009c;
}

.page-template-tm-notre-groupe .reunilab .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .reunilab {
	color: #18be78;
}

.page-template-tm-notre-groupe #laboratoires-legende .reunilab span,
.page-template-tm-notre-groupe .lab-type .reunilab,
.page-template-tm-notre-groupe .laboratoire-item .reunilab {
	background-color: #18be78;
}

.page-template-tm-notre-groupe .biopole34 .laboratoire-title a,
.page-template-tm-notre-groupe #laboratoires-legende .biopole34 {
	color: #e64b00;
}

.page-template-tm-notre-groupe #laboratoires-legende .biopole34 span,
.page-template-tm-notre-groupe .lab-type .biopole34,
.page-template-tm-notre-groupe .laboratoire-item .biopole34 {
	background-color: #e64b00;
}

/* Labs List */
#labs-overview.content-section {
	padding-top: 55px;
}

#labs-list .slick-list {
	overflow: inherit;
}

#labs-list .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#labs-list .lab-item {
	position: relative;
	border-radius: 50px;
	z-index: 10;
	background-color: #fff;
	opacity: 0;
	transition: all 0.2s ease;
	min-height: 550px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#labs-list .lab-item.clickable {
	cursor: pointer;
}

#labs-list .lab-item.slick-current,
#labs-list .lab-item.slick-active {
	opacity: 1;
}

#labs-list .lab-item.slick-current {
	z-index: 20;
	transform: scale(1.1);
	transform-origin: center center;
}

#labs-list .lab-item .lab-header {
	height: 170px;
	position: relative;
	background-size: auto 150px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#labs-list .lab-item .lab-header-wrap {
	position: relative;
	z-index: 10;
	display: table;
	width: 100%;
	height: 100%;
	padding: 26px 24px;
	transition: background 0.3s ease;
	overflow: hidden;
	pointer-events: none;
}

#labs-list .lab-item .lab-header span {
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
	top: 64px;
	position: relative;
	transition: top 0.2s ease;
}

#labs-list .lab-item.clickable .lab-header span {
	background-image: url(../images/arrow.svg);
	background-position: 100% 107%;
	background-repeat: no-repeat;
	background-size: 11px 40px;
}

#labs-list .lab-item:hover .lab-header-wrap span,
#labs-list .lab-item .lab-header-wrap:hover span {
	top: 0;
}

#labs-list .lab-item .lab-header .h2 {
	padding-right: 24px;
	font-size: 32px;
	line-height: 36px;
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
}

#labs-list .lab-item:hover .lab-header-wrap .h3,
#labs-list .lab-item .lab-header-wrap:hover .h3 {
	opacity: 0.6;
}

#labs-list .lab-item .lab-details {
	padding: 10px 24px 26px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

#labs-list .lab-item .lab-details div {
	margin-bottom: 20px;
}

#labs-list .lab-item .lab-details p,
#labs-list .lab-item .lab-details strong {
	font-size: 16px;
	line-height: 22px;
}

#labs-list .lab-item .lab-details a.lab-link {
	margin-top: auto;
	min-width: inherit;
	width: fit-content;
	padding: 20px 70px;
}

/* Arrows */
#labs-list .slick-arrow {
}

#labs-list .slick-arrow {
	outline: 0;
	display: block;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	line-height: 0;
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: calc(50% - 32px);
	z-index: 10;
	transition: all 0.4s ease;
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: 50% 50%;
}

#labs-list .slick-arrow:hover {
	background-color: rgba(255, 255, 255, 0.9);
	transform: scale(1.05);
	transform-origin: center center;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

#labs-list .slick-arrow.slick-prev {
	left: -32px;
	background-image: url(../images/arrow-left.svg);
}

#labs-list .slick-arrow.slick-next {
	right: -32px;
	background-image: url(../images/arrow-right.svg);
}

/*	/* Dots */
#labs-list .slick-dots {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	width: 100%;
	padding: 0;
	max-width: 1320px;
	padding-top: 20px;
	margin-top: 56px;
	text-align: center;
}

/* Labs Grid */
#labs-grid {
	padding-top: 55px;
}

/* Infowindow */
#content .page-template-tm-notre-groupe .gm-style-iw .laboratoire-title a {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 12px;
	margin: 0 0 7px 0;
	font-weight: bold;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

#content
	.page-template-tm-notre-groupe
	.gm-style-iw
	.laboratoire-title
	a:after {
	content: "▸";
	color: #666;
	margin-left: 10px;
	text-transform: uppercase;
	color: #fff;
}

#content
	.page-template-tm-notre-groupe
	.gm-style-iw
	.laboratoire-title
	a:hover:after {
	color: #666;
}

#content .page-template-tm-notre-groupe .gm-style-iw .laboratoire-content p {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 14px;
}

#content .page-template-tm-notre-groupe .gm-style-iw .laboratoire-link a {
	display: none !important; /* trying something different for size here */
	margin-bottom: 12px;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	width: auto;
	text-align: left;
}

#content .page-template-tm-notre-groupe .gm-style-iw .lab-category {
	margin: 0 0 8px 0;
	display: block;
	width: 30px;
	margin-right: 10px;
}

#content .page-template-tm-notre-groupe .gm-style-iw .lab-category li {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border: 4px solid #fff;
	text-indent: -9999px;
	float: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#content
	.page-template-tm-notre-groupe
	.gm-style-iw
	.lab-category
	li.sites-de-prelevement {
	background-color: #6fc7dc;
}

#content
	.page-template-tm-notre-groupe
	.gm-style-iw
	.lab-category
	li.plateaux-techniques {
	background-color: #75d840;
}

#content .page-template-tm-notre-groupe .gm-style-iw .lab-category li.urgences {
	background-color: #ff0000;
}

#content
	.page-template-tm-notre-groupe
	.gm-style-iw
	.lab-category
	li.centre-daide-medicale-a-la-procreation-amp {
	background-color: #ff7f00;
}

/* Legend */
#content .page-template-tm-notre-groupe #laboratoires-legende li span {
	width: 20px;
	height: 20px;
	border: 4px solid #fff;
}

#laboratoires-legende li.sites-de-prelevements span {
	background-color: #6fc7dc; /* can be overridden by theme */
}

#laboratoires-legende li.plateaux-techniques span {
	background-color: #75d840;
}

#laboratoires-legende li.urgences span {
	background-color: #ff0000;
}

#laboratoires-legende li.centre-daide-medicale-a-la-procreation-amp span {
	background-color: #ff7f00;
}

/* Photos */

/* Intro */
#laboratoires-intro {
	margin-top: 45px;
}

#laboratoires-intro .section-header {
	margin-bottom: 40px;
}

#laboratoires-search {
	text-align: center;
}

#laboratoires-search input {
	outline: 0;
	cursor: pointer;
	width: 100%;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-color: transparent;
	padding: 12px 19px;
	box-sizing: border-box;
	max-width: 480px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

/* Tiles */
#labs-grid .city-title {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 25px;
	display: inline-block;
	color: #25356d;
	display: block;
	text-transform: uppercase;
}

#labs-grid .city-title:before {
	content: "";
	display: block;
	margin: 0 0 10px 0;
	width: 25px;
	height: 4px;
	border-radius: 100px;
	background-color: #55c5de;
}

#labs-grid .lab-category {
	margin: 0 0 8px 0;
	display: block;
}

#labs-grid .lab-category li {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border: 4px solid #fff;
	text-indent: -9999px;
	float: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#labs-grid .lab-category li.sites-de-prelevement {
	background-color: #6fc7dc;
}

#labs-grid .lab-category li.plateaux-techniques {
	background-color: #75d840;
}

#labs-grid .lab-category li.urgences {
	background-color: #ff0000;
}

#labs-grid .lab-category li.centre-daide-medicale-a-la-procreation-amp {
	background-color: #ff7f00;
}

/*--------------------------------------------------------------
# Single Lab
--------------------------------------------------------------*/

/* Content */
.single-laboratoire .section-content .lab-description,
.single-laboratoire .section-content .lab-address-card {
	margin-bottom: 60px;
}

.single-laboratoire .section-content .lab-address-card {
	text-align: right;
}

.single-laboratoire .section-content p,
.single-laboratoire .section-content li {
	font-size: 18px;
	line-height: 26px;
}

.single-laboratoire .section-content li {
	margin-bottom: 0;
}

.single-laboratoire .section-content h4 {
	text-transform: uppercase;
	display: block;
	margin-bottom: 28px;
	font-size: 28px;
	line-height: 32px;
}

.single-laboratoire .section-content h5 {
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

.single-laboratoire .section-content .col.specs h4 {
	text-align: right;
}

/* Category */
.single-laboratoire .section-content .lab-category {
	margin: 0 0 40px 0;
	flex-wrap: wrap;
}

.single-laboratoire .section-content .lab-category li {
	margin: 0 20px 24px 0;
	float: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: calc(50% - 20px);
	text-align: center;
}

.single-laboratoire .section-content .lab-category li span {
	text-transform: uppercase;
	flex-grow: 1;
	flex-basis: 0%;
	margin-right: 30px;
}

.single-laboratoire .section-content .lab-category li:before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.single-laboratoire
	.section-content
	.lab-category
	li.icon-sites-de-prelevement:before {
	background-image: url(../images/icon-sites-de-prelevement.svg);
}

.single-laboratoire .section-content .lab-category li.icon-urgences:before {
	background-image: url(../images/icon-urgences.svg);
}

.single-laboratoire
	.section-content
	.lab-category
	li.icon-plateaux-techniques:before {
	background-image: url(../images/icon-plateaux-techniques.svg);
}

.single-laboratoire
	.section-content
	.lab-category
	li.icon-public-access:before {
	background-image: url(../images/icon-acces-public.svg);
}

.single-laboratoire .section-content .lab-category li.icon-wheelchair:before {
	background-image: url(../images/icon-acces-pmr.svg);
}

.single-laboratoire
	.section-content
	.lab-category
	li.icon-centre-daide-medicale-a-la-procreation-amp:before {
	background-image: url(../images/icon-amp.svg);
}

/* Infos */
.single-laboratoire .section-content .lab-description ul {
	margin-bottom: 20px;
}

.section-content .lab-phone-fax {
	margin-bottom: 0;
	display: block;
}

.section-content .lab-phone-fax span {
	display: block;
	margin-bottom: 10px;
}

/* Adresse */
.single-laboratoire .content-section .section-content .lab-adresse {
	text-align: right;
	display: block;
	border: 0;
	padding: 0;
}

.single-laboratoire .content-section .section-content .lab-adresse-map {
	/* display: block;
		border: 0;
		padding: 0; */
}

.single-laboratoire .content-section .section-content .lab-adresse-map img {
	width: 100%;
}

/* Images */

.single-laboratoire #lab-photos {
	display: flex;
}

.single-laboratoire #lab-photos img {
	flex: 0 0 auto;
}

.single-laboratoire .slick-dots:after {
	display: none;
}

.single-laboratoire .dots {
	text-align: center;
	height: 75%;
	position: relative;
	width: 100%;
	margin-bottom: 24px;
	height: auto;
}

/* Doctolib */

.single-laboratoire .doctolib a {
	background: #0596de;
	padding: 30px;
	color: #fff;
	padding: 20px 30px !important;
	margin-top: 30px;
}
.single-laboratoire .doctolib a:hover {
	background: #eee !important;
	color: #0596de;
}

/* CBM Survey */
.single-laboratoire .survey-box {
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #00a4ef;
	border-radius: 10px;
	text-align: center;
}

.single-laboratoire .boxzilla-content .survey-box {
	border: none;
}

.single-laboratoire .boxzilla-content .survey-box a.cta {
	padding: 8px 16px !important;
}

.single-laboratoire .survey-box a.cta {
	margin-bottom: 15px;
}

.single-laboratoire .survey-box h3 {
	margin-bottom: 20px;
}
.single-laboratoire .survey-box #qr-lightbox {
	display: none;
}

.survey-qr-code {
	padding: 20px;
	text-align: center;
}

.survey-qr-code img {
	margin: 0 auto;
}

/* Biologistes */
.single-laboratoire .section-content .lab-biologistes .col-wrap {
	margin: 0 -5px;
	flex-wrap: wrap;
}

.single-laboratoire .section-content .biologiste {
	border: 5px white solid;
	margin-bottom: 10px;
	flex: 0 1 calc(33% - 10px);
}

.single-laboratoire .section-content .biologiste-name {
	text-transform: uppercase;
	display: block;
	margin-top: 8px;
	margin-bottom: 0;
	text-align: center;
	line-height: 12px;
	font-size: 16px;
}

/*--------------------------------------------------------------
# Partenaires
--------------------------------------------------------------*/

/* Content */
.page-template-tm-nos-partenaires-php #main > .content-section {
	padding-bottom: 40px;
}

.page-template-tm-nos-partenaires-php #main > .block-wrap .section-content {
	text-align: center;
}

.page-template-tm-nos-partenaires-php #main > .block-wrap .section-content img {
	margin-bottom: 20px;
	width: 100%;
}

.page-template-tm-nos-partenaires-php #main > .block-wrap .section-content h2 {
	display: block;
	margin-bottom: 5px;
}

.page-template-tm-nos-partenaires-php
	#main
	> .block-wrap
	.section-content
	h2:before {
	content: "";
	display: block;
	margin: 10px auto 20px;
	width: 50px;
	height: 4px;
	border-radius: 100px;
}

.page-template-tm-nos-partenaires-php #main > .block-wrap .section-content p {
}

/* Partenaires Légende */
#partenaires-legende {
	margin-bottom: 30px;
}

#partenaires-legende h3 {
	margin-bottom: 10px;
}

#partenaires-legende li {
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	border-radius: 100px;
	text-align: center;
	padding: 14px 20px;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
}

/* Partenaires Grid */
#partenaires-grid .partenaire .partner-category {
	margin-left: 0;
	margin-bottom: 8px;
}

#partenaires-grid .partenaire .partner-category li {
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
}

/*--------------------------------------------------------------
# Carrieres
--------------------------------------------------------------*/

/* Tiles */
#emplois-grid .emploi .emploi-category {
	margin-left: 0;
	margin-bottom: 8px;
}

#emplois-grid .emploi .emploi-category li {
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px;
}

/*--------------------------------------------------------------
# Single Emploi
--------------------------------------------------------------*/

/* Back */
.single-emploi .back-recrutement {
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-left: 50px;
	margin-bottom: 10px;
}

/* Content */
.single-emploi .emploi {
	margin-bottom: 0;
}

.single-emploi .post-info {
	padding: 50px 80px 80px;
	border-radius: 50px;
}

.single-emploi .emploi a.link {
	border-bottom: 1px solid !important;
	display: inline-block !important;
}

.single-emploi .emploi .post-dateline {
	font-size: 14px;
	line-height: 18px;
}

.single-emploi .emploi .post-title {
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 30px;
	line-height: 38px;
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	text-transform: uppercase;
}

.single-emploi .emploi .post-tags {
	margin-bottom: 30px;
	margin-top: 10px;
}

.single-emploi .emploi .post-tags a,
.single-emploi .emploi .post-tags span {
	font-size: 16px;
	line-height: 20px;
}

.single-emploi .emploi .post-tags a:after {
	content: "";
	display: inline-block;
	background-color: #fff;
	height: 13px;
	width: 3px;
	margin-left: 25px;
	margin-right: 25px;
}

.single-emploi .emploi .post-summary .description-title {
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 26px;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	text-transform: uppercase;
}

.single-emploi .emploi .post-summary h3 {
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin-top: 24px;
}

.single-emploi .emploi .post-summary p {
	font-size: 14px;
	line-height: 18px;
}

.single-emploi .emploi .post-details {
	margin-top: 50px;
	flex-wrap: wrap;
}

.single-emploi .emploi .post-details-item {
	padding-right: 40px;
	flex: 1;
}

.single-emploi .emploi .post-details .post-details-item:before {
	content: "";
	float: left;
	display: inline-block;
	height: 22px;
	width: 2px;
	transform: translateY(12px);
}

.single-emploi .emploi .post-details .post-details-item:first-child:before {
	display: none;
}

.single-emploi .emploi .post-details strong {
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	padding-left: 40px;
}

.single-emploi .emploi .post-details p {
	padding-left: 40px;
}

.single-emploi .emploi .post-summary p,
.single-emploi .emploi .post-summary ul {
	margin-bottom: 20px;
}

.single-emploi .emploi .post-details .post-details-item:first-child strong,
.single-emploi .emploi .post-details .post-details-item:first-child p {
	padding-left: 0;
}

/*--------------------------------------------------------------
# Actualités
--------------------------------------------------------------*/

/* Posts */
#news-posts {
	flex: 0 1 60%;
}

#news-posts article {
	margin-bottom: 80px;
	margin-bottom: 8rem;
}

#news-posts article:last-child {
	margin-bottom: 0;
}

#news-posts .post-title {
	display: inline-block;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	font-size: 30px;
	font-size: 3rem;
	line-height: 38px;
	line-height: 3.8rem;
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
}

#news-posts .post-title:hover {
	opacity: 0.8;
}

#news-posts h2 {
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 38px;
	line-height: 3.8rem;
	display: inline-block;
}

#news-posts .post-dateline {
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	display: block;
}

#news-posts .post-thumbnail {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

#news-posts .post-thumbnail a {
	display: block;
}

#news-posts .post-thumbnail img {
	height: auto;
}

#news-posts .post-summary {
	padding-right: 20px;
	padding-right: 2rem;
}

#news-posts .post-summary h3 {
	display: block;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

#news-posts .post-summary,
#news-posts .post-summary p,
#news-posts .post-summary li {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	color: #000;
}

#news-posts .post-summary ul {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding-left: 40px;
	padding-left: 4rem;
	width: 80%;
}

#news-posts .post-summary ul li {
	line-height: 22px;
	line-height: 2.2rem;
}

#news-posts .post-summary p:last-of-type {
	margin-bottom: 0;
}

#news-posts .post-read-more {
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	min-width: 212px;
	margin-top: 25px;
}

#news-posts .post-read-more:hover {
	opacity: 0.8;
}

#news-index .post-outro {
	display: block;
	margin-top: 40px;
	margin-top: 4rem;
}

#news-index .post-outro p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 24px;
	line-height: 2.4rem;
}

#news-index .post-outro p a {
	text-decoration: underline;
}

#news-index .post-outro p a:hover {
	opacity: 0.8;
}

#news-index .post-tags {
	margin-top: 40px;
	margin-top: 4rem;
	opacity: 0.7;
}

#news-index .post-tags:before {
	content: "";
	display: block;
	width: 30px;
	width: 3rem;
	height: 1px;
	height: 0.1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

#news-index .post-tags span,
#news-index .post-tags a {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 24px;
	line-height: 2.4rem;
}

/* Sidebar */
#news-sidebar {
	flex: 0 1 30%;
	margin-left: auto;
}

#news-sidebar .widget {
	margin-bottom: 0;
}

#news-sidebar .widget-area {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#news-sidebar .widget-area:last-child {
	margin-bottom: 0;
}

#news-sidebar .widget-title {
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

#news-sidebar #search-form {
	position: relative;
	margin: 0;
}

#news-sidebar #search-form input[type="search"],
#news-sidebar #search-form input[type="text"] {
	font-size: 16px;
	display: block;
	font-weight: bold;
	padding-right: 56px;
	border: 1px solid;
	min-width: inherit;
}

#news-sidebar #search-form input[type="submit"] {
	width: 56px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/search.svg);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-color: transparent;
	display: block;
	text-indent: -9999px;
	border-radius: 0;
	padding: 0;
	min-width: inherit;
	border: 0;
}

#news-sidebar #search-form input[type="submit"]:hover {
	background-color: transparent;
}

#news-sidebar #yearly-archive li {
	display: block;
}

#news-sidebar #yearly-archive li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 2.8rem;
}

#news-sidebar #yearly-archive li.current a {
	font-weight: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

#news-sidebar #yearly-archive li a:hover {
	opacity: 0.8;
}

#news-sidebar .post-tags {
	margin-top: 0;
}

#news-sidebar .post-tags:before {
	display: none;
}

#news-sidebar .post-tags ul {
	line-height: 26px;
	line-height: 2.6rem;
}

#news-sidebar .post-tags li {
	display: inline-block;
	margin-right: 10px;
}

/* Paginator */
#paginator {
	margin-top: 40px;
	margin-top: 4rem;
	text-align: right;
}

#paginator a {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	padding: 5px 20px 5px 0;
	padding: 0.5rem 2rem 0.5rem 0;
	background-repeat: no-repeat;
	background-position: 100% 35%;
	background-size: 10px auto;
	background-size: 1rem auto;
	background-image: url(../images/arrow-right.svg);
}

/* Share */
body:not(.single) .ssbp-wrap {
	display: none;
}

#content .ssbp-wrap {
	margin-top: 40px;
}

#content .ssbp-wrap span {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 4px;
	display: block;
}

.share-widget {
	display: block;
	margin: 20px 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 25px;
}

.share-widget .share42-item a {
	width: 32px !important;
	height: 32px !important;
	background: url("../js/share42/icons.png") !important; /* necessary for wp-rocket caching */
}

.share-widget .share42-item a[data-count="twi"] {
	background-position: -32px 0px !important;
}

/*--------------------------------------------------------------
# Single News
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# News Archive / Search Results
--------------------------------------------------------------*/

.archive #breadcrumbs,
.search #breadcrumbs {
	margin-bottom: 55px;
}

.archive #breadcrumbs li:first-child,
.search #breadcrumbs li:first-child {
	margin-left: 0;
}

.archive #breadcrumbs li:first-child a:first-child,
.search #breadcrumbs li:first-child a:first-child,
.search #breadcrumbs li span:only-child {
	padding-left: 0;
}

.archive #breadcrumbs a,
.archive #breadcrumbs span,
.search #breadcrumbs a,
.search #breadcrumbs span {
	display: inline-block;
	min-height: inherit;
	background: transparent;
	border-radius: 0;
	line-height: 18px;
	font-size: 17px;
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	padding: 24px;
}

.archive #breadcrumbs a:hover,
.search #breadcrumbs a:hover {
	background-color: transparent;
}

.search #no-results h3 {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

/* Buttons */
.woocommerce-page #page .content-section .button {
	margin: 0;
	padding: 10px 26px;
	border-bottom: 0;
	left: inherit;
}

.post-type-archive.woocommerce .woocommerce-result-count,
.woocommerce form.woocommerce-ordering {
	display: none;
}

/* Messages */
.woocommerce-page .content-section .woocommerce-error,
.woocommerce-page .content-section .woocommerce-info,
.woocommerce-page .content-section .woocommerce-message {
	margin-bottom: 32px;
}

/* Table */
#page .woocommerce table.shop_table {
	margin: 0;
}

#page .woocommerce table.shop_table thead {
	background-color: #eee;
}

#page .woocommerce table.shop_table th,
#page .woocommerce table.shop_table tfoot td {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-weight: normal;
	vertical-align: middle;
}

#page .woocommerce table.shop_table td {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-weight: normal;
	padding: 22px 20px;
}

#page .woocommerce table.shop_table td a {
	padding-bottom: 0;
	border-bottom: 0;
}

#page .woocommerce table.shop_table td a:hover {
	opacity: 0.7;
}

#page .woocommerce table.shop_table td dt {
	font-weight: normal;
}

#page .woocommerce td.product-name dl.variation p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
}

.woocommerce-product-gallery__image {
	pointer-events: none;
	max-width: 50%;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid #aae5f7;
}
#page .woocommerce table.shop_table .wc-item-meta {
	margin: 0;
}

/* Products */
.woocommerce #page ul.products li.product .button {
	display: block;
	max-width: 190px;
	text-align: center;
	margin: 10px auto 0;
	padding: 10px 26px;
}

.woocommerce #page .woocommerce-result-count,
.woocommerce #page .woocommerce-ordering {
	margin: 0 0 32px 0;
}

.woocommerce #page ul.products,
.woocommerce #page .products ul {
	margin: 0;
}

.woocommerce #page ul.products li.product,
.woocommerce #page-page ul.products li.product {
	margin-bottom: 0;
}

.woocommerce #page ul.products li.product a {
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
	border: 1px solid #aae5f7;
}

.woocommerce #page ul.products li.product a:hover {
	opacity: 0.6;
}

.woocommerce #page ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
	line-height: 1.3em;
}

.woocommerce ul.products li.product a img {
	max-width: 50%;
	margin: 0 auto 1em;
}

/* Single Product */
.woocommerce.single-product .section-content {
	margin-top: 20px;
	display: inline-block;
}

.woocommerce.single-product div.product div.summary {
	margin-top: 0;
	margin-bottom: 0;
}

.woocommerce.single-product div.product .product_title {
	display: none;
}

.woocommerce.single-product #page div.product form {
	margin-top: 32px;
	margin-bottom: 22px;
}

.woocommerce.single-product div.product form .nyp {
	margin-bottom: 22px;
}

.woocommerce.single-product div.product form .nyp label,
.woocommerce.single-product div.product form .form-row label {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
}

.woocommerce.single-product form .form-row {
	padding: 0;
	margin: 0;
}

.woocommerce.single-product div.product form.cart input {
	margin-bottom: 0;
	text-align: left;
	font-weight: normal;
}

.woocommerce.single-product #wc-stripe-payment-request-button-separator {
	text-align: center;
	margin: 22px auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
}

.woocommerce.single-product #page div.product form.cart .button {
	float: none;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.woocommerce .wcppec-checkout-buttons {
	margin: 0;
}

.woocommerce #woo_pp_ec_button_product {
	float: none;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

/* Cart */
.woocommerce-cart .content-section .col-wrap {
	display: block;
}

.woocommerce-cart .content-section .col-wrap .col {
	padding: 0;
	flex: inherit;
	width: 100%;
}

.woocommerce-cart #page .woocommerce-cart-form {
	margin: 0 0 32px 0;
}

.woocommerce-cart .woocommerce a.remove {
	line-height: 0.9;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
	vertical-align: middle;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
	margin-top: 32px;
}

.woocommerce-cart #wc-stripe-payment-request-wrapper {
	padding-top: 0 !important;
}

.woocommerce-cart #wc-stripe-payment-request-button-separator,
.woocommerce-cart .wcppec-checkout-buttons__separator {
	text-align: center;
	opacity: 1;
	margin: 22px auto !important;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
}

.woocommerce-cart #page .wc-proceed-to-checkout a.checkout-button {
	font-size: 100%;
	line-height: 1;
	float: none;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	line-height: 20px;
}

.woocommerce-cart .wcppec-checkout-buttons {
	margin: 0;
}

.woocommerce-cart #woo_pp_ec_button_cart {
	float: none;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

/* Receipt */
.woocommerce-checkout .content-section .col-wrap {
	display: block;
}

.woocommerce-checkout .content-section .col-wrap .col {
	padding: 0;
	flex: inherit;
	width: 100%;
}

.woocommerce-checkout .woocommerce ul.order_details {
	border: 1px solid #0000001a;
	margin: 22px 0 32px;
	border-radius: 5px;
	display: flex;
}

.woocommerce-checkout .woocommerce ul.order_details li {
	padding: 22px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin: 0;
	flex-grow: 1;
	flex-shrink: 1;
}

.woocommerce-checkout .woocommerce ul.order_details li strong {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
}

.woocommerce-checkout td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce-checkout td.product-name .product-quantity {
	font-weight: normal;
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details {
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
	padding: 22px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
}

.woocommerce-checkout
	.woocommerce
	.woocommerce-customer-details
	.woocommerce-customer-details--email,
.woocommerce-checkout
	.woocommerce
	.woocommerce-customer-details
	.woocommerce-customer-details--phone {
	margin: 0 0 12px 0;
}

.woocommerce-checkout
	.woocommerce
	.woocommerce-customer-details
	.woocommerce-customer-details--phone {
	margin-top: 12px;
}

.woocommerce-checkout
	.woocommerce
	.woocommerce-customer-details
	.woocommerce-customer-details--email {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce h3#order_review_heading {
	margin-bottom: 24px;
	border-top: 1px solid #73d0f1;
	padding-top: 24px;
	margin-top: 24px;
}

.woocommerce-checkout .woocommerce #payment {
	margin-top: 24px;
}

.woocommerce h1.page-title {
	margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Error
--------------------------------------------------------------*/

.error404 {
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	clear: both;
	background-color: #eee;
	padding: 32px 0 40px;
	padding: 3.2rem 0 4rem;
}

#footer-bottom {
	display: flex;
}

/* Labs Dropdown */
.site-footer #labs-dropdown {
	font-size: 16px;
	font-size: 1.6rem;
	flex: 0 1 20%;
}

.site-footer #labs-dropdown select {
	margin-top: 3px;
	margin-top: 0.3rem;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	padding: 12px;
	padding: 1.2rem;
}

/* Footer Navigation */
.site-footer #footer-navigation-wrap {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	text-align: right;
}

.site-footer #footer-navigation ul {
	text-align: right;
}

.site-footer #footer-navigation li {
	margin-right: 30px;
	margin-right: 3rem;
	float: none;
	display: inline-block;
}

.site-footer #footer-navigation li:last-child {
	margin-right: 0;
}

.site-footer #footer-navigation li a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	border-bottom: 2px solid transparent;
	border-bottom: 0.2rem solid transparent;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
}

.site-footer #footer-navigation li a:hover,
.site-footer #footer-navigation li.current-menu-item a {
}

.site-footer #footer-navigation li.current-menu-item a,
.site-footer
	#footer-nnavigation
	li.current-page-ancestor:not(.current-page-parent)
	a {
}

/* Copyright */
.site-footer .site-copyright {
	padding-top: 10px;
}

.site-footer .site-copyright p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	opacity: 0.7;
}

.site-header #navigation li.wg-li a {
	font-size: 10px;
	margin-right: -20px;
}

#footer-navigation .wgcurrent.wg-li,
#navigation .wgcurrent.wg-li {
	display: none;
}

/*--------------------------------------------------------------
# Cookie Consent
--------------------------------------------------------------*/

.CookieDeclaration * {
	font-size: 14px !important;
	line-height: 18px !important;
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	margin: 0px !important;
	margin-bottom: 8px !important;
}

#CookieDeclarationUserStatusPanel {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	font-weight: 800;
	border: 1px solid #aaa;
	padding: 16px;
}

.cookie-banner {
	background: #333;
	color: #fff;
	padding: 10px;
}
.cookie-banner p {
	font-size: 12px;
	text-align: center;
}
.cookie-banner a {
	color: #ccc;
	border-bottom: 1px solid #fff;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

/*--------------------------------------------------------------
# Imagenome v2 & Inopath v2 Override
--------------------------------------------------------------*/

/* Removed, and added to Custom CSS field in Options 01/29/20 */

/*--------------------------------------------------------------
	# Multilevel Portal Sites (Several "Home Pages")
	--------------------------------------------------------------*/

/* Header */
.portal-site .site-header > .wrap {
	align-items: center;
}

.portal-site .site-header #navigation {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.portal-site #search-trigger {
	height: 100%;
	background-image: url(../images/search.svg);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: transparent;
	display: block;
	text-indent: -9999px;
	border-radius: 0;
	padding: 0;
	width: 18px;
	margin-left: 30px;
}

.portal-site #search-trigger span {
	display: block;
	cursor: pointer;
}

/* Search */
.portal-site #page #search-wrap {
	margin-top: -72px;
	transition: margin 0.2s ease-in-out;
	background-color: rgba(0, 0, 0, 0.03);
}

.portal-site #page #search-wrap.active {
	margin-top: 0;
}

.portal-site #page #search-wrap > .wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.portal-site #page #search-wrap form {
	margin: 0 auto;
}

.portal-site #page #search-wrap form div {
	display: -ms-flex;
	display: flex;
	align-items: center;
	position: relative;
}

.portal-site #page #search-wrap form div input[type="text"] {
	color: #1a2d79;
	display: block;
	font-weight: bold;
	transition: all 0.2s ease-in;
	padding: 18px 36px 18px 0;
	border: 0;
	background-color: transparent;
}

.portal-site #page #search-wrap form div input[type="submit"] {
	display: block;
	font-size: 14px;
	line-height: 14px;
	background-color: transparent;
	padding: 0;
	color: rgba(26, 45, 121, 1);
	padding: 12px 18px;
	border-radius: 2px;
}

.portal-site #page #search-wrap form div input[type="submit"]:hover {
	background-color: rgba(26, 45, 121, 0.1);
}

/* Site Section */
.portal-site .site-section {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	background: rgba(26, 45, 121, 0.1);
	padding: 8px 10px;
	text-align: left;
	letter-spacing: 0.03em;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
}

.portal-site .site-section.inline {
	display: block;
	align-items: inherit;
	margin-bottom: 32px;
	width: fit-content;
}

.portal-site .site-section span,
.portal-site .site-section a {
	font-family: "MaaxRoundedBold", Arial, sans-serif;
}

.portal-site .site-section:not(.inline) a:before {
	content: "|";
	font-family: "MaaxRoundedRegular", Arial, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}

/* Home */
.portal-site.home #navigation,
.portal-site.home #search-trigger,
.portal-site #breadcrumbs {
	display: none;
}

.portal-site #home-grid .home-tile {
	height: 40rem !important;
	width: 40rem !important;
	background-size: cover !important;
	max-width: 33%;
}

/* Search Page */
.portal-site.search #breadcrumbs {
	display: block;
}

.portal-site.search #page #search-wrap {
	margin-top: 0;
}

.portal-site.search #page #news-sidebar {
	/*display: none;*/
}

.portal-site.search #page #news-posts {
	flex: inherit;
	width: 66.66%;
	padding: 0;
}

.portal-site.search #news-posts article:not(:last-child) {
	margin-bottom: 44px;
}

.portal-site.search #news-posts .post-dateline {
	display: none;
}

.portal-site.search #news-posts .post-title {
	margin-bottom: 20px;
	display: block;
}

.portal-site.search #news-posts .post-title,
.portal-site.search #news-posts h2 {
	font-size: 24px;
	line-height: 30px;
}

.portal-site.search #news-posts .post-thumbnail {
	width: 33.33%;
	margin: 0;
	float: left;
	padding-right: 20px;
}

.portal-site.search #news-posts .post-summary {
	padding-right: 0;
	float: left;
	width: 66.66%;
}

.portal-site.search #news-posts .post-summary p,
.portal-site.search #news-posts .post-summary li {
	font-size: 16px;
	line-height: 23px;
}

.portal-site.search #news-posts .post-read-more {
	margin-top: 14px;
	font-size: 14px;
}

/* Single Definition */
.portal-site.single-qa_faqs #page #news-posts {
	flex: inherit;
	width: 66.66%;
	padding: 0;
}

.portal-site.single-qa_faqs #news-posts .post-title {
	font-size: 24px;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid;
	margin-bottom: 0;
	padding-bottom: 14px;
}

.portal-site.single-qa_faqs #news-posts .post-title:hover {
	opacity: 1;
}

.portal-site.single-qa_faqs #news-posts .post-thumbnail {
	margin-top: 0;
}

.portal-site.single-qa_faqs #news-posts .post-summary {
	margin-bottom: 0;
	padding: 30px 50px 30px 70px;
	background-color: rgba(26, 45, 121, 0.03);
}

.portal-site.single-qa_faqs #news-posts .post-summary p,
.portal-site.single-qa_faqs #news-posts .post-summary li {
	font-size: 16px;
	line-height: 23px;
}

.portal-site.single-qa_faqs .qa_cats,
.portal-site .faq-catname {
	display: none;
}

/* FAQs */
.portal-site .qa-faq-title {
	margin-top: 10px;
}

h2.faq-catname {
	margin-bottom: 20px;
}

h3.qa-faq-title {
	margin-bottom: 10px;
}

.portal-site .faq-catname {
	font-size: 20px;
}

.portal-site .qa-category:last-child {
	margin-bottom: 0;
}

.portal-site .qa-category h3 {
	font-size: 18px;
	line-height: 26px;
}

.portal-site #page input,
.portal-site #page textarea {
	outline: 0;
	color: #1a2d79;
	cursor: pointer;
	width: 100%;
	border: 0;
}

.portal-site #page form input[type="submit"] {
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	border-radius: 10rem;
	background-color: rgba(26, 45, 121, 1);
	color: #fff;
	border: 0;
	padding: 20px 50px;
	padding: 2rem 5rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	width: auto;
}

/* What's this? */
.page-id-6278 .block-wrap .block-form .section-header {
	display: block !important;
}

/* Password protection */
#content form.post-password-form {
	max-width: 90%;
	margin: 40px auto;
	padding: 40px 120px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fefefe;
	text-align: center;
}

#content form.post-password-form input[type="password"] {
	border-radius: 0px;
}

#content form.post-password-form input[type="submit"] {
	display: block;
	text-align: center;
	margin: 20px 0px;
	color: #fff;
	background-color: rgba(26, 45, 121, 1);
	border-radius: 100px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	font-family: "MaaxRoundedBold", Arial, sans-serif;
	min-width: 212px;
}

#content form.post-password-form input[type="submit"]:hover {
	background-color: rgba(26, 45, 121, 0.1);
}

#content form.post-password-form p {
	text-align: left;
	line-height: 16px;
	margin: 20px;
	font-size: 14px;
}

div#global-popup p,
div#global-popup h2,
div#global-popup h3,
div#global-popup h4,
div#global-popup ul {
	max-width: 80%;
	margin: 20px auto;
}

div#global-popup ul {
	padding-left: 15px;
}

.nf-field-description {
	margin-bottom: 10px;
}

button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button {
	text-transform: uppercase;
	font-weight: bold;
}

.file_upload-wrap input.nf-element {
	margin-top: 10px;
}

.nf-field-description {
	margin-bottom: 10px;
	margin-top: 20px;
}

.nf-field-description p {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 10px;
}
.nf-form-content input[type="button"] {
	text-transform: uppercase;
	font-weight: bold;
}

/*.nf-multi-cell .nf-cell { padding:0px 40px !important; }

.nf-row .nf-cell:only-child {
    padding: 0px 40px !important;
}
.nf-row .nf-cell + .nf-cell {
    padding: 0px 40px 0px 0px !important;
}
*/
.files_uploaded {
	font-family: Courier;
}

.files_uploaded a {
	font-family: arial;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px dotted #ccc;
}

#news-posts .post-summary a {
	border-bottom: 1px solid;
}

/* bfa */
.bfa-certificate {
	background: #eee;
	padding: 60px;
	color: #000 !important;
	height: 500px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	border: 40px solid #aaa;
	text-align: center;
	line-height: 50px;
}

.bfa-certificate p {
	background: none;
}

.content-section .section-content .nf-response-msg p a {
	color: #fff;
}

.quiz_score_tester {
	position: fixed !important;
	top: 0px;
	left: 0px;
	padding: 20px;
}

.quiz_score_tester p {
	color: red;
	font-size: 70px;
}

.menu-item.has-image.logo img {
	max-width: 20px;
}

.grecaptcha-badge {
	visibility: hidden;
}

.star {
	border-bottom: none !important;
}
.stars {
	transform: scale3d(1.5, 1.5, 1.5) translate(15%, 0px);
	padding: 10px;
}

.featherlight a {
	border-bottom: 1px solid;
}


#announcement-bar { 
	background: #6fc7dc;
	color:#fff; 
	width: 100%; 
	padding:20px 40px; 
	/* position:fixed; 
	top:0px; 
	left:0px;  */
}

#announcement-bar .wrap { 
	display:flex; 
	align-items: center;
	justify-content:space-between;
}

#announcement-bar .wrap .message a { 
	color:#fff; 
}

#announcement-bar .wrap .cta { 
	background:#46a3bb;
	color:#fff; 
	padding:10px 20px; 
	text-align:center; 
	border-radius:4px; 
}

#announcement-bar .wrap .cta a { 
	color:#fff; 	
}

#announcement-bar .wrap .cta a:hover { 
	color:rgba(255,255,255,.8); 
}