/* Build by stylesheet.php. for request /css/index-m-index-header-search-gls-menu-doctors-startpage-footer-social.css. The request is analized into {"module":{"index":{"name":"index"},"header":{"name":"header"},"search":{"name":"search"},"gls":{"name":"gls"},"menu":{"name":"menu"},"doctors":{"name":"doctors"},"startpage":{"name":"startpage"},"footer":{"name":"footer"},"social":{"name":"social"}}}. */

/** Start module index */

@font-face {
  font-family: SofiaSansExtraCondensed;
  src: url('/template/exelixis2025/fonts/SofiaSansExtraCondensed-Regular.woff2') format('woff2'),
       url('/template/exelixis2025/fonts/SofiaSansExtraCondensed-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: SofiaSansExtraCondensedMedium;
  src: url('/template/exelixis2025/fonts/SofiaSansExtraCondensed-Medium.woff2') format('woff2'),
       url('/template/exelixis2025/fonts/SofiaSansExtraCondensed-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: SofiaSansExtraCondensedBold;
  src: url('/template/exelixis2025/fonts/SofiaSansExtraCondensed-Bold.woff2') format('woff2'),
       url('/template/exelixis2025/fonts/SofiaSansExtraCondensed-Bold.ttf') format('truetype');
  font-display: swap;
}



:root {
/* Colors: */
  --color-a: #131313;/* Το χρώμα Α, κυριώς κείμενο, σκούρο */
  --color-b: #FFF;/* Το χρώμα B, κυρίως φόντο, ανοιχτό */
  --color-c: #CDC7C7;/* Το χρώμα Γ, γκρι (φόντο πλήκτρων) */
  --color-d: #F2F2F2;/* Το χρώμα Δ, ανοιχτό γκρι */
  --color-e: #050505;/* Το χρώμα Ε, μαύρο (φόντο επιλεγμένων πλήκτρων) */
  --color-f: #E76718;
}

/* 1. RESET
----------------------------------------------------------------------------------------*/
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, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, 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, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
iframe, video {
  width: 100%;
  height: 100%;
}
/* 2. ROOT
----------------------------------------------------------------------------------------*/
html { 
  overflow-y: scroll;
  height: 100%;  
}
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }



/* 3. CORE TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
  color: var(--color-a);
  background-color: var(--color-b);
  /*font-family: "Open Sans", Arial, sans-serif;*/
  font-family: 'SofiaSansExtraCondensed', sans-serif, Georgia, "Times New Roman", serif;  
  font-size: 16px;
  line-height: 1.618em;
  margin: 0;
  height: 100%;  
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'SofiaSansExtraCondensedBold';
  margin-bottom: 0.809em;
  line-height: 1em;
}

p, ul, ol, dl, blockquote {
  font-size: 1em;
  line-height: 1.618em;
  margin-bottom: 1.618em; 
  max-width: 30em; /* Optimal width for long-form text */
}
    
ul { list-style-type: disc; margin-left: 1.618em; }
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
small { font-size: 80%; }

textarea, input[type=text], input[type=email], input[type=password], input[type=number], input[type=telephone], select {
  border: 1px solid  var(--color-e);
  /*font-size: 1.382em;*/
  font-family: inherit;
  width: 12em;
}
input[type=submit], input[type=button] {
  text-transform: uppercase;
  color: var(--color-a);
  background-color: var(--color-c);
}
input, textarea, select {
  font-size: 1em;
  border: 0.1px solid DarkSlateGray;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.2em;
}
.ctl {
  display: inline-block;
  box-sizing: border-box;
  /*
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  font-family: monospace;
  font-size: 1.2em;
  font-weight: bold;
  height: 1.4em;
  min-width: 1.4em;
  line-height: 1.4em;
  */
  text-align: center;
  padding: 0 0.4em;
  opacity: 0.8;
  cursor: pointer;
  color: black;
  background-color: Gainsboro;
}
.ctl:hover {opacity: 1;}

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


/* 4. LINKS
----------------------------------------------------------------------------------------*/
a, a:visited { outline: none; color: var(--color-a); text-decoration: none; }  
a:hover { outline: none; color: var(--color-f);; text-decoration:none; }  
a:active, a:focus { outline: none; color: var(--color-a) }

