/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* logo */
#logo {
	margin-left: -80px !important;
}
/* end logo */


/* Colors */
:root {
    --sp-primary-blue:#00286E;
	--sp-secondary-yellow:#FAC300;
	--sp-dark-grey:#7B7C7E;
	--sp-dark-blue:#2B384F;
	--sp-grey-blue:#D8D8D8;
	--sp-brown:#7F654B;
	--sp-yellow:#FAC300;
}
/* end colors */

/* Typography */
body {
	font-family: 'Open Sans', sans;
	font-weight: 400;
	color: var(--sp-dark-blue);
	font-size: 18px;
	line-height: 26px;
}

.body_2 {
	font-family: 'Open Sans', sans;
	font-weight: 400;
	color: var(--sp-dark-blue);
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.45px;
}

.body_3 {
	font-family: 'Open Sans', sans;
	font-weight: 400;
	color: white;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.2px;
}

.body_3_footer, .body_3_footer a {
	font-family: 'Open Sans', sans;
	font-weight: 400;
	color: white;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.2px;
}

.footer_icons .et-pb-icon a {
	font-size: 13px !important;
	text-decoration: none;
	color: white;
	padding: 15px;
}

.footer_icons .et-pb-icon a:hover {
	color: rgba(225,255,225,0.5);
}

.body_intro {
	font-family: 'Zilla Slab', serif;
	font-weight: 500;
	color: var(--sp-dark-blue);
	font-size: 23px;
	line-height: 30px;
	letter-spacing: 0.2px;
}

.body_paragrapgh_title {
	font-family: 'Open Sans', sans;
	font-weight: 600;
	color: var(--sp-dark-blue);
	font-size: 21px;
	line-height: 26px;
}

h1 {
	font-family: 'Zilla Slab', serif;
	font-weight: 600;
	color: var(--sp-primary-blue);
	font-size: 34px !important;
}

h2 {
	font-family: 'Open Sans', sans !important;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--sp-dark-blue);
	font-size: 21px;
}

h3 {
	font-family: 'Zilla Slab', serif;
	font-weight: 600;
	color: var(--sp-primary-blue);
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0.2px;
}

h4 {
	font-family: 'Open Sans', sans !important;
	font-weight: 700;
	color: var(--sp-dark-blue);
	font-size: 28px !important;
	line-height: 36px;
	letter-spacing: -0.25px;
}

h5 {
	font-family: 'Open Sans', sans;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1.25px;
}

a {
	color: var(--sp-primary-blue);
	text-decoration: underline;
}

.tab_home_title {
	font-size: 22px;
	line-height: 21px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 40px;
}

