* {
  box-sizing: border-box;
}

/*Abstract button*/
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    margin: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 1px;
    padding-top: 2px;
}
/*PDF button*/
.galley-link.btn.btn-primary.pdf {
margin: 5px; 
border-top-left-radius: 5px; 
border-bottom-left-radius: 5px;
padding-bottom: 1px;
padding-top: 2px;
}
/*Abstract article details button*/
.galley-link.btn.btn-primary.file {
padding-bottom: 1px;
padding-top: 2px;
}

/*top logo*/
@media (min-width: 600px){
.navbar-brand {
        height: 65px;
    overflow: hidden;
    padding-bottom: 2px;
}
}
.navbar-brand {
    padding-bottom: 2px;
    padding-top: 2px;
   
}
.navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #000;
}

/*top row*/
    #headerNavigationContainer > div:nth-child(1) > div {
    background: darkblue;
    /*background-image: radial-gradient(white, darkblue 70px);*/
    background-image: radial-gradient(white, #025231 70px);
}

/*NAV row*/
#headerNavigationContainer > div:nth-child(2) {
    border-width: 2px;
    background: #fff;
    /*border-color: #e5e7eb;*/
    /*border-color: #660a08;*//*jmbsr*/
    border-bottom: solid 4px #043205;
}

 /*fix Main Navbar*/
 .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;

  }
  .affix + .container-fluid {
    padding-top: 70px;
  }     


#navigationUser > li > a {
color: #fff;
}

.text-right {
    /* text-align: right; */
    width: auto;
    float: right;
    padding-top: 15px;
}



.pkp_structure_content { 
  --tw-bg-opacity: 1;
    background-color: white;
   /*border-color: #e5e7eb;*/
    border-bottom: solid 4px #043205;
    
   
}

.pkp_structure_page {
background: #d9d9d9;

}
.pkp_block {
background: #fff;
/*margin-top: 15px;*/
border-bottom-color: #474747;
    border-bottom-width: 8px;
    /*padding: 1em;*/
    font-size: 14px;
    line-height: 20px;
    /*margin-left: 1rem;*/
    margin-bottom: 1rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#customblock-slid {
padding: 0 1em;
}

#customblock-editors {
padding: 0 1em;
}

#sidebar {
float: right;
width:300px;
background: #d9d9d9;
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}


body {
    font-family: 'Cardo', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    /*color: rgba(0,0,0,0.87);*/
    /*background: #000;*/
}


footer[role="contentinfo"] {
    background: #fff;
    /*padding: 2em;*/
    /*margin-top: 2em;*/
    border-top: solid 4px #043205;
}
body > div > footer:nth-child(5) {
 padding-bottom: 1em;
}

.pkp_block h2 {
    color: #db2777 !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 16px;
}



.block_information a, .block_language_toggle a {
    font-size: 13px;
}


.pkp_block .content ul li {
    line-height: 20px;
    padding: 5px 0;
}

border-2 {
    border-width: 2px;
}


#sidebar > div.pkp_block.block_make_submission {
    text-align: center;
    /*margin-top: 10px;*/
}
.pkp_block.block_make_submission a {
color: #db2777;
}

#headerNavigationContainer > div:nth-child(1) > div > div.col-5 {
/*width: 60%;
color: #fff;
text-align: right;*/
}



/*IMAGE CAROUSAL*/
/*carousel-inner, item, hero(carousel-caption) and banner(image) */

.overlay {
    /*position: absolute;
    height: 305px;
    width: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .9;*/
}

.overlay-team {
    position: absolute;
    height: 220px;
    width: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .9;
    border-radius: 15px;
}
.banner-team {
    -webkit-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
   
    height: 220px;
    width: 100%;
}


.carousel-caption-team {
    position: absolute;
    /*top: 53%;*/
    padding-bottom: 200px;
    left: 44%;
    z-index: 3;
    color: #fff;
    text-align: center;
    /* text-transform: uppercase; */
    text-shadow: 1px 1px 0 rgb(0 0 0 / 75%); */
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    /* padding-bottom: 150px; */
    font-family: poppins;
    width: 100%;
    
}

.carousel-caption-team a {
    /* background: #edbb00; */
    padding: 15px 35px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fcff5a;
    font-size: 18px;
}
@media only screen and (max-width: 600px) {
    .carousel-caption-team {
    
     /*top: 41%;*/
       
    }
}  


.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
    padding-bottom: 150px;
    font-family: poppins;
}

.carousel-inner .item .carousel-caption {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.carousel-inner .item.active .carousel-caption {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}


.carousel-inner .item {
    /*height: 100vh*/
}

.banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*height: 100vh*/
    height: 400px;
    width: 100%;
}


.carousel-caption h3 {
    /*font-size: 70px;*/
    /*text-transform: uppercase;*/
    font-weight: bold;
}

.carousel-caption h3 span {
    color: #edbb00;
}

