/* Theme customization starts here
-------------------------------------------------------------- */

/* Global classes */

.d-flex {
	display: flex;
}

.justify-between {
	justify-content: space-between;
}

.wrap {
	flex-wrap: wrap;
}

.mr-1 {
	margin-right: 1rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mt-3 {
	margin-top: 3rem;
}

.btn {
    text-decoration: none;
	transition: .2s ease-in-out;
	transition-property: background-color;
	padding: 0.625rem 1.25rem;
}

.btn.ssc-blue-button { 
	background-color: #042545;
    color: white;
}

.btn.ssc-blue-button:hover { 
	background-color: #000000;
    color: white;
    text-decoration: none;
}

.btn.ssc-green-button {
	background-color: #00B0AD;
    color: white;
}

.btn.ssc-green-button:hover {
	background-color: #049e9c;
    color: white;
    text-decoration: none;
}

.mouse{
	outline: none;
}



/* Test - Cookiebar Adjustments */

#cookie-bar p {
	margin: 10px;
}

@media only screen and (max-width: 500px) {
	#cookie-bar a.button {
		display: block;
	}
}

/* Test - Disable ligatures */

* {
    font-feature-settings: unset;
	font-feature-settings:"liga" 0;
	font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: none;
	text-rendering: optimizeSpeed;
	font-variant-ligatures: no-common-ligatures;
	-moz-font-feature-settings: "liga" 0, "clig" 0;
  	-webkit-font-feature-settings: "liga" 0, "clig" 0;
	font-feature-settings: "liga" 0, "clig" 0;
}

/* Test - Header Word-breaking */

h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
}

/* New h-styling */
h1 {
	font-family: 'CircularXXTT-Medium' !important;
	font-size: 58px !important;
    line-height: 65px !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
	color: #00B0AD!important;
}

h2 {
	font-size: 25px !important;
    line-height: 25px !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
	color: #000000 !important;
}

h2 a, h2 a:hover {
	color: #000000!important;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 30px !important;
		line-height: 50px !important;
		font-weight: 300 !important;
		letter-spacing: 0px !important;
		color: #00B0AD!important;
	}
	
	h2 {
		font-size: 18px!important;
	}
	
	h3 {
		font-size: 16px!important;
	}
	
	h4 {
		font-size: 14px!important;
	}
	
	h5 {
		font-size: 12px!important;
	}
}

@media screen and (max-width: 321px) {
	h1 {
		font-size: 23px !important;
		line-height: 50px !important;
		font-weight: 300 !important;
		letter-spacing: 0px !important;
		color: #00B0AD!important;
	}
}

/* Other */

.search_wrapper .icon_search,
.search_wrapper .icon_close,
.search_wrapper .icon_cancel_fine {
	color: rgba(255,255,255,0.8) !important;
}

.search_wrapper input[type="text"] {
	color: rgba(255,255,255,0.8) !important;
}

.column_image .alignright, .column_image .alignleft {
	margin-top: 0;
}

p, 
div.desc {
	font-weight: 300;
	line-height: 1.4;
}

.dark {
	background-color: #00B0AD;
}


p strong {
	font-weight: 800;
}

.column, .columns {
	margin-bottom: 10px !important;
}

/*
h2 {
	margin-bottom: 5px;
}
*/

h3 {
	margin-bottom: 8px;
}

.dark .call_to_action .call_left h3 {
	color: #ffffff;
}

.sticky-white #Top_bar.is-sticky {
	background: #ffffff !important;
}

/*
@media only screen and (max-width: 500px) {
    h2 {
        font-size: 42px !important;
		line-height: 50px !important;
    }
}
*/

.image_frame, .wp-caption {
	display: inline-block;
}

/* Align logo to the left on mobile devices. */
@media only screen and (max-width: 767px) {
	#Top_bar #logo img.logo-mobile {
		display: block;
	}

	#Top_bar .logo #logo {
		margin-left: 35px;
	}
}

@media only screen and (min-width: 768px) {
	.button-flat a.button:after, .button-flat a.tp-button:after, .button-flat button:after, .button-flat input[type="submit"]:after, .button-flat input[type="reset"]:after, .button-flat input[type="button"]:after {
		background: rgba(0,0,0,0.2);
	}
}