.section_label {
	font-family: 'Open Sans', sans;
	font-weight: 700;
	color: var(--sp-dark-blue);
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.section_label_name {
	font-family: 'Open Sans', sans;
	font-weight: 700;
	color: var(--sp-dark-blue);
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 0 !important;
}

.section_label_position {
	font-family: 'Open Sans', sans;
	font-weight: 500;
	color: var(--sp-dark-blue);
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.section_breadcrumb {
	font-family: 'Open Sans', sans;
	font-weight: 600;
	color: var(--sp-dark-grey);
	font-size: 12px;
	text-transform: uppercase;
}

.section_label_small, thead th{
	font-family: 'Open Sans', sans;
	font-weight: 600;
	color: #d8d8d8;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
}

.section_label_small_white, .section_label_small_white a {
	font-family: 'Open Sans', sans;
	font-weight: 700;
	color: white;
	font-size: 12px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	line-height: 18px;
}

.secondary_menu_items{
	padding-bottom: 4px !important;
}

.secondary_menu_items a{
	font-family: 'Open Sans', sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: var(--sp-primary-blue);
	text-decoration: none;
	padding-bottom: 4px !important;
}

.secondary_menu_items a:hover{
	text-decoration: underline;
}

.title_quote {
	font-family: 'Zilla Slab', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 27px;
	line-height: 29px;
	letter-spacing: 0.7px;
	color: var(--sp-dark-blue);
}

.body_quote {
	font-family: 'Zilla Slab', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.7px;
	color: var(--sp-dark-blue);
}

.clickable_icon a:hover {
	color: var(--sp-yellow);
}

/* end typography */


/* Primary menu */
.primary_menu_selectors {
	text-align: right;
}

.primary_menu_selectors div {
	display: inline !important;
	padding-right: 3px !important;
}

.primary_menu_selectors div:nth-child(1) {
	padding-right: 1px !important;
}

.primary_menu_selectors a.wpml-ls-item-toggle:after {
	display:none !important;
}

.primary_menu_selectors a.wpml-ls-item-toggle {
	padding-right:0 !important;
}

.primary_menu_selectors ul {
	display: inline-block !important;
	padding: 0 !important;
}


.primary_menu_selectors a {
	padding: 0 0 7px 0!important;
	background: transparent !important;
	border: none !important;
	font-weight: 600 !important;
	color: white !important;
	font-size: 16px !important;
}

.primary_menu_selectors a:hover {
	color: #fac300 !important;
	text-decoration: none !important;
}

.primary_menu_selectors .wpml-ls-sub-menu{
	top: 25px !important;
	border: none !important;
	background: white !important;
	-webkit-box-shadow: 2px 0 4px 1px rgba(0, 0, 0, 0.1);
	        box-shadow: 2px 0 4px 1px rgba(0, 0, 0, 0.1);
	width: 40px !important;
}

.primary_menu_selectors .wpml-ls-sub-menu li{
	background: white !important;
	width: 40px !important;
}

.primary_menu_selectors .wpml-ls-sub-menu a{
	color: var(--sp-primary-blue) !important;
	background: white !important;
	padding: 5px 5px 5px 8px !important;
	border-bottom: 1px solid #f3f3f3 !important;
	width: 40px !important;
	text-align: left !important;
}

.primary_menu_selectors .wpml-ls-sub-menu a:hover {
	color: #fac300 !important;
	text-decoration: none !important;
    background-color: rgba(0,0,0,.03) !important;
}

.primary_menu_div {
	opacity: 0.5;
	vertical-align: middle;
}

/* End Primary menu */


/* SPL Main Menu */

.sub-menu li{
	padding: 0px !important;
	vertical-align: middle !important;
	border-bottom: 1px solid #f3f3f3;
}


@media only screen and (min-width: 981px) {
	.sub-menu{
		width: 450px !important;
		padding: 0px !important;
	}
	.sub-menu li a{
		width: 450px !important;
		height: 60px !important;
		padding-top: 15px !important;
		text-transform: none !important;
	}
	
	#spl_main_menu .sub-menu a{
		font-weight: 600 !important;
		font-size: 21px !important;
		letter-spacing: 0.1px !important;
	}
	
	#spl_main_menu .sub-menu .sub-menu {
		margin-top: 20px !important;
	}
	
	#spl_main_menu .current-menu-ancestor > a, #spl_main_menu #menu-main > .current-menu-item > a {
		border-bottom: 3px solid #fac300 !important;
		color: var(--sp-primary-blue) !important; 
	}
	
	#spl_main_menu .menu-item-has-children a:after {
		content: none !important;
	}
	
	#spl_main_menu .menu-item-has-children a {
		padding-right: 0 !important;
	}
	
	#spl_main_menu{
		width: 150% !important;
	}
}

#spl_main_menu a{
text-decoration: none !important;
}

#spl_main_menu #menu-main > li > a:hover{
	color: var(--sp-dark-blue);
	border-bottom: 3px solid #fac300 !important;
	-webkit-transition-duration: 0s !important;
	     -o-transition-duration: 0s !important;
	        transition-duration: 0s !important;
}

#spl_main_menu #menu-main > li {
	padding-right: 20px !important;
}

#spl_main_menu .et_pb_menu__menu>nav>ul>li>a, #spl_main_menu .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 10px !important;
}

#spl_main_menu{
	background: transparent !important;
}

/* end SPL Main menu */

/* fullscreen Specilisterne Worldwide menu */
.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 110000;
  top: 0;
  left: 0;
  padding: 0 !important;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.closebtn{
  text-decoration: none;
  font-size: 36px !important;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 48px;
}

.menu-list-of-countries-container{
	margin-left: 30%;
}

