html {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
body {
	width: 100%;
	background: #fff;
	position: relative;
	overflow-x: hidden;
}
body {
	background: #fff;
	overflow-x: hidden;
}
section {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
}
iframe {
	border: 0;
	overflow: hidden;
	overflow-x: hidden;
}
*, h1, h2, h3, h4, h5, h6 {
	outline: none;
	font-family: 'Helvetica Now Text', sans-serif;
}
h2 {
	font-size: 3.5rem;
	line-height: 1em;
	color: #fff;
	letter-spacing: -3px;
	font-weight: bold;
}
h3 {
	font-size: 1.75rem;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}
h4 {
	font-size: 1rem;
	line-height: 1em;
	font-weight: bold;
}
p {
	font-size: 1rem;
	line-height: 1.25em;
	padding: 0 0 1rem 0;
}
ul, ol {
	font-size: 1rem;
	line-height: 1.25em;
	padding: 0 0 1rem 1em;
}
.clear {
	clear: both;
}
.cell {
	position: relative;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
:root {
  	scroll-behavior: smooth;
}
.hidden {
	display: none !important;
}

/*********************************************************** HEADER ***************************************************************/

header {
	width: 100%;
	min-height: 150px;
	background-color: #fff;	
	color: #fff;
	overflow: visible;
	padding: 0;
	position: relative;
	z-index: 100;
}
header a, header a:hover, header a:active {
	color: #E1111E;
}

h1 {
	width: 100%;
	height: 100%;
	position: relative;
	text-indent: -99999px;
	margin: 0;
	padding: 1rem 0;
}
h1 a {
	width: 100%;
	height: 100%;
	display: block;
	background: url("/assets/img/swixxbiopharma_logo.svg") center center no-repeat;
	background-size: contain;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#menu_1 {
	padding: 0 2rem;
	float: right;
}
#menu_1 a {
	color: #fff;
	font-size: 1rem;
	padding: 1.25rem 2em;
	display: block;
	background-color: #E1111E;
}

#langs {
	float: right;
	padding: 0.8rem 1rem;
}
#langs a {
	color: #1D0D6D;
	font-size: 1rem;	
	text-transform: capitalize;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	right: auto;
	left: 0;
	background: url("/assets/img/langs_arrow.svg") center center no-repeat;
	background-size: contain;
	border: none;
	width: 12px;
	height: 10px;
	margin-top: -5px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
	font-weight: 500;
}

#menu_2 {
	width: auto;
	position: relative;
	text-align: center;
	padding: 1rem 0;
}
#menu_2 ul {
	width: auto;
}
#menu_2 li {
	width: auto;
}
#menu_2 li a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.3125em;
	padding: 0 1em;
	position: relative;
}
#menu_2 li a:hover, #menu_2 li a:focus, #menu_2 li a:active  {
	color: #1D0D6D;
}

#menu_2 li a.active {
	color: #1D0D6D;
}
#menu_2 li a.active::after {
	width: calc(100% - 2em);
	display: block;
	height: 4px;
	content: "";
	background-color: #1D0D6D;
	position: absolute;
	bottom: -0.5rem;
	left: 1em;
}