.call_to_action .call_left h2 {color: #fff!important;}

.call_to_action a {
	border-radius: 50%;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.call_to_action a:hover {
	background: rgba(0,0,0,0.2);
}

.call_to_action a .icon_wrapper i:before {
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.call_to_action a:hover .icon_wrapper i:before {
	transform: scale(1.1);
}

.style-simple .icon_box .desc_wrapper .title {
    margin-bottom: 10px !important;
}



/* //////////////////// */
/* Hotspots */
/* //////////////////// */

body.admin-bar {
	position: inherit; /* Hack to get the tooltips to show when logged into WP admin */
}

.tips {
	width: 44px;
}

.pins_image, .pins_image_hover {
	top: -21px !important;
	left: -21px !important;
}

#powerTip {
	background-color: #fff;
	padding: 10px 15px;
}
#powerTip.n:before {
    border-top: 10px solid rgb(255, 252, 252);
}
#powerTip.s:before {
    border-bottom: 10px solid #fff;
}
#powerTip.e:before {
    border-right: 10px solid #fff;
}
#powerTip.w:before {
    border-left: 10px solid #fff;
    right: -10px
}
#powerTip.ne:before,#powerTip.nw:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
#powerTip.se:before,#powerTip.sw:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
#powerTip.nw-alt:before,#powerTip.ne-alt:before,#powerTip.sw-alt:before,#powerTip.se-alt:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
#powerTip.sw-alt:before,#powerTip.se-alt:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
.box_view_html {
    color: #000;
}

@media only screen and (max-width: 767px) {
	#powerTip {
		display: none !important;
	}

	.tips {
		/* width: 15px; */
	}

	.pins_image, .pins_image_hover {
		top: -26px !important;
		left: -25px !important;
	}

	.pins_animation {
		width: 35px !important;
		height: 35px !important;
	}
}


/* //////////////////// */
/* Grid */
/* //////////////////// */

/*.section.mcb-section {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
	.section.mcb-section.hide-mobile {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}*/

.section.mcb-section.ssc-section-bgvideo, 
.section.mcb-section.ssc-header {
	padding-top: 0 !important;
	padding-bottom: 320px !important;
}

@media only screen and (max-width: 767px) {
	.section.mcb-section.ssc-section-bgvideo, 
	.section.mcb-section.ssc-header {
		padding-top: 0 !important;
		padding-bottom: 260px !important;
	}
}



.section.has-video .section_video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.section.mcb-section.ssc-section-cta {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.add-padding {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.add-padding-left {
	padding-left: 20px;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.add-padding	{
		padding-left: 0;
		padding-right: 0;
	}
	.add-padding-left {
		padding-left: 0;
	}

}

/*.one-second.column {
    width: 44%;
}

.column, .columns {
    margin-right: 3%;
    margin-left: 3%;
}*/



/* //////////////////// */
/* Search form */
/* //////////////////// */

#searchform ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(255,255,255,0.8);
}
#searchform :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgba(255,255,255,0.8);
   opacity:  1;
}
#searchform ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgba(255,255,255,0.8);
   opacity:  1;
}
#searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgba(255,255,255,0.8);
}
#searchform ::-ms-input-placeholder { /* Microsoft Edge */
   color:    rgba(255,255,255,0.8);
}


@media only screen and (max-width: 1239px) {
	#Top_bar .top_bar_right {
   	 	right: 110px;
	}
}

@media only screen and (max-width: 767px) {
	#Top_bar .top_bar_right {
		position: absolute;
   	 	right: 57px;
    	top: 10px !important;
	}
}

@media only screen and (max-width: 767px) {
	#Top_bar .search_wrapper {
		top: auto;
		bottom: -80px;
	}
}



/* //////////////////// */
/* Alert boxes */
/* //////////////////// */

.style-simple .alert .alert_icon {
	border: none;
}

.alert {
	padding-left: 60px;
}