.carousel-caption a {
    background: #edbb00;
    
    padding: 15px 35px;
    display: inline-block;
    ;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-indicators .active {
    background-color: #edbb00;
    border-color: #edbb00;
}

@media only screen and (max-width: 600px) {
    .carousel-caption {
    top: 37%;
       
    }
     .carousel-caption h3 {
        padding-left: 30px; 
        padding-right: 30px;
        
        
    }
    
    .carousel-caption h4 {
        
        padding-left: 30px; 
        padding-right: 30px;
        
    }
}    

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
    padding-bottom: 350px;
       
    }


    .carousel-caption h3 {
        font-size: 50px;
        padding-left: 30px; 
        padding-right: 30px;
        
        
    }
    
    .carousel-caption h4 {
        
        padding-left: 30px; 
        padding-right: 30px;
        
    }
    
}

    .carousel-caption {
        padding-bottom: 120px;
    }

    .carousel-caption h3 {
        font-size: 25px;
        
    }

    .carousel-caption h4 {
        /*-size: 18px;*/
        font-size: 20px;
    }

    .carousel-caption a {
        padding: 10px 25px;
    }

/*Scolling Text - Topmost Header*/
#scroll-container {
  /*border: 3px solid black;*/
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  position: relative;
  
}

#scroll-text {
  /* animation properties */
  color: white;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
  text-align: center;
  
  
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 30s linear infinite;
  -webkit-animation: my-animation 30s linear infinite;
  animation: my-animation 30s linear infinite;
}
#scroll-text a {
color: yellow;
font-weight: 500;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*home page cards*/
/* Float four columns side by side */
.column {
  float: left;
  width: 33.33%;
  padding: 0 5px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.hpcard {
text-align: center;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
  /*background-color: #f1f1f1;*/
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 14px 10px 14px 10px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 10px;
}
/*Home page card title*/
#main-content > section > div > div > div:nth-child(1) > div > h4{
/*color: #E56377;*/
}


/*PURPLE FOOTER*/

body > div > footer:nth-child(5) {
    background: #043205;
    color: #ffff;
    padding: 0;
    line-height: 20px;
}

body > div > footer:nth-child(5) a {
color: #c0efc0;
}
body > div > footer:nth-child(5) > div > a > img {
    border: 0;
    margin-right: 20px;
    
}

/*Editorial board h1*/
#main-content > div.page-header > h1 {
font-size: 40px;
font-weight: 700;
line-height: 48px;
font-color: rgb(0, 0, 0);
/*display: none;*/
}

/*HOW TO SUBMIT*/
details summary::-webkit-details-marker {
  /*display:none;*/
}

:root {
  --contentHeight: 30vh;
  --section-sWidth: 700px;
}


section {
  /*max-width: var(--section-sWidth);*/
  /*margin: 40px auto;*/
  width: 100%;
  
}

body > div > footer:nth-child(4) > div > div > div > section > details > details:nth-child(2) > summary {
 
  
  font-size: 12px;
  transition: .3s;
  border-bottom: 2px solid red;
  user-select: none;
  color: darkblue;
  background: white;
}
  
body > div > footer:nth-child(4) > div > div > div > section > details > details:nth-child(29) > summary {
 
  
  font-size: 12px;
  transition: .3s;
  border-bottom: 2px solid;
  user-select: none;
  color: darkblue;
  border-top: 2px solid red;
  background: white;
 
}

#main-content > section > details > details:nth-child(2) > summary {
font-size: 14px;
  transition: .3s;
  border-bottom: 2px solid;
  user-select: none;
  color: darkblue;
  border-top: 0;
  background: white;
  
}

#main-content > section > details > details:nth-child(29) > summary {
font-size: 12px;
  transition: .3s;
  border-bottom: 2px solid;
  user-select: none;
  border-top: 2px solid red;
  background: white;
}


summary {
  display: block;
  cursor: pointer;
 /*padding: 0 0 0 10px;*/
  font-family: "Space Mono", monospace;
 /*font-size: 12px;*/
  transition: .3s;
  /*border-bottom: 2px solid;*/
  user-select: none;
  color: #DD3781;
  font-weight: 800;
  width:100%;
}

details > div {
  /*display: flex;*/
  flex-wrap: wrap;
 overflow: auto;
  height: 100%;
  user-select: none;
  padding: 0 20px;
  font-family: "Karla", sans-serif;
  line-height: 1.5;
}

details > div > img {
  align-self: flex-start;
  max-width: 100%;
  margin-top: 20px;
  width: 100%;
}

details > div > p {
  flex: 1;
}

details[open] > summary {
   color: purple;
   border-top: solid 1px black;
}

@media (min-width: 768px) {
  details[open] > div > p {
    opacity: 0;
    animation-name: showContent;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    margin: 0;
    padding-left: 20px;
  }

  details[open] > div {
    animation-name: slideDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }

  details[open] > div > img {
    opacity: 0;
    /*height: 100%;*/
    margin: 0;
    animation-name: showImage;
    animation-duration: 0.3s;
    animation-delay: 0.15s;
    animation-fill-mode: forwards;
    
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    height: 0;
    padding: 0;
  }

  to {
    opacity: 1;
    height: var(--contentHeight);
    padding: 20px;
  }
}