.menu_list_of_countries {
  background-color: rgba(0,0,0,0) !important;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 981px) {
	.menu_list_of_countries li {
	  -webkit-box-flex: 1;
	      -ms-flex: 1 0 25%;
	          flex: 1 0 25%;
	  padding: 0;
    }
}


@media (max-width: 980px) {
	.menu_list_of_countries li {
	  -webkit-box-flex: 1;
	      -ms-flex: 1 0 50%;
	          flex: 1 0 50%;
	  padding: 0;
    }
	.menu_list_of_countries .et_pb_menu__menu {
		display: block !important;
	}
		.menu_list_of_countries {
		display: block !important;
	}
	
	.menu_list_of_countries .et_mobile_nav_menu{
		display: none !important;
	}
}

.link_primary_menu {
	font-family: 'Open Sans', sans;
	font-weight: 600;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.link_primary_menu:hover {
	color: #FAC300;
}
.icons_primary_menu {
	width: 14px;
	height: 14px;
	fill: white !important;
	margin-bottom: -3px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.icons_primary_menu:hover {
	fill: #FAC300 !important;
}

.menu_list_of_countries a {
  font-family: 'Open Sans', sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 0 !important;
}

.menu_list_of_countries a:hover {
  color: #fac300 !important;
  opacity: 1;
}


/* end fullscreen Specilisterne Worldwide menu */


/* News */
#news_module .et_pb_tabs_controls:after {
	border:none !important;
}

@media (min-width: 981px) {
	#news_module ul {
		float:right !important;
	}
	
	#news_module .et_pb_tab {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

#news_module .et_pb_all_tabs{
	clear:both;
}
/* end News */


/* Customer cases */
 
@media (min-width: 981px) and (max-width: 1030px){
	#customer_cases_cards .et_pb_column{
		width: 32% !important;
	}
	
	#customer_cases_cards_home .et_pb_column{
		width: 24% !important;
	}
	
	#customer_cases_cards .customer_cases_back{
	width: 225px !important;
	height: 175px !important;	
	}
	#customer_cases_cards .customer_cases_front{
	width: 225px !important;	
	height: auto !important;
	}
	
	#customer_cases_cards_home .customer_cases_back{
	width: 220px !important;
	height: 175px !important;	
	}
	#customer_cases_cards_home .customer_cases_front{
	width: 220px !important;	
	height: auto !important;
	}
	#customer_cases_cards_home img{
		/*padding-top: 26px !important;*/
		padding-bottom: 26px !important;
		background: white !important;
	}
	#customer_cases_cards img{
		/*padding-top: 26px !important;*/
		padding-bottom: 26px !important;
		background: white !important;
	}
}

@media (min-width: 1031px) {
	#customer_cases_cards .et_pb_column{
		width: 32% !important;
	}
	
	#customer_cases_cards_home .et_pb_column{
		width: 24% !important;
	}
	
	#customer_cases_cards .customer_cases_back{
	width: 265px !important;
	height: 175px !important;	
	}
	#customer_cases_cards .customer_cases_front{
	width: 265px !important;	
	height: auto !important;
	}
	
	#customer_cases_cards_home .customer_cases_back{
	width: 260px !important;
	height: 175px !important;	
	}
	#customer_cases_cards_home .customer_cases_front{
	width: 260px !important;	
	height: auto !important;
	}	
}

#customer_cases_cards .column_left {
	right: 0 !important;
}


.customer_cases_back{
    position:absolute;
    bottom:-8px;
}

#customer_cases_cards_home .customer_cases_back{
    position:absolute;
    bottom:-10px;
}

.customer_cases_front{
    position:absolute;
    bottom:-30px;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
	cursor: pointer;
}

.customer_cases_front:hover {
	bottom: -185px;
	padding-top: 220px !important;
	
}


/* end Customer Cases */

/* Sticky Contact Form */

