/*
Theme Name: IBTherapeutics
Author: Beder Kamal @ Shuggahill
Author URI: http://www.shuggahill.se
Description: Developed & Designed with love
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/*ol, ul {
	 list-style: none;
 }*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
	*  clearfixc For modern browsers
	*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/**
	* For IE 6/7 (trigger hasLayout)
	*/
.cf {
  *zoom: 1;
}

/*** FONTFACE **/

@font-face {
  font-family: "avenir_black";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/a_black.eot");
  src: url("fonts/a_black.eot") format("embedded-opentype"), url("fonts/a_black.woff") format("woff"),
    url("fonts/a_black.ttf") format("truetype"), url("fonts/a_black.svg#AvenirLT80Black") format("svg");
}

@font-face {
  font-family: "avenir";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/avenir.eot");
  src: url("fonts/avenir.eot") format("embedded-opentype"), url("fonts/avenir.woff") format("woff"),
    url("fonts/avenir.ttf") format("truetype"), url("fonts/avenir.svg#AvenirLT65MediumBold") format("svg");
}

@font-face {
  font-family: "helvetica_roman";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/helvetica.eot");
  src: url("fonts/helvetica.eot") format("embedded-opentype"), url("fonts/helvetica.woff") format("woff"),
    url("fonts/helvetica.ttf") format("truetype"),
    url("fonts/helvetica.svg#HelveticaNeueLT55RomanRegular") format("svg");
}

@font-face {
  font-family: "fontin";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fontin.eot");
  src: url("fonts/fontin.eot") format("embedded-opentype"), url("fonts/fontin.woff") format("woff"),
    url("fonts/fontin.ttf") format("truetype"), url("fonts/fontin.svg#FontinBold") format("svg");
}

/*** STANDARDS ***/

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.first {
  margin-left: 0px !important;
}

.first-top {
  margin-top: 0px !important;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #ffffff;
  font-family: "helvetica_roman", arial, verdana, sans-serif;
  color: #3d3d3d;
  line-height: 28px;
  font-size: 18px;
}

html,
body {
  height: 100%;
}

ul,
li {
  /*display: block;
		 list-style: none;
		 margin: 0;
		 padding: 0;*/
}

ul {
  list-style-position: inside;
}

li ul {
  list-style-position: inside;
  margin-left: 20px;
}

li {
  margin-top: 10px;
}

em {
  font-style: italic;
}

div#site-wrapper {
  min-height: 100%;
  position: relative;
}

/*** START NAVBAR ***/
div#navbar_bg {
  /*background-color:rgba(255,255,255,0.95);*/
  width: 100%;
  height: 90px;
  z-index: 50;
  position: absolute;
}

div#navbar {
  width: 95%;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#navbar a#logo_container {
  display: block;
  /*
  width: 94px;
  height: 60px;
  */
  /*margin-top: 20px;*/
  margin-left: 5px;
}

.navbar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

div#navbar ul#menu {
  display: block;
  list-style: none;
  flex-basis: 1;
  margin: 0;
  padding: 0;
  /*margin-top: 33px;*/
  /*width: 600px;*/
  /*height: 90px;*/
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

ul#menu > li {
  position: relative;
  display: inline;
  list-style-type: none;
  margin-right: 12px;
  margin-top: 0px;
  text-align: right;
}

ul#menu > li:last-of-type {
  margin-right: 0;
}

ul#menu > li.menu-item > a {
  padding: 7px 0px 14px 0px;
  font-family: arial;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

ul#menu > li.current_page_item > a,
ul#menu > li.current-menu-item > a,
ul#menu > li.current-page-ancestor > a {
  opacity: 1;
  border-bottom: 2px solid #fff;
}

ul#menu li ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  position: absolute;
  top: 29px;
  left: 0px;
  z-index: 5000;
  min-width: 100%;
  list-style: none;
  margin: 0;
  /*padding: 16px 16px 24px;*/
  padding: 16px;
  /*background: rgba(254,254,254,0.23);*/
  background: rgba(16, 40, 58, 0.83);
  box-sizing: border-box;
  border-top: 2px solid #ffffff;
  white-space: nowrap;

  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