/* 7. BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/
.hidden {display: none;}
.link { cursor: pointer;}
.ctl {opacity: inherit;}

.flex { display: flex; }
.flex.fcenter { align-items: center;}
.flex .flex-middle {
  align-self: center;
}
.flex .flex-left {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex .flex-right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* General, analoiota*/

body > header, 
body > div.before,
body > div.after, 
body > main, 
body > footer {
  margin: 0 auto; 
  padding: 0 0.326em;
  box-sizing: border-box;
}

body > main { width: 100%; margin: 1em auto;}
body > div > main { width: 100%;}
/*
body > div > main { width: 70%; padding-right: 1em;}
body > div > aside{ width: 30%; padding-left: 1em; border-left: 1px solid #999;}
*/
body > div.before,
body > div.after { display: block; width: 100%;}


body > footer {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center; 
  padding-bottom: 5em;
}


ul.vertical, ul.horizontal {
  margin: 0;
  padding: 0;
  max-width: inherit;
}
ul.vertical > li {
  display: block;
}
ul.horizontal {
  display: table-row;
}
ul.horizontal > li {
  margin: 0;
  padding: 0;	
  display: table-cell;
}
div.separator {
  height: 1.25em;
}

a.img {
  display: block;
  line-height: 0;
}
a.img > div, img[itemprop="image"] {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border: 0;
}
a.img > div:before, 
img[itemprop="image"]:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  line-height: 0;
}

.absolute {position: absolute;}
.relative {position: relative;}


/** Swipeable */
.swipeable { 
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.swipeable::-webkit-scrollbar {
  display: none;
}

/**
How mask works 
  mask-image: linear-gradient(
    to left,
    transparent,
    black 20px,
    black calc(100% - 20px),
    transparent
  );


[ Left Edge ]                          [ Right Edge ]
|--------------------------------------|
| Transparent → Black → Black → Transparent |
| 0%       20px       (100%-20px)    100% |
*/

/* Show fades when needed */
.swipeable.fade.show-left {
  mask-image: linear-gradient(
    to right,
    transparent,
    black 20px
  );
}
.swipeable.fade.show-right {
  mask-image: linear-gradient(
    to right,
    black calc(100% - 20px),
    transparent
  );
}
.swipeable.fade.show-left.show-right {
  mask-image: linear-gradient(
    to left,
    transparent,
    black 20px,
    black calc(100% - 20px),
    transparent
  );
}


/* swipeable items */
.swipeable > {
  scroll-snap-align: start;
  flex: 0 0 auto;
}

/** End Swipeable */





/* #Media Queries
================================================== */

/* Wide displays > 768 (tablet devices and browsers) */
@media only screen and (min-width: 768px) {
  body > header,
  body > div.before,
  body > div.after, 
  body > main,
  body > footer {
    width: 80em;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  
  body > div.before,
  body > div.after { display: block; padding: 0 1em;}
  body > div > main,
  body > div > aside { 
    width: 100%; 
    padding: 0; 
    border: 0;
  }
}


/* Bigger than standard 984 (devices and browsers) */
@media only screen and (min-width: 1120px) { 

}

 /* Smaller than standard 984 (devices and browsers) */
@media only screen and (min-width: 983px) and (max-width: 1023px) {
  .main { width: 100%; } 
}

/* Tablet Portrait size to standard 984 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 983px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
  
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px)  and (max-height: 400px) { 

}

/** 
LABEL-LINE: A header that is followed by line till the end of the page 
*/
.label-line {
  display: flex;
  align-items: center;
  width: 100%;
}

.label-line h1 {
  font-family: SofiaSansExtraCondensed;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 0.2em 0.1em 0;
  white-space: nowrap;
}

.label-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--color-a);
  height: 2em;  
}

/* #Media Queries
================================================== */