#spinner_master_container															{ z-index: 999999; position: absolute; top: 1rem; right: 0.5rem; float: right; margin-left: 23px; display: none; }
#spinner_master_container .columns 													{ padding: 0; }
.spinner-master input[type="checkbox"] + label:before               				{ display: none; }
.spinner-master input[type="checkbox"]:checked + label:before  						{ display: none; }
.spinner-master input[type="checkbox"] + label  									{ height: 20px; }
.spinner-master * 																	{ transition: all 0.3s; -webkit-transition: all 0.3s; box-sizing: border-box; }
.spinner-master 																	{ position: relative; margin: 0 10px; height: 20px; width: 26px; float: right; }
.spinner-master input[type="checkbox"] 												{ display: none; }
.spinner-master label 																{ cursor: pointer; position: absolute; z-index: 99; height: 100%; width: 100%; top: 0; left: 0; margin: 0; text-indent: -99999px; color: #E1111E; }
.spinner-master .spinner 															{ position: absolute; height: 2px; width: 100%; background-color: #E1111E; }
.spinner-master .diagonal.part-1 													{ position: relative; float: left; }
.spinner-master .horizontal 														{ position: relative; float: left; margin-top: 7px; }
.spinner-master .diagonal.part-2 													{ position: relative; float: left; margin-top: 7px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .horizontal 		{ opacity: 0;}
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-1 	{ -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-top: 10px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-2 	{ -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -11px; }
input[type='checkbox'] + label.spinner-spin, input[type='radio'] + label.spinner-spin {
	width: 100% !important;
}


/*********************************************************** SLIDER ***************************************************************/

#slider {
	position: relative;
	height: auto;
	width: 100%;
}
#slider .cell {
	position: relative;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	width: 100%;
	height: 600px;
}
.bx-wrapper .bx-viewport {	
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	width: 100%;
	height: 100% !important;
}
.slider {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: transparent;
}
.slider li {
	height: 100%;
}
.slide {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.bx-controls {
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: 50px;
	left: 0;
	box-sizing: border-box;
	text-align: center;
}
.slide .grid-x {
	height: 100%;
}
.slider .cell {
	height: 600px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 40%;
}
.slider .cell.img {
	background-size: cover;
}
.slider .cell.txt {
	padding: 5rem;
}
.slider .cell.txt h2 {
	font-size: 3rem;
	line-height: 1.1em;
	letter-spacing: normal;
}
.bx-pager-item {
	height: 18px;
	width: 18px;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 1rem;
}
.bx-pager-link {
	width: 18px;
	height: 18px;
	text-indent: -999999px;
	position: relative;
	display: block;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}
.bx-pager-link.active {
	background: rgba(255,255,255,1);	
}

/*********************************************************** HOME ***************************************************************/

#home {
	width: 100%;
	height: auto;
	background: #eae9e8 url("/assets/img/home_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 6.5rem 0 0 0;
	margin: 0;
}
#home .grid-container .grid-x .cell .grid-x {
	padding-bottom: 7rem;
	position: relative;
}
#home p {
	font-size: 1.5rem;
	font-weight: bold;
}
#home h2 {
	padding: 0 0 0.5em 0;
}
#home .red h2, #home .red p, #home .red .btn {
	color: #E1001E;
}
#home .purple h2, #home .purple p, #home .purple .btn {
	color: #1D0D6D;
}
#home .green h2, #home .green p, #home .green .btn {
	color: #0D5863;
}
.btn  {
	font-size: 1.25rem;
	display: inline-block;
	border: 1px solid #E1001E;
	border-radius: 30px;
	font-weight: bold;
	width: auto;
	height: 60px;
	line-height: 58px;
	text-align: center;
	margin: 3.75rem 0 0 0;
	padding: 0 1em;
}
.btn.hidden {
	display: none;
}
#home .purple .btn {
	border: 1px solid #1D0D6D;
}
#home .green .btn {
	border: 1px solid #0D5863;
}
#home .red .cell:nth-child(1) {
	background: url("/assets/img/home_about.svg") left top no-repeat;
	background-size: 55% auto;
}
#home .purple .cell:nth-child(2) {
	background: url("/assets/img/home_areas.svg") left top no-repeat;
	background-size: 90% auto;
}
#home .green .cell:nth-child(1) {
	background: url("/assets/img/home_partnering.svg") left top no-repeat;
	background-size: 90% auto;
}

/*********************************************************** PARTNERS ***************************************************************/

#partners_intro {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 4rem 0 1rem 0;
	margin: 0;
}
#partners_intro h2 {
	color: #000000;
}
#partners_intro p {
	color: #000000;
	font-size: 1.5rem;
	padding: 0 1rem;
	margin: 0;
	font-weight: bold;
}
#partners {
	width: 100%;
	height: 200px;
	background-color: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#logos {
	display: block;
	width: auto;
}
#logos li {
	display: table;
	height: 200px;
}
#logos a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	width: 200px;
	height: 200px;
}
#logos a img {
	display: block;
	width: 200px;
	margin: auto;
	height: 200px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); 
}
#logos a:hover img {	
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