@media (min-width: 981px) {
	.contact_section_open {
		bottom: -320px;
		-webkit-transition: bottom .5s ease-in-out;
		-o-transition: bottom .5s ease-in-out;
		transition: bottom .5s ease-in-out;
	}

	.contact_section_open .et_pb_module_header span:after{
		content: "\36";
		font-family: 'ETmodules';
		font-size: 18px;
		color: #00286E;
		padding-left: 26px;
	}

	.contact_section_open_active {
		bottom: 0;
		-webkit-transition: bottom .5s ease-in-out;
		-o-transition: bottom .5s ease-in-out;
		transition: bottom .5s ease-in-out;
	}

	.contact_section_open_active .et_pb_module_header span:after{
		content: "\37";
		font-family: 'ETmodules';
		font-size: 18px;
		color: #00286E;
		padding-left: 26px;
	}
}

@media (min-width: 451px) and (max-width: 980px){
	.contact_section_open {
		bottom: -320px;
		-webkit-transition: bottom .5s ease-in-out;
		-o-transition: bottom .5s ease-in-out;
		transition: bottom .5s ease-in-out;
	}

	.contact_section_open .et_pb_module_header span:after{
		content: "\36";
		font-family: 'ETmodules';
		font-size: 18px;
		color: #00286E;
		padding-left: 150px;
	}

	.contact_section_open_active {
		bottom: 0;
		-webkit-transition: bottom .5s ease-in-out;
		-o-transition: bottom .5s ease-in-out;
		transition: bottom .5s ease-in-out;
	}

	.contact_section_open_active .et_pb_module_header span:after{
		content: "\37";
		font-family: 'ETmodules';
		font-size: 18px;
		color: #00286E;
		padding-left: 150px;
	}
}

@media only screen and (max-width: 480px) {
	.contact_section_open {
		bottom: -365px;
		-webkit-transition: bottom .5s ease-in-out;
		-o-transition: bottom .5s ease-in-out;
		transition: bottom .5s ease-in-out;
	}

	.contact_section_open .et_pb_module_header span:after{
		content: "\36";
		font-family: 'ETmodules';
		font-size: 18px;
		color: #00286E;
		padding-left: 20px;
	}

	.contact_section_open_active {
		bottom: 0;
		-webkit-transition: bottom .5s ease-in-out;
		-o-transition: bottom .5s ease-in-out;
		transition: bottom .5s ease-in-out;
	}

	.contact_section_open_active .et_pb_module_header span:after{
		content: "\37";
		font-family: 'ETmodules';
		font-size: 18px;
		color: #00286E;
		padding-left: 20px;
	}
	
}

	.contact_section_open_active .et-pb-contact-message, .contact_section_open .et-pb-contact-message{
	font-family: 'Open Sans', sans;
	font-weight: 600;
	color: var(--sp-dark-blue);
	font-size: 11px;
	line-height: 12px;
	padding: 0 15px 0 15px;
	}
	.contact_section_open_active .et-pb-contact-message, .contact_section_open .et-pb-contact-message {
	position: relative;
	left: 10px;
	bottom: 2px;
	}

	.contact_section_open_active .et-pb-contact-message ul, .contact_section_open .et-pb-contact-message ul{
	padding-bottom: 0 !important;
	}
	.contact_section_open_active .et-pb-contact-message li, .contact_section_open .et-pb-contact-message li{
	list-style-type: none;
	display: inline;
	}
	.contact_section_open_active .et-pb-contact-message li:after, .contact_section_open .et-pb-contact-message li:after{
	content: ", "
	}

/* End Sticky Contact Form */

/* Search header */
.section_search {
	position: fixed !important;
	top: -250px;
	-webkit-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
}

.section_search_active {
	position: fixed !important;
	top: 52px;
	-webkit-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
}

.section_search .et_pb_searchsubmit{
	background: #00286e !important;
	border: 1px solid #00286e !important;
}

.section_search .et_pb_searchsubmit:hover{
	background: white !important;
}

/* End Search header */

/* Share this icons */
.spl_social_inline, .spl_social_inline a {
	text-align: right !important;
}

@media (min-width:451px){
	.spl_social_inline i {
		color: #00286E !important;
		padding-top: 20px !important;
		font-size: 10px !important;
		width: 27px !important;	
	}
}

.spl_social_inline i:hover {
	color: #FAC300 !important;
}

.spl_social_inline i:before {
	font-size: 14px !important;
	line-height: 45px !important;
}

.spl_social_inline ul:before {
	font-family: 'Open Sans', sans !important;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--sp-dark-blue);
	font-size: 12px;
	vertical-align: middle;
}