.alert_error a, .alert_error a:hover, .alert_error a:active, .alert_error a:visited,
.alert_warning a, .alert_warning a:hover, .alert_warning a:active, .alert_warning a:visited,
.alert_info a, .alert_info a:hover, .alert_info a:active, .alert_info a:visited,
.alert_success a, .alert_success a:hover, .alert_success a:active, .alert_success a:visited {
	color: rgba(255, 255, 255, 0.8) !important;
}

.alert_error .icon-cancel,
.alert_warning .icon-cancel,
.alert_info .icon-cancel,
.alert_success .icon-cancel {
	color: rgba(255, 255, 255, 0.5) !important;
	display: none;
}

.alert_error,
.alert_warning,
.alert_info,
.alert_success {
	color: #ffffff;
}

.alert_error .icon-alert:before,
.alert_warning .icon-lamp:before,
.alert_info .icon-help:before,
.alert_success .icon-check:before {
	color: rgba(255, 255, 255, 0.5);
}

.alert_error {
	background: #F68D2E;
}

.alert_error .icon-alert:before {
	content: '\e810';
}

.alert_warning {
	background: #00B0AD;
}

.alert_warning .icon-lamp:before {
	content: '\e810';
}

.alert_info {
	background: #001E60;
}

.alert_info .icon-help:before {
	content: '\e8a5';
}

.alert_success {
	background: #8ec152;
}




/* //////////////////// */
/* SSC Custom Modifiers */
/* //////////////////// */

/* H2 titles -> to be applied as a custom class to the visual editor containing the H2 */
/* White text -> ssc-white to be applied as a custom class to the visual editor containing the text, can be combined with another H2 color.. e.g. 'ssc-white ssc-orange' */
/* Buttons -> to be applied as a custom class to the button-block */

/* ssc-white */

.ssc-white h1 {
	color: #FFFFFF!important;
}

.ssc-white h2 {
	color: #FFFFFF!important;
}

.ssc-white h3,
.ssc-white p {
	color: #FFFFFF;
}

.ssc-bg-white {
	background-color: #FFFFFF;
}

.wrap.ssc-bg-white {
    padding: 20px;
}

/* orange */

.ssc-orange h1 {
	color: #F68D2E!important;
}

.ssc-bg-orange {
	background-color: #F68D2E;
}

.wrap.ssc-bg-orange {
    padding: 20px;
}

a.button.ssc-orange {
	background-color: #F68D2E;
	color: #FFFFFF;
}

/* purple */

.ssc-purple h1 {
	color: #A7358B!important;
} 

.ssc-bg-purple {
	background-color: #A7358B;
}

.wrap.ssc-bg-purple {
	padding: 20px;
}

a.button.ssc-purple { 
	background-color: #A7358B;
	color: #FFFFFF;
}

/* blue */

.ssc-blue h1 {
	color: #001E60!important;
}

.ssc-bg-blue {
	background-color: #001E60;
}

.wrap.ssc-bg-blue {
    padding: 20px;
}


a.button.ssc-blue {
	background-color: #001E60;
	color: #FFFFFF;
}

/* light-blue */

.ssc-light-blue h1 {
	color: #CDEAFA!important;
} 

.ssc-bg-light-blue {
	background-color: #CDEAFA;
}

a.button.ssc-light-blue {
	background-color: #CDEAFA;
	color: #001E60;
}

/* blue-green */

.ssc-blue-green h1 {
	color: #00B0AD!important;
}

.ssc-blue-green {
	background-color: #00B0AD;
}

a.button.ssc-blue-green {
	background-color: #00B0AD;
	color: #FFFFFF;
}

/* light-grey */

.ssc-light-grey h1 {
	color: #EEEEEE!important;
}

.ssc-bg-light-grey {
	background-color: #EEEEEE;
}

a.button.ssc-light-grey {
	background-color: #EEEEEE;
	color: #000000;
}

/* cover-grey */

.ssc-cover-grey h1 {
	color: #E7E6E2!important;
}

.ssc-bg-cover-grey {
	background-color: #E7E6E2;
}

a.button.ssc-cover-grey {
	background-color: #E7E6E2;
	color: #000000;
}