ul#menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

ul.sub-menu > li {
  margin-top: 0px;
}

ul.sub-menu > li a {
  text-align: left;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: bold;
  color: rgba(254, 254, 254, 0.87);
  text-decoration: none;
  display: block;
  line-height: 200%;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

ul.sub-menu > li a:hover {
  color: #ffffff;
}

ul#lang-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  /*
  margin-top: 33px;
  margin-left: 30px;
  height: 90px;
  */
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

ul#lang-menu li {
  display: inline;
  list-style-type: none;
  margin-right: 14px;
  margin-top: 0px;
  text-align: right;
}

ul#lang-menu li:last-child {
  margin-right: 0px;
}

ul#lang-menu li a {
  padding: 7px 0px 14px 0px;
  font-family: arial;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

ul#lang-menu li.current a {
  opacity: 1;
}

img#logo_display {
  display: block;
}
img#logo_mobile {
  display: none;
}
/*
 @media all and (min-width: 728px) and (max-width: 1036px) {
	 div#navbar a#logo_container { margin-left: 2.55%; }
 }
 */

@media all and (max-width: 1220px) {
  div#navbar_bg {
    height: 30px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1500;
  }

  div.button_container {
    display: block;
  }

  a#menu_toggler {
    width: 30px;
    height: 23px;
    margin-top: 4px;
    margin-right: 5%;
  }

  div#navbar ul#menu {
    display: none !important;
  }

  ul#lang-menu {
    position: absolute;
    display: block;
    top: 26px;
    right: 75px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media all and (max-width: 1036px) {
  div#navbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  div#navbar a#logo_container {
    width: 51px;
    height: 30px;
    margin-left: 5%;
    margin-top: -5px;
  }
  img#logo_display {
    display: none;
  }
  img#logo_mobile {
    display: block;
  }
}

/** Start mobile menu **/
.button_container {
  display: none;
  position: absolute;
  top: 11px;
  right: 2px;
  padding: 16px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 1500;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 1;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -ms-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span.top,
.button_container span.middle,
.button_container span.bottom {
  background: #fff;
  border: none;
  height: 5px;
  width: 35px;
  position: absolute;
  top: 16px;
  padding: 0;
  margin-left: 5%;
  margin-right: 5%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 27px;
}
.button_container span:nth-of-type(3) {
  top: 38px;
}

.overlay {
  position: fixed;
  background: #207cbc;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.94;
  visibility: visible;
  height: 100%;
  z-index: 1000;
}

.overlay.open li {
  -webkit-animation: fadeInLeft 0.5s ease forwards;
  animation: fadeInLeft 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.overlay nav {
  position: relative;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  margin-top: 30px;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 8);
  min-height: 40px;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  margin-top: 0px;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: "avenir_black";
  /*overflow: hidden;*/
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

nav.overlay-menu ul li:first-child {
  margin-top: 20px;
}

.overlay ul.sub-menu {
  display: none;
}
/*
 .overlay ul li a:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 width: 0%;
	 -webkit-transform: translateX(-50%);
			 -ms-transform: translateX(-50%);
					 transform: translateX(-50%);
	 height: 3px;
	 background: #FFF;
	 -webkit-transition: .35s;
					 transition: .35s;
 }*/

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

div#main-header-wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0;
}

div#main-header {
  position: absolute;
  bottom: 40px;
}

div#main-header h1 {
  display: block;
  text-align: left;
  font-family: "avenir_black";
  font-size: 62px;
  line-height: 90%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0, 59, 101, 0.44);
}

div#main-header div hr {
  float: left;
  background-color: #fff;
  margin-top: 30px;
  height: 3px;
  width: 80px;
  background-color: #fff;
  border: none;
}
div#main-header div#main-header-tagline {
  width: 100%;
  max-width: 500px;
  margin-top: 5px;
  text-align: left;
  font-family: "fontin";
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 59, 101, 0.44);
}

@media all and (max-width: 480px) {
  div#main-header {
    width: 80%;
    margin: 0 10%;
  }

  div#main-header h1 {
    text-align: center;
    font-size: 30px;
    line-height: 100%;
  }

  div#main-header div hr {
    float: none;
    margin-top: 15px;
  }

  div#main-header div#main-header-tagline {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
  }
}

