.isHidden {
	display: none !important;
}

/* Job-search header */
.header-jobsearch {
	background-color: #003D5B;
	border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.header-jobsearch .header-jobsearch .row-inner {
	padding-top: 60px;
}

.header-jobsearch .row-inner:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 110%;
	height: 100%;
	background-image: url(/wp-content/uploads/2020/06/visuel-header-careers-e1593165993491.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.header-jobsearch-heading {
	position: relative;
	margin-top: 40px !important;
	margin-bottom: 60px;
}

.header-jobsearch-heading h1 {
	position: relative;
	margin-bottom: 80px !important;
	max-width: 520px !important;
	font-size: 56px !important;
	line-height: 1 !important;
}

.header-jobsearch-heading h1 span {
	position: relative;
	z-index: 1;
}

.header-jobsearch-heading strong {
	position: relative;
	color: #ffb1b8;
}

.header-jobsearch-heading strong:after {
	position: absolute;
	right: -40px;
	bottom: 0;
	display: block;
	content: " ";
	width: 250px;
	height: 30px;
	background: url("/wp-content/uploads/2020/02/trait-brush-white.svg") no-repeat;
	background-size: contain;
	transform: translateY(calc(100% + 10px));
}

.header-jobsearch-text p {
	max-width: 520px;
	font-size: 20px;
}

.header-jobsearch-arrow {
	position: relative !important;;
	left: -75px;
	display: inline-block;
	margin-top: 20px !important;
	width: 100px;
}

/* Job-search header responsive */
@media (max-width: 959px) {
	.header-jobsearch-heading h1 {
		font-size: 40px !important;
	}

	.header-jobsearch-arrow,
	.header-jobsearch-heading strong:after,
	.header-jobsearch-text {
		display: none !important;
	}

	.header-jobsearch .row-inner:after {
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #003D5B;
		opacity: 0.7;
	}

	.header-jobsearch .row-inner > .pos-middle {
		position: relative;
		z-index: 1;
	}
}

/* Tips and advice */
#index-992044 .isotope-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 25px;
	padding-top: 50px;
	width: 100%;
}

#index-992044 .tmb {
	position: relative;
	float: none;
	margin-top: 0;
	padding: 0;
	width: auto !important;
	background-color: #eeeeee;
}

#index-992044 .tmb .t-inside {
	margin: 0;
}

#index-992044 .tmb:first-of-type {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

#index-992044 .tmb .t-entry-text {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 50%;
	z-index: 1000;
}

#index-992044 .tmb:first-of-type .t-entry-text {
	left: 30px;
	bottom: 30px;
}

#index-992044 .tmb .t-entry-text a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#index-992044 .tmb:first-of-type .t-entry-text a {
	font-size: 30px;
}

#index-992044 .tmb:after {
	position: absolute;
	right: 20px;
	bottom: 20px;
	content: url(https://dev-corporate-webhelp.mystudiofactory.com/wp-content/uploads/2020/01/fleche.svg);
	z-index: 1000;
}

#index-992044 .tmb:first-of-type:after {
	right: 40px;
	bottom: 40px;
	transform: scale(1.5);
}

#index-992044-mobile {
	display: none;
}

@media (max-width: 559px) {
	#index-992044 {
		display: none;
	}

	#index-992044-mobile {
		display: block;
	}

	#index-992044-mobile .owl-dots {
		bottom: -37px !important;
	}
}

/* Custom list */

.customList {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	height: 50px;
	z-index: 10;
	transform: translateZ(0); /* z-index fix on safari */
}

.customList-label {
	position: relative;
	font-size: 60px;
	font-weight: bold;
	color: #2ed8c3;
	cursor: pointer;
}

.customList-label.beautiful {
	border-bottom: 2px solid;
}

.customList-label.beautiful:after {
	content: url(/wp-content/uploads/2020/02/fleche-expand-1.svg);
	position: absolute;
	right: -45px;
	top: 3px;
	cursor: pointer;
	transform: scale(0.7);
}

.customList-select {
	position: absolute;
	left: 0;
	/*top: 100px;*/
    top: 50px;
	display: none;
	max-height: 400px;
	max-width: 300px;
	min-width: 200px;
	z-index: 2;
	padding: 40px 30px;
	background-color: #2ed8c3;
	will-change: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

.customList-select-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
	background-color: transparent;
}

