/*
Theme Name: EDF EN France
Author:     Provident Pro
Author URI: https://www.providentpro.com/
Version:    2.0.4
*/

@import url('editor-style.css');
@import url('careers.css');
@import url('job-details.css');
@import url('contact-form.css');
@import url('post-renews-template.css');
@import url('blocks/block-blog-carousel.css');
@import url('blocks/block-details.css');

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #484848;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	width: 1370px;
}

.container:after,
.cf:after {
	clear: both;
	content: '';
	display: table;
}

.columns {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.column {
	display: table-cell;
	vertical-align: middle;
}

#container {
	background-color: #ffffff;
	overflow: hidden;
}

.fixed-header #container {
	padding-top: 73px;
}

.home.fixed-header #container {
	padding-top: 0;
}

#overlay {
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
}

.show-secondary-menu-dropdown #overlay {
	display: block;
}

/* Header */
#header {
	background-color: #ffffff;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	width: 100%;
	z-index: 9;
}

.fixed-header #header {
	left: 0;
	position: fixed;
}

.home #header {
	background-color: transparent;
	border-bottom-width: 0;
	position: absolute;
}

.home.fixed-header #header {
	background-color: #ffffff;
	border-bottom-width: 1px;
	position: fixed;
}

.home #header .container {
	position: relative;
}

.home.fixed-header #header .container {
	position: static;
}

#mobile-sidebar-toggle {
	color: #333333;
	display: none;
	font-size: 18px;
	left: 0;
	line-height: 72px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 72px;
}

#mobile-sidebar-toggle.open {
	color: #005bbb;
}

#header-logo {
	float: left;
	padding: 12px 36px 12px 0;
}

.home #header-logo {
	display: none;
}

.home.fixed-header #header-logo {
	display: block;
}

#header-logo img {
	max-width: 140px;
	vertical-align: bottom;
}

#header-menu-toggle {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	color: #484848;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 72px;
	padding: 0 36px;
	position: relative;
	text-transform: uppercase;
	transition: background-color 0.3s ease-out;
}

.home #header-menu-toggle {
	display: none;
}

.home.fixed-header #header-menu-toggle {
	display: block;
}

#header-menu-toggle:hover {
	background-color: #e0e0e0;
	text-decoration: none;
}

#header-menu-toggle:after {
	background-color: #005bbb;
	bottom: -7px;
	content: '';
	display: none;
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 8;
}

#header-menu-toggle.open {
	color: #005bbb;
}

#header-menu-toggle.open:after {
	display: block;
}

#header-menu-toggle i {
	margin-right: 12px;
}

#header-menu {
	background-image: linear-gradient(to right, #005bbb 50%, #ffffff 50%);
	border-top: 1px solid #d9d9d9;
	background-repeat: no-repeat;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.menu-container {
	position: relative;
}

.menu-tabs {
	background-color: #005bbb;
	padding: 36px 24px 36px 0;
	width: 25%;
}

.menu-tabs .home {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	padding: 6px;
	margin: 0 0 12px 24px;
}

.menu-tabs .home a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.menu-tabs ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

.menu-tabs ul li {
	margin: 6px 0;
}

.menu-tabs ul li a {
	background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
	background-position: 101% 0;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: 200% 100%;
	color: #ffffff;
	display: block;
	padding: 6px 24px;
	position: relative;
	transition: all 0.3s ease-out;
}

.menu-tabs ul li.has-children>a:after {
	content: '\f105';
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	right: 12px;
}

.menu-tabs ul li a:hover {
	background-position: 0 0;
	color: #005bbb;
	text-decoration: none;
}

.menu-tabs ul li.has-children>a:hover:after {
	content: '\f101';
}

.menu-tabs ul li.active a {
	background-position: 0 0;
	color: #005bbb;
}

.menu-tabs ul li.has-children.active>a:after {
	content: '\f101';
}

.submenus {
	background-color: #ffffff;
	bottom: 0;
	left: 25%;
	overflow-y: auto;
	padding: 36px 24px;
	position: absolute;
	top: 0;
	width: 75%;
}

.submenus .submenu {
	display: none;
}

.submenus h2 {
	border-bottom: 1px solid #efefef;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.submenus ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

.submenus ul li a {
	border-radius: 3px;
	color: #333333;
	display: block;
	padding: 6px 12px;
	transition: color 0.3s ease-out;
}

.submenus ul li a i {
	color: #005bbb;
	margin-right: 12px;
}

.submenus ul li a:hover {
	color: #005bbb;
	text-decoration: none;
}

.submenus ul li.active a {
	color: #005bbb;
}

#header-secondary-menu {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 7;
}

.home #header-secondary-menu {
	background-color: rgba(0, 0, 0, 0.6);
}