@media all and (min-width: 481px) and (max-width: 1036px) {
  div#main-header {
    width: 80%;
    margin: 0 10%;
  }
  div#main-header h1 {
    text-align: center;
    font-size: 50px;
    line-height: 90%;
  }

  div#main-header div hr {
    float: none;
  }

  div#main-header div#main-header-tagline {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
}

div.page {
  background-color: #fff;
  padding-bottom: 180px;
}

@media all and (min-width: 450px) and (max-width: 1036px) {
  div.page {
    padding-bottom: 224px;
  }
}

@media all and (max-width: 450px) {
  div.page {
    padding-bottom: 252px;
  }
}

/*@media all and (min-width: 728px){
	 div.page { padding-bottom: 180px; }
 }*/

div.content_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: block;
  overflow: auto;
}

@media all and (max-width: 1220px) {
  div.content_wrapper {
    width: 95%;
  }
}

div.full-content,
div.half-content {
  font-family: "helvetica_roman";
  display: block;
  overflow: hidden;
}

h2 {
  font-family: "avenir";
  display: block;
  font-size: 20px;
  color: #686868;
  padding-bottom: 4px;
  text-transform: uppercase;
}

h3 {
  font-family: "avenir";
  display: block;
  font-size: 16px;
  color: #686868;
  margin-top: 15px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

div.full-content p img,
div.full-content p a img,
div.half-content p img,
div.half-content p a img {
  display: block;
  width: 100%;
}

div.full-content a,
div.full-content p a,
div.half-content a,
div.half-content p a {
  color: #3494d8;
  font-weight: bold;
  text-decoration: none;
  /*text-decoration: underline;*/
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

div.full-content a:hover,
div.full-content p a:hover,
div.half-content a:hover,
div.half-content p a:hover {
  color: #48a7ea;
  /*text-decoration: underline;*/
}

@media all and (max-width: 1036px) {
  div.full-content,
  div.half-content {
    position: relative;
    width: 95%;
    margin: 40px auto 0 auto;
    padding: 0 2.5% 50px 2.5%;
  }
}

@media all and (min-width: 1036px) {
  div.full-content {
    width: 95%;
    margin: 40px auto 0 auto;
    padding: 0px 2.5%;
  }

  div.half-content {
    margin-top: 40px;
  }
}

@media all and (min-width: 1036px) {
  div.full-content {
    width: 100%;
    margin-top: 50px;
    padding: 0px;
  }

  div.half-content {
    float: right;
    width: 66%;
    margin-top: 50px;
  }

  div#frontpage {
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 140px;
  }
}

div#side-menu-wrapper {
  width: 31%;
  float: right;
  margin-right: 3%;
  margin-top: 50px;
}

ul#side-menu {
  padding: 0;
  margin: 0;
  list-style-position: none;
  list-style: none;
}

ul#side-menu li {
  margin-top: 0px;
}
ul#side-menu li a {
  display: inline-block;
  padding: 8px 0px 8px 8px;
  border-left: 4px solid #cdcdcd;
  font-family: "avenir_black";
  /*font-size: 28px;*/
  font-size: 24px;
  color: #bfbfbf;
  text-decoration: none;
}

ul#side-menu li:first-child a {
  padding-top: 0px;
}
ul#side-menu li:last-child a {
  padding-bottom: 0px;
}

ul#side-menu li.current_page_item a {
  color: #5a5a5a;
  border-color: #3494d8;
}

label.ibt-styled-select-label {
  display: block;
  margin-bottom: -8px;
  font-family: "avenir_black";
  font-size: 14px;
  line-height: 14px;
  color: #cacaca;
  text-transform: uppercase;
}

div.ibt-styled-select-wrapper {
  position: relative;
  display: inline-block;
}

div.ibt-styled-select-wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: 19px;
  background-image: url("img/down-arrow.svg");
  background-size: 22px 14px;
  width: 22px;
  height: 14px;
  pointer-events: none;
}