.customList-select-close:before {
	content: url(/wp-content/uploads/2020/03/icone-fermer.svg);
}

.customList-select-item {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	text-align: left;
}

.customList-select-item.isActive {
	color: #003D5B;
	font-weight: 600;
}

.customList-select-item:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/* Job card */

.job {
	position: relative;
	margin: 0 15px 30px;
	padding: 24px;
	min-width: calc((100% - 60px) / 3);
	height: 180px;
	background-color: #297380;
	color: #ffffff;
}

.job-flag {
	position: absolute;
	right: 2px;
	top: 2px;
	padding: 3px 5px;
	background-color: #ffb1b8;
	font-size: 16px;
	font-weight: 700;
}

.job-category {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.job-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	max-width: 90%;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
}

.job-location {
	margin-bottom: 10px;
	font-size: 16px;
}

.job-location:before {
	content: url(/wp-content/uploads/2020/03/icone-pin-1.svg);
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 18px;
}

.job-language {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 600;
}

.job-link {
	display: block;
	font-weight: 600;
}

.job .t-entry-readmore {
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.jsh-country-flag {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

.t-entry-readmore a:before {
	content: url(/wp-content/uploads/2020/03/icone-arrow-white.svg);
	padding-right: 10px !important;
}

.job.isLight {
	background-color: #ffffff;
	color: #003D5B;
}

.job.isLight .job-title {
	color: #003D5B;
}

.job.isLight .job-location:before {
	content: url(/wp-content/uploads/2020/03/icone-pin.svg);
	margin-right: 10px;
	top: 3px;
}

.jobBlock {
	display: flex;
	flex-wrap: wrap;
}

.jobBlock .job {
	flex: initial;
	margin: 0 10px 20px;
	width: calc((100% - 40px) / 2);
}

/* SimpleSearchBlock */
.ssbk {
	display: block;
}

.ssbk-searchSentence {
	display: flex;
}

.ssbk-searchSentence .uncont:first-of-type {
	margin: 0;
}

.ssbk-text {
	display: inline-block;
}

#ssbk-languagesLabel.ssbk-text {
	/*margin-right: 10px;*/
}

.ssbk-text p {
	display: inline-block;
	color: #ffffff;
	font-size: 28px;
	vertical-align: middle;
}

.ssbk-text .customList {
	padding-right: 60px;
	height: auto;
	vertical-align: middle;
}

/*#ssbk-languagesLabel .customList:before {*/
/*	content: " ";*/
/*	position: absolute;*/
/*	right: 60px;*/
/*	top: 0;*/
/*	width: 1px;*/
/*	height: 100%;*/
/*	background-color: #2ed8c3;*/
/*}*/

#ssbk-languagesLabel .customList,
#ssbk-countriesLabel .customList {
	padding-right: 0;
}

#ssbk-languagesLabel .customList { z-index: 11; }

.ssbk-count, #ssbk-unfortunately {
	display: none;
	margin-top: 36px !important;
}

.ssbk-container {
	margin-top: 0 !important; 
}

.ssbk-container .btn-container {
	margin-top: 20px !important; 
}

#ssbk-deleteAll-filters {
	color: #003D5B !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    border-radius: 25px !important;
    background-color: #2ed8c3 !important;
}
#ssbk-deleteAll-filters:hover,
#ssbk-deleteAll-filters:focus {
    background-color: #33E5CF!important;
    color: #003D5B!important;
}

@media (max-width: 559px) {
	.ssbk-count, #ssbk-unfortunately {
		margin-top: 0 !important;
	}

	.discoverDestinations > .row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

