/* @import url('https://fonts.googleapis.com/css2?family=Roboto Slab:wght@200;300;400;500;600;700;800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap'); */

/* @font-face { font-family: "Ionicons"; src: url("../fonts/ionicons.eot?v=2.0.0"); src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; } */
/* @font-face { font-family: "Ionicons"; src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1"); src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg"); font-weight: normal; font-style: normal; } */

/* 
font-family: 'Comfortaa', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Source Serif Pro', serif;
font-family: 'CynthoSlabPro-Regular', sans-serif;
*/

/* @font-face {
    font-family: GraublauWeb;
    src: url("assets/CynthoSlabPro-Regular.otf") 
    format("opentype");
} */

 /* @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;700&family=Montserrat:wght@100;200;400;600;700;900&family=Roboto+Slab:wght@100;200;300;400;600;800;900&family=Source+Serif+Pro:wght@200;300;400;700;900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;700&family=Montserrat:wght@100;200;400;600;700;900&family=Roboto+Slab:wght@100;200;300;400;600;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Source+Serif+Pro:wght@200;300;400;700;900&display=swap'); */

/* @import url('css/styles-typo.css'); */

:root {
    --basic-dark-color: #131f8a;
    --basic-light-color: white;

    /* --main-navigation-menu-level-0-background-color: var(--basic-dark-color); */
    --main-navigation-menu-level-0-background-color: var(--basic-light-color);

    /* --main-navigation-menu-level-0-link-color: #fff;  */
    /* --main-navigation-menu-level-0-hover-background-color: #d7d7f1; */
    /* --main-navigation-menu-level-0-hover-text-color: #000; */

    --main-navigation-menu-level-0-link-color: var(--basic-dark-color); 
    --main-navigation-menu-level-0-hover-background-color: #d7d7f1;
    --main-navigation-menu-level-0-hover-text-color: #000;

    --main-navigation-menu-level-1-background-color: #131f8a;
    /* --main-navigation-menu-level-1-background-color: #d7d7f1; */
    --main-navigation-menu-level-1-link-color: var(--basic-light-color); 
    --main-navigation-menu-level-1-hover-background-color: #d7d7f1;
    --main-navigation-menu-level-1-hover-text-color: #131f8a;

    /* --main-navigation-menu-level-2-background-color: #131f8a; */
    --main-navigation-menu-level-2-background-color: #131f8a;
    --main-navigation-menu-level-2-link-color: #d7d7f1; 
    --main-navigation-menu-level-2-hover-background-color: #d7d7f1;
    --main-navigation-menu-level-2-hover-text-color: #131f8a;
    /* --main-navigation-menu-level-2-hover-text-color: var(--basic-light-color); */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


/* a,
a:visited {
    color: #393939 !important;
} */

pre * {
    --var-pre-font-size: 14px;
    letter-spacing: normal;
    font-size: var(--var-pre-font-size) !important;
    line-height: var(--var-pre-font-size) !important;
    text-decoration: none;
    font-weight: normal !important;
    font-family: monospace !important;
}

blockquote.prefixed,
textarea.prefixed {
    font-family: monospace;
    font-size: 12px;
    display: block;
    width: 100%;
}
.wrapper {
    /* background-color: aliceblue; */
    padding: 0 1rem;
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: 0;
    }
}

.wrapper .topbar {
    background-color: rgb(19, 31, 138);
    color: blanchedalmond;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 0.5rem;
    align-items: center;
    height: 1.5rem;
    /* line-height: 20px; */
}

.topbar.text-topbar {
    /* margin-bottom: 1rem; */
}

.topbar .titlename,
.topbar .titlename a {
    color: white !important;
    font-weight: 700;
    /* line-height: 21px; */
    letter-spacing: 0.1em;
}

.topbar .titlename span {
    color: rgb(255, 5, 5);
}

.topbar .top-navigation {
    /* line-height: 50px; */
}

/* .topbar .topnavigation ul,  */
.top-navigation ul {
    list-style: none;  
    display: flex;
    flex-direction: row;
    align-items: center;    
    justify-content: space-around;
    height: 100%;
    /* font-size: 16px; */
}