select.ibt-styled-select-box {
  padding: 10px 60px 10px 0px;
  border: none;
  border-bottom: 4px solid #3494d8;
  border-radius: 0px !important;
  font-family: "avenir_black";
  /*font-size: 28px;*/
  font-size: 24px;
  color: #5a5a5a;
  text-decoration: none;
  box-sizing: border-box;
  background-color: transparent;

  /* Remove ios-styling */
  -webkit-appearance: none;
}

select.ibt-styled-select-box:focus {
  outline: none;
  color: #3494d8;
}

div#subpage-select-wrapper {
  display: none;
  margin-bottom: 24px;
}

div#subsection-select-wrapper {
  margin-top: 36px;
  margin-bottom: 24px;
}

@media all and (max-width: 1036px) {
  div#subpage-select-wrapper,
  div#subpage-select-wrapper div.ibt-styled-select-wrapper {
    display: block;
  }

  div#subpage-select-wrapper select.ibt-styled-select-box,
  div#subsection-select-wrapper select.ibt-styled-select-box {
    width: 100%;
  }

  div#side-menu-wrapper {
    display: none;
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-top: 0px;
  }

  ul#side-menu li a {
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-left: none;
    border-bottom: 4px solid #cdcdcd;
  }

  ul#side-menu li.current_page_item a {
    color: #5a5a5a;
    border-color: #3494d8;
  }
}

/*** FRONT PAGE ***/
div#page-header {
  display: block;
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  position: relative;
}

div#page-header.main {
  height: 575px;
  background-size: cover;
}

@media all and (max-width: 1036px) {
  div#page-header.main {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: 100dvh;
  }
}

@media all and (max-width: 480px) {
  div#page-header {
    height: 320px;
  }
}

@media all and (min-width: 480px) and (max-width: 1036px) {
  div#page-header {
    height: 360px;
  }
}

div#main-intro-wrapper {
  display: table;
  width: 90%;
  max-width: 800px;
  padding: 0 5%;
  height: 575px;
  margin: 0 auto;
}
div#main-intro {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: "fontin";
  font-size: 60px;
  font-weight: bold;
  line-height: 120%;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0, 59, 101, 0.44);
  padding-top: 40px;
}

@media all and (max-width: 1036px) {
  div#main-intro-wrapper {
    height: 100%;
    max-width: none;
    display: flex;
    align-items: flex-end;
  }
  div#main-intro {
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: left;
  }
}

@media all and (max-width: 380px) {
  div#main-intro {
    font-size: 32px;
    line-height: 100%;
  }
}

@media all and (min-width: 380px) and (max-width: 480px) {
  div#main-intro {
    font-size: 40px;
  }
}
/*
@media all and (min-width: 480px) and (max-width: 600px) {
  div#main-intro {
    font-size: 65px;
  }
}

@media all and (min-width: 600px) and (max-width: 1036px) {
  div#main-intro {
    font-size: 75px;
  }
}
*/

@media all {
  div#front-news {
    display: block;
    margin-top: 20px;
  }

  div.front-news_wrapper {
    /*border-top: 1px solid #49708b;*/
    padding: 20px 0px;
    border-bottom: 1px solid #686868;
  }

  a.front-newslink {
    font-family: "helvetica_roman";
    font-weight: bold;
    display: block;
    position: relative;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    color: #686868;
    padding-top: 10px;
  }

  span.front-news_title {
    /*margin-left: 5px;*/
  }

  div.front-news_date {
    text-align: right;
    font-size: 16px;
    color: #bfbfbf;
  }

  div.fp-box {
    display: block;
    color: #686868;
  }

  div.fp-box h1,
  div#front-news h1,
  div#side-menu-wrapper h1,
  h1 {
    font-family: "avenir";
    display: inline-block;
    font-size: 26px;
    line-height: 130%;
    color: #686868;
    padding-bottom: 4px;
    /*text-transform: uppercase;*/
  }

  div.page-the-team h1:not(:first-child) {
    margin-top: 100px;
  }

  div.fp-box h1 {
    margin-bottom: 0px;
  }

  div.fp-box a,
  a.blue-btn {
    padding: 6px 10px 4px 10px;
    margin-top: 12px;
    display: inline-block;
    /*float: left;*/

    font-family: "avenir";
    text-decoration: none;
    color: #3494d8;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;

    border: solid 2px #3494d8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }

  div.fp-box a:hover,
  a.blue-btn:hover {
    border: 2px solid #ff9c00;
    background-color: #ff9c00;
    color: #fff;
  }

  img#big_logo {
    width: 100%;
    display: block;
  }
}

