/*
Theme Name: Regmifa
Author: devsector.ch
Author URI: http://www.devsector.ch
Description: Theme based on underscores.me stating theme
Version: 2.1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

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

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

.wp-block-separator {
	border-top: 0px solid;
	border-bottom: 0px solid;
}

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

.site-content ul {
	list-style: none;
	padding: 0;
}

.site-content li {
	padding: 0 0 0 20px;
	margin: 0 0 8px 0;
}

.content-area li:before {
	content: "–";
	color: rgba(244, 147, 49, 1);
	display: inline-block;
	margin: 0 10px 0 -20px;
	width: 8px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button.menu-toggle {
	border: 0;
	box-shadow: none;
	color: white;
	background: transparent;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	padding: 0;
	height: 40px;
	width: 40px;
	position: fixed;
	right: 1.2rem;
	top: 1.2rem;
	z-index: 100;
}

button.menu-toggle:hover {
	border: 0;
	box-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	/*width: 100%;*/
}

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

a:visited {
	color: purple;
}

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

/*a:focus {
	outline: thin dotted;
}*/

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

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

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

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

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

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

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

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

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

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

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

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

	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*.home .sticky {
	display: block;
	width: 100%;
	top:0;
	left:0;
}*/
.sticky {
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
}

.main-navigation {
	background-color: black;
	border: 15px solid #fff;
	border-width: 15px 0 0 0;
}

.main-navigation.toggled {
	position: fixed !important;
	height: 100vh;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 0px solid #fff;
	border-width: 0;
}

.hentry {
	margin: 0 0 1.5em;
}

.page .hentry,
.single .hentry {
	margin: 0 0 8rem 0;
}

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

.single .byline,
.group-blog .byline {
	display: none;
}

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

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

.entry-meta,
.entry-footer {
	font-size: 1.15rem
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
REGMIFA THEME GLOBAL
--------------------------------------------------------------*/

/*--------------------------------------------------------------
COLORS:
ORANGE: rgba(244,147,49,1)		#59798e
ORANGE FONCE: 					#cc7a29
ROUGE: rgba(154,17,22,1)
--------------------------------------------------------------*/

.grecaptcha-badge {
	left: -6000px;
}


.alignwide {
	/* Set these margins to work with your own theme. */
	margin-left: -80px;
	margin-right: -80px;
	max-width: 100vw;
}

.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.alignfull img {
	width: 100vw;
}


body .wp-block-button a {
	width: 100%;
}


html {
	font-size: 75%;
}

html,
body {
	font-family: 'Roboto', sans-serif;
}

body,
button,
input,
select,
textarea {
	font-size: 1.35rem;
}


.site-title a,
.site-title a:visited {
	display: block;
	width: 200px;
	height: 60px;
	background: url("images/regmifa-logo.svg") no-repeat center center;
	background-size: cover;
	color: #fff;
	text-indent: -30000px;
	margin: 1em 0;
}

.home .site-title a,
.home .site-title a:visited {
	width: 300px;
	height: 96px;
	margin: 2em 0;
}

p.site-title {
	margin-bottom: 0.2em;
}

.site-branding {
	min-height: 65px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home .site-branding {
	min-height: 435px;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.home .site-header .parallax-window {
	/*min-height: 500px;*/
	position: relative;
}

.home .site-header .parallax-window:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.site-branding {
	min-height: 220px;
}

.site-header .parallax-window {
	min-height: 200px;
}




.home .main-navigation {
	position: absolute;
}

.home section .entry-header {
	display: none;
}

.home section#clients-stories .entry-header {
	display: block;
}

.home .post-2569 h2 {
	font-size: 3.2rem;
	margin-bottom: 1.2em;
	text-transform: none;
	line-height: 1.1;
}

.home .post-905 h2,
.home .post-2576 h2 {
	text-transform: none;
}


.home .post-908 a,
.home .post-908 a:hover {
	color: rgba(154, 17, 22, 1);
	text-decoration: none;
}

.home .post-908 .entry-content img,
.home .post-908 img {
	box-shadow: 0px 0px 0px transparent;
}


.iconlinkmore {
	font-size: 5rem;
	text-align: center;
}

.iconlinkmore span {
	display: none;
}

.iconlinkmore a {
	color: rgba(244, 147, 49, 1);
}

.site-description {
	color: white;
	font-size: 2rem;
	font-weight: 100;
	margin-bottom: 0;
	padding: 0 0.5rem;
	line-height: 1;
	display: none;
}

#branding_content_group {
	text-align: center;
}

.home #branding_content_group {
	width: 100%;
	text-align: initial;
	color: white;
	z-index: 1;
}