/* black */

.ssc-black h1 {
	color: #000000!important;
} 

.ssc-bg-black {
	background-color: #000000;
}

a.button.ssc-black {
	background-color: #000000;
	color: #FFFFFF;
}

/* /////////////////////////// */
/* alternative corporate blues */
/* /////////////////////////// */

/* blue 70% */

.ssc-blue-70 h1 {
	color: #4C618F!important;
}

.ssc-bg-blue-70 {
	background-color: #4C618F;
}

a.button.ssc-blue-70 {
	background-color: #4C618F;
	color: #FFFFFF;
}

/* blue 50% */

.ssc-blue-50 h1 {
	color: #7F8EAF!important;
}

.ssc-bg-blue-50 {
	background-color: #7F8EAF;
}

a.button.ssc-blue-50 {
	background-color: #7F8EAF;
	color: #FFFFFF;
}

/* blue 30% */

.ssc-blue-30 h1 {
	color: #B2BBCF!important;
}

.ssc-bg-blue-30 {
	background-color: #B2BBCF;
}

a.button.ssc-blue-30 {
	background-color: #B2BBCF;
	color: #FFFFFF;
}

/* blue 20% */

.ssc-blue-20 h1 {
	color: #CCD2DF!important;
}

.ssc-bg-blue-20 {
	background-color: #CCD2DF;
}

a.button.ssc-blue-20 {
	background-color: #CCD2DF;
	color: #FFFFFF;
}

/* blue 10% */

.ssc-blue-10 h1 {
	color: #E5E8EF!important;
}

.ssc-bg-blue-10 {
	background-color: #E5E8EF;
}

a.button.ssc-blue-10 {
	background-color: #E5E8EF;
	color: #FFFFFF;
}

/* blue 5% */

.ssc-blue-5 h1 {
	color: #F2F4F7!important;
}

.ssc-bg-blue-5 {
	background-color: #F2F4F7;
}

a.button.ssc-blue-5 {
	background-color: #F2F4F7;
	color: #FFFFFF;
}



/* /////////////////// */
/* Cookie bar */
/* /////////////////// */
.cookie-bar {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #001E60;
    color: #fff;
	text-align: center;
    padding: 30px;
    z-index: 1000;
}

.cookie-bar p {
	width: 85%;
	float: left;
	text-align: center;
}

.cookie-bar a.button {
	float: right;
	margin: 10px;
}

.cookie-bar a:hover {
}

@media only screen and (max-width: 767px) {
	.cookie-bar p {
		float: none;
		width: auto;
	}

	.cookie-bar a {
		float: none;
	}
}



/* /////////////////// */
/* background patterns */
/* /////////////////// */

.ssc-bg-pattern-1-white {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-1-white-20.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}

.ssc-bg-pattern-2-white {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-2-white-20.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}

.ssc-bg-pattern-3-white {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-3-white-20.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}

.ssc-bg-pattern-1-light-blue {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-1-light-blue-20.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}

.ssc-bg-pattern-2-light-blue {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-2-light-blue-20.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}

.ssc-bg-pattern-3-light-blue {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-3-light-blue-20.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}

.ssc-bg-pattern-1-blue {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-1-blue-10.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}

.ssc-bg-pattern-2-blue {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-2-blue-10.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}

.ssc-bg-pattern-3-blue {
	background-image: url('/wp-content/uploads/2017/11/pattern-diamond-3-blue-10.png');
	background-size: 200px 200px;
	background-repeat: repeat;
}


/* ---------- */
/* News Lists */
/* ---------- */

/* - MuffinBuilder block: Blog News */
/* - Custom class: ssc-blog-news */

/* Hide date and comment icons for each post (Blog News, & Blog) */

.ssc-blog-news .desc_footer i, /* Blog News */
.ssc-blog-news .post-head i { /* Blog */
	display: none;
}

/* Hide date for each post (Blog Slider) */

/* .blog_slider .blog_slider_ul li .item_wrapper .date_label {
	display: none;	
} */

/* Hide comments number for each post (Blog News) */

.ssc-blog-news a.post-comments { 
	display: none;
}