@media all {
  div#tagline {
    font-family: "fontin";
    display: block;
    width: 80%;
    padding: 0 10%;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
  }
}

@media all and (max-width: 480px) {
  div#tagline {
    font-size: 30px;
    line-height: 45px;
  }

  div.page-the-team h1:not(:first-child) {
    margin-top: 60px;
  }
}

@media all and (min-width: 481px) and (max-width: 1036px) {
  div#tagline {
    font-size: 40px;
    line-height: 50px;
  }

  div.page-the-team h1:not(:first-child) {
    margin-top: 75px;
  }
}

@media all and (min-width: 729px) {
  div#tagline {
    font-size: 50px;
    line-height: 70px;
  }
}

@media all and (max-width: 640px) {
  div#front-news,
  div.fp-boxes {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  div.fp-box {
    margin-top: 45px;
  }

  div.front-news_wrapper {
    /*border-top: 1px solid #49708b;*/
    padding: 15px 0px;
  }

  a.front-newslink {
    padding: 0px;
  }

  div.fp-box a,
  a.blue-btn {
    padding: 6px 5% 4px 5%;
    width: 90%;
    text-align: center;
  }
}

@media all and (min-width: 640px) {
  div#front-news {
    width: 45%;
    float: right;
    padding-left: 3%;
    margin-top: 30px;
  }

  div.fp-boxes {
    width: 52%;
    float: left;
  }

  div.fp-box {
    margin-top: 30px;
  }
  /*div.fp-box { margin-top: 0px; }*/
  /*
   div.fp-box:nth-of-type(2) { margin-top: 30px; }
   div.fp-box:nth-of-type(3) { margin-top: 40px; }
   */
}

@media all and (min-width: 1036px) {
  div#front-news,
  div.fp-box {
    padding: 0;
  }

  div#front-news {
    width: 45%;
    float: right;
  }

  div.fp-boxes {
    width: 50%;
    float: left;
  }
  /*div.fp-box:nth-of-type(1) { margin-top: 30px; }*/
}
/*** END FRONT PAGE ***/

/*** THE TEAM START ***/
@media all {
  div.member {
    display: block;
    /*width: 100%;*/
    /*margin-left: 4%;*/
    margin-top: 40px;
    position: relative;
    /*float: left;*/
  }
  img.picture {
    width: 20%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin: 0px 4% 4% 0px;
    /*border-style: solid;
		 border-width: 5px;
		 border-color: #dedede;*/
  }

  div.member h2 {
    font-family: "avenir";
    display: block;
    font-size: 22px;
    color: #5a5a5a;
    border-bottom: none;
    text-transform: none;
  }

  div.member h3 {
    /*font-family: 'avenir';*/
    font-family: "helvetica_roman";
    font-weight: bold;
    display: block;
    font-size: 20px;
    color: #666;
    /*font-style: italic;*/
  }

  /*div.teammember div.info_wrapper
	 {
		 float: left;
		 display: table;
	 }
	 
	 div.teammember div.info
	 {
		 width: 100%;
		 height: 100%;
		 display: table-cell;
		 vertical-align: middle;
		 font-size: 16px;
		 word-wrap: break-word;
	 }*/

  div.member a {
    color: #e8920b;
    text-decoration: none;
  }

  /*br.col_2{ display: none; }*/
}

@media all and (max-width: 480px) {
  div.member {
    width: 100%;
    margin-left: 0;
    /*margin-top: 30px;*/
  }

  img.picture {
    width: 35%;
    margin-left: 0;
    float: left;
  }

  /*div.member div.info_wrapper
	 {
		 width: 61%;
		 margin-left: 4%;
		 float: left;
		 display: table;
	 }*/

  div.teammember h2 {
    /*font-size: 20px;*/
  }

  div.teammember h3 {
    /*font-size: 16px;*/
  }
  div.teammember div.info {
    /*font-size: 16px;*/
  }

  br.col_2 {
    display: none;
  }
}