/*********************************************************** CONTENT ***************************************************************/

.content {	
	width: 100%;
	height: auto;
	padding: 0 0 4rem 0;
	margin: 0;
}
.content h2 {
	color: #000000;
	padding: 4rem 0;
	margin: 0;
}
.content h3 {
	color: #000000;
	padding: 2rem 0;
	margin: 0;
}
.content p {
	color: #000000;
	font-size: 1.25rem;
	margin: 0;
	font-weight: 400;
}
.content p.disclaimer {
	font-size: 0.8rem;
}
.content ul, .content ol  {
	color: #000000;
	font-size: 1.25rem;
	margin: 0;
	font-weight: 400;
}

.content_3 h2, .content_3 h3, .content_3 p, .content_3 ul, .content_3 ol  {
	color: #fff;
} 

.content_1 {
	background: #fff;
}
.content_2 {
	background: #eae9e8 url("/assets/img/home_bg.jpg") center center no-repeat;
	background-size: cover;
}
.content_3 {
	background: #0D5863;
}
.content_3 a.accordion-title:hover, .content_3 a.accordion-title:active, .content_3 a.accordion-title:focus {
	color: #000;
}

.content_2 .accordion-title, .content_2 .accordion-title:hover, .content_2 .accordion-title:active, .content_2 .accordion-title:focus {
	color: #000;
	font-weight: 500;
}
.content_2 .accordion-content {
	padding: 1rem 2rem 1rem 3rem;
}
.responsive-embed, .flex-video {
	padding-bottom: 56.25%;
	margin: 2rem 0;
}
.content .more, .content .less {
	border: 1px solid #000;
	color: #000;
	width: auto;
	display: inline-block;
	padding: 0 2rem;
	margin: 2rem 0 0 0;
	height: 35px;
	line-height: 33px;
	font-size: 1rem;
}
.content_3 .btn {
	border: 1px solid #fff;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 0 2rem;
	margin: 0;
}
.content_3 a {
	color: #ccc;
}
.content_3 a:hover, .content_3 a:active, .content_3 a:focus {
	color: #fff;
}
#chartdiv {
  	width: 100%;
  	height: 500px;
	margin: 3rem 0 0 0;
}


/*********************************************************** ABOUT ***************************************************************/



.about_3_bg {
	background: #0D5863 url("/assets/img/teams.svg") right bottom no-repeat;
	background-size: 30% auto;
	padding: 0 0 4rem 0;
	margin-bottom: -4rem;
}

#timeline {
	width: 100%;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#timeline li {
	display: inline-block;
	width: 10%;
	float: left;
}
#timeline li a {
	display: block;
	text-align: center;
	height: auto;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 2em;
	background-color: #1D0D6D;
}
#timeline li.active a {
	font-size: 2rem;
}
#timeline li:nth-child(odd) a {
	background-color: #0D5863;
}
#timeline li:first-child a {
	border-top-left-radius: 1em;
}
#timeline li:first-child a {
	border-bottom-left-radius: 1em;
}
#timeline li:last-child a {
	border-top-right-radius: 1em;
}
#timeline li:last-child a {
	border-bottom-right-radius: 1em;
}
#timeline_content {
	clear: both;
	height: auto;
	min-height: 12rem;
	padding: 2rem;
}
#timeline_content ul {
	color: #000000;
	font-size: 1.25rem;
	padding: auto;
	margin: 0 1.5rem;
	font-weight: 400;
}
p.footnote {
	font-size: 0.8rem !important;
}

#team_acc {
	background: transparent;
}
.accordion-title {
	color: #fff;
	font-size: 1.25rem;
	border: none;
	padding-left: 3rem;
	border-radius: 1rem;
}
.accordion-item:first-child > :first-child, :last-child:not(.is-active) > .accordion-title {
	border-radius: 1rem;
}