.home.fixed-header #header-secondary-menu {
	background-color: transparent;
}

.header-secondary-menu-item {
	color: #484848;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 72px;
	position: relative;
	padding: 0 12px;
	transition: background-color 0.3s ease-out;
}

.home .header-secondary-menu-item {
	color: #ffffff;
	line-height: 48px;
}

.home.fixed-header .header-secondary-menu-item {
	color: #484848;
	line-height: 72px;
}

.header-secondary-menu-item:hover {
	background-color: #e0e0e0;
	text-decoration: none;
}

.home .header-secondary-menu-item:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.home.fixed-header .header-secondary-menu-item:hover {
	background-color: #e0e0e0;
}

.header-secondary-menu-item:after {
	background-color: #005bbb;
	bottom: -7px;
	content: '';
	display: none;
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 6;
}

.home .header-secondary-menu-item:after {
	bottom: -6px;
}

.home.fixed-header .header-secondary-menu-item:after {
	bottom: -7px;
}

.header-secondary-menu-item.open:after {
	display: block;
}

.header-secondary-menu-item i {
	margin-right: 12px;
}

.header-secondary-menu-item i.fa-angle-down {
	margin: 0 0 0 12px;
}

#header .secondary-menu-dropdown {
	border-top: 1px solid #d9d9d9;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.home #header .secondary-menu-dropdown {
	border-top-width: 0;
}

.home.fixed-header #header .secondary-menu-dropdown {
	border-top-width: 1px;
}

.secondary-menu-dropdown {
	background-color: #ffffff;
	display: none;
	padding: 24px;
}

.secondary-menu-dropdown a:hover {
	color: #005bbb;
}

.secondary-menu-dropdown a.button:hover {
	color: #ffffff;
}

.secondary-menu-dropdown ul.menu {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

.secondary-menu-dropdown ul.menu li {
	font-size: 14px;
	margin: 6px 0;
}

.secondary-menu-dropdown ul.menu li a {
	color: #333333;
}

.secondary-menu-dropdown ul.menu li a:hover {
	color: #005bbb;
}

.secondary-menu-dropdown ul.menu li a:before {
	color: #005bbb;
	content: '\f0da';
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	margin-right: 6px;
}

.search {
	position: relative;
}

.search input {
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	height: 48px;
	line-height: 48px;
	padding: 0 54px 0 12px;
	width: 100%;
}

.search button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 48px;
}

/* Mobile Sidebar */
#mobile-sidebar {
	background-color: #005bbb;
	bottom: 0;
	display: none;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 80%;
	z-index: 5;
}

#mobile-menu .home {
	margin: 24px 24px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	padding: 6px;
}

#mobile-menu .home a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#mobile-menu ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

#mobile-menu ul li a {
	color: #ffffff;
	padding: 12px 24px;
	display: block;
	position: relative;
	transition: background-color 0.3s ease-out;
}

#mobile-menu ul li a:hover {
	background-color: #0042A2;
	text-decoration: none;
}

#mobile-menu ul li.has-children>a:after {
	content: '\f105';
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	right: 24px;
}

#mobile-menu ul li.open>a {
	background-color: #0042A2;
}

#mobile-menu ul li.has-children.open>a:after {
	content: '\f107';
}

#mobile-menu .submenu {
	display: none;
}

#mobile-menu .submenu li a {
	background-color: #ffffff;
	color: #333333;
	transition: color 0.3s ease-out;
}

#mobile-menu .submenu li a:after {
	content: normal;
}

#mobile-menu .submenu li a:hover {
	background-color: #ffffff;
	color: #005bbb;
}

#mobile-menu .submenu li a i {
	color: #005bbb;
	margin-right: 12px;
}

#mobile-menu .submenu li.active a {
	color: #005bbb;
}

.mobile-secondary-menu-item {
	background-color: #2d2d2d;
	border-bottom: 1px solid #242424;
	color: #ffffff;
	display: block;
	font-size: 18px;
	padding: 24px;
	transition: background-color 0.3s ease-out;
}