/* Hide 'at' for each post (Blog) */

.ssc-blog-news .post-head .date .label {
	display: none;
}

/* Post-excerpt text override (Blog) */

.ssc-blog-news .post-excerpt {
	font-weight: 300;
}

/* Hide Post Footer  (Blog) */

.ssc-blog-news .post-footer {
	display: none;
}

/* OPTIONAL - Hide post date & adapt margin between title & excerpt */

/* 
.ssc-blog-news .desc_footer .date {
	display: none;
}

.ssc-blog-news .post-excerpt {
	margin-top: 0px !important;
}
*/

.type-post .section-post-header .post-meta .category,
.type-post .section-post-header .post-meta .date i {
	display: none;
}

.type-post .section-post-header {
	margin-top: 40px;
}

.posts_group .type-post h2.entry-title {
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 0px;
	color: #000;
}

.posts_group .type-post h2.entry-title a {
	color: #000;
}

.grid .post-desc-wrapper .post-desc {
	padding: 20px 0 0;
}

.type-post .section-post-header .single-photo-wrapper.image .image_frame {
	max-width: 100%;
}

.section-post-related {
	margin-bottom: 50px;
}

.section-post-related .post-related.no-img .image {
	display: none;
}

.post-related a.button {
	display: none;
}

.blog_slider .type-post .desc {
	color: rgba(168,168,168, 1);
}

/* Adjust margin for sliders. */
.blog_slider .blog_slider_ul li .item_wrapper .image_frame {
	margin-left: 0;
}

.blog_slider .blog_slider_ul li .item_wrapper hr {
	margin-left: 0;
	width: auto;
}

.blog_slider .blog_slider_ul li .item_wrapper a.button {
	margin-left: 0;
}

/* Search Results Page */

.search-results #Subheader .column.one {
	margin-bottom: 0px !important;	
}

.search-results #Subheader h1.title {
	font-size: 16px;
	font-weight: normal;
}

.search-results .post-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.search-results .post-item:first-of-type {
	margin-top: 20px;
}

.search-results .post-item h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 0px;
}

/* Image Caption */

.if-caption-on .wp-caption-text {
	position: absolute;
    bottom: 0;
	left: auto;
	width: auto;
    right: 0;
    padding: 5px 10px!important;
    box-sizing: border-box;
    background: rgba(0,0,0,.6);
    color: white;
    border-radius: 3px;
}

/*
   Skriver Ã¶ver temats default-styling fÃ¶r vissa komponenter.
*/

/* reCAPTCHA widget */
.grecaptcha-badge {
	display: none!important;
}

.second-column-headings {
	font-size: 17px!important;
	font-weight: normal!important;
	line-height: 20px!important;
}

.list_item .list_right h2 {
 font-size: 20px!important;
}

.dark h2, .dark h2 a, .dark h2 a:hover {
 color: #fff!important;
 font-size: 24px!important;
 line-height: 32px!important;
 font-weight: 300!important;
 letter-spacing: 0px!important;
}

.sliderHeading {
	font-size: 20px!important;
	line-height: 26px!important;
}

.style-simple .quick_fact .title {
    font-family: inherit!important;
    font-size: 18px!important;
    font-weight: 400!important;
	color: #00B0AD!important;
	line-height: 32px!important;
}

.style-simple .icon_box .desc_wrapper .title {
    font-size: 20px!important;
    line-height: 26px!important;
    font-weight: 300!important;
    letter-spacing: 0px!important;
}

.article_box .desc_wrapper h2 {
    margin-bottom: 5px!important;
	font-size: 20px!important;
	line-height: 26px!important;
    font-weight: 300!important;
    letter-spacing: 0px!important;
}

.related-news-headings {
	font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0px;
}

.member-headings {
	font-size: 20px!important;
    line-height: 26px!important;
}

.team .desc_wrapper h3 {
    margin-bottom: 3px;
    font-weight: 300;
    letter-spacing: 0px;
}

.visually-hidden { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

#Footer .widgets_wrapper .widget {
	margin-top: 0!important;
}