.ssbk-count-number,
.ssbk-unfortunately p,
.ssbk-count p {
	display: inline-block;
	margin-right: 5px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.ssbk .customList-label {
	padding-right: 10px;
	font-size: 28px;
	font-weight: normal;
}

.ssbk .customList-label:after {
	content: "+";
	position: relative;
	left: 6px;
	top: 6px;
	display: inline-block;
	width: 22px;
	height: 22px;
    margin-right: 7px;
	background-color: #2ed8c3;
	cursor: pointer;
	border-radius: 100%;
	color: #003D5B;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
	vertical-align: top;
}

.ssbk-category-item {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 7px 20px;
	background-color: transparent;
	border: 1px solid #2ed8c3;
	border-radius: 25px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
	box-sizing: content-box;
}

.ssbk-category-item.isActive {
	background-color: #2ed8c3;
	color: #003D5B;
}

.ssbk-jobs-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px !important;
}

.ssbk .job {
	position: relative;
	display: block;
	margin: 0 30px 30px 0;
	width: calc((100% - 90px) / 3);
}

@media (min-width: 960px) {
	.ssbk .job:nth-child(3n+3) {
		margin-right: 0;  
	}
}

/* Work at WebHelp */

.wawp .customList-label {
	border-bottom: 2px solid;
}

.wawp .customList-label:after {
	content: url(/wp-content/uploads/2020/02/fleche-expand-1.svg);
	position: absolute;
	right: -45px;
	top: 3px;
	cursor: pointer;
	transform: scale(0.7);
}

/* Job search link */
.job.job-search-link {
	background-color: #2ed8c3;
}

.job.job-search-link .t-entry-readmore a:before {
	content: url(/wp-content/uploads/2020/03/arrow-dark-green.svg);
}

.job.job-search-link #ssbk-allJobs {
	position: absolute;
	left: 40px;
	bottom: 20px;
	padding: 0 !important;
	width: 200px;
	color: #003D5B !important;
	border: none;
	font-weight: bold !important;
	font-size: 22px;
	outline: none;
	text-align: left;
	white-space: normal !important;
}

/* Overide some styles */
.uncode-single-media .uncode-single-media-wrapper > .dummy ~ img, .uncode-single-media .uncode-single-media-wrapper > .dummy + * {
	z-index: 10;
}

.navbar {
	will-change: opacity;
}

/* Careers page */
.page-careers .careerheart .single-wrapper:hover h3 {
	color: #2ed8c3;
}

.page-careers .careerheart-right .btn-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	text-align: left;
}

.page-careers .careerheart-right .btn-container a {
	margin-left: 0;
}

.sprkl-wrapper {
	margin: 60px auto 0;
}

.jds-instagram {
	position: relative;
}

.jds-instagram-description {
	position: absolute !important;
	left: 280px;
	top: 310px;
	padding: 30px;
	width: 280px;
	background: #003D5B;
}

.jds-instagram-description h2 {
	font-size: 28px !important;
	color: #ffffff;
}

.jds-instagram-description p {
	color: #ffffff;
	font-size: 14px;
}

.jds-instagram-description .uncode_text_column {
	margin-top: 15px !important;
}


.page-careers .ssbk-allJobs-mobile .btn-container {
	display: none;
}

.page-careers .whatWeDo {
	display: block;
}

.page-careers .whatWeDo-mobile {
	display: none;
}

.page-careers .whatWeDo-mobile .btn-container {
	margin-top: 10px !important;
	text-align: center;
}

.page-careers .whatWeDo-mobile .btn-container:last-of-type {
	margin-top: 50px !important;
}

.page-careers .whatWeDo-mobile .btn-container a {
	margin-left: 0;
	transform: none !important;
}

.page-careers .careerheart .single-block-padding {
	padding: 0;
}

.page-careers .careerheart .column-background {
	display: none;
}