.mobile-secondary-menu-item:hover {
	background-color: #484848;
	text-decoration: none;
}

.mobile-secondary-menu-item.open {
	background-color: #484848;
}

.mobile-secondary-menu-item i {
	margin-right: 12px;
}

/* Navigation */
#navigation {
	background-color: #ffffff;
	font-size: 14px;
}

#navigation .container {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e1e1e1;
}

#breadcrumbs a {
	color: #333333;
}

#breadcrumbs .prefix {
	margin-right: 12px;
}

#breadcrumbs i {
	font-size: 10px;
	margin: 0 12px;
	vertical-align: middle;
}

#view-posts {
	color: #333333;
}

#view-posts .arrow {
	border: 1px solid #333333;
	display: inline-block;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 32px;
}

/* Precontent */
#precontent {
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#precontent .container {
	padding-top: 48px;
	padding-bottom: 132px;
	position: relative;
}

.post-date {
	color: #ffffff;
	float: left;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	width: 84px;
}

.post-date span {
	display: block;
}

.post-date .date-day {
	font-size: 32px;
}

.single-post #precontent .post-date {
	border-right: 3px solid #ffffff;
}

#precontent .page-title {
	border-left: 3px solid #ffffff;
	color: #ffffff;
	margin-bottom: 0;
	padding-left: 24px;
}

.single-post #precontent .page-title {
	border-left-width: 0;
	font-size: 28px;
	margin-left: 84px;
}

#precontent .menu-tabs {
	background-color: rgba(0, 26, 112, 0.8);
	padding: 24px;
	position: relative;
	width: 30%;
	z-index: 3;
}

#precontent .submenus {
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
	left: 30%;
	width: 70%;
	z-index: 4;
}

#home-logo {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 12px;
	padding-bottom: 12px;
}

#home-logo img {
	max-width: 160px;
}

#slide-arrows {
	position: absolute;
	bottom: 96px;
	right: 0;
	z-index: 2;
}

#slide-arrows a {
	background-color: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
	transition: background-color 0.3s ease-out;
}

#slide-arrows a:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

/* Body */
#body {
	position: relative;
	background-color: #ffffff;
	padding: 24px;
	margin-top: 0;
}

.single-post #content {
	padding-left: 108px;
}

.has-scroll-nav #content {
	padding-left: 224px;
}

.blog #content,
.archive #content,
.has-sidebar #content {
	float: left;
	width: calc(100% - 324px);
}

#sidebar {
	float: right;
	width: 300px;
}

.content-icons {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}

.single-post #content .content-icons {
	display: none;
}

.content-icons ul {
	border-bottom: 6px solid #005bbb;
	float: left;
	font-size: 0px;
	list-style-type: none;
	margin-bottom: -6px;
	padding: 3px 0;
}

.content-icons ul li {
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	margin: 3px;
}

.content-icons ul li button {
	background-color: #f4f4f4;
	color: #333333;
	display: block;
	height: 36px;
	text-align: center;
	transition: color 0.3s ease-out;
	width: 36px;
	border: 0;
}

.content-icons ul li.facebook button {
	background-color: #3b5998;
	color: #ffffff;
}

.content-icons ul li.twitter button {
	background-color: #55acee;
	color: #ffffff;
}

.content-icons ul li.google-plus button {
	background-color: #dd4b39;
	color: #ffffff;
}

.content-icons ul li.linkedin button {
	background-color: #0077b5;
	color: #ffffff;
}

.scroll-content-icons {
	left: 24px;
	position: absolute;
	top: 24px;
}

.scroll-content-icons-wrapper {
	width: 84px;
}

.scroll-content-icons.fixed .scroll-content-icons-wrapper {
	position: fixed;
	top: 73px;
}

.scroll-content-icons .content-icons {
	margin-bottom: 0;
}

.scroll-content-icons .content-icons:first-child ul {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-top: 0;
}

.post-excerpt {
	border: 1px solid #e1e1e1;
	margin-bottom: 24px;
	padding: 24px 24px 24px 84px;
}

.post-excerpt .post-date {
	background-color: #005bbb;
	padding: 12px 0;
	margin-left: -108px;
}

.post-excerpt p {
	margin-bottom: 0;
}