.topbar .top-navigation li
/* li.topnavigation-menuitem */
{
    font-style: normal;
    padding: 1rem 0.2em;
    /* letter-spacing: 0.1em; */
    display: block;
    /* padding: 0 0.6em; */
}


.topbar .top-navigation ul li a
/* li.topnavigation-menuitem a  */
{
    padding: 0 0.2rem;
    font-size: 0.9rem;
    /* line-height: 0.8rem; */
    line-height: 2rem;
    color: white !important;
    display: block;
}

/* li.topnavigation-menuitem:hover { */
.topbar .top-navigation li a:hover {
    color: black !important;
    background-color: rgb(193, 199, 255);
}

/* li.topnavigation-menuitem:hover a {
    color: black;
    background-color: rgb(193, 199, 255);
} */


/* media margins for topbar */

@media screen and (max-width: 950px) {
    .wrapper .topbar {
        /* font-size: 16px; */

    }
}
@media screen and (max-width: 750px) {
    .wrapper .topbar {
        height: 30px;
    }
    .topbar .titlename {
        letter-spacing: normal;
    }

}


@media screen and (max-width: 680px) {
    .wrapper .topbar {
        height: 30px;
    }
    
    .topbar .topnavigation a,
    .topnavigation-menuitem a {
        padding: 0 0.2em;
    }
}

@media screen and (max-width: 610px) {
    .topbar .topnavigation {
        /* color: rgb(245, 7, 26); */
        /* font-size: 12px; */
        /* flex-wrap: nowrap; */
    }
    
    .topbar .topnavigation a,
    .topnavigation-menuitem a {
        padding: 0 0.2em;
    }
}

@media screen and (max-width: 530px) {
    .topnavigation {
        display: none;
    }
}


/* hero block */
.wrapper .hero {
    width: 100%;
    /* max-height: min(75svh, 480px); */
    /* max-height: 480px; */
    position: relative;

    line-height: 30px;
    overflow: hidden;
}
/*
.hero .hero-text {
    font-family: 'GFSNeohellenic';
}
*/
.hero .hero-text {
    font-family: 'GFSNeohellenic';
    font-size: 2rem;
    position: absolute;
    top: 30px;
    color: white;
    /* margin: auto; */
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-shadow: 4px 2px 7px rgba(255, 255, 255, 0.75);
}


.hero .field--name-field-hero-logo 
{
    width: 90%;
    background-color: rgba(51, 130, 165, 0.502);
    color: rgb(245, 245, 245);

    padding: 16px 16px;
    position: absolute;
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
    text-align: center;

    letter-spacing: 0.10em;
    line-height: 1.1em;
    
    /* font-family: 'Roboto Slab', sans-serif; */

    z-index: 1;
    margin: 0;
}

.hero .hero-text {
    position: absolute;
    display: none;
}


.hero .doc-info {
	/* background-color: rgba(0, 0, 0, 0.2); */
	background-image: radial-gradient(rgba(0, 0, 0, 0.341), rgba(0, 0, 0, 0.341), rgba(89, 89, 89, 0.341) 99%);
	color: rgb(184, 218, 242);
	position: absolute;
	bottom: 10%;
	left: 5%;
	padding: 0.5em 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	line-height: 1.3em;
	font-weight: 800;
	text-shadow: 2px 2px 4px #000;
	letter-spacing: 0.1rem;
}
.hero .doc-info .doc-name {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 0 0.3em 0;
}

/* .hero .doc-info .doc-specialty { */
.hero .doc-info .field--name-field-hero-subtitle {
    letter-spacing: 0.4em;
}

.hero .doc-info .doc-specialty2 {
    letter-spacing: 0.02em;
    text-align: center;
}

.wrapper .herovideo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: min(75svh, 480px);
}
.wrapper .hero .herovideo video {
    width: 100%;
}

@media screen and (max-width: 630px) {
    .hero .hero-text {
        font-size: 24px;
        /* color: black; */
    }

    .hero .doc-info {
        font-size: 0.5em;
        line-height: 20px;
    }
}


/* css styling for navigation is moved to navigation.css */


/* section-placeholder */
.section-placeholder-debug {
    /* background-color: aquamarine; */
    background-color: white;
}
.section-placeholder-debug1 {
    /* background-color: aquamarine; */
    background-color: cyan;
}