/* Wide displays > 768 (tablet devices and browsers) */
@media only screen and (min-width: 768px) {
   .label-line h1 {
    font-size: 3em;    
  }
  .label-line::after {
    height: 2em;  
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .label-line h1 {
    font-size: 2em;    
  }
  .label-line::after {
    height: 1em;  
  }
}

/**
End LABEL-LINE 
*/



/**
List-buttons: a list of buttons, used in menu or in category tabs 
*/
.list-buttons {
  display: flex;
  gap: 1em;
  align-items: center;
  max-width: initial;
  /* flex-wrap: wrap; */
  overflow-x: auto;              /* Enables horizontal scrolling */
  white-space: nowrap;           /* Prevents wrapping */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scrollbar-width: none;         /* Hide scrollbar (Firefox) */
  margin: 0;
}

.list-buttons .button {
  display: block; 
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  padding: 0.2em 1.25em;
  white-space: nowrap;
  border-radius: 1em;
  transition: all 0.3s ease;
 
  color: var(--color-a);    
  
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;             /* Prevent shrinking on small screens */
}

.list-buttons .button:hover {
  background-color: var(--color-c);
}

.list-buttons .button.active {
  cursor: default;
  color: var(--color-b);
  background-color: var(--color-e);
}
.list-buttons .button.active:hover {
  background-color: var(--color-e);
}


/* #Media Queries
================================================== */
/* Bigger than standard 984 (devices and browsers) */
@media only screen and (min-width: 768px) {
  .list-buttons {
    justify-content: center
  }
  
  .list-buttons .button {
    font-size: 1.6em;    
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  .list-buttons .button {
    font-size: 1.4em;  
    line-height: 1em;
    padding: 0.2em 0.5em;  
  }

}
/** End List-buttons */.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/** End module index */

/** Start module header */

.icon {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}
.icon:before{
  content: "";
  display: block;
  padding-bottom: 100%;
}



div.contact > a.icon {
  background-image: url("/template/exelixis2025/images/icons/call.png")
}

div.logo > a.icon {
  background-image: url("/template/exelixis2025/images/logo.png")
}
div.logo > a.icon:before {
  padding-bottom: 50%;
}
/*
.paperPlane {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9ImN1cnJlbnRDb2xvciI+PHBhdGggZD0iTTQ4MCA0MEwzMiAyOTZsMTEyLjE0OCAzNy4zODNMNDQ4IDcyIDIwOS40MDQgMzU1LjEzNSAzMjAgMzkyIDQ4MCA0MHpNMjA4IDM3NmwtMTYgOTYgNDkuOTMyLTgzLjg2M0wyMDggMzc2eiIvPjwvc3ZnPg==');
}
*/

body > header > div.header {
  width: 100%; 
  display: grid;
  grid-template-columns: 10em auto 2em 1em 2em;
  grid-template-areas: 
    "logo . . . gls"
    "logo . contact . search";
  
  box-sizing: border-box;
  gap: 1em;
  padding: 1em 0;
}
body > header > div.header > div.logo    { grid-area: logo;}
body > header > div.header > div.gls     { grid-area: gls;}
body > header > div.header > div.contact { grid-area: contact;}
body > header > div.header > div.searchPosition  { grid-area: search;}


body > header > div.header > div {
  align-self: center;
  text-align: left;
}

body > header > div.header > div.searchPosition,
body > header > div.header > div.gls  {
  text-align: right;
}

body > header > div.header > div.logo   {width: 100%;}

@media (max-width: 768px){
  body > header > div.header {
    grid-template-columns: 8em auto 1.5em 0.5em 1.5em;
  }
}

/** End module header */

/** Start module search */
div.search{
  position: relative;
}

div.magnifying_glass {
  background-image: url("/template/exelixis2025/images/icons/search.png")
}

div.magnifying_glass.link:hover .glass,
div.magnifying_glass.link:hover .blik {
   fill: yellow;
}


div.search-form{
  position: absolute;
  top: 3em;
  right: 0em;
  display: none;
  padding: 1em;
  background: #FFF;
  border: 1px solid #555;
  z-index: 1;
}
div.search-form.shown {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.20) 0px 2px 5px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
div.search-form div.close{
  font-size: 2em;  
}
div.search-form div.close:hover{
  color: var(--color-c);
}



div.search-form form[name="search"] {}
div.search-form form[name="search"] > div {
  display: flex;
  align-items: center;
}
div.search-form form[name="search"] input[name="keyword"]{
  font-size: 2em;  
}
div.search-form form[name="search"] input[type="submit"]{   
  display: block;
  background-image: url('data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KICA8cGF0aCBkPSJNMTUuNyw1LjE1YTcuNDUzLDcuNDUzLDAsMSwwLTEuMDIsMTEuMzgsMS41MDksMS41MDksMCwwLDAsLjQzLjc5bDQuMjMsNC4yM2ExLjU3NywxLjU3NywwLDAsMCwyLjIzLTIuMjNsLTQuMjMtNC4yM2ExLjU2NSwxLjU2NSwwLDAsMC0uNzktLjQyQTcuNDcsNy40NywwLDAsMCwxNS43LDUuMTVabS0xLjM0LDkuMjFhNS41NjUsNS41NjUsMCwxLDEsMC03Ljg3QTUuNTcxLDUuNTcxLDAsMCwxLDE0LjM2LDE0LjM2WiIvPgo8L2c+Cjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 40% 40%;
  --size: 3em;
  width: var(--size);
  height: var(--size);
  background-color: white;
  margin: 0 .5em;
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  div.search-form{
    width: calc(100% - 2*var(--offset));    
  }
}

/** End module search */

/** Start module gls */
div.gllinks{
}
div.gllinks > a {
  text-transform: uppercase;
  color: white;
}
div.gllinks > a:hover {
  color: black;
}

div.gllinks > a.flag {
  display: block;
  width: 100%;
  min-width: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
div.gllinks > a.flag:before{
  content: "";
  display: block;
  padding-bottom: 100%;
}

div.gllinks > a.el {
  background-image: url("/template/exelixis2025/images/greekFlag.png");
}
div.gllinks > a.en {
  background-image: url("/template/exelixis2025/images/ukFlag.png");
}


.flag {
  display: block;
  width: 100%;
  min-width: 15em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}
.flag:before{
  content: "";
  display: block;
  padding-bottom: 60%;
}




/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /*div.gllinks{display: none;}*/
  div.gllinks > a.flag {
    min-width: 1.5em;
  }
}

/** End module gls */

/** Start module menu */
nav.menu {
  display: grid;
  box-sizing: border-box;
  gap: 0.38em;
  grid-template-columns: auto;
  grid-template-areas:
    "firstLevel"
    "secondLevel";
}
nav.menu > ul.firstLevel  {grid-area: firstLevel; }
nav.menu > ul.secondLevel {grid-area: secondLevel;}

nav.menu > ul {
  padding: 0.38em 0;
  border-bottom: 1px solid var(--color-e);
}

nav.menu > ul > li {
  display: block;
}

nav.menu > ul > li > a {
}


nav.menu > ul.firstLevel {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;

  margin: 0;
  border-top: 1px solid var(--color-e);
}

nav.menu > ul.firstLevel > li {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;                /* Prevent shrinking on small screens */
}
nav.menu > ul.firstLevel > li.bar {
  display: block;
  width: 1px;
  height: 70%;
  background-color: var(--color-e);
}


nav.menu > ul.firstLevel > li > a {
  text-decoration: none;
  text-transform: uppercase;
}
nav.menu > ul.secondLevel > li > a {
  color: var(--color-a);
  background-color: var(--color-d);
}

nav.menu > ul.firstLevel > li > a:hover {
  background-color: var(--color-d);
}
nav.menu > ul.secondLevel > li > a:hover {
}

nav.menu > ul > li > a.active {
  font-weight: bold;
}
nav.menu > ul > li > a.active:hover {
}



/* #Media Queries
================================================== */
/* Bigger than standard 984 (devices and browsers) */
@media only screen and (min-width: 768px) {
  nav.menu > ul.secondLevel {
     justify-content: center;
  }

  nav.menu > ul > li > a {
    line-height: 1em;
    padding: 0.2em 1.25em;
  }
  nav.menu > ul.firstLevel > li > a {
    letter-spacing: 3px;
    font-size: 2em;
  }

  nav.menu > ul.secondLevel > li > a {
    font-size: 1.8em;
  }
}

 /* Smaller than standard 984 (devices and browsers) */
@media only screen and (min-width: 983px) and (max-width: 1023px) {
}

/* Tablet Portrait size to standard 984 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 983px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  nav.menu > ul > li > a.button {
    line-height: 1em;
    padding: 0.2em 0.7em;
  }
  nav.menu > ul.firstLevel > li > a.button {
    letter-spacing: 2px;
    font-size: 1.6em;
  }

  nav.menu > ul.secondLevel > li > a.button {
    font-size: 1.4em;
  }
  
  nav.menu > ul.swipeable::-webkit-scrollbar {
    display: none;                 /* Hide scrollbar (WebKit browsers) */
  }

  nav.menu > ul.swipeable {
    justify-content: flex-start;   /* Align items left for scrolling */
    padding: 8px 10px;
    gap: 0.25em;
  }

  nav.menu > ul.swipeable.firstLevel li:not(:last-child)::after {
    margin-left: 0.5em;
  }

}

/** End module menu */

/** Start module doctors */

section.doctors {
  margin: 0.8em 0;
}

/* Container for swipeable row */
section.doctors > .list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* Individual doctor block */
section.doctors > .list > .doctor {
  color: var(--color-a);
  width: 10em;
  padding: 1em;
  box-sizing: border-box;

  display: flex;
  flex: 0 0 auto;  
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  scroll-snap-align: start;
}
section.doctors > .list > .doctor > h3 {
  margin-bottom: inherit;
  font-family: inherit;
}

section.doctors > .list > .doctor > div {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.25em;
}
/* Doctor image container */
section.doctors > .list > .doctor > div > .photo_small {
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid var(--color-c);
  border-radius: 50%;
  width: 100%;
}
section.doctors > .list > .doctor > div > .photo_small .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  
  filter: grayscale(100%) brightness(1.2) contrast(0.8);
  /* Optional: adjust brightness for better effect */
  /* filter: grayscale(100%) brightness(1.1); */

}
section.doctors > .list > .doctor > div > .photo_small .img:before{
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* Sepia filter (brownish tone) */
.sepia {
  filter: sepia(100%);
  /* Optional: adjust contrast for better effect */
  /* filter: sepia(100%) contrast(1.1); */
}

/* Grayscale (grey) filter */
.grayscale {
  filter: grayscale(100%);
  /* Optional: adjust brightness for better effect */
  /* filter: grayscale(100%) brightness(1.1); */
}

.doctor > div > .photo_small.male   .img { background-image: url("/template/exelixis2025/images/avatarman-150x150.png"); }
.doctor > div > .photo_small.female .img { background-image: url("/template/exelixis2025/images/avatarwoman-150x150.png"); }

/* Remove the inline image, keep only the background one */
section.doctors > .list > .doctor > div > .photo_small .img img {
  display: none;
}

/* Doctor name link */
section.doctors > .list >.doctor h3 {
  color: var(--color-a);
  text-decoration: none;
}

section.doctors > .list > .doctor.relevant {
}
section.doctors > .list > .doctor.relevant > h3 {
  color: var(--color-a);
}
section.doctors > .list > .doctor.relevant > div > .photo_small {
  border: 1px solid var(--color-e);
}
section.doctors > .list > .doctor.relevant > div > .photo_small .img {
  filter: none;
}



/* #Media Queries
================================================== */
/* Bigger than standard 984 (devices and browsers) */
@media only screen and (min-width: 768px) {
  .doctor h3 {
    font-size: 1.6em;
  }
  section.doctors > .list {
    justify-content: center;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  section.doctors > .list > .doctor {
    width: 6em;
    padding: 0em;
  }
  .doctor h3 {
    font-size: 1.2em;
  }
}

/** End module doctors */

/** Start module startpage */

section.startpage > .category {

}
section.startpage > .category > .submenu >  ul {
  margin: 0;
  padding-bottom: 0.618em;
  border-bottom: 1px solid var(--color-e);
}

section.startpage > .category > .submenu >  ul > li {
  display: block;
}

section.startpage > .category > .submenu >  ul > li > a {
  color: var(--color-a);
  background-color: var(--color-d);
}
section.startpage > .category > .submenu >  ul > li > a:hover {
  background-color: var(--color-c);
}


/* #Media Queries
================================================== */
/* Bigger than standard 984 (devices and browsers) */
@media only screen and (min-width: 768px) {
  
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}



div.illustrations
 {
    width: 100%;
    margin: 1em 0;
    padding: 0;
    box-sizing: border-box;
}

div.illustrations > div.flex-row {
    display: flex;
    gap: 1em;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div.illustrations > div.flex-row > .item {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
div.illustrations > div.flex-row > .item::before {
  content: '';
  display: block;
  padding-bottom: 150%;
}

.illustration {
  position: relative;
  width: 100%;
  overflow: auto;
  background-color: var(--color-e);
}

.illustration > div.backgroundImage {
  position: absolute;
  top: 0; left:0; right: 0; bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}
.illustration > div.backgroundImage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  /* Adjust opacity: 0.3 = lighter, 0.7 = darker */
}


/* LOGO */
.illustration > div.icon.logo {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 10em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  background-position-x: center;
  background-image: url("/template/exelixis2025/images/logo.png");
  filter: invert(1);
}
.illustration > div.icon.logo:before {
  padding-bottom: 50%;
}

.illustration > .info {
  display: block;
  color: var(--color-b);
  position: absolute;
  top: 0; left:0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1em;
  
  box-sizing: border-box;
  padding: 1em;
}
.illustration > .info > .titlos {
  font-size: 2em;
}
.illustration > .info > .perilipsi, 
.illustration > .info > .perilipsi > * {
  line-height: 1.2em;
  margin: 0;
}


/* For wide screens (desktop) - 4 items visible */
@media (min-width: 768px) {
    div.illustrations > div.flex-row > .item {
        flex: 0 0 calc(25% - 0.75em); /* Quarter width minus 3/4 of gap */
        max-width: calc(25% - 0.75em);
    }
}

/* For narrow screens (mobile) - 2 items visible at a time */
@media (max-width: 767px) {
    div.illustrations > div.flex-row {
    }
    
    div.illustrations > div.flex-row > .item {
        flex: 0 0 calc(50% - 0.5em); /* Half width minus half gap */
        max-width: calc(50% - 0.5em);
    }

    .illustration > div.icon.logo {
      width: 6em;
    }

    .illustration > .info > .titlos {  font-size: 1.4em; }
    .illustration > .info > .perilipsi, 
    .illustration > .info > .perilipsi > * {
      white-space: nowrap;      /* Prevents text from wrapping to next line */
      overflow: hidden;         /* Hides content that overflows */
      text-overflow: ellipsis;  /* Adds "..." when text overflows */
      width: 100%;              /* Or any fixed/constrained width */
    }
}
/** End module startpage */

/** Start module footer */

div.social {
  position: fixed;
  bottom: 0;
  background-color: var(--color-d);
  width: 100%;
  left: 0;
  right: 0;
}


.back-to-top {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px #fff;
    color: #fff;
    display: none;
    padding: .5em 1.2em;
    position: fixed;
    right: 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 85%;
    transition: all 0.3s ease 0s;
    z-index: 10;
}
.fa-angle-up::before {
  content: "Top";
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0, 0);
}
/* #Media Queries
================================================== */

/* Bigger than standard 984 (devices and browsers) */
@media only screen and (min-width: 1024px) { 
  
}

 /* Smaller than standard 984 (devices and browsers) */
@media only screen and (min-width: 983px) and (max-width: 1023px) {
  
}

/* Tablet Portrait size to standard 984 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 983px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {div.debug > div.s480 {color: red; } 
  body > footer { }

}

/** End module footer */

/** Start module social */

.SocialLinks {
    overflow: hidden;
    margin: 1em auto;
}
.SocialLinks-inner {
    line-height: 0
}

.SocialLinks-link {
    display: inline-block;
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.2em;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 170ms ease-in-out;
    border-radius: 0
}

.SocialLinks-link > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.SocialLinks-link.instagram > div {
  background-image: url("/template/exelixis2025/images/icons/instan.png");
}
.SocialLinks-link.facebook > div {
  background-image: url("/template/exelixis2025/images/icons/facebook.png");
}
.SocialLinks-link.youtube > div {
  background-image: url("/template/exelixis2025/images/icons/you tube.png");
}
.SocialLinks-link.pinterest > div {
  background-image: url("/template/exelixis2025/images/icons/pinterest.png");
}
.SocialLinks-link.blogger > div {
  background-image: url("/template/exelixis2025/images/icons/B.png");
}
.SocialLinks-link.email > div {
  background-image: url("/template/exelixis2025/images/icons/mail.png");
}


/* All Mobile Sizes (devices and browser) */

@media only screen and  (max-width: 768px){
  .SocialLinks {

  }
  .SocialLinks-link {
    width: 2.5em;
    height: 2.5em;
    margin: 0.2em;
  }
  .SocialLinks.visible{
    display: block;
  }

}



/** End module social */