.spl_social_inline ul, .spl_social_inline li  {
	float: right !important;
	max-height: 50px;
}

.spl_social_inline li {
	float: none !important;
	display: inline-block !important;
	background: transparent !important;	
}

.spl_social_inline .et_social_networks, .spl_social_inline li {
	width: auto !important;
}


/* End share this icons */

/* Home */

@media (min-width:1651px){
	.tabs_home {
		margin-top: 40px !important;
	}
	
	.sticky_tabs_home {
		margin-top: 40px !important;
	}	
}

@media (max-width:1650px){
	.tabs_home {
		margin-top: 80px !important;
	}	
	
	.sticky_tabs_home {
		margin-top: 30px !important;
	}	
}

@media (min-width: 981px) and (max-width: 1030px){
	#sticky_tabs_home_two:hover {
		margin-top: -270px!important;
	}
	#sticky_tabs_home_three_l {
		padding-left: 18% !important;
	}
	
	#sticky_tabs_home_three_m, #sticky_tabs_home_three_r {
		padding-right: 70px !important;
	}
}

.et_pb_button_tab_home {
	margin-right: 30px !important;
	padding-right: 30px !important;
	border-color: white !important;
}

 
.bloggrid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
 
.bloggrid article {
	margin-bottom: 20px !important;
  	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
 
.bloggrid .post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
 
.bloggrid .column {
    margin-bottom: 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bloggrid article:hover {
	background-color: #fffcf3 !important;
}

.bloggrid .pagination .alignleft a {
	content: " - ";
	color: rgba(255,255,255,0) !important;
	position: relative;

}
.bloggrid .pagination .alignleft a:after {
	content: "\34";
	font-family: 'ETmodules';
	font-size: 60px;
	color: #d8d8d8;
	position: absolute;
	text-align: left;
	width: 200px;
	left: 0;
}

.bloggrid .pagination .alignleft a:hover:after {
	color: #00286e;
}

.bloggrid .pagination .alignright a {
	color: rgba(255,255,255,0) !important;
	position: relative;
}

.bloggrid .pagination .alignright a:after {
	content: "\35";
	font-family: 'ETmodules';
	font-size: 60px;
	color: #d8d8d8;
	position: absolute;
	text-align: right;
	width: 200px;
	right: 0;
}

.bloggrid .pagination .alignright a:hover:after {
	color: #00286e;
}

.bloggrid .et_pb_ajax_pagination_container > div:nth-child(2){
	width: 115%!important;
    margin-left: -80px;
	position: absolute;
    top: 40%;
	z-index: -1 !important;
}


.bloggrid article > .post-meta {
	-webkit-box-ordinal-group: 0 !important;
	    -ms-flex-order: -1 !important;
	        order: -1 !important;
	-webkit-order: -1 !important;
}

#home_events .et_pb_slide_description {
	text-shadow: none !important;
}

#home_events .et_pb_slide_title > a {
	text-decoration: none !important;
}

#home_events .et-pb-controllers {
	bottom: 7px !important;
}

#home_events .et-pb-controllers a{
	background-color: #ffffff;
	opacity: 1;
}

#home_events .et-pb-active-control {
	background-color: #00286e !important;
}

#home_events .et-pb-slider-arrows a {
	text-decoration: none !important;
}

#home_events .et-pb-slider-arrows a:hover {
	color: #00286e !important;
}


.welcome_links {
	padding-top: 50px;
}

.welcome_links a{
	font-family: 'Open Sans', sans;
	font-weight: 900;
	color: #fac300;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 30px;
	padding-bottom: 3px;
	border-bottom: 2px solid #fac300;
}

.welcome_links a:hover{
	border-bottom: none;
}

.et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload, .mejs-container  {
    background-color: #ffffff!important;
}

.et_pb_preload:before {
    display: none!important;
}


/* End Home */


/* Job Offers - table */


