/* Health Solutions AB */


/* ==========================================================================
Grafisk manual (Se kundmappen)
========================================================================== */
/* 
Basfärger 
	Svart: #000
	Vit: #fff
	Grå / Vattenstämpel: #ccc
	Mörkgrön: #40835E
	
Komplementfärg:
	Orange: #FAA546
*/


/*
Typsnitt:
De använder sig egentligen av Calibri pga läsbarheten på webben. Måste dock köpas isf –
Men googlade runt och Open sans sägs vara bättre ändå

De använder sig av Gill Sans på övrigt, tryck osv.  
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap');

/* Gill Sans Nova */
@import url("https://use.typekit.net/kqb5zwv.css");

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');



/* ==========================================================================
Generellt 
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}


@media only screen and (hover:none) {
	*, 
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
}	

html { 
	font-size: 62.5%; 
}

.section-block-wrapper::after {
	display: table;
	clear: both;
	content: '';
}

body {
	background-position: center bottom 20%;
	font-family: Calibri, 'Open Sans', sans-serif;
}

body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 12rem 4rem;
}

.LayoutPage .section-block-wrapper {
	max-width: 120rem;
}

@media only screen and (max-width: 1050px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 10rem 2.5rem;
	}
}

@media only screen and (max-width: 600px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 5rem 2rem;
	}
}

.bg-orange .section-block {
	background: #FAA546;
}

.bg-orange .section-block *:not(.btn) {
	color:#fff;
}


.parallax {
	background: rgba(0, 0, 0, 0.19);
    background-attachment: fixed !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.parallax .section-block {
	    height: 40vh;
}

.parallax .isMobile {
	background-attachment: scroll !important;
}


.img-margin-around .section-block .image-block img {
	margin: 2rem;
}


.pb-15 {
	padding-top: 1.5rem;
}

/* ==========================================================================
Buttons 
========================================================================== */

.btn {
	max-width: 400px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px 15px;
   	background-color: transparent;
	border:2px solid #fff;
   	color: #fff;	
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight:400;
    letter-spacing: 1.5px;
     -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: none;
}

.btn a {
	padding:0; 
}

.btn:hover {
	background-color: #fff;
	border:2px solid #fff;
	color:#000;
}

.btn-info {
   	background-color: #FAA546;
	border:2px solid #FAA546;
   	color: #fff;
}

.btn-info:hover {
   	background-color: transparent;
	border:2px solid #FAA546;
   	color: #FAA546;	
}


.btn-green {
   	background-color: #40835E;
	border:2px solid #40835E;
   	color: #fff;
}

.btn-green:hover {
   	background-color: transparent;
	border:2px solid #40835E;
   	color: #40835E;
}

.btn-black {
	background-color: transparent;
	border:2px solid #000;
	color:#000;
}

.btn-black:hover {
	background-color: #000;
	border:2px solid #000;
	color:#fff;
}


.btn-wrapper {
	margin-top: 3.5rem;
	text-align: center;
}

.btnleft-wrapper {
	margin-top: 2.5rem;
}

@media only screen and (max-width: 510px) {

    .btn {
	    display: block;
	    margin: 1rem auto;
	    max-width: 100%;
    }
}
/* ==========================================================================
Bakgrunder & Färger
========================================================================== */
.green-bg .section-block {
	background-color: #40825e !important;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a, li {
    font-family: Calibri, 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: normal;
    color: #545454;
    -webkit-font-smoothing: antialiased;
}

p {
	padding: 0 0 1em 0;
}

a:hover {
	text-decoration: underline;
	color: #FAA546;
}

a {
	display: inline-block;
	color: #40835E;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #3a3a3a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
}
 
h1, h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 25px;
    color: #41835f;
}

h3 {
	letter-spacing: 0;
}

h4 {
	font-size: 2.2rem;
}

h6 {
	font-size: 3rem;
	font-weight: 400;
}

.smalltext-type {
	max-width: 60rem;
}

.normaltext-type {
	max-width: 80rem;
    margin: 0;
    text-align: left;
}

.bold {
	font-weight: 600;
	padding-bottom: .5rem;
	color:inherit;
}

.title {
	font-size: 2.2rem;
	padding-bottom: 1rem;
	color:#000;
}

@media only screen and (max-width:550px) {
	h1, h2, h3, h4, h5, h6 {
		text-align: left;
	}
	
	h1, h2, h3 {
		font-size: 3rem;
		text-align:left;
	}

	.title {
		font-size: 1.8rem;
		text-align:left;
	}
}


.text-center .section-block .normaltext-type {
	max-width: 70rem;
    margin: 0 auto;
    text-align: center;
}

.bullet-list li {
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 10px;
    list-style: none;
}

.bullet-list ul li::before {
	content: "\f00c";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color:  #dd0d22;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

/* ==========================================================================
Split
========================================================================== */
.split-section .normaltext-type {
	max-width: none;
}

.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
    text-align: left;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
	.split-wrapper.reverse {
		flex-direction: row;
	}
	
	.split-content {
		width: 100%;
		padding: 0 0 5rem;
	}
	
	.split-image {
		width: 100%;
		padding: 0;
	}
}

/********** Modal för Popup i ruta **********/
.modal {
	max-width: 600px !important;
	max-height: 600px !important;
	vertical-align: middle !important;
	overflow:auto;
	padding: 50px 60px;
	border-radius: 0px !important;
}

.blocker {
    z-index: 10012;
}

.modal a.custom-close-modal {
    position: absolute;
    top: 1.5px !important;
    right: 12.5px !important;
    font-size: 2.5rem !important;
    color: #000; 
}

.modal a.close-modal{
	display: none !important; 
}

#modal-academy h3{
	font-size: 20px !important; 
	color: #41835f; 
}

@media only screen and (max-width:600px) {
	.modal {
		max-height: 95vh!important;
		max-width: 95vw!important;
		padding: 20px 20px;
	}

	.blocker {
		padding: 0px!important;
	}
}

/* ==========================================================================
Header / Navigation
========================================================================== */
header {
	background-color: transparent;
    box-shadow: none;	
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header .container {
	max-width: 170rem;
	padding: 0 2rem;
}

header .header-logo {
	width: 23rem;
    padding: 2rem 1.5rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
	opacity: 0;
	position: absolute;
	left: 0;
}



/* HEADER SCROLLED */
header.scrolled {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);	
}

header.scrolled .header-logo {
	opacity: 1;
}

header.scrolled nav.mainmenu a {
	color:#333;
}


nav.mainmenu {
	text-align: right;	
}

nav.mainmenu a {
    font-family: interstate, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	padding: 0 1rem;
	font-size: 1.4rem;
	letter-spacing: normal;
    text-transform: none;
        -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
	background-color: transparent;
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #FAA546;
}  



nav.mainmenu .nav-expandable:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f0d7';
	margin-left: 7px;
	text-decoration: none;
	display: inline-block;
}

nav.mainmenu li:hover .nav-expandable:after {
	text-decoration: none !important;
}