@keyframes showImage {
  from {
    opacity: 0;
    clip-path: inset(50% 0 50% 0);
    transform: scale(0.4);
  }

  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes showContent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*myslides fade*/

.slideshow-container {
  /*max-width: 100%;*/
  position: relative;
  /*margin: auto;*/
  /*height: 260px;*/
  /*width: 100%;*/
  /*background: #FFFFFF;*/ 
  /*padding: 5px 0 5px 0;*/
}

.mySlides {display: none;}
img {vertical-align: middle;}

.mySlides-cover {
    position: absolute;
    height: 250px;
    width: 100%;
    z-index: 2;
    /*opacity: .5;*/
    
}

#main-content > section > div > div:nth-child(1) > img {
width: 100%; 
height: 250px; 
border: 2px solid black;

}

#main-content > section > div > div:nth-child(2) > img {
width: 100%; 
height: 250px; 
border: 2px solid black;

}
#main-content > section > div > div:nth-child(3) > img {
width: 100%; 
height: 250px; 
border: 2px solid black;

}


.mySlides-caption {
    position: absolute;
    /*top: 55%;*/
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    /*-webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);*/
    transform: translate3d(-50%,-50%,0);
    padding-bottom: 250px;
    /*font-family: poppins;*/
    width: 90%;
}
.mySlides-caption h1 {
font-weight: bold;
line-height: 40px; 
font-family: Cardo, serif;
font-size: 50px;
}
@media (max-width: 365px){
.mySlides-caption h1 {
font-size: x-large;
}
}

.mySlides-caption h4 {
font-weight: bold;
text-transform: none; 
font-family: Cardo, serif;
}

.mySlides-caption h3 {
font-weight: bold;
font-family: Cardo, serif;
line-height: 30px;
}

.mySlides-caption p {
font-family: Cardo, serif;
}
.mySlides-caption a {
background: #edbb00;
padding: 10px 25px;
    display: inline-block;
    ;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
}

/* Caption text */
.text {
  color: #fff257;
  font-size: 10px;
  padding: 8px 12px;
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  /*color: #00a85a;
  font-size: 12px;
  /*padding: 8px 15px;
  position: absolute;
  top: 0;*/
  /*left:10px;*/
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  height: 7px;
  width: 7px;
  margin: 6px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  /*background-color: #717171;*/
  /*background-color: #edbb00;
  border-color: #edbb00;*/
}




/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.5s;
  -moz-animation-name: fade;
  -moz-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

/*Show-Hide search*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
body {
  /*display: -webkit-box;
  display: flex;
 -webkit-box-align: center;
 align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100vh;
  background-color: #F0AD4E;*/
}

#app > label {
  position: relative;
  display: inline-block;
  background-color: pink;
  /*padding: 5px 12px;*/
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#app > label::after {
  content: '';
  display: block;
  height: 2px;
  width: 80%;
  background-color: #F0AD4E;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
#app > label input {
  -webkit-transition: width 1s ease, opacity 0.5s ease 0.5s;
  transition: width 1s ease, opacity 0.5s ease 0.5s;
  opacity: 1;
  width: 180px;
  height: 25px;
  border: 0;
  outline: none;
  color: #b06d0f;
}
#app > label i {
  position: absolute;
  top: 11px;
  right: 11px;
  color: #333;
  cursor: pointer;
}
#app > label[data-state="close"] {
  border-radius: 30px;
  padding: 5px 5px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#app > label[data-state="close"]::after {
  width: 0%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#app > label[data-state="close"] i {
  pointer-events: none;
}
#app > label[data-state="close"] input {
  width: 28px;
  height: 25px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease, width 1s ease;
  transition: opacity 0.5s ease, width 1s ease;
  -webkit-appearance: none;
}
.navbar-form {
    margin-top: 5;
    margin-bottom: 0;
}
/*Home and footer overlay*/
.hero-image {
  border: 2px solid black;
  padding: 10px;
  background: linear-gradient(rgb(5 31 104 / 70%), rgb(46 2 2 / 70%)), url(/public/site/images/mike/team.jpg);
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
.hero-text {
    text-align: center;
    position: relative;
    top: -50%;
    left: -1%;
    /* transform: translate(-50%, 35%); */
    color: white;
    font-family: Cardo, serif;
}
.hero-image p{
 color: white;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
}
.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}
#example1 {
 border: 2px solid black;
  padding: 25px;
  background: url(/public/site/images/mike/img_tree.gif), url(/public/site/images/mike/mountain.jpg);
  background-repeat: no-repeat;
  background-size: contain, cover;
  font-family: Cardo, serif;
}

@media (max-width: 335px){
#example1 > h2 {
    font-size: inherit;
}
}
@media (max-width: 420px){
#example1 p {
    margin-left: 0;
}
}
@media (min-width: 420px){
#example1 p {
    margin-left: 80px;
}
}

@media (max-width: 420px){
#example1 button {
    margin-left: 0;
}
}

@media (min-width: 420px){
#example1 button {
    margin-left: 80px;
}
}

#example1 button {
  /*border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;*/
  color: white;
  background-color: #370405;
  text-align: center;
  cursor: pointer;
  /*margin-left: 80px;*/
}