@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)



.own {
  --cassiopeia-color-primary: red;
  --cassiopeia-color-hover: red;
  --cassiopeia-color-link: red;
}

.control-group {
  margin: 2em 0;
  color:blue;
}
 */

.gotinfo {
  color:blue;
  font-size: 1.5rem;
}
.com-gotinfo {
  color:blue;
  font-size: 1.2rem;
}
.gotinfo-red {
  color:red;
  font-size: 1.2rem;
}
.gotinfo-blue {
  color:blue;
  font-size: 1.2rem;
}
.gotinfo-green {
  color:green;
  font-size: 1.2rem;
}
.gotinfo-form {
  color:blue;
  border: 2px solid blue;
  font-size: 1.2rem;
  padding: 0.2em 1em ;
}

/* radley-regular - latin */
@font-face {
  font-family: 'radley';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/radley /radley-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/radley/radley-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/radley/radley-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/radley/radley-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/radley/radley-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/radley/radley-v20-latin-regular.svg#Aclonica') format('svg'); /* Legacy iOS */
}

/* Charm font - latin */
@font-face {
  font-family: 'Charm';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Charm /Charm-Bold.ttf'); 
  src: local(''),
       url('../fonts/Charm/Charm-Regular.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Charm/Charm-Regular.ttf') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Charm/Charm-Regular.ttf') format('woff'), /* Modern Browsers */
       url('../fonts/Charm/Charm-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Charm/Charm-Regular.ttf#Aclonica') format('svg'); /* Legacy iOS */
}

/*
:root {
    --cassiopeia-color-primary: red;
  	--cassiopeia-color-secondary: green;
    --cassiopeia-color-link: red;
    --cassiopeia-color-hover: red;
    color: red;
}
*/

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: white;
  background-clip: border-box;
  border: 3px solid red;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "radley", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
    color: blue;
}


/* Banner Image */
/*.mybanner {
  min-width: 100%;
}
/* Menu */
.metismenu.mod-menu .metismenu-item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.1em 1em ;
    color: red;
} 
/* Override the lila background with white */
.container-header {
  background-color: white;
  background-image: none;
    color: red;
 }
/* Text should now be red */
.container-header .mod-menu {
  color: red;
  height: 1rem;
  font-size: 1.5rem   
}
/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: .1px 15px;
  box-sizing: border-box;
  color: #ff0000;
}
/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
  background-color: #eee;
}
/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
  color: #ff0000;
  border: 1px solid #ff0000;
}

/* Custom footer */
.footer {
    background-color: white;
    background-image: none;
    color: red;
    text-align: left;
    font-size: 0.8rem;
}
.footer .grid-child {
    justify-content: space-between;
    padding: .25rem 0.15em;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {display: none;}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text, .numbertext  {
  color: #f2f2f2;
  font-size: 1.3rem;
  padding: 18px 12px;
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/*.active, .dot:hover {background-color: #717171;} */
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* nav menu bar */
.container-header .grid-child {
    padding: 0.1em;
}

/* new in gi2025a 
*/
.checkboxes {
  padding-top: 5px;
    color: blue;
  margin-left: 50px;
  border: 2px solid #ff0000;
}
.checkboxes .checkbox input {
  padding-left: 50px;
  margin-left: 50px;
  position: static;
  border: 2px solid #ff0000;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
    border: 2px solid #ff0000;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
    border: 2px solid #ff0000;
}
/*

  joomla-tab[view="accordion"] .col-md-9, joomla-tab[view="accordion"] .col-md-3 {
    padding: .5rem 1rem !important;
  font-size: 1.5rem;
    color: red;
  }
  #myTab {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  font-size: 1.5rem;
    color: red;
  }
  joomla-tab[view="accordion"] ul li {
    width: 100%;
  font-size: 1.5rem;
    color: red;
  }

 .tab-content > .tab-pane {
  display: none;
  font-size: 1.5rem;
    color: red;
}

.tab-content > .active {
  display: block;
  font-size: 1.5rem;
    color: red;
}



fieldset + fieldset {
  margin-top: 2em;
}

fieldset > * {
  margin-bottom: 0;
}

.control-group {
  margin: 1em 0;
}

legend {
  float: left;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  width: 100%;
  margin-bottom: .5rem;
  padding: 0;
}

@media (width >= 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}


.form-control-got {
  color: var(--body-color); 
  appearance: none;
  background-color: var(--body-bg);
  border: var(--border-width) solid red;
  border-radius: var(--border-radius);
  background-clip: padding-box;
  width: 100%;
  padding: .6rem 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  margin-left: 1rem;
  width: 98%;
}




.accordion {
  color: blue;
  font-size: 1.2rem;
}
*/
.accordion-button {
  color: blue;
  text-align: left;
  background-color: pink;
  border-top: 3px solid red;
  border-radius: 0.5rem;
  align-items: center;
  width: 100%;
  font-size: 2rem;
  display: flex;
  position: relative;
}

.got-margin2 {
  border: 2px solid red;
  color:blue;
  display: flex;
  margin-left: 1em;
  margin-right: 1em;
    padding: 0.1em 1em ;
  width: 100%;
  flex-direction: column;
  min-width: 0;
}
  .accordion-body{
  border-bottom: 2px solid blue;
  border-top: 2px solid blue;
}
.com-gotinfo__miscinfo { color: blue;}

.form-text {
  color: var(--secondary-color);
  margin-left: .25rem;
  font-size: .875em;
}

.form-label {
  margin-bottom: .5rem;
  margin-left: 1rem;
  color: red; 
}

div.subform-repeatable-group {
  border: var(--border-width) solid #ced4da;
  border-radius: .25rem;
  margin-top: 20px;
  margin-left: 32px;
  padding: 32px 32px 16px 28px;
  position: float-left;
}