nav.mainmenu ul.TemplateMenu > li:nth-child(8)::before {
    border-right:1px solid rgba(2,  2,  2, 0.2);
    content: "";
    display: inline-block;
    height: 1em;
    position: relative;
    vertical-align: middle;
    width: auto;
    margin-bottom: .15em;
    right: 3px;
    margin-left: 4px;
}

/* Dropdown menu */
nav.mainmenu ul > li.expandable-li:hover {
    background-color: #fff;
}

nav.mainmenu li:hover, nav.mainmenu li.active {
    background-color: transparent !important;
}

nav.mainmenu ul > li.expandable-li:hover > a {
   
    padding-bottom: 0;
}

nav.mainmenu ul > li > ul {
    left: 1.7rem;
    right: auto;
    background: #1c2228;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 9px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    padding: 8px 15px;
    box-sizing: border-box;
    line-height: normal;
    height: auto;
    min-width: 100%;
    width: auto;
    text-align: left;
    z-index: 10;
}


nav.mainmenu ul > li > ul > li {
    padding: 0 1.5rem;

}

nav.mainmenu ul > li > ul a {
	background: transparent !important;
	text-decoration: none !important;
	white-space: nowrap;
}



nav.mainmenu ul > li > ul > li > a {

	text-transform: unset;
	letter-spacing: normal;
	font-size: 1.4rem;
	padding: 1rem;
}

nav.mainmenu ul > li > ul > li > ul {
    top: -20px;
    right: 0px;
}

nav.mainmenu ul > li.expandable-li:hover > a {
    color: #FAA546 !important;
}

nav.mainmenu ul > li > ul > li.expandable-li:hover > a {
    border-bottom: none;
    padding-bottom: 10px;
}

nav.mainmenu .expandable:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f0d7';
	margin-left: 7px;
	text-decoration: none;
	display: inline-block;
}

nav.mainmenu li:hover .nav-dropdown:after {
	text-decoration: none !important;
}


nav.mainmenu .parent.expandable {
	cursor: default;
}

nav.mainmenu .parent.expandable:after {
	content: '\f0da'; 
}

@media only screen and (min-width: 1151px) {
    
    .hamburger {
        display: none;
    }
    
    .expandable:after {
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    content: '\f0d7';
	    margin-left: 7px;
	    text-decoration: none;
	    display: inline-block;
	    font-size: .8em;
	    vertical-align: middle;
	}
    
}

@media only screen and (max-width: 1150px) {
	

	/* Hamburger */
	.hamburger {
	    position: absolute;
	    z-index: 99;
	    left: auto;
	    right: 2rem;
	    top: 1rem;
	}
	
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		color: #000;
		background-color: #000;
	}
	
    .hamburger--menu .hamburger-inner::after {
	    content: 'MENU';
	    font-size: 1.1rem;
	    letter-spacing: .2em;
    }
    
    .hamburger-inner, 
    .hamburger-inner::after, 
    .hamburger-inner::before {
	    width: 4rem;
    }
    
    /* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		width: 100%;
		max-width: 35rem;
		background-color: #FFF;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}
	
	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}
	
	nav.mainmenu li {
		text-align: left;
		display: block;
	}
	
	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
		color: #000 !important;
	}
	
	nav.mainmenu .header-btn {
		left: 4rem;
		margin-top: 2rem;
	}
	header nav.mainmenu li.header-btn a {
		padding: inherit !important;
		color: #fff !important;
	}
	header nav.mainmenu li.header-btn:hover a  {
		color: #000 !important;
	}
	
	#overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0 , 0, 0.75);
	    z-index: 7;
	}
	

	
	/* Dropdown */
	nav.mainmenu ul > li > ul {
	    background-color: #fff !important;
	    width: auto !important;
	    border: none;
	}
	
	nav.mainmenu ul > li > ul {
		display: contents !important;
	}
	
	nav.mainmenu ul > li > ul > li a {
		color: #000 !important;
	}
	
	nav.mainmenu ul > li > ul > li > a {
	    width: auto;
	    padding: 0 0 0 6rem;
	}
	
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom: 0;
	}
	 
	nav.mainmenu ul.TemplateMenu > li,
	.scrolled nav.mainmenu ul.TemplateMenu > li {
	    line-height: unset;
	    height: unset;
	}
	
}



/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	display:flex;
	align-items:center; 
	height: auto;
	min-height: 70vh;
}


.page-title-wrap {
	background-color: transparent;
	transform: none;
	position: static;
    max-width: 90rem;
    text-align: left;
    padding: 2rem;
    z-index: 3;
}

.page-title-wrap .usp-image img {
	width: 370px;
	height: auto;
	margin-bottom: 40px;
}


.page-title-wrap h1 {
	font-size: 50px;
	text-transform: none;
	font-weight: 600;
	color:#fff;
}

.page-title-wrap .btn {
	max-width: 220px;
}



.page-title-wrap .btn-wrapper {
	margin-top: 2rem;
	text-align: left;
}


.background-svg-picture {
	width: 50%;
	position: absolute;
	right: 0;
	top: 35%;
}

/* Min width */
@media only screen and (min-width: 1480px) {
	.page-title-innerwrap {
		padding-left: 8rem;
	}

}

@media only screen and (min-width: 1025px) {
	.page-title-wrap .btn:first-child {
		margin-right: 2rem;
	}
	
}

/* Max width */
@media only screen and (max-width: 1024px) { 
	
	.page-title-wrap .usp-image img {
	    width: 40rem;
	    margin-bottom: 2rem;
	}
	
	.background-svg-picture {
	    width: 53%;
	    top: 65%;
	}
	
	.page-title-wrap h1 {
    	font-size: 3.5rem;
    }
    
    .page-title-wrap .btn-wrapper {
    	margin-top: 20px;
    	text-align: left;
    }
    
    .page-title-wrap .btn {
	    max-width: 220px;
	    margin: 5px;
	}



}

@media only screen and (max-width: 820px) {
	
	
	.top-section {
    	height: 80vh;
	}
	
	.background-svg-picture {
	    width: 63%;
	    top: 80%;
	    right: 10%;
	}
}