#Footer h2 {
	color: #fff!important;
	font-size: 20px!important; 
	margin-bottom: 15px!important;
    line-height: 26px!important;
    font-weight: 300!important;
    letter-spacing: 0px!important;
}

@media screen and (max-width: 768px) {
	.style-simple .icon_box .desc_wrapper .title {
    	font-size: 16px!important;
	}
	
	.dark h2, .dark h2 a, .dark h2 a:hover {
 		font-size: 18px!important;
	}
	
	.list_item .list_right h2 {
 		font-size: 16px!important;
	}
	
	#Footer h2 {
		font-size: 19px!important; 
	}
}

.call_to_action .icon_wrapper i:before {
	transform: translateY(-50%)!important;
}


/*
  Vacancies
*/

.section.mcb-section.vacancies-container {
	padding: 1.5rem 0 2rem 0!important;
}

.vacancies {
	width: 100%;
	color: black!important;
}

.vacancies th {
	border-right: 0;
	box-shadow: none;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #d1d1d1!important;
	border-color: #d1d1d1!important;
	color: black;
	padding: 1rem;
}

.vacancies td {
	text-align: left;
	padding: 1rem;
}

.vacancies .vacancy:nth-child(even) {
	background: #F4F4F4;
}

.vacancies .vacancy.even {
	background: #fff!important;
}

.vacancies .vacancy.odd {
	background: #F4F4F4!important;
}

.vacancies tr td {
	border: none;
	border-bottom: 1px solid #d1d1d1;
}

.vacancies tr td {
	box-shadow: none!important;
}

.vacancies tr td:first-child a {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.vacancies tr td:first-child a:focus {
	outline: auto;
}

.vacancies tr td:first-child a:hover {
	color: black;
}


/* Table styling for mobile devices */ 

@media screen and (max-width: 1239px) {
	.vacancies tr td:first-child {
		width: 37%;
	}
}


@media screen and (max-width: 960px) {
	.vacancies tr td:first-child {
		width: 30%;
	}
}

/* Table styling for mobile devices */ 

@media screen and (max-width: 767px) {
	table.vacancies, .vacancies thead, .vacancies tbody, .vacancies th, .vacancies td, .vacancies tr {
    display: block;
  }
  .vacancies thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .vacancies .vacancy {
	  margin-bottom: 2rem;
  }

  .vacancies tr { border: 1px solid #ccc; }
  .vacancies tr td {
    border: none;
    position: relative;
  }

  .vacancies tr td:first-child {
	width: fit-content;
}
  .vacancies td:before {
	  margin-right: 0.2rem;
  }
  .vacancies td:nth-of-type(5):before { content: "Closing date:";}

  .vacancies td:empty {
	  display: none;
  }
}

/* Filter select */

.sort-vacancies {
	margin-top: 2rem;
}

@media screen and (max-width: 767px) {
	.sort-vacancies {
		margin: 2.5rem 0;
	}
}

.sort-vacancies label {
	margin-bottom: 0.5rem;
}

.sort-vacancies select {
	margin-bottom: 2rem;
}

.sort-vacancies select:focus {
	outline: auto;
}

/* Single vacancy page */

.single-vacancy {
	margin-bottom: 3rem!important;
}

.single-vacancy__share {
	margin-top: 3rem;
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}

.single-vacancy__share__buttons {
	margin-right: 1.5rem;
}

@media screen and (max-width: 968px) { 
	.single-vacancy__share__buttons {
		margin-bottom: 1rem;
		width: fit-content;
	}
}


.single-vacancy .single-vacancy__image {
    width: 45%;
	margin-bottom: 1rem;
	height: auto;
	text-align: center;
}

@media screen and (max-width: 1024px) { 
	.single-vacancy .single-vacancy__image {
		width: 55%;
	}
}

@media screen and (max-width: 767px) { 
	.single-vacancy .single-vacancy__image {
		width: 100%;
	}
}

.single-vacancy .single-vacancy__title {
	margin-bottom: 1rem;
}

.single-vacancy .single-vacancy__description {
	margin-top: 2rem;
}

.single-vacancy p {
	font-weight: 400;
}