.section-placeholder {
    border-radius: 10px;
    margin: 2rem 0rem;
    padding: 1rem 3rem;
    
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}


/* move all rules to h1 */
.section-placeholder .section-title {
    margin: 3rem 0 2rem; 
    /* font-size: 2rem;
    font-weight: 800;
    text-align: center; */

}

.section-placeholder:nth-child(odd) {
    background-color: rgb(216, 255, 255);
}
/* 
@media screen and (max-width: 679px) {
    .section-placeholder {
        padding: 0 16px;
    }
} */

.section-placeholder  .img-left {
    position: relative;
    float: left;
    margin-right: 2em;
}

.section-placeholder  .img-right {
    position: relative;
    float: right;
    margin-left: 2em;
}

/* 
img .img-scale {
    transition: all 0.5s ease;
}

img .img-scale:hover  {
    transform: scale(1.2);
} */


/* welcome block */

.wrapper .welcome-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
    /* width: 60rem; */
    /* width: 90svw; */
    max-width: 1024px;
    margin: 0 auto;


}

.wrapper .welcome {
    /* border-radius: 10px; */
    border: 1px solid black;
    overflow: hidden;
    /* background-color: rgba(8, 151, 151, 0.1); */
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* margin: 2rem 0; */
}

.welcome img {
    border: 1px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* margin-right: 2em; */
    /* margin-bottom: 1em; */
    /* float: left; */
    margin: 0.5rem 1rem;
    height: min-content;
    text-align: center;
}

.welcome .text {
    font-size: 18px;
    /* padding: 0 4em; */
    line-height: 1.8em;
    text-align: justify;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-around; */
}

.welcome .text p {
    /* padding: 1em 2em; */
    margin: 0.5em 0;
}

.welcome .text p:first-of-type {
    margin-top: 0;
}


@media screen and (max-width: 768px) {
    .wrapper .welcome {
        /* flex-wrap: wrap; */
        justify-content: center;
    }

}

@media screen and (max-width: 679px) {
    .welcome .text {
        /* font-size: 18px; */
        padding: 0 16px;
        line-height: 1.8em;
        /* display: flex; */
    }
    
}
 */

/* neurosurgery sections */
.wrapper .neuro-sections {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* padding: 1em 0; */
    /* background-color: rgb(247, 238, 238); */
}

.neuro-sections .neuro-sections-list {
    list-style: none;
    
    /* background-color: white; */
}

.neuro-sections-list .neuro-section-row-class {
    /* margin: 100px auto ; */
}

.neuro-sections .section {
    border-radius: 10px;
    border: 1px;

    margin: 50px 0;
    /* background-color: rgba(209, 181, 236,0.2); */
    padding: 8px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 400px;
}

.neuro-sections .section:nth-of-type(even),
.neuro-sections .neuro-section-row-class:nth-of-type(even) .section {
    flex-direction: row-reverse;
    /* background-color: rgba(151, 205, 226, 0.2); */
}

.neuro-sections .section .section-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    width: 40%;
    /* border: 1px solid black */
}

/* 
.neuro-sections .section .section-info .section-title {
    font-size: 32px;
}
 */

.neuro-sections .section .section-info .section-title a:hover {
    color: red;
}

.neuro-sections .section .section-items {
    /* color: black; */
    padding: 16px;
}
.neuro-sections .section .section-items ul {
    padding: 0;
    list-style: none;
    text-align: center;
    /* line-height: 2em; */
}

.neuro-sections .section .section-items li {
    padding: 0;
}
.neuro-sections .section .section-items li a {
    /* color: aliceblue; */
    color: black !important;
    font-size: 17pt;
    /* padding: 1em 0; */
    line-height: 2em;
}

/* .neuro-sections .section .section-items li a:hover {
    color: red;
} */