.home #branding_content_group h2 {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 3.7rem;
}

.site-content {
	/*padding-top: 200px;*/
	padding-top: 50px;
}

.site-content p {
	text-align: justify;
}

.site-content p.has-text-align-center {
	text-align: center;
}

.home .site-content {
	padding-top: 4rem;
}

.content_container {
	max-width: 1060px;
	margin: 0 auto;
}

.block_background_image .content_container {
	width: 100%;
}

a,
a:visited {
	color: rgba(244, 147, 49, 1);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: rgba(244, 147, 49, 1);
	text-decoration: underline;
}

.header_image_box {
	background-color: black;
	color: white;
	background: url(images/banner_03.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*position: fixed;*/
	width: 100%;
	z-index: 100;
	/*box-shadow: 0 0 10rem rgba(0, 0, 0, 1) inset;*/
}

.home .header_image_box {
	/* box-shadow: 0 0 100rem rgba(0, 0, 0, 1) inset;*/
	background-image: none;
	padding-bottom: 0;
	position: static;

}

.block_background_image.parallax-window {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page .block_background_image.parallax-window .hentry {
	margin: 0;
}

.home .site-header.sticky {
	width: 100%;
	top: 0;
}

h2.post-title {
	text-align: center;
	font-size: 3rem;
}

h1,
h2,
h3 {
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	line-height: 1.25;
}

#homepage h2 {
	font-size: 3.5rem;
	font-weight: 100;
}

h2 {
	font-size: 2.4rem;
	color: rgba(154, 17, 22, 1);
	font-weight: 300;
}

h3 {
	font-size: 2rem;
	font-weight: 300;
}

.news_grid_item h3 {
	font-size: 1.44rem;
	font-weight: 300;
	min-height: 6rem;
}

.news_grid_item h3 a {
	color: #000;
}

h4+h3 {
	margin-top: 0.25em;
}

.wp-block-image figcaption {
	font-size: 15px;
}

.entry-title,
.news_section_title,
.page-title {
	font-size: 3rem;
	font-weight: 300;
	color: rgba(244, 147, 49, 1);
}

.home .bignumber {
	display: block;
	font-size: 7rem;
	line-height: 1;
}

.bignumber {
	display: block;
	font-size: 5rem;
	line-height: 1;
}

.bignumber-column-spacer {
	height: 4rem;
}

/* TOP-SIDEBAR */
#top-sidebar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 0.8em;
}

.wpml-ls-current-language a {
	color: white;
	visibility: hidden
}


/* NAVIGATION */
.main-navigation ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-navigation ul ul {
	display: block;
	background-color: black;
	padding-bottom: 0.8em;
}

.main-navigation #primary-menu a {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.07em;
	padding: 10px 20px;
}

.main-navigation #primary-menu li li {
	float: none;
}

.main-navigation #primary-menu li li a {
	font-size: 1.2rem;
	padding: 5px 20px;
	background-color: black;
	font-weight: 300;
	width: 280px;
}

.main-navigation li.current-menu-item>a,
.main-navigation li.current-menu-ancestor>a {
	color: #fff;
}