@media only screen and (max-width: 696px) {

	.top-section {
		min-height: 100vh;
	}
	
	.page-title-wrap {
		text-align: center; 
	}
	.page-title-wrap .usp-image img {
	    width: 22rem;
	    margin-bottom: 3rem;
	}
	
	.page-title-wrap h1 {
		font-size: 2.9rem;
		text-align: center;
	}

	.page-title-wrap .btn {
		display: block;
		margin: 1rem auto;
		width: 100%;
		max-width: 50rem;
	}

	.background-svg-picture {
	    width: 100%;
	    top: auto;
	    right: 0;
	}
}
/* ==========================================================================
Startsida
========================================================================== */
.img-divider {
    max-width: 100% !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.isMobile .img-divider  {
	background-attachment: scroll !important;
	max-width: 100% !important;
	background-size: cover !important;
}

/* SPLIT IMAGE / TEXT  */
.split-img-left .content-wrapper,
.split-img-right .content-wrapper {
	position:relative;
	width:100%;
	font-size:0px;
}

.split-img-left .content-wrapper:before,
.split-img-left .content-wrapper:after,
.split-img-right .content-wrapper:before,
.split-img-right .content-wrapper:after {
	content:'';
	position:absolute;
	top:0;
	display:block;
	height:100%;
	width:50%;
	background-position:center;
    background-size: cover;
}

.split-img-left .content-wrapper:before,
.split-img-right .content-wrapper:before {
	left:0;
	z-index:2;
}

.split-img-left .content-wrapper:after,
.split-img-right .content-wrapper:after {
	left:50%;
}

.split-img-left .block-object,
.split-img-right .block-object {
	font-size: 0px;
}

.split-img-left .container-split,
.split-img-right .container-split {
    z-index: 1;
    position: relative;
    display: inline-block;
	width:50%;
	padding: 6rem 6rem;
	box-sizing:border-box;
}



/* SPLIT TEXT */
.split-text .section-block-wrapper {
	overflow:hidden;
}

.split-text .col-block {
	float: left;
	padding-left:0!important;
	padding-right:0!important;
    padding-bottom: 100%;
	margin-bottom: -100%;
	box-sizing:border-box;
}

.split-text .col-wrapper {
	padding:130px 7%;
}

.split-text .block-object {
	max-width:600px;
	margin:0 auto;
}

/* With-space */
.with-space .col-block {
	width:49%!important;
}
.split-text.with-space .col-0 {
	margin-right:1%;
}
.split-text.with-space .col-1 {
	margin-left:1%;
}

.split-text .col-0 {
    background-color: #eeeeee;
}

@media only screen and (max-width:1080px) {
	
	.split-img-left .content-wrapper:before,
	.split-img-left .content-wrapper:after,
	.split-img-right .content-wrapper:before,
	.split-img-right .content-wrapper:after {
		left:0;
		height: 350px; /* Bildens hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶jd */
		width: 100%;
	} 
	.split-img-left .container-split {
		top:0;
		width:100%;
		padding:2rem;
	}

	/* Bild under text */
	.split-img-left.img-bottom .content-wrapper,
	.split-img-right.img-bottom .content-wrapper {
		position:relative;
	}
	.split-img-left.img-bottom .content-wrapper:before,
	.split-img-left.img-bottom .content-wrapper:after,
	.split-img-right.img-bottom .content-wrapper:before,
	.split-img-right.img-bottom .content-wrapper:after {
		top:calc(100% - 350px); /* Bildens hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶jd*/
	}
	.split-img-left.img-bottom .container-split.text,
	.split-img-right.img-bottom .container-split.text {
		padding-top:6rem;
		padding-bottom:calc(3rem + 350px); /* Bildens hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶jd*/
	}

}


.full-height .section-block {
	height: 100vh;
	position: relative;
}


/* Om oss
========================================================================== */

#intro {
	background: #fff;  
}

#intro h2 {
	text-align: left;
}