.neuro-sections .neuro-section-refimage {
    /* margin: auto; */
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neuro-sections .section img {
    padding: 16px;
    transition: all 0.5s ease;
    scale: 2;
}

.section:hover  img{
    font-size: 1.5em;
    /* color: aqua; */
    transform: scale(1.1);
}

.section:hover .section-title {
    font-weight: 700;
}

/* .neuro-sections .section img:hover {
    transform: scale(1.1);;
} */

@media screen and (max-width: 768px) {
    /* .neuro-sections .section {
        flex-wrap: wrap-reverse;
        height: auto;
    } */
    .neuro-sections .section .section-info .section-title {
        font-size: 24px;
    }
    .neuro-sections .section .section-info .section-items li a {
        font-size: 12px;
    }
}
@media screen and (max-width: 570px) {
    .neuro-sections .section {
        flex-wrap: wrap-reverse;
        height: auto;
    }
}



/* office */

.office,
.neuronavigation,
.trigeminal {
    font-size: 18px;
    border-radius: 10px;
    margin: 32px 0px;
}

.office .images-text-container,
.trigeminal .images-text-container,
.neuronavigation .images-text-container {
    /* background-color: aquamarine; */
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.images-text-container .images {
    padding: 0.5rem 0rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-self: start;
}

.images-text-container img {
    margin-bottom: 32px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.images-text-container .text {
    padding: 0em 2em;
    /* display: flex;
    flex-direction: column;
    justify-content: space-around; */
}

.images-text-container .text p {
    text-align: justify;
    margin-bottom: 1rem;
    /* padding: 2em 0; */
    line-height: 1.8em;
}

 
@media screen and (max-width: 679px) {
    .images-text-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .images-text-container .images {
        padding: 1em 2em;
        flex-direction: row;
        justify-content: space-between;
    }
    .images-text-container img {
        width: calc(100% / 2);
        margin: 5px;
    }
}

@media screen and (max-width: 525px) {
    .images-text-container .images {
        padding: 1em 2em;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .images-text-container img {
        width: 100%;
        /* margin: 5px; */
    }
}



/* techniques */

.techniques {
    font-size: 18px;
    /* background-color:wheat ; */
}
.techniques ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.techniques ul li {
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    align-items: center;
}

.techniques ul li:nth-last-of-type(even) {
    flex-direction: row-reverse;
}

.techniques ul li p {
    padding: 1em  0em;
    text-align: justify;
    line-height: 1.8rem;
}

.techniques ul li p img {
    margin: 0em  2em;
    text-indent: initial;
    /* text-align: justify; */
}

@media screen and (max-width: 500px) {
    .techniques ul li {
        flex-wrap: wrap;
        justify-content: center;
    }

}



/* neuronavigation */
.neuronavigation {
    font-size: 18px;
    /* background-color: wheat; */

    display: flex;
    flex-direction: column;
    justify-content: right baseline;
    /* align-items: baseline; */
}

.neuronavigation ul {
    list-style: none;
    display: flex;
    align-items: baseline;
    /* justify-content: center; */
}

.neuronavigation p {
    padding: 2em 0;
    text-align: justify;
}
.neuronavigation ul li {
    width: calc(100% / 3);
}

/* .neuronavigation ul li:hover {
    background-color: aqua;
} */

.neuronavigation img {
    width: calc(100%);
}

.neuronavigation .gpsimg {
    /* width: 50%; */
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.neuronavigation .gpsimg img {
    max-width: 70%;

    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}



/* footer */

.wrapper .region-footer {
    margin: 2rem 0;
    padding: 1rem 1rem;
    height: auto;
    background-color: black;
    color: white;
}

ion-icon {
    font-size: 1rem;
  }


.region-footer .module-copyright {
    text-align: center;
    line-height: 1.3em;
    /* font-size: 14px; */
}


.wrapper .content {
    display: flex;
    height: 100%;
    min-height: 200px;;
}

.content .main-content {
    overflow-y: auto;
    /* background-color: yellowgreen; */
    flex: 1 0;
    padding: 16px;
     /* auto; */
}

.content .sidebar {
    height: 100%;
    /* padding: 16px; */
    /* flex: 1 0 auto; */
}

.sidebar.left-sidebar {
    /* background-color: aqua; */
}

.sidebar.right-sidebar {
    /* background-color: violet; */
}

.sidebar ul {
    list-style: none;
}



/* Drupal specific elements format */
.view-patient-instructions .view-header {
    display: block;
}

.view-patient-instructions .view-header .field--name-title {
    display: block;
    text-align: center;
    /* font-size: 40px; */
    /* font-weight: 800; */
    padding-bottom: 1.5em;
}

.view-patient-instructions .views-row {
    margin: 2em 0px;
    padding-left: 1em;
    display: block;
    border-top: 2px solid black;
}

.view-patient-instructions .views-row .field--name-title {
    display: block;
    padding-top: 8px;
    padding-bottom: 10px;
}

.view-patient-instructions .views-row .node__links {
    display: block;
    padding-top: 16px;
}


.node__content p {
    /* font-size: 20px; */
    /* line-height: 32px; */
    text-align: justify;
    /* font-weight: 600; */
    text-indent: 2em;
}

.eanssection-list-section .header {
    /* border: 1px solid black; */
    margin: 2rem auto;
    margin-top: 4rem;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1.0rem;
    text-align: center;
}

.eanssection-list-section .eanssection-list {
    margin: auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: 1fr 1fr 1fr; */
    /* place-items: center; */
    /* justify-content: center; */
    /* align-items: center; */
}


.eanssection-list .eanssection {
    padding: 0.5rem;
    display: grid;
    cursor: pointer;

    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: center;
    /* justify-content: center; */
}
.eanssection .section-name {
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
    color: rgb(19, 31, 138);
    align-self: baseline;
}

.eanssection .section-description {
    /* font-weight: 400; */
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
}

.eanssection .section-image {
    /* align-self: center; */
    /* width: 100%; */
    /* height: auto; */
    /* aspect-ratio: 1; */
    /* display: block; */
    text-align: center;
}

.eanssection .section-image img {
    transition: all 0.3s ease;
}

.eanssection ul.description-list {
    list-style: none;

}

.eanssection ul.description-list li.description-item {
    padding: 0.3rem;
    font-weight: 500;
    font-size: 0.8rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.eanssection ul.description-list:hover li.description-item {
    /* font-weight: 800; */
    opacity: 1;
    /* font-size: 0.7rem; */
    /* font-color: ; */
    /* text-decoration: underline; */
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-radius: 10px;
}


.eanssection ul.description-list:has(> :hover) > li.description-item:not(:hover)  {
    /* font-weight: 200; */
    opacity: 0.5;
    text-decoration: unset;
    border: unset;
}

/* .eanssection ul.description-list */

.eanssection:hover {
    background-color: #bbbbe620;
}

.eanssection .section-image:hover img {
    transform: scale(1.2);
}


@media screen and (max-width: 1024px) {
    .eanssection-list-section .eanssection-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    
}
@media screen and (max-width: 768px) {
    .eanssection-list-section .eanssection-list {
        grid-template-columns: repeat(1, 1fr);
    }
    
    
}

.wrapper .page-content {
    display: grid;
    grid-template-columns: 100%;
    margin: 1rem 0;
}

.wrapper .page-content:has(> .region-leftsidebar) {
    grid-template-columns: 1fr 4fr;
    /* grid-template-columns: minmax(auto, 10%) 1fr; */
    /* grid-template-columns: 40% 1fr; */
    gap: 1rem;

    
}

.wrapper .page-content:has(> .region-rightsidebar) {
    grid-template-columns: 1fr auto;
    gap: 1rem;
}

.wrapper .page-content:has(> .region-leftsidebar):has(> .region-rightsidebar) {
    grid-template-columns: autp 1fr auto;
    gap: 1rem;
}


.region-leftsidebar {
    /* background-color: #131f8a2b; */
    padding: 0.4rem 0;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
    /* font-size: 0.7rem; */
    /* width: min-content; */
}

.region-leftsidebar .title {
    padding: 0 1rem;
}

.region-leftsidebar ul {
    list-style: none;
    margin: 1rem 0;
     /* 0.4rem; */

    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.region-leftsidebar ul li,
.region-leftsidebar ul li span,
.region-leftsidebar ul li.submenu-item label
/* .region-leftsidebar ul li a */
 {
    display: inline-block;
    padding: 0.3rem 0.4rem;
    font-weight: normal;
    font-size: 0.9rem;
    /* text-wrap: nowrap; */
    text-align: center;
}

.region-leftsidebar ul li:hover {
    background-color: var(--main-navigation-menu-level-0-hover-background-color) !important;
}

.region-leftsidebar ul li.in-menu-trail {
    padding: 0.5rem 0.4rem;
    /* background-color: antiquewhite; */
    background-color: #131f8a;
    color: white;
    
    a {
        /* padding: 0.5rem 0.4rem; */
        color: white !important;
    }
}

.region-leftsidebar .title {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    /* border-bottom: 1px solid black; */
    padding-bottom: 0.5rem;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    /* box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 10px -10px;
    
}

.region-leftsidebar ul li {
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
}

.region-leftsidebar ul li i.bx {
    vertical-align: middle;
    display: none;

}

.region-leftsidebar ul li.submenu-item ul.drop-menu-1 li::before {
    font-family: 'boxicons';
    content: '\ea50';
}

.region-leftsidebar ul li.submenu-item ul.drop-menu-1 li,
.region-leftsidebar ul li.submenu-item ul.drop-menu-1 li span {
    font-size: 0.8rem;
}

.region-leftsidebar {
    .title {
        position: relative;
    
        i {
            display: none;
        }
    }

    input#menu-list {
        display: none;
    }
}
    
    @media screen and (max-width: 900px) {
        .wrapper .page-content:has(> .region-leftsidebar) {
            grid-template-columns: 1fr;
            /* grid-template-columns: minmax(auto, 10%) 1fr; */
            /* grid-template-columns: 40% 1fr; */
            gap: 1rem;


        .region-leftsidebar {
            ul {
                margin: 0.5rem 0 0 0;
            }
            .title {
                i {
                    position: absolute;
                    display: inline-block;
                    right: 2rem;
                }

                i:hover {
                    background-color: #000;
                    color: white;
                }
            }

            input#menu-list:checked + ul {
                /* display: flex; */
                /* visibility: visible; */

                transition: opacity 0.3s ease-in;
                opacity: 1;
                height: auto;
            }

            input#menu-list:not(:checked) + ul {
                /* display: none; */
                /* visibility: hidden; */

                transition: opacity 0.3s ease-out;
                opacity: 0;
                height: 0;
                overflow: hidden;
            }
        } 
        
        .region-leftsidebar ul li,
        .region-leftsidebar ul li span,
        .region-leftsidebar ul li.submenu-item label
        /* .region-leftsidebar ul li a */
        {
            padding: 0.1rem 0.4rem;
            text-wrap: inherit;
            text-align: center;

        }
    }
}

@media screen and (min-width: 901px) {
    .region-leftsidebar {
        /* min-width: min-content; */
        text-wrap: word;
    }
}
 





.region-main_content {
    .content-spine {
        /* background-color: aqua; */
        h2 {
            font-size: 1.2rem;
            text-align: center;
            margin: 1rem;
        }

        .title {
            font-size: 1.2rem;
            font-weight: 600;
            text-align: center;
        }

        p {
            margin: 1rem 0;
        }

        .content-spine-entry {
            list-style: none;

            li {
                margin: 1rem 0;
                
                .entry-title {
                    font-size: 1.1rem;
                    font-weight: 600;
                    /* max-width: 99%; */
                }

                .entry-description {
                    /* max-width: 99%; */
                }
            }
        }
    }
}

.headerimage .image {
    height: 150px;
}

.headerimage .image img {
    width: 100%;
    height: 100%;
}

.social-media-icons ul {
    /* width: 100%; */
    /* position: relative; */
    margin-right: 1rem;
    /* margin-left: auto; */
    display: flex;
    gap: 1rem;
    justify-content: flex-end;

    list-style: none;
}


span.index-token1 {
    /* position: relative; */
    display: inline;
    font-weight: 600;
    text-decoration: underline;

    text-decoration: underline;
    text-decoration-thickness: 3px;  /* Adjust thickness */
    text-decoration-style: double;
}


.section-placeholder.section-place-holder.trigeminal .imgtext img {
    margin: 2rem;
    float: left;
}
.section-placeholder.section-place-holder.trigeminal .imgtext p {
    line-height: 1.8rem;
    text-align: justify;
    letter-spacing: 0.5px;
}


.paragraph-list-title {
    margin: 1rem auto;
    /* outline: 1px blue solid; */
}

.list-style-circle {
    list-style: circle;
}

.list-style-square {
    list-style: square;
}

.paragraph-list {
    margin: 1rem auto;
    /* outline: 1px green solid; */
    /* list-style: circle; */
}

.paragraph-list li {
    margin: 1rem 2rem;
    line-height: 1.3rem;
}