.accordion-title::before {
	right: auto;
	left: 1rem;
	margin-top: -0.7rem;
}
:last-child:not(.is-active) > .accordion-title {
	border-bottom: none;
}
.accordion-title:hover {
	background: rgba(255,255,255,0.5);
	color: #222;
}
.accordion-title:focus, .is-active .accordion-title {
	background: #fff;
	color: #222;
}
.is-active .accordion-title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.accordion-item.is-active:first-child > :first-child, :last-child > .accordion-title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.accordion-content, .accordion-item:last-child > :last-child {
	border: none;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.team_container {
	padding: 1rem;
	clear: both;
}
.team_image {
	border-radius: 50%;
	background-color: #E1111E;
	width: 150px;
	height: 150px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 154px;
}
.team_desc {
	float: left;
	width: calc(100% - 150px);
	padding: 0 0 1rem 2rem;
}
#team_acc h3 {
	margin: 0;
	padding: 3rem 0 3rem 196px;
	font-size: 1.25rem;
	color: #000;
}
#team_acc .accordion-content h3:first-child {
	padding-top: 0;
}
.team_desc h4 {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}
.team_desc h5 {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #E1111E;
}
.team_desc p {
	font-size: 0.9rem;
	color: #0a0a0a !important;
	padding: 0.5rem 0;
}


/*********************************************************** COMPLIANCE ***************************************************************/


#compliance_1 .bg {	
	background: url("/assets/img/compliance_1.svg") center bottom no-repeat;
	background-size: auto 80%;
}
#compliance_2 {
	width: 100%;
	height: auto;
	background: #eae9e8 url("/assets/img/home_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 0 0 4rem 0;
	margin: 0;
}
#compliance_2 img {
	height: calc(100% - 4rem);
	top: 4rem;
	position: relative;
	left: 0;
	margin-left: -2rem;
}
#compliance_3 p.testimonial_name {
	color: #fff;
	font-size: 1.2rem;
	padding: 0.5rem 0;
	padding-bottom: 4rem;
	font-style: italic;
}
.content p.testimonial_name {
	font-size: 1rem;
	padding: 0.5rem 0;
	padding-bottom: 4rem;
}
#testimonials_gr {
	position: relative;
	display: block;
	width: 300px;
	height: 200px;
	margin: 0 auto;
}
.testimonial_image {
	width: 90%;
	padding-top: 90%;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translate(0, -20%);
}
#compliance_4 {
	background: #eae9e8;
}

/*********************************************************** NEWS ***************************************************************/

#news h2 {
	padding: 2rem 0 1rem 0;
	color: #000;
}
#news h2 a {
	color: #000000;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	font-size: 0.33em;
	letter-spacing: normal;
}
.news_container .news_img {
	padding-top: 100%;
	background-position: center center;
	background-size: cover;
}
.news_container p {
	font-size: 1rem;
	margin: 0;
	padding: 1.5rem 1rem;
}
.news_container h3 {
	color: #000;
	padding: 0 1rem;
	line-height: 1.1em;
	display: block;
}
.news_container .btn {
	border: 1px solid #000;
	margin: 2rem 1rem;
	width: 120px;
	height: 35px;
	line-height: 33px;
	border-radius: 18px;
	font-size: 0.9rem;
	letter-spacing: normal;
}
p.subscribe a {
	text-decoration: underline;
	color: #000;
}
.news_archive {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.news_archive li {
	
}
.news_archive li a {
	font-size: 1rem;
	display: inline-block;
	padding: 3px 0;
}
.news_archive li a span.date {
	color: #666;
	display: inline-block;
	width: 120px;
}
.news_archive li a span.headline {
	display: inline-block;
	width: calc(100%-120px);
}


/*********************************************************** CONTACT ***************************************************************/


#contact {
	width: 100%;
	height: auto;
	background-color: #1D0D6D;
	padding: 6.5rem 0;
	margin: 0;
}
.country_contact  {
	padding: 0 3rem;
}
.country_contact h3 {
	color: #fff;
	padding: 0 0 1.5rem 0;
}
.country_contact p {
	color: #fff;
	padding: 0 0 3rem 0;
	margin: 0;
	font-weight: 300;
}
.country_contact p span {
	font-weight: 400;
	font-size: 1.2rem;
	display: inline-block;
	text-align: right;
}
.country_contact p span.note {
	font-weight: 300;
	font-size: 0.7rem;
	display: inline-block;
	margin-bottom: 0.5em;
}
#countries {
	padding: 1rem 2rem;
	margin: 0 3rem 0 3rem;
	background-color: #fff;
	width: calc(100% - 6rem);
	height: 75px;
	border-radius: 38px;
	font-size: 1.25rem;
}
#countries.dropdown.menu > li {
	width: 100%;
}
#countries.dropdown.menu > li.is-dropdown-submenu-parent > a {	
	width: 100%;
}
#countries.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	left: auto;
	right: 0;
	width: 20px;
	height: 15px;
}
#countries.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	width: 100%;
	height: 24rem;
	overflow-y: scroll;
}
.countries_link {
	padding: 0 2rem;
	margin: 2rem auto 0 3rem;
	background-color: #fff;
	width: auto;
	height: 3em;
	line-height: 3em;
	border-radius: 1.5em;
	font-size: 1.25rem;
	display: inline-block;
}
#linkedin_logo {
	width: auto;
	height: 3.75rem;
	margin-top: 1rem;
}
#hcp {
	width: auto;
	height: 3.75rem;
	display: inline-block;
	color: #1D0D6D;
	background-color: #fff;
	border-radius: 0.5rem;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 1rem;
	line-height: 3.75rem;
}