@media all and (min-width: 481px) and (max-width: 850px) {
  div.member {
    width: 100%;
    position: relative;
    margin-left: 0px;
    /*margin-top: 30px;*/
  }

  img.picture {
    width: 35%;
    margin-left: 0;
    float: left;
  }

  div.teammember h2 {
    /*font-size: 20px;*/
  }

  div.teammember h3 {
    /*font-size: 16px;*/
  }

  br.col_2 {
    display: block;
  }
}

@media all and (min-width: 851px) {
  div.member {
    width: 100%;
    /*margin-left: 4%;*/
    position: relative;
    /*margin-top: 30px;*/
  }

  img.picture {
    width: 25%;
  }

  div.teammember h2 {
    /*font-size: 20px;*/
  }

  div.teammember h3 {
    /*font-size: 16px;*/
  }

  br.col_2 {
    display: none;
  }
}

/*** THE TEAM END ***/

/** NEWS **/
div.category {
  float: none;
  width: 100%;
  margin-top: 40px;
}

div.category.half {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-top: 40px;
}
div.category.underline {
  padding-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
}

a.category-link,
div.news-full-title {
  color: #3494d8;
  font-family: "avenir";
  text-decoration: none;
  font-size: 20px;
}

a.category-link {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}

a.category-link:hover {
  color: #48a7ea;
}

div.news-full-title {
  font-size: 28px;
  line-height: 120%;
}

div.category-text,
div.news-full-text {
  font-family: "helvetica_roman";
  font-size: 18px;
}

div.news-full-text {
  font-size: 20px;
}

div.news-full-text p {
  margin-top: 16px;
}

/* Globe newswire fixes */
div.news-full-text table.gnw_table_border_collapse {
  width: 100% !important;
}

div.category-date,
div.news-full-date {
  text-align: right;
  font-size: 16px;
  color: #bfbfbf;
}

@media all and (max-width: 720px) {
  div.category {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
}

@media all and (max-width: 480px) {
  div.news-full-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
}

/*** NEWS END ***/

/*** List groups ***/

div.list-groups {
}

div.list-group {
  margin-top: 32px;
  /*border-bottom: 1px solid rgb(104, 104, 104);*/
  padding-bottom: 16px;
}

div.list-group:first-of-type {
  margin-top: 0px;
}
div.list-group:last-of-type {
  border-bottom: none;
}

div.list-element {
  padding: 20px 0px;
  /*border-bottom: 1px solid #686868;*/
  border-bottom: 1px solid rgba(104, 104, 104, 0.5);
}

div.list-element:last-of-type {
  border-bottom: none;
}

div.list-element p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  line-height: 150%;
}

div.list-element a {
  display: flex;
  align-items: center;
  flex-direction: row;
}

div.list-element a div.list-icon {
  flex-basis: 32px;
}

div.list-element a div.list-icon svg {
  display: block;
  width: 100%;
  height: auto;
  color: #3d3d3d;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

div.list-element a div.list-icon.document_link svg {
  width: 82%;
}

div.list-element a p {
  flex: 1;
  margin-left: 16px;
  color: #3d3d3d;
  margin-block-start: 0px;
  margin-block-end: 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

div.list-element a:hover p {
  /*color: #3494d8;*/
  color: #48a7ea;
}

div.list-element a:hover div.list-icon svg {
  color: #48a7ea;
}

div.list-element div.video-wrapper {
}

div.list-element div.video-wrapper p {
  margin-bottom: 8px;
}
div.video-wrapper div.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

div.video-wrapper div.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

@media only screen and (max-width: 1036px) {
  div.list-groups,
  div.list-group:first-of-type {
    margin-top: 32px;
  }

  div.list-element a div.list-icon {
    flex-basis: 24px;
  }

  div.list-element a p {
    flex: 1;
    margin-left: 12px;
  }
}

@media only screen and (max-width: 480px) {
  div.list-group {
    margin-top: 24px;
  }
}

/*** Footer ***/

div#footer {
  width: 100%;
  padding: 33px 0px;
  /*margin-top: 50px;*/
  background-color: #3d3d3d;
  position: absolute;
  bottom: 0;
  left: 0;
}

div#footer-adress {
  float: left;
  width: 360px;
}