/* Services
========================================================================== */
#our-services {
	background: #fff;
	background: -o-linear-gradient(90deg, #fff 24%, #f8f8f8 20%);
	background: -moz-linear-gradient(90deg, #fff 24%, #f8f8f8 20%);
	background: -webkit-linear-gradient(90deg, #fff 24%, #f8f8f8 20%);
	background: linear-gradient(90deg, #fff 24%, #f8f8f8 20%);
}


.section-services .section-block .section-block-wrapper {
	max-width: 1600px !important;
}

.section-services .card-text h4 {
    font-size: 24px;
    font-weight: 800;
    text-transform: none;
    color: #000;
    padding-bottom: 15px;
    padding-top: 0 !important;
}

.card-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.card {
	width: 31.33%;
	margin: 1%;
	display: inline-block;
	height:auto;
	position: relative;
    box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 0;
	text-decoration: none !important;
}



.card-full-width {
	width: 100%;
}

.card ul {
    text-align: left;
    margin-top: 5px;
    padding-left: 20px;
}

.card .card-image {
    background: #fff;
    text-align: center;
}

.section-services .card img {
	width: 230px;
    margin: 0 auto;
    display: block;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 0;
    text-align: center;
    object-fit: contain !important;
    object-position: center center !important;
}

.card a,
.card a:hover {
	text-decoration: none !important;
}


.card .card-text {
	box-sizing: border-box;
	padding:60px 40px;
	text-align: left;
}

.card .card-text .card-title {
	font-size: 24px;
    font-weight: 800;
    text-transform: none;
    color: #000;
    padding-bottom: 15px;
}



.card .card-text p,
.card .card-text li {
	font-size: 16px;
	line-height: 1.6em;
}


.card .link {
	display: block;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	color:#40835E;
	background-color: transparent;
	height: 60px;
	line-height: 60px;
}

.card {
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.card:hover {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.card:hover .link {
	text-decoration: underline !important;
}

@media only screen and (max-width:1150px) {
	
	.section-services .card { width: 48%; }
}


@media only screen and (max-width: 768px) {
	
	.card {
    	width: 100%;
		margin: 0 0 50px 0;
    }
}

@media only screen and (max-width: 696px) {
	
	.section-services .card { width: 100%; }
}

@media only screen and (max-width:550px) {
	.card .card-text .card-title {
		font-size: 1.8rem;
	}

	.card .card-text {
		padding:4rem 2rem
	}
}

/* News
========================================================================== */
#news,
#news-new {
	background: #fff;
	background: -o-linear-gradient(0deg, #40835E 40%, #fff 40%);
	background: -moz-linear-gradient(0deg, #40835E 40%, #fff 40%);
	background: -webkit-linear-gradient(0deg, #40835E 40%, #fff 40%);
	background: linear-gradient(0deg, #40835E 40%, #fff 40%);
}

#news .section-block-wrapper,
#news-new .section-block-wrapper {
	max-width: 1400px;
}

#news-new h2,
#news h2 {
	color: #000;
}


.news-card {
	width: 100%;
	margin: 0;
	min-height: 450px;
	height: auto;
	position: relative;
    box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
}

.news-card ul {
	list-style: none;
    text-align: left;
    padding-left: 0;
    margin: 10px 0;
}


.news-card img {
	width: 100%;
	display: none;
}


.news-card a,
.news-card a:hover {
	text-decoration: none !important;
}

.news-card .news-text {
	position: relative;
	box-sizing: border-box;
	padding:30px 25px;
	text-align: left;
}

.news-card .news-text h3 {
    font-size: 23px !important;
    line-height: 1.4em;
    text-transform: none;
    color: #40835E;
    padding-bottom: 15px;
    font-weight: 600;
    padding-top: 0 !important;
    	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-card  .news-text h4 {
	font-size: 15px;
	padding-bottom: 20px;
	color: #929292;
	font-weight: 300;
}


.news-card .bold {
	    font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	text-transform: none;
	padding-right: 4px;
	color:#29668d;
}


.news-card .news-text p,
.news-card .news-text li {
	font-size: 15px;
}


.news-card .link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    background-color: #faa546;
    border: 4px solid #fff;
    color:#fff;
    height: 60px;
    line-height: 50px;
    font-size: 15px;
        -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.news-card .link:hover { 
	background: transparent;
	color:#000;
}

.lightSlider {
	padding-top: 30px;
	margin-bottom: 50px;
	height: auto !important;
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: rgba(0, 0, 0, 0.27) !important;
	z-index: 7 !important;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #ffffff !important;
}


/* ==========================================================================
Undersidor - Generellt
========================================================================== */
.SubPage .top-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 60vh;
    display: none;
}

.SubPage nav.mainmenu a {
	color:#000;
}


.SubPage .section-block .section-block-wrapper {
    max-width: 1200px;
}

.SubPage .section-block .col-1 { padding-right: 3%; }
.SubPage .section-block .col-2 { padding-left: 3%; }



@media only screen and (max-width:1100px) {
	.SubPage .section-block .col-block {
		width: 100%;
		padding: 0;
	}
}

/* Subpage navigation
========================================================================== */
.SubPage header {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);	
}

.SubPage header .header-logo {
	opacity: 1;
}


.SubPage nav.mainmenu ul > li.expandable-li:hover > a {
    color: #40835E;
}

/* Header image
========================================================================== */
.SubPage .header-img {
	background-color: rgba(0, 0, 0, 0.66); 
	background: url('/assets/images/healthsolutions-illustration-2020.svg');
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 20% 65%;
}

.SubPage .header-img .section-block {
    height: 50vh;
}

@media only screen and (max-width:1466px) {

    .SubPage .header-img {
    	background-size: 500px;
    	background-position: 10% 66%;
	}

}

@media only screen and (max-width:1366px) {
	.SubPage .header-img .section-block {
	    background-color: rgba(63, 131, 94, 0.68) !important;
	}
}


@media only screen and (max-width:700px) {
	.SubPage .header-img .section-block {
	  height: 90vh;
	}

} 

/* Subpage title wrap
========================================================================== */
.SubPage .sub-title-wrap {
	left: 72%;
    top: 29%;
	text-align: left;
	position: absolute;
	z-index: 1;
    width: 100%;
    max-width: 760px;
    height: auto;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    padding: 4rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.SubPage .sub-title-wrap .btn-wrapper {
	text-align: left;
}

.SubPage .sub-title-wrap *:not(.btn) {
	color:#fff;
}

.SubPage .sub-title-wrap h1 {
	padding-bottom: 20px;
	text-align: left;
}


.SubPage .sub-title-wrap .btn {
    max-width: 220px;
    margin-right: 10px;
}

@media only screen and (max-width:1466px) {
	
	.SubPage .sub-title-wrap {
    	left: 70%;
    	max-width: 560px;
	}
	
}


@media only screen and (max-width:1150px) {
	
	.SubPage .sub-title-wrap {
	  left: 50%;
    }
}

@media only screen and (max-width:700px) {

	.SubPage .sub-title-wrap {
		top:50% !important;
	}
} 

@media only screen and (max-width: 696px) {
	
	.SubPage .sub-title-wrap .btn {
		display: block;
		margin: 15px 0;
		max-width: 100%;
	}
}

/* Inledning klass på sektion
========================================================================== */
.inledning .normaltext-type {
	margin: 0 auto;
	text-align: center;
}

/* Header block
========================================================================== */
.SubPage .header-block .section-block {
	padding-top: 150px !important;
}

.SubPage .header-block .section-block * {
	text-align: center !important;
		max-width: 600px;
}

.SubPage .header-block .normaltext-type {
	text-align: center;
	margin: 0 auto;
}

/* Subpage section contact
========================================================================== */
.SubPage .section-contact {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.SubPage .section-contact .section-block {
	padding: 200px 20px;
}

.section-contact .contact-card {
    padding: 70px 50px;
    background: #fff;
    box-shadow: 0px 9px 14px rgba(0, 0, 0, 0.15);
}

.section-contact .normaltext-type {
    float: right;	
    max-width: 500px;
}


.section-contact .contact-card .btn-wrapper {
	text-align: left;
}

/* Kontaktpersonssektion
========================================================================== */
.contact-person .split-image {
	max-height: 50rem;
	border: 20px solid #fff;
}

.contact-person .split-image img {
	object-fit: contain;
}

.contact-person .split-content {
	display: flex;
	align-items: center;
	background: linear-gradient(45deg, #40835E 0%, #3da069 100%);
	border: 20px solid #fff;
}

.contact-person .split-text {
	width:100%;
}

.contact-person h2 {
	color:#FFF;
	text-align:center;
}

.contact-person p,
.contact-person a:not(.btn) {
	color:#FFF;
	text-align:center;
}

@media only screen and (max-width:1100px) {
	.contact-person .split-content {
		padding: 5rem 2rem;
	}
}

/* Header block page
========================================================================== */
.header-block-page .header-block { background: #41835f; }
.header-block-page .header-block .section-block { padding-bottom: 70px !important; }

.header-block-page .header-block * {
	padding: 0;
	color:#fff;
}

@media only screen and (max-width: 768px) {
	
	.header-block-page .header-block h1 {
	    font-size: 30px;
	}
}

@media only screen and (max-width: 510px) {

	.header-block-page .header-block h1 {
	    font-size: 25px;
	}
}
/* ==========================================================================
Undersida: Services
========================================================================== */

/* Subpage services cards
========================================================================== */
@media only screen and (max-width:1150px) {
	
	.subpage-services .card .card-image,
	.subpage-services .card .card-text {
		width: 100%;
	}
}

/* Splits
========================================================================== */
.splits .section-block .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.splits .col-block {
	padding: 0 !important; 
}

.splits .col-block .col-wrapper {
	padding: 100px;
}

.splits .col-block .col-wrapper {
    padding: 100px;	
     background: linear-gradient(45deg, #40835E 0%, #3da069 100%);
	min-height: 450px;
	height: 100%;
	border:20px solid #fff;
    box-sizing: border-box;
}


.splits .col-0 .col-wrapper { border-right: 10px solid #fff; }
.splits .col-1 .col-wrapper { border-left: 10px solid #fff; }

.splits .col-block *:not(.btn) {
	text-align: center;
	color:#fff !important;
}

.split-cta .col-1 .col-wrapper {
	background: transparent;
    background: url('/assets/images/healthsolution-illustration-questions.svg');
    background-size: contain !important;
    background-position: center bottom;
    background-repeat: no-repeat !important;
}


.split-cta .btn-info:hover {
	color:#fff !important;
}

@media only screen and (max-width:1200px) {
	
	.splits .col-block {
	    width: 100% !important;
	}
	
}

@media only screen and (max-width: 696px) {
	/* 	Undersida: Services */
	.splits .col-block .col-wrapper {
		padding: 70px 30px;
	}
}

/*  Categories at the end of each sub page.
========================================================================== */
.services-categories-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.services-categories-card {
	width: 31.33%;
	margin: 1%;
	display: inline-block;
	height:auto;
	position: relative;
    box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 0;
	text-decoration: none !important;
}


.services-categories-card .services-categories-image {
    background: #fff;
    text-align: center;
}

.services-categories-card img {
	    width: 100%;
    padding-bottom: 0;
    text-align: center;
    object-fit: contain !important;
    object-position: center center !important;
}

.services-categories-card a,
.services-categories-card a:hover {
	text-decoration: none !important;
}

.services-categories-card .services-categories-text {
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #367552;
}

.services-categories-card .services-categories-text .title {
	font-size: 18px;
	font-weight: 500;
	color:#fff;
	padding-bottom: 0;
	line-height: 6rem;
	text-align:  center !important;
}

.services-categories-card {
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.services-categories-card:hover {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media only screen and (max-width: 980px) {

    .services-categories-card {
		width: 48%;
	}
	
}

@media only screen and (max-width: 510px) {

	.services-categories-card {
		width: 100%;
		margin: 0 0 4rem 0;
	}
}

/* ========================================================================== 
Undersida: Services > Services each pages
========================================================================== */
.services-page .services-info *:not(.btn) {
	text-align: left;
} 

.services-page .header-block img {
	width: auto;
    height: 150px;

}

.services-page .services-info h3 {
	font-size: 28px;
	padding-bottom: 15px;
}

.services-page .services-intro h2 {
	font-size: 25px;
	text-align: center;
	margin: 0 auto;
	max-width: 850px;
	line-height: 1.45em;
	color:#FAA546;
}

@media only screen and (max-width: 820px) {

	.services-page .services-info img {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	
	.services-page .services-info h3 {
		padding-bottom: 50px;
		font-size: 1.8rem;
	}

}
/* Treat patients
========================================================================== */
.treat-patients .section-block .col-1 { width: 30%; }
.treat-patients .section-block .col-0 { width: 70%; }

.treat-patients .section-block .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.treat-patients .section-block .col-0 {
	padding: 150px;
	order: 1;
}

@media only screen and (max-width: 1024px) { 
	
    
    .treat-patients .section-block .col-0 {
	    padding: 100px 50px;
	}
}

@media only screen and (max-width: 820px) {
	
	.treat-patients .section-block .col-0 {
		order: 0;
	}
}

@media only screen and (max-width: 550px) {
	.treat-patients .section-block .col-0 {
		padding: 0 !important;
	}
}

/* ========================================================================== 
Undersida: Cases
========================================================================== */
.subpage-cases .header-img {
	background-color: rgba(0, 0, 0, 0.66);
    background: url('/assets/images/healthsolutions-cases-illustration.svg');
    background-size: 530px;
    background-repeat: no-repeat;
    background-position: 17% 65%;
}

.subpage-cases .header-img .section-block { background: transparent !important; }

.subpage-cases h3 {
	text-align: left;
}

.section-cases .section-block .section-block-wrapper {
	max-width: 1500px;
}

.section-cases .section-block {
	padding-top: 0 !important;
}


/* ========================================================================== 
Undersida: HS Academy
========================================================================== */
.sub-academy .header-img {
	background-color: rgba(0, 0, 0, 0.66);
    background: url('/assets/images/healthsolutions.png');
    background-size: 530px;
    background-repeat: no-repeat;
    background-position: 17% 65%;
}

.sub-academy .academy-wrapper{
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
}

.sub-academy .academy-wrapper .academy-item{
	width: 75%;
    margin: 3% 1%;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 0;
    text-decoration: none !important;
    padding: 3rem 2rem; 
    position: relative; 
}

.sub-academy .academy-item h2{
	font-size: 2.2rem; 
}

.sub-academy .academy-item h3{
	font-size: 1.6rem; 
	margin-top: 4rem; 
}

.sub-academy .academy-item .name{
	color: #367551;
    font-weight: 600;
    font-size: 1.5rem;
}

.sub-academy .academy-item .titel{
	font-style: italic;
    font-size: 1.5rem;
}

.sub-academy .academy-img{
	position: absolute;
    right: -10rem;
    bottom: 2rem;
    max-width: 200px !important; 
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    padding: 1rem; 
    background-color: #fff; 
}

@media only screen and (max-width:880px) {
	.sub-academy .academy-wrapper .academy-item,
	.sub-academy .academy-item .content{
		width: 100%; 
	}
	
	.sub-academy .academy-img{
		position: unset; 
	}
}

/* ========================================================================== 
Undersida: Press
========================================================================== */
.subpage-press .header-img {
	background-color: rgba(0, 0, 0, 0.66);
    background: url('/assets/images/healthsolutions-news-illustration.svg');
    background-size: 530px;
    background-repeat: no-repeat;
    background-position: 17% 65%;
}

.subpage-press .header-img .section-block {
	 background: transparent !important; 
}


/* Preview projects
========================================================================== */
.preview-projects {
   box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.preview-projects .project-thumb-wrapper {
	width:31%;
	margin: 1%;
	box-shadow: none;
	float:left;
	height: 550px;
}


.preview-projects .project-thumb-wrapper * {
    box-sizing: border-box;
    color: white;
}

.preview-projects .project-thumb-wrapper .project-thumb {
    top: auto;

    left: 0;
    width: 350px;
    height: 100%;
    padding: 100px 40px;
    margin: 0;
    z-index: 5;
    color: #fff;
    background-color: rgba(88, 88, 88, 0.75);
    border-top: none;
    text-align: center;
    cursor: pointer;
    min-height: 0;
        -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.preview-projects .project-thumb-wrapper:hover .project-thumb {
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #40835E;
    cursor: pointer !important;
    width: 100%;
}

.preview-projects .project-thumb * {
	text-align: left;
}

.preview-projects .project-thumb h4,
.preview-projects .project-thumb h3 {
	font-size: 17px;
	padding: 0;
}

.preview-projects .project-thumb h3 {
	padding-bottom: 20px;
	letter-spacing: 0;
	font-weight: 700;
}

.preview-projects .project-thumb h4 {
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	padding-top: 20px;
}

.preview-projects .project-thumb h4:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f30b';
	margin-left: 7px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none !important;
}

.preview-projects .project-thumb p {
    opacity: 1 !important;
    text-align: left !important;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.paragraph-image .section-block {
	padding: 0 !important;
}


@media only screen and (max-width:1466px) {

    .preview-projects .project-thumb-wrapper {
		width:48%;
	}
}

@media only screen and (max-width: 820px) {

	.preview-projects .project-thumb-wrapper {
		width: 100%;
	}
	
	.preview-projects .project-thumb-wrapper .project-thumb {
		padding: 90px 40px;	
	}

	.preview-projects .project-thumb-wrapper .project-thumb * {
		text-align: left;
	}
}

/* Samma design som news (kunden ville ha)
========================================================================== */
.subpage-cases .news-item {
    background-color: #fff;
}

.news-links-wrapper {
	padding: 0 25px;
	width: 100%;
	font-size: 0;
}

.subpage-cases .news-links-wrapper .news-item-link {
	width: 70% !important;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	position: unset;
	padding: 0;
}

.subpage-cases .news-item-link a {
	color: #000;
	font-size: 14px;
}

.subpage-cases .subject-link {
	width: 30% !important;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	text-align: right;
}

.subpage-cases .subject-link img {
	width: 40px;
	height: auto;
	float: right;
}

/* ========================================================================== 
Undersida: Cases > Eliminating Hepatitis C
========================================================================== */
body.eliminating-hepatitis {
	background: #fff;
}


.eliminating-hepatitis .header-img {
	background: url('/assets/images/healthsolutions-news-illustration-1.svg');
	background-position: center 80%;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	display: none;
}

.cases-quote blockquote {
    background-color: #3f835e;
    padding: 40px;
    margin: 40px 40px 40px 0px;	
} 

.quote-mt-0 blockquote {
	margin-top: 0;
}

.cases-quote blockquote * {
	color: #fff;
}

.cases-quote blockquote .bold {
	font-size: 16px;
	padding-top: 20px;
}

.cases-quote blockquote .bold::before {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900; 
	content: "\f007";
	padding-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  
.cases-quote q::before,
.cases-quote q::after {
	 	font-family: "Font Awesome 5 Pro"; 
	font-weight: 700; 
	    content: "\f10e";
	padding-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 }

.cases-quote q::after {
	  padding-left: 10px;
}

.check-list li {
    font-weight: 400;
    line-height: 1.6em;
    padding-bottom: 10px;
    list-style: none;
}

.check-list ul li::before {
	content: "\f00c";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color:  #FAA546;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

/* ========================================================================== 
Undersida: News
========================================================================== */

body.subpage-news {
	background: #40835E;
}

.subpage-news .header-img {
	background-color: rgba(0, 0, 0, 0.66);
    background: url('/assets/images/healthsolutions-news-illustration.svg');
    background-size: 530px;
    background-repeat: no-repeat;
    background-position: 10% 65%;
}


.subpage-news .header-img .btn-info:hover {
	color:#fff !important;
}

.some {
	margin-top: 3rem;
}


.some .fab {
	font-size: 3.5rem;
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.some .fab:hover {
	color: #FAA546;
}

.some p {
	padding: 1rem 0 0 0;
}

.news-grid {
	display: flex;
	flex-wrap: wrap;
}


.news-row {
	width: 100%;
}

.news-item {
    width: 31.33%;
    margin: 1%;
    float: left;
    text-align: center;
    height: auto;
    background-color: #f8f8f8;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-moz-transform: scale(0.97);
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

.news-item-image {
	width: 100%;
	display: none !important;
	height: 200px;
}

.news-item-image img {
    object-fit: cover !important;
    object-position: center !important;
    width: 100%;
    height: 100% !important;
}


.news-item-details {
	padding: 30px 20px 20px 20px;
	text-align: left;
}


.news-item-link {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: left;
    padding-left: 25px;
    width: 100%;
    color: #000;
    background-color: transparent;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}


/* TITLE */
.news-item-details h3 {
font-size: 19px !important;
    line-height: 1.4em;
    text-transform: none;
    color: #40835E;
    padding-bottom: 15px;
    font-weight: 600;
    padding-top: 0 !important;
    text-align: left;
    	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* DATE  */
.news-item-details h4 {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    color: #858585;
    font-weight: 300;
    padding-bottom: 20px;
}

/* DESCRIPTION  */
.news-item-details p {
	color: #504f4f;
	font-size: 15px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-item-details a {
	text-decoration: none !important;
	font-size: 14px;
}


/* HOVER EFFECT */
.news-item:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news-item:hover .news-item-link {
	color: #3f835e;
	text-decoration: underline !important;
}

#seeLess, #seeMore {
	display: inline-block;
	margin: 0 15px;
}


.btn-news {
	text-align: center;
	padding-top: 2em;
}


#news-grid .news-row { 
	display:none;
}

@media only screen and (max-width: 1024px) { 
    .news-item { 
	    width: 46%;
    }
}

@media only screen and (max-width: 510px) {

    .news-item { 
	    width: 100%;
	    margin: 0;
	    margin-bottom: 40px;
	}

	#seeLess, #seeMore {
	    display:block;
	    margin: 15px auto;
	}
}



/* ==========================================================================
News > Each news page (news-page)
========================================================================== */
.news-page .header-block h1 {
	padding-bottom: 30px;
}

/* Bild */
.news-page img {
    display: inline-block;
    max-width: 100% !important;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin-bottom: 30px !important;
}

/* Bild - för att inte få den 100% bred (.inline-image är en div runt img) */
.inline-image {
	display:inline-block;
}


/* TITLE */
.news-page h1 {
	padding-top: 40px;
	font-size: 30px;
	padding-bottom: 15px;
}

/* DATE  */
.news-page h5 {
	font-size: 17px;
	color:#9a9a9a;
	font-weight: 300;
	padding-bottom: 40px;
}

/* Ingress */
.news-page .ingress p {
    padding-bottom: 1rem;
    font-size: 2.2rem;
	font-weight: 600;
    line-height: 1.3em;
    color: #000;
}

@media only screen and (max-width:550px) {
	.news-page .ingress p {
		font-size: 1.8rem;
		text-align: left;
	}
}

/* Text */
.news-page h3 {
	padding-bottom: 15px;
	font-size: 22px;
}

.news-page blockquote {
    background-color: #ccc;
    padding: 40px;
    margin: 40px 40px 40px 0px;	
} 

.news-page blockquote {
	margin-top: 0;
}

.news-page blockquote h6 {
	font-size: 16px;
	padding-top: 20px;
}

.news-page blockquote h6::before {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900; 
	content: "\f007";
	padding-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  
 .news-page q {
	 font-size: 15px;
	 line-height: 1.6em;
 } 
  
.news-page q::before,
.news-page q::after {
	 	font-family: "Font Awesome 5 Pro"; 
	font-weight: 700; 
	    content: "\f10e";
	padding-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 }

.news-page q::after {
	  padding-left: 10px;
}

.long-header-title .section-block * {
    text-align: center !important;
    max-width: 800px !important;
}

/* Knapp */
.btn-news-wrapper {
	padding-top: 30px;
}

/* Kontaktruta */
.contact-box {
	background: #367551;
    padding: 4rem;
}

.contact-box h2 { 
    padding-bottom: 1rem;
	font-size: 2.3rem;
    color: #FFF;
}

.contact-box p {
    color: #FFF;
    padding-bottom: .5rem;
}

@media only screen and (max-width:500px) {
	.contact-box {
		padding:2rem;
	}
}

/* SPECIFIKA NYHETSSIDORS CSS */

/* Digiphysical screening can prevent early cardiovascular events */
.news-page .fhabian img.family {
	display:block;
	width: 20rem;
	margin-bottom: 0rem!important;
}

.news-page .fhabian-logo-wrapper {
	display:flex;
	align-items:center;
}

.news-page .fhabian-logo-wrapper img {
	width:4rem;
	margin-bottom:0!important;
}

.news-page .fhabian-logo-wrapper a {
	font-size: 3rem;
    color: red;
	margin-left: 1rem;
}

/* ==========================================================================
About us
========================================================================== */
.parallax-illustration {
	background: url('/assets/images/healthsolutions-illustration-scroll-2000px.png');
}

@media only screen and (max-width: 820px) {

	#statistics .col-1 {
		padding-bottom: 40px !important;
	}
	
}
	
#statistics .col-1 iframe {
	height: 200px;
}

#statistics .col-2 iframe {
	height: 200px;
}

/* Numbers
========================================================================== */
#numbers .numbers-wrapper .numbers-card {
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: column; 
}

#numbers .numbers-wrapper .fal {
	font-size: 2rem;
	color: #fff;
	background: #41835f; 
	padding: 14px; 
	min-width: 4rem; 
	text-align: center;
	margin-right: 10px;
}

.numbers-title {
	font-size: 1.8rem; 
}


@media only screen and (max-width: 550px) {

	#numbers .numbers-wrapper .fal {
		display: block;
	}

	#numbers .numbers-wrapper .numbers-card {
		margin-bottom: 2rem;
	}
		

} 


/* ==========================================================================
Undersida: About us > Privacy 
========================================================================== */

#gdpr .col-0 {
	background: whitesmoke;
    padding: 1rem 4rem;
}

#gdpr .col-1 {
	padding: 1rem 4rem;
}

@media only screen and (max-width: 550px) {
	#gdpr .col-block {
		padding: 0;
		background: transparent;
	}
}

/* ========================================================================== 
Undersida: About us
========================================================================== */

/* Scroll cards
========================================================================== */
.LayoutPage .quotes .section-block-wrapper {
	max-width: none;
}

.LayoutPage .quotes {
	overflow-x: hidden !important;
}

.LayoutPage .quotes .section-block {
	padding: 15rem 0;
}

.scroll-item {
	width: 100%;
	margin: 0 2rem 0 0;
	border-radius: 1rem;
	overflow: hidden;
}

.scroll-link {
	display: flex;
	justify-content: center;
	align-items:center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 1rem;
	height: 100%;
	text-align: center;
}

.scroll-link:hover {
	text-decoration: none;
}

.scroll-image-wrapper {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
    left: 0;
}

.scroll-image-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .3);
    position: absolute;
    bottom: 0;
    transition: all .3s ease;
}

.scroll-link:hover .scroll-image-wrapper::after {
	background-color: rgba(0,0,0, .9);
    transition: all .3s ease;
}

.scroll-text-wrapper {
	padding: 0 2rem;
	width: 100%;
	max-width: 70rem;
	position: relative;
	transition: all .3s ease;
}

.scroll-title {
	font-size: 1.8rem;
	font-weight: 400;
	color: #41835f;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: left;
	word-break: break-word;
    hyphens: auto;
}

.scroll-lead {
	color: #41835f;
}


/* Scroll Wrapper */
.scroll-wrapper {
	max-width: 160rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 5rem;
	overflow-x: visible;
}

.scroll-wrapper .slick-list {
	overflow: visible;
}

@media only screen and (max-width: 1024px) {
	
	.scroll-wrapper {
		padding: 0 2rem;
	}
		
}

@media only screen and (max-width: 700px) {
	
	.scroll-wrapper {
		padding: 0;
	}
		
}

/* Text-block
========================================================================== */
.full-width-textblock {
    position: relative;
    top: 0;
    max-width: 160rem;
    width: 100%;
    height: 100%;
    padding: 0 0 5rem 0;
    margin: 0 auto;
}

.text-wrapper {
    max-width: 60rem;
    width: 100%;
    text-align: left;
}

.full-width-textblock .text-wrapper * {
	text-align:left;
	padding: 0;
}

.full-width-textblock h3 { 
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.full-width-textblock {
		padding: 0 5rem 5rem;
	}

}

@media only screen and (max-width: 768px) {
	.full-width-textblock {
		padding: 0 2rem 5rem;
	}

}

/* Slick Settings
========================================================================== */
.slick-list.draggable {
    overflow: visible;
}

.slick-prev, 
.slick-next {
    top: -7.5rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid #41835f;
    background-color: #41835f;
    border-radius: 4rem;
}

.slick-prev:hover, 
.slick-next:hover {
    border: 1px solid #41835f;
    background-color: #41835f;
}

.slick-prev:focus, 
.slick-next:focus {
	border: 1px solid #41835f;
    background-color: #41835f;
}

.slick-prev.slick-disabled, 
.slick-next.slick-disabled {
	opacity: .5;
	background-color: transparent;
	cursor: not-allowed;
}

.slick-prev {
	left: auto;
	right: 13rem;
}

.slick-next {
	right: 8rem;
}

.slick-prev:before, 
.slick-next:before {
	color: #fff;
	font-family: 'Font Awesome 5 Pro';	
}

.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before {
	color: #FFF;
}

.slick-prev::before {
	content: '\f104';
}

.slick-next::before {
	content: '\f105';
}

/* Reviews
========================================================================== */
.review-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.review-content {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 2rem;
}


.review-image {
    width: 12rem;
    height: 12rem;
    margin-right: 2rem;
    border-radius: 50%;
	overflow: hidden;
	align-self: center;
}

.review-wrapper .review-image img {
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
}

.review-wrapper .review-image img.farhang {
	object-position: center top !important;
}

.review-user {
	width: 60%;
	margin-bottom: 2rem;
	align-self: center;
}

.review-user .name {
	font-size: 2.4rem;
	line-height: 1.1;
	padding-bottom: 1rem;
}

.review-user .title {
	font-size: 1.6rem;
	color:#638CB8;
	padding: 0;
}

.review-user .company {
	font-size: 1.6rem;
}

.review-quote p {
	font-size: 2rem;
	line-height: 1.5;
	color:#000;
}

.review-quote {
	width: 100%;
}

.review-quote blockquote p {
	position: relative;
}


.review-quote blockquote p::before, 
.review-quote blockquote p::after {
    content: "”";
    font-family: Georgia;
    font-size: 8rem;
    position: absolute;
    opacity: 0.9;
	margin: -2rem 0px 0px -5rem;
	opacity: .3;
}

.review-quote blockquote p::after {
	margin-left: 3rem;
}

@media only screen and (max-width: 500px) {
	.review-quote p {
		font-size: 1.7rem;
		text-align: center;
	}
}


/* ========================================================================== 
Undersida: Partners
========================================================================== */
.partners-wrapper .project-thumb-wrapper {
    position: relative;
    overflow: hidden;
    width: 48%;
    height: 250px;
    max-width: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 0px;
    box-sizing: border-box;
    margin:1%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.90);
	transform: scale(0.90);
}

.partners-wrapper .project-thumb-wrapper:hover {
		-webkit-transform: scale(0.99);
	transform:  scale(0.99);
}

.partners-wrapper .project-thumb-wrapper .project-thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    padding: 20px 20px;
    min-height: 140px;
    background-color: transparent;
}

.partners-wrapper .project-thumb-wrapper:hover .project-thumb {
    background: transparent;
}


.partners-wrapper .project-thumb-wrapper img {
    display: block !important;
    object-fit: contain !important;
    object-position: center;
    height: 100% !important;
    width: 100% !important;
    padding:30px;
    box-sizing: border-box;
}



/* ========================================================================== 
Undersida: Contact
========================================================================== */
.subpage-kontakt header {
	background: #000;
}

#contact-form .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;	
}

#contact-form .col-0 img {
    width: 40%;
    height: auto;
    display: block !important;
    margin: 0 auto !important;
    padding-top: 30px;
}

.EditMode .map-block .section-block {
	margin-top: 200px !important;
}

.map-block .section-block {
	font-size: 0;
}

@media only screen and (max-width:1200px) {
	
	#contact-form .col-0 img {
	    width: 50%;
	}

}

@media only screen and (max-width: 820px) {


	#contact-form .col-0 img {
	    width: 35%;
	}
}

@media only screen and (max-width: 510px) {
	
	#contact-form .col-0 img {
	    width: 75%;
	}

}

/* Kontaktformulär
========================================================================== */
.kontaktformular .section-block {
	background: #40825e;
	padding-top: 170px !important;
}

.kontaktformular .section-block .section-block-wrapper {
	max-width: 120rem;
	display: flex;
	flex-wrap: wrap;
}

.kontaktformular .section-block h2,
.kontaktformular .section-block h1 {
	padding-bottom: 15px;
	color:#000000;
	text-align: left;
}

.kontaktformular .section-block h4 {
	padding-bottom: 20px;
	padding-top: 15px;
	color: #40855e;
}

.kontaktformular .section-block h5 {
	font-size: 14px;
	text-transform: uppercase;
}

.kontaktformular .section-block .section-block-wrapper {
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.1);
}

.LayoutPage .kontaktformular .col-0 {
    background-color:#fff;
	padding: 4rem 3rem;
}


.LayoutPage .kontaktformular .col-1 {
    padding: 2rem;
	background-color: #eeeeee;
}

.kontaktformular .section-block .Contact .ContactForm input.text,
.kontaktformular .section-block .Contact .ContactForm textarea.textmessage {
	border: none !important;
	background-color: #f2f2f2;
}

.kontaktformular .section-block .Contact .ContactForm div {
    width: 100%;
    margin-bottom: 12px;
}


.kontaktformular .section-block .Contact .ContactForm div.ContactFormMessage p,
.kontaktformular .section-block .Contact .ContactForm .ContactFormEmail p,
.kontaktformular .section-block .Contact .ContactForm .ContactFormField p,
.kontaktformular .section-block .Contact .ContactForm .ContactFormName p {
	display: none;
}


   
.kontaktformular .section-block .Contact .ContactForm input.text, 
.kontaktformular .section-block .Contact .ContactForm textarea.textmessage {
    background-color: #fff;
    padding: 22.5px 15px;
    border-radius: 0;
    font-weight: 400;
    color: #000000;
    border: none !important;
    padding-left: 20px;
}



.kontaktformular .section-block .Contact .ContactForm div.ContactFormMessage {
	position: relative;
	padding-top: 0;
}

.kontaktformular .section-block .Contact .ContactForm textarea.textmessage {
    padding: 15px;
    height: 150px;
    padding-top: 15px;
}

.kontaktformular .section-block .Contact .ContactForm input.ContactSubmit {
    padding: 14px 35px;
    background-color: #FAA546;
    border: 2px solid #FAA546;
    color: #fff;
   	display: block;
   	margin: 0;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 100% !important;
    max-width: 50rem;
	margin: 0 auto;
}

.kontaktformular .section-block .Contact .ContactForm input.ContactSubmit:hover {
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #40855e;
	color: #40855e; 
}

.kontaktformular .section-block::placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #a4a4a4;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
}