/*********************************************************** PEOPLE ***************************************************************/

#people_numbers {
	text-align: center;
	margin: 2rem 0 0 0;
}

#people_numbers p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 900;
	color: #1D006D;
	line-height: 1em;
	margin: 0;
	padding: 0.2rem 0;
}

#people_numbers p.num {
	font-size: 2rem;
	font-weight: 900;
	color: #E1001E;
}

/*********************************************************** COUNTRIES ***************************************************************/

#countries_container {
	background-color: #fff;
}
#map_container {
	background-color: #fff;
	position: relative;
}
.st0 { opacity:0.2; fill:#1D006D; stroke:#FFFFFF; stroke-miterlimit:10; }
.st1 { fill:#1D006D; stroke:#1D006D; stroke-width:2.4943; stroke-miterlimit:10; cursor: pointer; }
.st2 { opacity:1; fill:#D2CCE2; stroke:#D2CCE2; stroke-width:2.4943; stroke-miterlimit:10; }
.st3 { opacity:0.2; fill:#D2CCE2; stroke:#D2CCE2; }
.st4 { fill:#ffffff; }
.st1:hover { fill:#055863; stroke:#055863; }
.st1.active { fill:#E1111E; stroke:#E1111E; }

.country_bubble {
  	font-size: 1.1em;
  	color: #fff;
  	background: #E1111E;
  	padding: 0.5rem 1rem;
 	border-radius: 1rem;
  	margin: 0;
	min-width: 100px;
  	max-width: 300px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	transform: translate(calc(-50% + 2px), calc(-100% - 10px));
}
.country_bubble::after {
  	content: "";
  	border: 10px solid transparent;
  	position: absolute;
}
.bottom.country_bubble::after {
  	border-top-color: #E1111E;
  	border-bottom: 0;
   	bottom: -8px; left: 50%;
  	margin-left: -10px;
}



/*********************************************************** FOOTER ***************************************************************/


footer {
	width: 100%;
	height: auto;
	background-color: #E1001E;
	padding: 2rem 0 0 0;
	margin: 0;
}

#menu_3 {
	padding: 0;
	float: right;
}
#menu_3 ul li {
	display: block;
}
#menu_3 a {
	color: #fff;
	font-size: 1rem;
	padding: 0;
	display: block;
	text-align: right;
}
footer p {
	font-size: 1rem;
	padding: 2rem 0;
	margin: 0;
	color: #fff;
	text-align: center;
}

.stt {
  	position: fixed;
  	right: 1rem;
  	bottom: 1rem;
  	width: 3rem;
  	height: 3rem;
  	border-radius: 50%;
  	background: #E1001E url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='white' d='M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
	background-size: 60% auto;
  	opacity: 0.7;
}

.stt:hover {
  	opacity: 0.8;
}

.stt:focus {
  	opacity: 0.9;
}

.stt:active {
  	opacity: 1;
}



