/* Careers page responsive */
@media (max-width: 959px) {
	.ssbk-daily {
		display: none;
	}

	.ssbk .uncell {
		padding: 0 !important;
	}

	#ssbk-countriesLabel p {
		display: block;
		margin: 10px 0;
	}

	#ssbk-languagesLabel p, #ssbk-countriesLabel p {
		font-size: 18px !important;
	}

	.ssbk-text {
		display: block !important;
	}

	.ssbk-category {
		display: flex;
		padding-bottom: 20px;
		overflow-x: scroll;
	}

	.ssbk-category-item {
		flex-shrink: 0;
	}

	.ssbk-jobs-container {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.ssbk .job {
		width: 300px;
		flex-shrink: 0;
	}

	.job-search-link {
		display: none !important;
	}

	.page-careers .ssbk-allJobs-mobile .btn-container {
		display: block;
		text-align: center;
	}

	.page-careers .ssbk-allJobs-mobile .btn-container a {
		font-weight: bold !important;
		letter-spacing: 0 !important;
		font-size: 14px;
		color: #003D5B !important;
	}

	.row-container.discoverDestinations {
		margin-top: 0 !important;
	}

	a.btn.whatWeDo-link {
		display: block !important;
		padding: 0 0 0 20px !important;
		height: 70px;
		line-height: 70px;
		color: #003D5B !important;
		font-weight: bold !important;
		font-size: 22px;
		text-align: left;
	}

	a.btn.whatWeDo-link:after {
		content: url(/wp-content/uploads/2020/03/arrow-dark-green.svg);
		padding-left: 10px;
	}

	.page-careers .whatWeDo {
		display: none;
	}

	.page-careers .whatWeDo-mobile {
		display: block;
	}

	.wawp-title h2 {
		display: block !important;
	}

	.wawp-text h3 {
		font-size: 14px !important;
	}

	.wawp-blocs .uncell {
		padding: 15px;
	}

	.wawp-blocs .uncell .uncode_text_column {
		margin-top: 15px !important;
	}

	.awards-container .owl-dots {
		bottom: inherit !important;
	}

	.awards-container .owl-dots .owl-dot.active span, .awards-container .owl-dots .owl-dot.active span {
		background-color: #2ed8c3 !important;
	}
}