/* RESPONSIVE MENU  */
#responsive-menu-container li.responsive-menu-item a {
	text-transform: uppercase !important;
	letter-spacing: 0.07em !important;
}

.content-modal-complain {
	font-style: italic;
	font-size: 0.9em;
}


/* HOMEPAGES */

.block_background_image {
	padding: 3rem 0;
	color: white;
	text-shadow: 1px 1px 1px #000;
	min-height: 400px;
	background: transparent;
}

.parallax-window {
	min-height: 350px;
	background: transparent;
}

#new-slogan-2 h2 {
	font-size: 3.2rem;
}





.site-header .content_container_fluid {
	max-width: none;
	padding: 15px;
}

.home-header-content a {
	display: inline-block;
	background-color: rgba(244, 147, 49, 1);
	color: white;
	padding: 0.5em 1em;
	text-decoration: none;
}

.home-header-content a:hover {
	color: rgba(244, 147, 49, 1);
	background-color: white;
}

.block_background_image h1,
.block_background_image h2,
.block_background_image h3,
.block_background_image h4 {
	color: white;
}

.singlepage section {
	margin-bottom: 12rem;
}

.readmorelink a {
	font-weight: 600;
}

.home .logo-home-box {
	padding-bottom: 8rem;
}

.home .logo-home-box h4 {
	font-size: 2rem;
	font-weight: normal;
}

.wp-block-button a {
	background-color: rgba(244, 147, 49, 1) !important;
	color: white !important;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.wp-block-button a:hover {
	color: rgba(244, 147, 49, 1) !important;
	background-color: black !important;
	text-decoration: none;
}

/* NEWS GROUP */

.filter-box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-box select {
	padding: 6px 10px 4px 10px;
	border-color: rgba(244, 147, 49, 0.5);
}

.filter-box input[type="submit"] {
	padding: 0.6em 0.8em 0.5em 0.8em;
	font-size: 1.35rem;
}

.content-area .filter-box li::before {
	display: none;
}

.news_grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.news_grid_item {
	width: 18%;
	margin-bottom: 6rem;
}

.news_grid_item.empty_fill_item {
	margin-bottom: 0;
	height: 0;
}

.news_grid_item img {
	display: block;
}

.news_grid_item h4 {
	margin-bottom: 0;
}

.news_grid_item h2 {
	margin-top: 0;
}

.thumb-box {
	text-align: center;
	width: 100%;
	padding-bottom: 141%;
	background-size: cover !important;
	box-shadow: 1px 1px 2px #ccc;
	position: relative;
}

.entry-content img,
.slick-slide img {
	box-shadow: 1px 1px 2px #ccc;
}

.no-shadow-img img,
.entry-content .no-shadow-img img {
	box-shadow: none;
}

.over-nothumb-text {
	position: absolute;
	width: 90%;
	text-align: center;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%) translateX(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%) translateX(-50%);
	font-weight: bold;
	font-size: 1.4em;
	opacity: 0.5;
}

.readmorelink {
	padding-top: 0.5em;
}


.postgridnavigation {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.leftnav,
.rightnav {
	font-weight: bold;
}

/* CLIENT STORIES GROUP */
.home #clients-stories {
	background-color: #f2f2f2;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.home #clients-stories .news_section_title {
	text-align: center;
}

.slick-slider {
	padding-top: 30px;
}

body .slick-list {
	margin-top: 2em;
}

.slick-dots li button {
	box-shadow: 0 0 0 0;
}

.slick-dots li button::before {
	font-size: 12px !important;
}

.site-content .slick-dots li::before {
	color: rgb(244, 147, 49);
	content: none;
	display: inline-block;
	margin: 0 10px;
}

.site-content ul.slick-dots {
	bottom: auto;
	top: -10px;
}

body .slick-prev,
body .slick-next {
	box-shadow: none;
	width: 50px;
	height: 50px;
	z-index: 1000;
	display: none !important;
}