@media screen and (max-width: 980px) {
  	table {
		width:100%;
		border: none !important;
	}
    thead {
		display: none;
	}
	
	tr {
		background: none !important;
	}
	
    tr:nth-of-type(2n) {
		background-color: inherit;
	}
    tr td:first-child {
		background: #f0f0f0; 
		font-weight:bold;
		font-size:1.3em;
	}
	
	tr td:nth-child(5) {
		margin-bottom: 25px;
	}
	
	tr td:nth-child(odd) {
		background: #f0f0f0;
	}
	tr td:nth-child(even) {
		background: #f7f7f7;
	}
    tbody td {
		display: block;  
		text-align:center;
	}
	tr {
		border-top:3px solid white;
	}
  	td {
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
	}
	td, th {
		border: 3px solid white;
		padding: 10px !important;
	}
	
	tbody td:before { 
		content: attr(data-th);
		display: block;
		font-family: 'Open Sans', sans;
		text-align:center !important;
		color: #555;
		font-weight: 700;
		font-size: 12px;
		text-transform: uppercase;
	}
}
  


@media screen and (min-width: 981px) {
	td, th {
		border: 3px solid white;
		padding: 15px !important;
	}
	thead {
		display: none;
	}
}

	tbody td:before { 
		content: attr(data-th);
		display: block;
		font-family: 'Open Sans', sans;
		text-align:left;
		color: #555;
		font-weight: 700;
		font-size: 12px;
		text-transform: uppercase;
	}

	tbody td:nth-child(5){
		font-family: 'Open Sans', sans;
		font-weight: 700;
		color: white !important;
		font-size: 12px;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		text-align: center;
		line-height: 16px;
		background: var(--sp-primary-blue);
	}

	tbody td:nth-child(5) a{
		color: white !important;
		text-decoration: none !important;
	}

	tbody tr:nth-child(odd) {
		background: #f7f7f7;
	}
	tbody tr:nth-child(even) {
		background: #f3f4f8;
	}

	tbody tr:hover {
		background: #fdfdfd;
	}

	tbody td:nth-child(1) {
		font-family: 'Open Sans', sans;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
		color: var(--sp-primary-blue);
	}

	tbody td:nth-child(2), tbody td:nth-child(3) {
		font-family: 'Open Sans', sans;
		font-weight: 600;
		font-size: 15px;
		line-height: 20px;
		color: var(--sp-primary-blue);
	}

	tbody td:nth-child(4) {
		font-family: 'Open Sans', sans;
		font-weight: 600;
		font-size: 15px;
		line-height: 20px;
		color: var(--sp-grey-blue);
	}

	tbody td:nth-child(4) a {
		color: var(--sp-yellow);
		text-decoration: none !important;
	}

/* End Job Offers - table */

/* Job Offers */
@media screen and (min-width: 981px) {
	.job_offers_column1 {
		width: 45% !important;
		margin: auto auto 0;
	}
	
	.job_offers_column1 {
		width: 55% !important;
	}
}

@media screen and (max-width: 980px) {
	.job_offers_column1 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	.job_offers_column2 {
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		
	}
}

/* End Job Offers */

/* Contact page */
#et_pb_contact_form_newsletter .et_pb_contact_submit, #et_pb_contact_form_newsletter .et_pb_button, #et_pb_contact_form_newsletter .et_contact_bottom_container {
	margin: 0 !important;
width: 97% !important;
}


/* End Contact page */

/* Cookie Notice */

#catapultCookie {
    font-size: 14px;
	color: white;
    background-color: #00286e;
	border: 1px solid white !important;
	border-radius: 0 !important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

#catapultCookie:hover {
	color: #00286e;
    background-color: white;
	border: 1px solid #00286e !important;
}

/* End Cookie Notice */


/* interactive map */
g text:hover {
	fill:#fac300 !important;
}

g image:hover {
	-webkit-filter:drop-shadow(8px 8px 10px gray);
	        filter:drop-shadow(8px 8px 10px gray);
}

.google-visualization-tooltip li:nth-child(1) {
	display: none !important;
}

.google-visualization-tooltip {
	background-color: #00286e !important;
	border: none !important;
	padding: 16px !important;
}

.imap_title {
	font-family: 'Open Sans', sans;
	font-weight: 700;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
}

.imap_details a{
	font-family: 'Open Sans', sans;
	font-weight: 600;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 16px;
}

.imap_details a:hover {
	text-decoration: none;
}