.kontaktformular .section-block .Contact .ContactFormField input.field-2 {
	display: none !important;
}

.kontaktformular .section-block .layout-1 .form-part input[type=text], 
.kontaktformular .section-block .form-part select {
    width: 100% !important;
    display: block;
    box-sizing: border-box;

    height: 45px;
    font-size: 15px;
    color: #333;
    padding-left: 40px;
}



.kontaktformular .section-block .form-part .ContactSentMessage, .Contact .ContactSentMessage {
    background: #b7e0c0;
    border: none;
    padding: 30px 20px;
    min-height: 50px;
    border-radius: 0;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
	.LayoutPage .kontaktformular .col-block {
		width: 100% !important;
		padding:2rem !important;
	}
}

/* ========================================================================== 
Undersida: Contact > Career 
========================================================================== */
.subpage-career .header-img {
	background-color: rgba(0, 0, 0, 0.66);
    background: url('/assets/images/healthsolutions-career-illustration.svg');
    background-size: 460px;
    background-repeat: no-repeat;
    background-position: 17% 65%;
}

.section-job-openings .card-text {
	text-align: center;
}

.subpage-career .header-block * {
	color: #fff;
}



/* ========================================================================== 
Undersida: Support (Incidence Reporting)
========================================================================== */
.incidence-reporting .section-block .col-1 {
	background-color: #dddddd !important;
}