body .slick-prev:before,
body .slick-next:before {
	font-size: 50px;
	color: rgba(244, 147, 49, 1);
	z-index: 9999;
}

body .slick-next {
	right: 25px;
}

body .slick-prev {
	left: 25px;
}

.home #clients-stories .content-column {
	font-size: 0.9em;
}

.slides h2 {
	margin-top: 0;
	text-transform: none;
}


/* SINGLE PAGE PART */



.nav-links a {
	font-weight: bold;
}

.nav-links .nav-previous a:before,
.leftnav a:before {
	font-family: FontAwesome;
	content: "\f060";
	display: inline-block;
	margin-right: 1rem;
	font-weight: normal;
}

.nav-links .nav-next a:after,
.rightnav a:after {
	font-family: FontAwesome;
	content: "\f061";
	display: inline-block;
	margin-left: 1rem;
	font-weight: normal;
}

.available_link_box {
	margin-top: 5em;
}

.content-area .available_link_box li:before {
	display: none;
}

.content-area .available_link_box li {
	padding: 0;
}



/* FULLWIDTH BLOCK */
@media screen and (min-width: 960px) {
	.alignfull {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}

	.alignwide {
		width: calc(100% + 240px);
		position: relative;
		left: -120px;
	}
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	color: black;
}

body .post-grid .item {
	background-color: transparent !important;
}

body .lastest-news-strat .title {
	margin-top: 0;
}

.lastest-news-strat .title a {
	font-size: 1.44rem;
	font-weight: 300;
	min-height: 45px;
	color: #000;
}

.lastest-news-strat .catgories a {
	font-weight: bold;
}

/* POPUP */


html .pum-open-overlay.pum-open-scrollable {
	margin-right: 0 !important;
	position: relative !important;
}

html .pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: inherit !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0 !important;
}

html .pum-theme-1577 .pum-content+.pum-close,
html .pum-theme-default-theme .pum-content+.pum-close {
	bottom: 2em !important;
	top: auto !important;
	right: 2em;
	font-size: 1.1em;
}

html .pum-theme-1577 .pum-container,
html .pum-theme-default-theme .pum-container {
	padding-bottom: 120px !important;
	margin-bottom: 50px !important;
}




/* COLLAPSOMATIC */
.content_collapse_wrapper {
	position: static !important;
}

h4.collapseomatic {
	text-align: center;
	display: inline-block;
}

.collapse_bouton_box {
	text-align: center;
}

.collapseomatic_content {
	text-align: center;
}

.collapseomatic_content p {
	margin-top: 0;
}

.collapseomatic {
	padding: 0
}

.collapseomatic.awesomearrows {
	background-image: none;
}

.collapseomatic.awesomearrows:before {
	font-family: FontAwesome;
	content: "\f0ab";
	font-size: 2rem;
	display: inline-block;
	margin-right: 1rem;
}

.colomat-close.awesomearrows {
	background-image: none;
}

.colomat-close.awesomearrows:before {
	font-family: FontAwesome;
	content: "\f0aa";
	font-size: 2rem;
	display: inline-block;
	margin-right: 1rem;
}


/* */

.special-strong strong {
	color: rgba(244, 147, 49, 1);
	font-size: 2.4rem;
	font-weight: 300;
}

.partnermap-box {
	padding: 0;
	margin-bottom: 50px;
}


/* BOARD GROUP */
.boardgroup-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.boardgroup-element {
	width: 100%;
	margin-bottom: 2em;
}

.boardgroup-element-name h4 {
	font-weight: normal;
}

.boardgroup-element a {
	color: #404040;
}

.board-hidden {
	display: none;
}

.boardgroup-title h2 {
	margin-bottom: 2em;
}

.boardgroup-element-name h4 {
	text-align: center;
}

.boardgroup-element-image,
.boardgroup-element-name {
	max-width: 200px;
	margin: 0 auto;
}


/* MODAL */
.blocker {
	z-index: 9999999;
}