.imapsImage:hover {
	width: 40px;
	height: 40px;
}

.imap_details a {
	text-decoration: none !important;
}

/* end interactive map*/

/* show contact form on scroll */
.contact_section_open{
	visibility:hidden;
    opacity:0;
    -webkit-transition:visibility 0.5s linear, opacity 0.5s linear;
    -o-transition:visibility 0.5s linear, opacity 0.5s linear;
    transition:visibility 0.5s linear, opacity 0.5s linear;
}
.scrolled { 
	visibility:visible;
	opacity: 1 !important;
}
/* end show contact form on scroll */



/* Testimonials */

#testimonials_consultors_clients .et_pb_blurb_description h3 {
	padding-left: 8px;
	padding-right: 8px;
}

/* End Testimonials */


/* *** Mobile general settings *** */

@media only screen and (max-width: 480px) {
	
	.three_columns .et_pb_column {
		width: 33% !important;
	}

/* Footer */
	.et_pb_column_1_tb_footer {
		display: none;
	}
	
	#footer_legal br {
		display: none;
	}
	
	#footer_legal a {
		padding-right: 20px;
	}
	
	.footer_icons {
		text-align: center !important;
	}

	.footer_icons a {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	
	.footer_icons > :last-child{
		padding-bottom: 25px !important;
	}

/* End Footer */

/* General */
	.et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo {
		max-width: 60% !important;
	}
	
	.et_pb_row {
		width: 92%
	}
	
/* End General */

/* Header */
	.primary_menu_selectors a {
		padding: 0 !important;
	}
	#spl_main_menu {
		padding-bottom: 4px !important;
		padding-left: 8px !important;
	}

	.section_search_active {
		top: 25px;
	}

	#spl_main_menu .et_mobile_menu {
		padding: 0 !important;
	}


	#spl_main_menu #mobile_menu2 > li {
		border-bottom: 1px solid #f3f3f3;
	}

	#mobile_menu2 a {
		font-size: 15px !important;
		color: var(--sp-primary-blue) !important;
	}


/* End header */

/* News */	
	#news_module ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
  		-webkit-box-pack: end;
  		    -ms-flex-pack: end;
  		        justify-content: flex-end;
	}
	
	#news_module .et_pb_tabs_controls a {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
/* End News */	
	
/* Testimonials */
	
	#testimonials_section {
		background-position: 0 -40%;
	}
/* End Testimonials */	

/* Posts */
	.spl_social_inline ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
  		-webkit-box-pack: end;
  		    -ms-flex-pack: end;
  		        justify-content: flex-end;
	}
	
	.spl_social_inline i {
		color: #00286E !important;
		padding-top: 0 !important;
		font-size: 10px !important;
		width: 27px !important;	
	}
	
	.spl_social_inline ul:before {
		font-size: 10px;
	}
	
	
	#share_icons .spl_social_inline li {
		width: 27px !important;
		margin-top: -12px !important;
	}
	
	.spl_social_inline ul:before {
		width: 60px !important;
	}
	
/* End Posts */	
	
	
/* Home */
	.welcome_links a{
		font-size: 11px !important;			
	}
	
/* End Home */	
	
}
/* *** End Mobile general settings *** */




/* *** Tablet general settings *** */



@media only screen and (min-width: 481px) and (max-width: 1023px){
	
	/* General */
	.et_pb_menu_1_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo {
		max-width: 60% !important;
	}
	
	.et_pb_row {
		width: 90%
	}
	
	/* End General */
	
	/* News */	
	#news_module ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
  		-webkit-box-pack: end;
  		    -ms-flex-pack: end;
  		        justify-content: flex-end;
	}
	
	#news_module .et_pb_tabs_controls a {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	/* End News */		
	
	
	.three_columns_tablet .et_pb_column {
		width: 31.5% !important;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	
	/* Customer Cases */
	#customer_cases_cards {
		margin-left: 1% !important;
	}
	
	#customer_cases_cards p {
		
	}
	
	/* End Customer Cases */
	
	
	/* Testimonials */
	#testimonials_consultors_clients .et_pb_blurb_content {
		margin: 0 !important;
		max-width: 700px !important;
	}
}
	
/* *** End Tablet general settings *** */	
	
	