.incidence-reporting .col-0 img {
	width: 50%;
	height: auto;
	display: block !important;
	margin: 0 auto !important;
	padding-top: 30px;
}

@media only screen and (max-width:1080px) {

	.incidence-reporting .col-0 img {
    	width: 59%;
    }
		
}

@media only screen and (max-width: 820px) {

	.incidence-reporting .col-0 img {
    	width: 39%;
	}
}

@media only screen and (max-width: 510px) {
	
	.incidence-reporting .col-0 img {
    	width: 80%;
	}
}

/*========================================================================== 
Undersida: Privacy
========================================================================== */


.privacy-title {
	padding-top: 4rem;
	padding-bottom: 2rem;
	color:#000;
	font-size: 2rem;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #367551;
	padding: 0;
	box-sizing: border-box;
}

.footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding:0;
}

.footer .footer-wrapper {
    max-width: 1200px;
	min-height: 290px;
	padding: 60px 30px 0px 30px;
	box-sizing: border-box;
}

.footer ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.footer .container .footer-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .footer-bottom {
	text-align: center;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #367552;
}

.footer .footer-bottom p {
	text-align: center !important;
}


.footer-col {
	width: 25%;
	float: left;
	box-sizing: border-box;
}

.footer-col:nth-child(1) {
	padding-right: 1.5%;
}