/* Job search page */
/*
.jsh-title {
	padding-top: 30px;
}

.jsh-subTitle {
	padding-right: 25% !important;
}

.jsh-search-description p {
	color: #ffffff;
}

.jsh-search-h3 h3 {
	font-size: 22px;
	font-weight: 700;
}

.jsh-filters {
	margin-top: 25px !important;
}

.jsh-filters-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.jsh-filter-category {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	min-width: calc((100% - 20px)/2);
	height: 50px;
	background: #ffffff url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%232ed8c3%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M24%2010h-10v-10h-4v10h-10v4h10v10h4v-10h10z%22%2F%3E%3C%2Fsvg%3E") no-repeat right 15px center;
}

.jsh-filter-label {
	width: 100%;
	height: 50px;
	background-color: transparent;
	color: #003D5B;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
}

.jsh-filter-options {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	z-index: 1;
	padding: 25px;
	background-color: #2ed8c3;
}

.jsh-filter-title {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
}

.jsh-filter-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
	background-color: transparent;
}

.jsh-filter-close:before {
	content: url(/wp-content/uploads/2020/03/icone-fermer.svg);
}

.jsh-filter-value {
	margin-bottom: 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(1, 71, 81, 0.3);
	font-size: 20px;
	background: transparent;
	display: block;
	width: 100%;
	text-align: left;
}

.jsh-filter-value.isActive {
	color: #ffffff;
}

.jsh-filter-value:last-of-type {
	border-bottom: none;
}

.jsh-filters-value {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 7px 20px;
	border: 1px solid #2ed8c3;
	border-radius: 25px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	box-sizing: content-box;
    border: 0 none !important;
}

.jsh-filters-delete {
	position: absolute;
	right: 10px;
	top: 1px;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22transform%3A%20rotate(45deg)%3B%22%20fill%3D%22%232ed8c3%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M24%2010h-10v-10h-4v10h-10v4h10v10h4v-10h10z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat right bottom;
}

.jsh-filters-deleteAll {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 55px;
	height: 55px;
	background-color: #2ed8c3;
	border-radius: 100%;
	vertical-align: middle;
	transform: scale(0.65);
}

.jsh-filters-deleteAll:before {
	content: url(/wp-content/uploads/2020/03/icone-supp.svg);
}

.jsh-offers-container {
	text-align: center;
}

.jsh-offers {
	position: relative;
	overflow: hidden;
	max-height: 900px;
	text-align: left;
}

.jsh-offers.hasMaxHeight {
	max-height: 100% !important;
}

.jsh-offers.hasMaxHeight:after {
	display: none;
}

.jsh-offers:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.99) 100%);
	z-index: 1;

}

.jsh-offers-inner {
	display: flex;
	flex-wrap: wrap;
}

.jsh-offers-column {
	width: calc(100% / 3);
}


.jsh-offers-column:first-of-type {
	padding-top: 60px;
}

.jsh-offers-column:last-of-type {
	padding-top: 100px;
}

.jsh-push-green, .jsh-push-red, .jsh-push-blue, .jsh-push-pink {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 420px;
	text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 10px rgba(0,0,0,0.5);

}
.jsh-push-green {
	background-image: url("/wp-content/uploads/2020/03/bloc-puncline-vert@3x.png");
}
.jsh-push-red {
	background-image: url("/wp-content/uploads/2020/03/bloc-puncline-rose@3x.png");
}
.jsh-push-blue {
	background-image: url("/wp-content/uploads/2020/06/bloc-punchline-bleu@3x.png");
}
.jsh-push-pink {
	background-image: url("/wp-content/uploads/2020/06/bloc-punchline-roseclair@3x.png");
}
.jsh-filter-buttons {
	max-height: 400px;
	overflow-y: auto;
}
.jsh-filter-count {
	display: block;
}

.jsh-latest-h2 > .heading-text{
	display: none;
}

.jsh-offers-more, .jsh-offers-mobile-more {
	margin-top: 50px;
	display: none;
	padding: 13px 31px 13px 31px !important;
	text-align: center;
	cursor: pointer;
	border-style: solid;
	outline: none;
	white-space: pre-wrap;
	position: relative;
	z-index: 100;
	background-color: #2ed8c3 !important;
	border-color: #2ed8c3 !important;
	font-weight: 700 !important;
	font-size: 14px;
	color: #003D5B!important;
	font-family: Trenda;
}
.jsh-offers-more.isVisible, .jsh-offers-mobile-more.isVisible {
	display: inline-block;
}
.jsh-adjust {
	display: none;
}

.jsh-offers-mobile-container {
	display: none;
	text-align: center;
}

.jsh-offers-mobile-inner {
	text-align: left;
}

.jsh-search-h3 {
	position: relative;
}

.jsh-search-h3 #title-form {
	position: absolute;
	right: 0;
	top: 9px;
}

.jsh-search-h3 #title-form:before {
	position: absolute;
	font-family: 'uncodeicon' !important;
	content: "\e088";
	right: 0;
	top: -4px;
	color: #2ed8c3;
	font-size: 22px;
}

.jsh-search-h3 #title-form input {
	margin: 0;
	padding: 0 30px 0 0;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #2ed8c3;
	color: #2ed8c3;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.jsh-search-h3 #title-form input::placeholder {
	color: #2ed8c3;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

button.jsh-offers-mobile-more.isVisible {
	margin-top: 20px;
}
*/
/* Job search page responsive */
@media (max-width: 959px) {
	.jsh-offers-mobile-container {
		display: block;
	}

	.jsh-offers-container {
		/*display: none;*/
	}

	div.search-row {
		padding: 0 !important;
	}

	div.search-row > .row-parent {
		padding: 0 !important;
	}

	div.search-row-inner {
		padding: 36px !important;
	}

	div.jsh-filter-category {
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.jsh-search-h3 #title-form {
		width: 60%;
	}

	.jsh-search-h3 #title-form input {
		width: 100%;
	}
}

/* Button Header */
@media only screen and (max-width: 740px) {
	.btn-contact-header a {
		display: block;

		color: white;
		background: #CC3262;

		font-size: 14px;
		font-weight: bold;
		padding: 8px 12px;
		border-radius: 3em;
		white-space: nowrap;
	}

	html body #masthead .menu-container  .mobile-menu-button:not(.gd-contact-mobile) {
		padding-left: 15px !important;
		height: 40px;
	}
}

@media only screen and (min-width: 740px) {
	.btn-contact-header {
		display: none;
	}
}

.sg-popup-id-10812 {
	cursor: pointer;
}

.menu-hided {
	transform: none !important;
}

/* others */
.service-slider {
	display: none !important;
}

@media only screen and (max-width: 480px) {
	.site-footer .style-color-911954-bg	{
		z-index: 999;
		background-color: #003D5B;
	}
}