.modal {
	border-radius: 0 !important;
	max-width: 720px !important;
}

.modal a.close-modal {
	bottom: 0;
	right: 0;
	top: auto;
}

/* FOOTER */
footer#colophon {
	color: white;
	min-height: 340px;
	background-color: black;
}

footer a {
	color: rgba(244, 147, 49, 1);
	text-decoration: none;
}

.top_link span {
	display: none;
}

.top_link {
	text-align: center;
	font-size: 5rem;
	margin: 3rem 0 15rem;
}

footer .site-info {
	font-size: 1rem;
	text-align: center;
	padding: 0 0 1em 0;
}

.top_link a:hover,
.top_link a:focus,
.top_link a:active {
	color: white;
}

.footer-menu ul.menu {
	padding: 1em 0;
}

.footer-menu ul.menu li {
	list-style: none;
	margin: 1em 0;
}

.footer-form-strat .content_container {}

.footer-form-strat h2 {
	color: #fff;
}

.footer-form-strat {
	padding: 4em 0 6em 0;
	background-color: rgba(51, 51, 51, 1);
	color: #ccc;
}

.footer-form-strat input[type="text"],
.footer-form-strat input[type="email"],
.footer-form-strat input[type="url"],
.footer-form-strat input[type="password"],
.footer-form-strat input[type="search"],
.footer-form-strat input[type="number"],
.footer-form-strat input[type="tel"],
.footer-form-strat input[type="date"],
.footer-form-strat input[type="month"],
.footer-form-strat input[type="week"],
.footer-form-strat input[type="time"],
.footer-form-strat input[type="datetime"],
.footer-form-strat input[type="datetime-local"],
.footer-form-strat input[type="color"],
.footer-form-strat textarea {
	color: #fff;
	background-color: rgba(51, 51, 51, 1);
	border: 1px solid #666;
}

.footer-form-strat select {
	color: #fff;
	background-color: rgba(51, 51, 51, 1);
	border: 1px solid #666;
	padding: 3px;
	border-radius: 3px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: rgb(244, 147, 49) none repeat scroll 0 0;
	border-color: #ccc #ccc #bbb;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 0px;
	box-shadow: none;
	color: rgba(255, 255, 255, 1);
	font-size: 1.6rem;
	line-height: 1;
	padding: 0.8em 1em 0.6em 1em;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 0;
	box-shadow: none;
}

.newform input,
.newform textarea {
	width: 100%;
}

.formgroup03 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* LOGO BOX */
.logo-box h4 {
	text-align: center;
	text-transform: uppercase;
}

.logo-box ul {
	text-align: center;
	margin: 0;
	padding: 0 0 8rem 0;
}

.logo-box li {
	list-style: none;
	display: inline-block;
	margin: 2rem 0;
}

.logo-box li:before {
	display: none;
}

.logo-box li a {
	display: block;
	height: 30px;
	width: 200px;
	text-indent: -30000px;
	background: no-repeat center center;
	background-size: cover;
}

.logo-box li a.symbiotics {
	background-image: url('images/logos/logo-symbiotics.svg');
	margin: 1em 0;
}

.logo-box li a.luxflag {
	background-image: url('images/logos/logo-luxflag.svg');
	height: 43px;
	width: 169px;
}

.logo-box li a.thesmartcampaign {
	background-image: url('images/logos/logo-thesmartcampaign.svg');
	height: 60px;
	width: 103px;
}

/* SITEMAP*/
.page-id-289 .entry-content li {
	color: rgb(154, 17, 22);
	font-size: 2.4rem;
	font-weight: 300;
	text-transform: uppercase;
}

.page-id-289 .entry-content li li {
	color: rgb(154, 17, 22);
	font-size: 1.8rem;
	font-weight: 300;
}

/* FAQ*/
.page-id-291 .entry-content h2 {}

.page-id-291 .entry-content p+h2 {
	margin-top: 2.5em;
}