.pagination {
	font-size: 14px;
	text-align: right;
}

.pagination a {
	border: 1px solid #e1e1e1;
	display: inline-block;
	font-size: 24px;
	height: 36px;
	line-height: 36px;
	margin-left: 12px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.media-relations {
	float: left;
}

.media-relations h3 {
	margin-bottom: 12px;
	text-transform: uppercase;
}

.filter {
	margin-bottom: 24px;
	text-align: center;
}

.filter .button {
	height: 48px;
	padding: 0 36px;
}

.scroll-nav {
	position: absolute;
	top: 24px;
	left: 24px;
}

.scroll-nav .scroll-nav__wrapper {
	background-color: #333333;
	padding: 24px 0;
	width: 200px;
}

.scroll-nav.fixed .scroll-nav__wrapper {
	position: fixed;
	top: 73px;
}

.scroll-nav ol {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

.scroll-nav ol li {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.scroll-nav ol li a {
	color: #ffffff;
	display: block;
	padding: 18px 24px;
	position: relative;
	transition: background-color 0.3s ease-out;
}

.scroll-nav ol li a:hover {
	background-color: #484848;
	text-decoration: none;
}

.scroll-nav ol li a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fe5815;
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -8px;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.scroll-nav ol li.active a {
	background-color: #fe5815;
	margin-left: -6px;
	padding-left: 30px;
}

.scroll-nav ol li.active a:after {
	opacity: 1;
}

#tabs {
	margin-top: -84px;
	position: relative;
}

#tabs ul {
	display: table;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	table-layout: fixed;
	width: 100%;
}

#tabs ul li {
	display: table-cell;
	text-align: center;
	padding-left: 3px;
	vertical-align: bottom;
}

#tabs ul li:first-child {
	padding-left: 0;
}

#tabs ul li a {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	display: table;
	width: 100%;
	height: 84px;
}

#tabs ul li a:hover {
	background-color: #ffffff;
	color: #005bbb;
	text-decoration: none;
}

#tabs ul li.active a {
	background: #ffffff url('../img/border.png') scroll repeat-y left top;
	color: #005bbb;
}

#tabs ul li a span {
	display: table-cell;
	padding: 0 12px;
	vertical-align: middle;
}

#tabs .tinynav {
	display: none;
	width: 100%;
}

.post-categories {
	list-style-type: none;
	padding-left: 0;
}

.post-categories li {
	display: inline-block;
	font-size: 12px;
	margin-left: 12px;
	text-transform: uppercase;
}

.post-categories li:first-child {
	margin-left: 0;
}

.post-categories li span {
	background-color: #005bbb;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	padding: 3px 6px;
}

#project-left {
	float: left;
	width: 40%;
}

#project-right {
	float: right;
	width: 57%;
}

#project-gallery {
	margin-bottom: 24px;
}

#project-gallery .slick-slide img {
	margin: 0 auto;
}

#project-gallery .slick-arrow {
	background-color: rgba(0, 0, 0, 0.6);
	border-width: 0;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 28px;
	height: 72px;
	line-height: 72px;
	margin-top: -36px;
	outline-width: 0;
	position: absolute;
	top: 50%;
	width: 36px;
	text-align: center;
	z-index: 1;
}

#project-gallery .slick-prev {
	left: 12px;
}

#project-gallery .slick-next {
	right: 12px;
}

.project-details {
	font-size: 14px;
	padding: 0;
}

.project-details table {
	border-collapse: collapse;
	margin-bottom: 0;
	width: 100%;
}

.project-details td {
	padding: 9px;
	vertical-align: top;
}

.project-details tr td:first-child {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.project-details tbody tr:nth-child(even) td {
	background-color: #f4f4f4;
}

.project-resource {
	border: 1px solid #dfdfdf;
	border-left: 6px solid #005bbb;
	color: #005bbb;
	display: block;
	margin-bottom: 6px;
	padding: 12px;
}

.project-resource:hover {
	color: #fe5815;
	text-decoration: none;
}

.project-resource i {
	margin-right: 12px;
}

.search-result {
	border: 1px solid #e1e1e1;
	margin-bottom: 24px;
	padding: 24px;
}

.search-result p {
	margin-bottom: 0;
}

#quick-links {
	margin: -84px 0 24px;
}

#quick-links p {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