div#footer-copyright {
  float: right;
  text-align: right;
  width: 480px;
}

div#footer-adress,
div#footer-copyright {
  color: #dedede;
  font-size: 18px;
  font-family: "helvetica_roman";
}

div#footer-adress a {
  font-family: "helvetica_roman";
  color: #dedede;
  /*text-decoration: none;*/
  font-weight: bold;
}

div#footer-links {
  text-align: right;
  width: 100%;
}

div#footer-links a {
  color: #dedede;
  font-weight: bold;
}

div#footer-links a:not(:last-of-type) {
  margin-right: 15px;
}

@media only screen and (max-width: 1036px) {
  div#footer-adress,
  div#footer-copyright,
  div#footer-links {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  div#footer-copyright,
  div#footer-links {
    margin-top: 14px;
  }
}

/*** TABLE ***/
/*
 Max width before this PARTICULAR table gets nasty
 This query will take effect for any screen smaller than 760px
 and also iPads specifically.
 */

table {
  width: 100%;
  border-collapse: collapse;
  font-family: "helvetica_roman";
}

/* Zebra striping */
tbody tr:nth-of-type(even) {
  background: #f5f5f5;
}

th {
  background: #fff;
  color: #000;
  font-weight: bold;
}

thead tr {
  padding-bottom: 100px !important;
  margin-bottom: 100px !important;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

td,
th {
  padding: 6px;
  /*border: 1px solid #ccc; */
  text-align: left;
}

td {
  font-size: 16px;
}

tr.sum {
  /* background-color: #3494d8; */
  color: #fff;
}

tr.sum.s_1 {
  background-color: #3494d8;
}
tr.sum.s_2 {
  background-color: #308dcf;
}
tr.sum.s_3 {
  background-color: #1571b3;
}

/*
 tr.sum:nth-of-type(even)  {
	 background-color: #308dcf;
 }
 */

th:nth-of-type(2),
th:nth-of-type(3),
th:nth-of-type(4),
th:nth-of-type(5),
td:nth-of-type(2),
td:nth-of-type(3),
td:nth-of-type(4),
td:nth-of-type(5) {
  text-align: right;
}

@media only screen and (max-width: 480px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    /*border: 1px solid #ccc;*/
  }

  tr.data td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  tr.data td {
    text-align: right;
  }

  tr.data td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
	 Label the data
	 */
  tr.data td:nth-of-type(1):before {
    content: "Name";
    text-align: left;
  }
  tr.data td:nth-of-type(2):before {
    content: "Series A shares";
    text-align: left;
  }
  tr.data td:nth-of-type(3):before {
    content: "Series B shares";
    text-align: left;
  }
  tr.data td:nth-of-type(4):before {
    content: "Share capital";
    text-align: left;
  }
  tr.data td:nth-of-type(5):before {
    content: "Voting rights";
    text-align: left;
  }

  tr.sum td {
    text-align: center;
  }
  tr.sum td.sum-title {
    font-size: 18px;
  }

  tr.sum td:nth-of-type(2):before {
    content: "Series A shares: ";
  }
  tr.sum td:nth-of-type(3):before {
    content: "Series B shares: ";
  }
  tr.sum td:nth-of-type(4):before {
    content: "Share capital: ";
  }
  tr.sum td:nth-of-type(5):before {
    content: "Voting rights: ";
  }
}

a.lang-switcher {
  float: right;
}

a.blue-btn {
  cursor: pointer;
  margin-top: 15px;
  display: inline-block !important;
  float: none !important;
}

a.blue-btn:hover {
  color: #fff !important;
}

div.radio-wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
}

div.terms-actions {
  margin-top: 20px;
}

a.terms-accept,
a.terms-decline {
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 5px;
  color: #fff !important;
}

a.terms-accept {
  float: left;
  background-color: #2ecc71;
}

a.terms-decline {
  float: right;
  background-color: #e74c3c;
}