.investors-logo-box {
	margin-bottom: 5em;
}

.investors-logo-box-line {

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.investors-logo-box-item {
	margin: 1em 2em;
	text-align: center;

}

.investors-logo-box-line.sdgs-logos {
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.investors-logo-box-line.sdgs-logos .investors-logo-box-item {
	width: 16%;
	margin: 1em 0 5em 0;
	/*font-size: 1.2em;*/
}





/* AFRICA MAP */

.partnermap-box h2 {
	color: white;
}

.value_map {
	font-weight: bold;
	color: #9a1116;
}

.tt-country {
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.tt-country.infocol {
	font-size: 1.8em;
	letter-spacing: 0.1rem;
	line-height: 1.25;
	text-transform: uppercase;
	color: white;
	background-color: rgba(154, 17, 22, 1);
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 0.5em 0;
	text-align: center;
}

tr.tt-line {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.tt-table {
	background-color: #999;
	color: white;
}

body #mapcontainer {
	width: 60%;
	height: 600px;
	float: right;
}

body #tt-info {
	width: 30%;
	float: left;
	padding-top: 30px;
}

/*
tr.tt-line:last-of-type{
	border-bottom: 1px solid rgba(255,255,255,1);
}
*/
tr.tt-line td {
	padding: 3px;
	vertical-align: bottom;
}

tr.tt-line:nth-child(odd) {
	/*background-color:rgba(154,17,22, 0.05);*/
}

.tt-value {
	text-align: right;
	font-size: 2.5em;
	color: white;
	line-height: 1.1;
	font-weight: 200;
}

.highcharts-null-point {
	background-color: transparent;
}

.cleaner {
	clear: both;
}


.anchormenupage {
	display: none;
}

.anchormenupage li {
	padding: 0;
}

.anchormenupage li:before {
	display: none;
}

.anchormenupage li a {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
COLUMNS PLUGINS ERASED
--------------------------------------------------------------*/
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left;
}

.clear_column {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}


/*--------------------------------------------------------------
MEDIAS QUERIES
--------------------------------------------------------------*/

/*--------------------------------------------------------------
COLUMNS PLUGINS ERASED
--------------------------------------------------------------*/
/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {

	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
	}
}

/* #### Desktop #### */
@media screen and (min-width: 1200px) {

	body .slick-prev,
	body .slick-next {
		display: block !important;
	}

}



/* #### Desktop #### */
@media screen and (min-width: 768px) {

	/*.home .site-title a, .home .site-title a:visited{width:280px;height: 90px;}*/
	.site-title a,
	.site-title a:visited {
		width: 280px;
		height: 90px;
	}


	.home .block_background_image.parallax-window {
		display: block;
		margin: 0 auto;
	}

}


@media screen and (min-width: 37.5em) {

	.page-template-template-page-contact .newform input,
	.page-template-template-page-contact .newform textarea {
		width: 80%;
	}

	.page-template-template-page-contact .newform input[type="submit"] {
		width: auto;
	}


	.one_half {
		width: 49% !important;
		margin-right: 2% !important;
	}

	.one_half.last_column {
		width: 49% !important;
		margin-right: 0px !important;
	}

	.one_third {
		width: 32% !important;
		margin-right: 2% !important;
	}

	.one_third.last_column {
		width: 32% !important;
		margin-right: 0px !important;
	}

	.two_third {
		width: 66% !important;
		margin-right: 2% !important;
	}

	.two_third.last_column {
		width: 66% !important;
		margin-right: 0px !important;
	}

	.one_fourth {
		width: 23.5% !important;
		margin-right: 2% !important;
	}

	.one_fourth.last_column {
		width: 23.5% !important;
		margin-right: 0px !important;
	}

	.three_fourth {
		width: 74.5% !important;
		margin-right: 2% !important;
	}

	.three_fourth.last_column {
		width: 74.5% !important;
		margin-right: 0px !important;
	}

	.one_fifth {
		width: 18.4% !important;
		margin-right: 2% !important;
	}

	.one_fifth.last_column {
		width: 18.4% !important;
		margin-right: 0px !important;
	}

	.two_fifth {
		width: 39% !important;
		margin-right: 2% !important;
	}

	.two_fifth.last_column {
		width: 39% !important;
		margin-right: 0px !important;
	}

	.three_fifth {
		width: 59% !important;
		margin-right: 2% !important;
	}

	.three_fifth.last_column {
		width: 59% !important;
		margin-right: 0px !important;
	}

	.four_fifth {
		width: 79.6% !important;
		margin-right: 2% !important;
	}

	.four_fifth.last_column {
		width: 79.6% !important;
		margin-right: 0px !important;
	}

	.one_sixth {
		width: 15% !important;
		margin-right: 2% !important;
	}

	.one_sixth.last_column {
		width: 15% !important;
		margin-right: 0px !important;
	}

	.footer-menu ul.menu {
		text-align: center;
		padding: 1em 0;
	}

	.footer-menu ul.menu li {
		list-style: none;
		display: inline-block;
		margin: 0 2em;
		padding: 0
	}


	/* BOARD GROUP */
	.boardgroup-element {
		width: 28%;
	}

	/* LOGO BOX */
	.logo-box ul {

		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.logo-box li {
		list-style: none;
		margin: 0 4rem;
	}

	.footer-form-strat .formcol {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-form-strat .formgroup01,
	.footer-form-strat .formgroup02,
	.footer-form-strat .formgroup03 {
		width: 30%;
	}

	.formgroup03 {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	#mapcontainer {
		width: 50%;
		height: 550px;
		float: left;
	}

	#tt-info {
		width: 35%;
		float: right;
		padding-top: 30px;
	}
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-width: 480px) and (orientation: portrait) {
	.content_container {
		padding: 0 20px;
	}

	.content_container .content_container {
		padding: 0;
	}

	.news_grid_item {
		width: 100%;
	}

	.site-content {
		padding-top: 1.5rem;
	}

	/*
	.site-title a, .site-title a:visited{background: url("images/regmifa-logo_small.svg") no-repeat center center; background-size: cover;}


	.main-navigation.toggled ul ul {
	    display: none !important;
	    margin:0;
	    padding: 0;
	    background: transparent;
	}
	.main-navigation.toggled ul ul li {
	    float: none;
	    clear: both;
	    width: 100%;
		text-align: center;
		background: transparent !important;
		padding: 0.6em 0;
	}
	.main-navigation.toggled ul .current-menu-ancestor > ul, .main-navigation.toggled ul .current-menu-item > ul {
	display: block !important;
    position: static !important;
    margin-bottom: 1em !important;
	}
	.main-navigation.toggled ul#primary-menu li li a{
		font-size: 0.7em;
		background-color: transparent !important;
	}
	*/
	.main-navigation {
		border-width: 0;
	}

	.home .site-branding {
		padding: 0;
	}

	.site-content {
		padding-top: 100px;
	}

	.header_image_box {
		padding-bottom: 10px;
	}

	.investors-logo-box-line.sdgs-logos .investors-logo-box-item {
		width: 50%;
		margin: 1em 0 2em 0;
	}



}

/* #### Mobile Phones Landscape #### */
@media screen and (max-width: 640px) and (orientation: landscape) {
	.content_container {
		padding: 0 20px;
	}

	#our-services .services_box,
	#our-team .team_box {
		width: 45%
	}
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-width: 768px) and (max-device-width: 1024px) {
	.content_container {
		padding: 0 15px;
	}

}

@media print {
	.site-content {
		padding-top: 0px;
	}

	.entry-title,
	.news_section_title,
	.entry-title a,
	.news_section_title a {
		color: rgba(244, 147, 49, 1) !important;

	}

	.site-header {
		display: none;
	}

}