#quick-links ul {
	display: table;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	table-layout: fixed;
	width: 100%;
}

#quick-links ul li {
	display: table-cell;
	padding-left: 12px;
}

#quick-links ul li:first-child {
	padding-left: 0;
}

#quick-links ul li a {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	color: #484848;
	display: block;
	padding: 18px;
}

#quick-links ul li a i {
	color: #005bbb;
	margin-right: 12px;
}

.z-tabs {
	font-family: 'Frutiger', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.z-tabs.horizontal.top.white.z-bordered>ul>li.z-active>a {
	border-top-color: #005bbb;
}

.z-tabs.white.z-bordered>ul>li.z-active>a {
	color: #005bbb;
}

.z-tabs.white.mobile.z-bordered>ul>li.z-active>a {
	border-bottom-color: #005bbb !important;
}

.z-tabs.white>ul,
.z-tabs.white>ul>li>a,
.z-tabs.white>.z-container {
	border-color: #dfdfdf;
}

#ctf {
	text-align: left;
}

#ctf .ctf-item {
	padding: 0 !important;
}

.textwidget>*:last-child {
	margin-bottom: 0;
}

/* Footer */
#footer {
	background-color: #484848;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer-top {
	padding: 24px 0;
}

#footer-logo img {
	max-width: 140px;
	vertical-align: bottom;
}

#footer-menu {
	background-color: #333333;
	padding: 24px 0 0;
}

#footer-menu ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

#footer-menu ul li {
	float: left;
	margin: 0 3% 24px 0;
	width: 22.75%;
}

#footer-menu ul li.col-1 {
	clear: left;
}

#footer-menu ul li.col-4 {
	margin-right: 0;
}

#footer-menu ul li a {
	display: block;
	padding: 6px 0;
}

#footer-menu ul li a:hover {
	text-decoration: none;
}

#footer-menu .submenu {
	border-top: 1px solid #888888;
	margin-top: 6px;
	padding-top: 6px;
}

#footer-menu .submenu li {
	float: none;
	margin: 0;
	white-space: nowrap;
	width: 100%;
}

#footer-menu .submenu li a {
	color: #cccccc;
	transition: padding-left 0.3s ease-out;
}

#footer-menu .submenu li a:hover {
	color: #888888;
	padding-left: 12px;
}

#footer-menu .submenu li a i {
	margin-left: -12px;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	width: 12px;
}

#footer-menu .submenu li a:hover i {
	opacity: 1;
}

#footer-bottom {
	font-size: 14px;
	padding: 24px 0;
}

#footer-secondary-menu {
	float: left;
	width: 50%;
}

#footer-secondary-menu ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

#footer-secondary-menu ul li {
	background: transparent url('../img/separator.png') scroll no-repeat left center;
	display: inline;
	margin-left: 12px;
	padding-left: 12px;
}

#footer-secondary-menu ul li:first-child {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

#footer-secondary-menu ul li.social-icon {
	font-size: 24px;
	vertical-align: middle;
}

#footer-copyright {
	float: right;
	line-height: 36px;
	text-align: right;
	width: 50%;
	display: flex;
	align-items: center;
}

#footer-sm-icons {
	margin-left: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	height: 19px;
}

#footer-sm-icons > a {
	height: 100%;
}

#footer-sm-icons > a > img {
	position: relative;
	top: -3px;
	height: 100%;
}

/* Media Queries */
@media (max-width:1399px) {
	.container {
		width: 1170px;
	}
}

@media (max-width:1199px) {
	.container {
		width: 970px;
	}

	#precontent .menu-tabs {
		width: 35%;
	}

	#precontent .submenus {
		left: 35%;
		width: 65%;
	}

	#footer-menu .submenu li {
		white-space: normal;
	}

	#footer-menu .submenu li a:hover {
		color: #cccccc;
		padding-left: 0;
		text-decoration: underline;
	}

	#footer-menu .submenu li a i {
		display: none;
	}

	#footer-sm-icons{
		margin-left: 40px;
	}
 
}