.footer-col:nth-child(2) {
	padding-right: 1%;
	padding-left: 0.5%;
}

.footer-col:nth-child(3) {
	padding-right: 0.5%;
	padding-left: 1%;
}

.footer-col:nth-child(4) {
	padding-left: 1.5%;
}

.footer img {
	width: 170px;
	height: auto;
}

.footer .social-icons {
	padding-top: 10px;
}

.footer p, 
.footer a {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.6em;
    padding-bottom: 4px;
    color: #fff;
    text-decoration: none !important;
}


.footer .footer-heading {
	font-size: 1.6rem;
	padding-bottom: 10px;
	color:#fff;
	font-weight: 600;
}

.footer * {
	text-align: left !important;
	color:#fff !important;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
	color: #faa546 !important;
	text-decoration: underline !important;
}

.footer .container .fab:hover { color: #faa546 !important; }

.footer .container .fab {
	vertical-align: sub;
}


@media only screen and (max-width:1466px) {
	
	.footer .footer-wrapper {
	   max-width: 1200px;
	   min-height: 290px;
   }
}

@media only screen and (max-width: 1024px) { 
    .footer .footer-wrapper {
    	max-width: 1200px;
    	min-height: 290px;
    }
}
@media only screen and (max-width: 820px) {

	.footer-col {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	    display: block;
	    padding-bottom: 40px;
	}
	
	.footer img {
	    display: block;
	    margin: 0 auto;
	}
	
	.footer * {
	    text-align: center !important;
	}

}