@media (max-width:991px) {
	.container {
		width: 750px;
	}

	.header-secondary-menu-item {
		padding: 0 24px;
	}

	.header-secondary-menu-item .title {
		display: none;
	}

	.header-secondary-menu-item i {
		font-size: 18px;
		margin-right: 0;
	}

	.header-secondary-menu-item i.fa-angle-down {
		font-size: 14px;
	}

	#precontent .menu-tabs {
		width: 40%;
	}

	#precontent .submenus {
		left: 40%;
		width: 60%;
	}

	.page-template-tab-template #precontent .page-title {
		font-size: 48px;
	}

	#tabs {
		padding: 18px 0;
	}

	#tabs ul {
		display: none;
	}

	#tabs .tinynav {
		display: block;
	}

	.scroll-content-icons,
	.scroll-nav {
		display: none;
	}

	.single-post #content .content-icons {
		display: block;
	}

	.single-post #content,
	.has-scroll-nav #content {
		padding-left: 0;
	}

	#quick-links ul li {
		font-size: 14px;
	}

	.blog #content,
	.archive #content,
	.has-sidebar #content {
		float: none;
		margin-bottom: 24px;
		width: 100%;
	}

	#sidebar {
		float: none;
		width: 100%;
	}

	#footer-menu ul li {
		width: 47%;
	}

	#footer-menu ul li.col-2 {
		margin-right: 0;
	}

	#footer-menu ul li.col-3 {
		clear: left;
	}
}

@media (max-width:767px) {
	.container {
		width: auto;
	}

	.fixed-header #header {
		position: relative;
	}

	.fixed-header #container {
		padding-top: 0;
	}

	#mobile-sidebar-toggle {
		display: block;
	}

	.show-secondary-menu-dropdown #overlay {
		display: none;
	}

	.show-mobile-sidebar #overlay {
		display: block;
	}

	.show-mobile-sidebar #mobile-sidebar {
		display: block;
	}

	.show-mobile-sidebar #container {
		margin-left: 80%;
		position: fixed;
		width: 100%;
	}

	#header-menu {
		display: none !important;
	}

	#header-menu-toggle,
	#header-secondary-menu {
		display: none;
	}

	.home #header {
		background-color: #ffffff;
		border-bottom-width: 1px;
		position: relative;
	}

	.home.fixed-header #header {
		position: relative;
	}

	.home #header .container {
		position: static;
	}

	.home #header-logo {
		display: block;
	}

	.home.fixed-header #header-menu-toggle {
		display: none;
	}

	.home #header-secondary-menu {
		background-color: transparent;
	}

	.home .header-secondary-menu-item {
		color: #484848;
		line-height: 72px;
	}

	.home .header-secondary-menu-item:hover {
		background-color: #e0e0e0;
	}

	.home .header-secondary-menu-item:after {
		bottom: -7px;
	}

	.home #header .secondary-menu-dropdown {
		border-top-width: 1px;
	}

	.home #precontent .menu-container {
		display: none;
	}

	#header-logo {
		float: none;
		padding: 12px 0;
		text-align: center;
	}

	.page-template-tab-template #precontent .page-title {
		font-size: 36px;
	}

	#project-left,
	#project-right {
		float: none;
		width: 100%;
	}

	#quick-links {
		margin-top: 0;
	}

	#quick-links p {
		color: #333333;
		text-shadow: none;
	}

	#quick-links ul {
		display: block;
	}

	#quick-links ul li {
		border-bottom: 1px solid #cccccc;
		display: block;
		font-size: 16px;
		padding-left: 0;
	}

	#quick-links ul li a {
		box-shadow: none;
	}

	#footer-menu ul li {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	#footer-secondary-menu,
	#footer-copyright {
		float: none;
		text-align: center;
		width: 100%;
	}

	#footer-logo {
		text-align: center;
	}
}

.page-title {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.25;
}

.wsp-w-item {
	width: 50%;
}

.submenus .h2 {
	border-bottom: 1px solid #efefef;
	padding-bottom: 12px;
	margin-bottom: 24px;
	color: #005bbb;
	font-weight: 300;
	line-height: 1.25;
	font-size: 36px;
}

.orange {
	color: #fe5815;
}

.green {
	color: #509e2f;
}

#content.cf h2 {
	font-weight: bold;
}

/* Hide specific categories in Category List block */ 
.wp-block-categories-list .cat-item-1,
.wp-block-categories-list .cat-item-37 {
	display: none;
}

#pgc-22-0-0 .wp-block-button__link {
	color: #fff !important;
}

#pgc-22-0-0 .wp-block-social-links .wp-social-link a {
	color: currentColor !important;
    fill: currentColor !important;
}