  /* ++++++++++++++++++++++++++++++++++
University of Akron Copyright 2025
Front-end Developer JG
Back-end Developer RTN
Web Designer EH
*/

:root {
  --buchtel-blue: #070c72;
  --prezi-gold: #9d9362;
  --bright-blue: #004c9d;
  --kangaroo-blue: #2323ff;
  --daylily: #fffaa0;
  --black: #000000;
  --blacktext: #1c1c1c;
  --white: #ffffff;
  --polymer-pink: #fec3d7;
  --zippy-green: #b6fe38;
  --blossom-blue: #acccf2;
  --ohio-orange: #ff470a;
  --lux-yellow: #ffd400;
  --light-gray: #ebebeb;
  --xlight-gray: #f3f3f3;
  --gray: #78909c;
  --font-sml: clamp(0.9rem, 0.9rem + 0vw, 0.9rem);
  --font-md: clamp(0.6rem, -1.5517rem + 4.4828vw, 1.25rem);
  --font-lg: clamp(2.5rem, -2.4655rem + 10.3448vw, 4rem);
  --font-xlg: clamp(3rem, -6.931rem + 20.6897vw, 6rem);
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "open-sans", sans-serif, verdana, helvetica, "Helvetica Neue",
    Arial;
  color: #1c1c1c;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 145%;
}

.content-body {
  margin-top: 9em;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

@media (max-width: 1000px) {
  .content-body {
    margin-top: 5em;
  }
  header{
    /**/
    padding-top: 0 !important;
  }
  header {
    position: absolute !important;
    padding-bottom: 0px !important;
    height: 90px;
  }
}
@media (max-width: 1000px) {
  .container {
    max-width: 100% !important;
  }
}
/* ++++++++++++++++++++++++COMMON ELEMENTS+++++++++++++++++++++++++++++++++++++   */

p {
  /*font-family: "open-sans", sans-serif;*/
}

a:link,
a:visited,
a:active,
a:focus,
a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
  transition: color 0.3s, background-color 0.3s;
}

a:hover {
  color: var(--prezi-gold);
  text-decoration: none;
  text-underline-offset: 3px;
  font-weight: 700;
}

.h1,
.h2,
.h3,
.h5,
.h6,
h1,
h2,
h3,
h5,
h6 {
  font-family: "open sans bold", sans-serif;
  font-weight: 900 !important;
  line-height: 120%;
  margin: 0em 0em 0em 0em !important;
}

h1 {
  font-family: "open sans bold", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(3.7rem, 1.225rem + 6.6vw, 7rem);
  color: var(--black-text);
  /* margin-bottom: .5em;
    margin-top: .5em;*/
}

h2 {
  color: var(--buchtel-blue);
  line-height: 100%;
  font-size: clamp(3.65rem, 1.8875rem + 4.7vw, 5rem);
  font-family: "nicholas", serif;
  font-weight: 900;
}

.h3,
h3 {
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  line-height: 105%;
  font-weight: 800;
  color: var(--bright-blue);
}

h4 {
  font-size: 175%;
  line-height: 120%;
  font-weight: 900 !important;
  color: var(--buchtel-blue);
}

h4 > a:link {
  text-decoration: none;
  color: var(--bright-blue);
}

h5 {
  font-size: 140%;
}

h6 {
  font-size: 120%;
}

.h1-page {
  font-family: "altivo", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(3.25rem, -0.3125rem + 9.5vw, 6rem);
  line-height: 90%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.h2-regular {
  font-family: "nicholas", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(2em, 4vw, 3.5em);
  line-height: 110%;
  letter-spacing: 0px;
}

.intro-text {
  font-family: "nicholas", sans-serif;
  font-size: clamp(1.375rem, 0.5938rem + 2.5vw, 2rem);
  letter-spacing: 1.2px;
  line-height: 1.1;
}

/* ++++++++++++++++++++++++FONT WEIGHT CLASSES+++++++++++++++++++++++++++++++++++++   */
.light-text,
.light-text a:visited,
.light-text a:active,
.light-text a:focus,
.light-text a:link {
  font-weight: 300 !important;
}

.regular-text,
.regular-text a:visited,
.regular-text a:active,
.regular-text a:focus,
.regular-text a:link {
  font-weight: 400 !important;
}

.bold-text,
.bold-text a:visited,
.bold-text a:active,
.bold-text a:focus,
.bold-text a:link {
  font-weight: 700 !important;
}

.xbold-text,
.xbold-text a:visited,
.xbold-text a:active,
.xbold-text a:focus,
.xbold-text a:link {
  font-weight: 900 !important;
}
/* ++++++++++++++++++++++++COMMON ELEMENTS+++++++++++++++++++++++++++++++++++++   */

.static-wrapper {
  position: static !important;
  height: 100%;
  width: 100%;
}
.relative-wrapper {
  position: relative !important;
  width: 100%;
}
.list_group {
  display: flex;
  gap: 20px; /* Space between items */
  list-style: none; /* Remove bullets */
  padding: 0;
  margin: 0;
  list-style-type: none !important;
}
ul.list_group li{ list-style-type: none;}
.vertical-border-left-prezi-gold {
  border-left: 12px solid var(--prezi-gold);
}
.vertical-border-right-prezi-gold {
  border-left: 12px solid var(--prezi-gold);
}
.vertical-border-left-zippy-green {
  border-left: 12px solid var(--zippy-green);
}
.vertical-border-right-zippy-green {
  border-left: 12px solid var(--zippy-green);
}
.vertical-border-left-kangaroo-blue {
  border-left: 12px solid var(--kangaroo-blue);
}
.vertical-border-right-kangaroo-blue {
  border-left: 12px solid var(--kangaroo-blue);
}
.vertical-border-left-daylily{
  border-left: 12px solid var(--daylily);
}
.vertical-border-right-daylily {
  border-left: 12px solid var(--daylily);
}
.vertical-border-left-blossom-blue {
  border-left: 12px solid var(--blossom-blue);
}
.vertical-border-right-blossom-blue {
  border-left: 12px solid var(--blossom-blue);
}
.vertical-border-left-polymer-pink {
  border-left: 12px solid var(--polymer-pink);
}
.vertical-border-right-polymer-pink {
  border-left: 12px solid var(--polymer-pink);
}
.vertical-border-left-ohio-orange {
  border-left: 12px solid var(--ohio-orange);
}
.vertical-border-right-ohio-orange {
  border-left: 12px solid var(--ohio-orange);
}
.vertical-border-left-lux-yellow {
  border-left: 12px solid var(--lux-yellow);
}
.vertical-border-right-lux-yellow {
  border-left: 12px solid var(--lux-yellow);
}
/*++++++++++++++++++++++++++++Link/BTN Modifiers+++++++++++++++++++++++++++++++++++++++*/

.arrow-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  display: inline-block;
  padding: 0px 3px 0px 7px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 300;
  color: var(--buchtel-blue);
  text-wrap: nowrap;
  white-space: nowrap;
}

.arrow-link:hover::after {
  color: var(--prezi-gold) !important;
  text-decoration: none !important;
}

.arrow-link:hover,
.arrow-link a:hover {
  color: var(--bright-blue);
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
}

.arrow-link-green,
.arrow-link-green a:visited,
.arrow-link-green a:active,
.arrow-link-green a:focus,
.arrow-link-green a:link {
  text-wrap: nowrap;
}

.arrow-link-green::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  display: inline-block;
  padding: 0px 3px 0px 7px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 300;
  color: var(--zippy-green) !important;
  text-wrap: nowrap;
}

.arrow-link-green:hover::after {
  color: var(--prezi-gold);
}

.arrow-link-green:hover {
  color: var(--prezi-gold);
}

/*+++++++++++++*/

.external-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\e09f";
  display: inline-block;
  padding: 0px 3px 0px 7px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 300;
  color: var(--buchtel-blue);
}

.external-link:hover::after {
  color: var(--blossom-blue);
}

.external-link:hover {
  color: var(--bright-blue);
}

.external-link-white::after {
  font-family: "Font Awesome 6 Pro";
  content: "\e09f";
  display: inline-block;
  padding: 0px 3px 0px 7px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 300;
  color: var(--white);
}

.external-link-white:hover::after {
  color: var(--buchtel-blue);
}

.external-link-white:hover {
  color: var(--buchtel-blue);
}

/*+++++++++++++*/
.corner-arrow-link-gray::before {
  font-family: "Font Awesome 6 Pro";
  content: "\e3d6";
  display: inline-block;
  padding: 0px 5px 0px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  color: var(--gray);
}
.corner-arrow-link::before {
  font-family: "Font Awesome 6 Pro";
  content: "\e3d6";
  display: inline-block;
  padding: 0px 5px 0px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  color: var(--buchtel-blue);
}

.corner-arrow-link-gray:hover::before,
.corner-arrow-link:hover::before {
  color: var(--blossom-blue);
}

.download-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f019";
  display: inline-block;
  padding: 0px 5px 0px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  color: var(--buchtel-blue);
}

.download-link:hover::after {
  color: var(--blossom-blue);
}

.download-link:hover {
  color: var(--bright-blue);
}

.text-decoration-gold,
.text-decoration-gold a:visited,
.text-decoration-gold a:active,
.text-decoration-gold a:link {
  text-decoration: none !important;
}

.text-decoration-gold:hover {
  text-decoration: underline !important;
  text-decoration-color: var(--prezi-gold) !important;
  text-decoration-thickness: 3px !important;
}

.text-decoration-none,
.text-decoration-none a:visited,
.text-decoration-none a:active,
.text-decoration-none a:link {
  text-decoration: none !important;
}

a.text-decoration-none:hover,
.text-decoration-none:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 3px !important;
}

.text-decoration-none:hover .fab {
  text-decoration: none !important;
}
/*++++++++++++++++++++++++++++Link/BTN Modifiers+++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++TEXT MODIFIERS+++++++++++++++++++++++++++++++++++++   */

.reverse-text,
.reverse-text:visited,
.reverse-text:active,
.reverse-text:link,
.reverse-text:focus,
.reverse-text::after,
.reverse-text a:link,
.reverse-text a:visited,
.reverse-text a:active,
.reverse-text a:focus,
.reverse-text a {
  color: var(--white) !important;
  text-decoration: none;
}

select.reverse-text {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='white'/%3E%3C/svg%3E") !important;
}

a.reverse-text:hover,
.reverse-text a:hover:not(.btn-primary){
  color: var(--prezi-gold) !important;
  text-decoration: underline!important;
  text-decoration-thickness: 3px !important;
}

.reverse-text:hover {
    text-decoration: unset !important;
}

.black-text,
.black-text a:visited,
.black-text a:active,
.black-text a:link,
.black-text a:focus {
  color: var(--blacktext) !important;
}

.xxlg-text,
.xxlg-text a:visited,
.xxlg-text a:active,
.xxlg-text a:focus,
.xxlg-text a:link {
  font-size: clamp(2.5rem, -0.875rem + 9vw, 7rem) !important;
  line-height: 100% !important;
}

.xlg-text,
.xlg-text a:visited,
.xlg-text a:active,
.xlg-text a:focus,
.xlg-text a:link {
  font-size: clamp(2rem, -0.25rem + 6vw, 5rem) !important;
  line-height: 100% !important;
}

.lg-text,
.lg-text a:visited,
.lg-text a:active,
.lg-text a:focus,
.lg-text a:link {
  font-size: clamp(1.5rem, 1rem + 1.3333vw, 2rem) !important;
  line-height: 100% !important;
}

.lmd-text,
.lmd-text a:visited,
.lmd-text a:active,
.lmd-text a:focus,
.lmd-text a:link {
    font-size: clamp(1.25rem, 0.6875rem + 1.5vw, 2rem) !important;
    line-height: 100% !important;
}

.xmd-text,
.xmd-text a:visited,
.xmd-text a:active,
.xmd-text a:focus,
.xmd-text a:link {
  font-size: clamp(0.85rem, 0.7375rem + 0.3vw, 1rem) !important;
}

.md-text,
.md-text a:visited,
.md-text a:active,
.md-text a:focus,
.md-text a:link {
  font-size: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem) !important;
}

.xsm-text,
.xsm-text a:visited,
.xsm-text a:active,
.xsm-text a:focus,
.xsm-text a:link {
  font-size: 12px!important;
}

.sm-text,
.sm-text a:visited,
.sm-text a:active,
.sm-text a:focus,
.sm-text a:link {
  font-size: 14px!important;
}

.font-family-open-sans,
.font-family-open-sans a:visited,
.font-family-open-sans a:active,
.font-family-open-sans a:focus,
.font-family-open-sans a:link {
  font-family: "open-sans", sans-serif !important;
}

.font-family-altivo,
.font-family-altivo a:visited,
.font-family-altivo a:active,
.font-family-altivo a:focus,
.font-family-altivo a:link {
  font-family: "altivo", sans-serif !important;
}

.font-family-nicholas,
.font-family-nicholas a:visited,
.font-family-nicholas a:active,
.font-family-nicholas a:focus,
.font-family-nicholas a:link {
  font-family: "nicholas", serif !important;
  letter-spacing: 0.04em; /* Relative spacing */
}

.font-color-buchtel-blue,
.font-color-buchtel-blue a:visited,
.font-color-buchtel-blue a:active,
.font-color-buchtel-blue a:focus,
.font-color-buchtel-blue a:link {
  color: var(--buchtel-blue) !important;
}

a.font-color-buchtel-blue:hover
/*.font-color-buchtel-blue a:hover*/ {
  color: var(--prezi-gold) !important;
}

.font-color-kangaroo-blue,
.font-color-kangaroo-blue a:visited,
.font-color-kangaroo-blue a:active,
.font-color-kangaroo-blue a:focus,
.font-color-kangaroo-blue a:link {
  color: var(--kangaroo-blue) !important;
}

.font-color-zippy-green,
.font-color-zippy-green a:visited,
.font-color-zippy-green a:active,
.font-color-zippy-green a:focus,
.font-color-zippy-green a:link {
  color: var(--zippy-green) !important;
}

.font-color-blossom-blue,
.font-color-blossom-blue a:visited,
.font-color-blossom-blue a:active,
.font-color-blossom-blue a:focus,
.font-color-blossom-blue a:link {
  color: var(--blossom-blue) !important;
}

.font-color-gray,
.font-color-gray a:visited,
.font-color-gray a:active,
.font-color-gray a:focus,
.font-color-gray a:link {
  color: var(--gray) !important;
}

.font-color-light-gray,
.font-color-light-gray a:visited,
.font-color-light-gray a:active,
.font-color-light-gray a:focus,
.font-color-light-gray a:link {
  color: var(--light-gray) !important;
}

.font-color-white,
.font-color-white a:visited,
.font-color-white a:active,
.font-color-white a:focus,
.font-color-white a:link {
  color: var(--white) !important;
}

.font-color-black,
.font-color-black a:visited,
.font-color-black a:active,
.font-color-black a:focus,
.font-color-black a:link {
  color: var(--black-text) !important;
}

.font-color-prezi-gold,
.font-color-prezi-gold a:visited,
.font-color-prezi-gold a:active,
.font-color-prezi-gold a:focus,
.font-color-prezi-gold a:link {
  color: var(--prezi-gold) !important;
}

.font-color-daylily,
.font-color-daylily a:visited,
.font-color-daylily a:active,
.font-color-daylily a:focus,
.font-color-daylily a:link {
  color: var(--daylily) !important;
} 

.font-color-polymer-pink,
.font-color-polymer-pink a:visited,
.font-color-polymer-pink a:active,
.font-color-polymer-pink a:focus,
.font-color-polymer-pink a:link {
  color: var(--polymer-pink) !important;
} 

.font-color-ohio-orange,
.font-color-ohio-orange a:visited,
.font-color-ohio-orange a:active,
.font-color-ohio-orange a:focus,
.font-color-ohio-orange a:link {
  color: var(--ohio-orange) !important;
} 

.font-color-lux-yellow,
.font-color-lux-yellow a:visited,
.font-color-lux-yellow a:active,
.font-color-lux-yellow a:focus,
.font-color-lux-yellow a:link {
  color: var(--lux-yellow) !important;
} 

.font-weight-normal,
.font-weight-normal a:visited,
.font-weight-normal a:active,
.font-weight-normal a:focus,
.font-weight-normal a:link {
  font-weight: 400 !important;
}

.font-weight-bold,
.font-weight-bold a:visited,
.font-weight-bold a:active,
.font-weight-bold a:focus,
.font-weight-bold a:link {
  font-weight: 700 !important;
}

.font-weight-xbold,
.font-weight-xbold a:visited,
.font-weight-xbold a:active,
.font-weight-xbold a:focus,
.font-weight-xbold a:link {
  font-weight: 900 !important;
}

.font-style-italics,
.font-style-italics a:visited,
.font-style-italics a:active,
.font-style-italics a:focus,
.font-style-italics a:link {
  font-style: italic !important;
}
.uppercase-text {
  text-transform: uppercase;
}

.lowercase-text {
  text-transform: unset !important;
}

.no-underline-text,
.no-underline-text a:visited,
.no-underline-text a:active,
.no-underline-text a:focus,
.no-underline-text a:link {
  text-decoration: none !important;
}


.no-underline-text:hover,
.no-underline-text a:hover{
    text-decoration: underline!important;
    text-decoration-thickness: 3px !important;
}
/*+++++++++++++++++HOVER COLORS++++*/
a.hover-white:hover,
.hover-white a:hover {
  color: var(--white) !important;
  width: max-content;
}
a.hover-buchtel-blue:hover,
.hover-buchtel-blue a:hover {
  color: var(--buchtel-blue) !important;
    width: max-content;
}
.fab:hover,
a.hover-prezi-gold:hover,
.hover-prezi-gold a:hover {
  color: var(--prezi-gold) !important;
  transition: color 0.3s, background-color 0.3s;
  width: max-content;
}

a.hover-bright-blue:hover,
.hover-bright-blue a:hover {
  color: var(--bright-blue) !important;
    width: max-content;
}
a.hover-kangaroo-blue:hover,
.hover-kangaroo-blue a:hover {
  color: var(--kangaroo-blue) !important;
    width: max-content;
}
a.hover-daylily:hover,
.hover-daylily a:hover {
  color: var(--daylily) !important;
    width: max-content;
}
a.hover-polymer-pink:hover,
.hover-polymer-pink a:hover {
  color: var(--polymer-pink) !important;
    width: max-content;
}
a.hover-zippy-green:hover,
.hover-zippy-green:hover a:hover {
  color: var(--zippy-green) !important;
    width: max-content;
}
a.hover-blossom-blue:hover,
.hover-blossom-blue:hover a:hover {
  color: var(--blossom-blue) !important;
    width: max-content;
}
a.hover-ohio-orange:hover,
.hover-ohio-orange a:hover {
  color: var(--ohio-orange) !important;
    width: max-content;
}
a.hover-lux-yellow:hover,
.hover-lux-yellow a:hover {
  color: var(--lux-yellow) !important;
    width: max-content;
}
a.hover-light-gray:hover,
.hover-light-gray a:hover {
  color: var(--light-gray) !important;
    width: max-content;
}
/*++++++++++++++++++++++++++++hover colors
/* ++++++++++++++++++++++++EYEBROW Modifiers+++++++++++++++++++++++++++++++++++++   */

.eyebrow,
.eyebrow-sml,
.eyebrow-md,
.eyebrow-lg,
.eyebrow-xlg,
.eyebrow-xxlg {
  display: block;
  margin: 2em 0 0.5em 0;
  font-family: "open sans bold", sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 0.643rem + 0.952vw, 1.5rem);
  text-transform: uppercase;
  line-height: normal;
}

.eyebrow-sml {
  font-size: clamp(0.8rem, 0.5rem + 0.8vw, 0.9rem);
  margin: 2em 0 0.1em 0;
}

.eyebrow-md {
  font-size: clamp(1rem, 0.643rem + 0.952vw, 1.5rem);
}

.eyebrow-lg {
  font-size: clamp(1.3rem, 0.775rem + 1.4vw, 2rem);
}

.eyebrow-xlg {
  font-size: clamp(2.3rem, 0.775rem + 1.4vw, 4rem);
}

.eyebrow-xxlg {
  font-size: clamp(2.3rem, 0.775rem + 1.4vw, 6rem);
}

/* ++++++++++++++++++++++++EYEBROW Modifiers+++++++++++++++++++++++++++++++++++++   */

/* ++++++++++++++++++++++++IMAGE MODIFIERS+++++++++++++++++++++++++++++++++++++++   */

figure {
  width: 300px;
  /* desired container width */
  height: 200px;
  /* desired container height */
  overflow: hidden;
  /* hide parts of SVG that overflow */
  display: flex;
  justify-content: center;
  align-items: center;
  object-position: center top;
  /* Centers horizontally and aligns to top vertically */
}

figcaption {
  font-size: clamp(0.5rem, 0.775rem + 1.4vw, 0.7rem) !important;
  padding: 7px 10px 7px 10px;
  background-color: var(--light-gray);
  margin: -15px 0px 20px 0px;
  width: 300px;
  line-height: 100%;
}

.play-button {
  position: absolute;
  /* Position absolute to center it */
  top: 40%;
  /* Move down by 50% of the container */
  left: 50%;
  /* Move right by 50% of the container */
  transform: translate(-50%, -50%);
  /* Adjust position to center */
  font-size: 2rem;
  /* Size of the button */
  background-color: rgb(172, 204, 242, 0.7);
  /* Semi-transparent background */
  border: none;
  /* No border */
  border-radius: 50%;
  /* Circular button */
  cursor: pointer;
  /* Change the cursor to pointer on hover */
  padding: 30px;
  /* Padding around the button */
  z-index: 10;
  /* Make sure the button is above the image */
}

.play-button svg {
  position: relative;
  fill: white;
  width: 30px;
  height: 30px;
  top: 0px;
}

.play-button svg:hover {
  fill: var(--kangaroo-blue);
}

.play-button:hover {
  background-color: rgb(172, 204, 242, 1);
}

.media-wrapper {
  position: relative;
}

/* ++++++++++++++++++++++++++++++++IMAGE MODIFIERS++++++++++++++++++++++++++++++++++++++++++++*/

/* ++++++++++++++++++++++++BACKGROUND MODIFIERS+++++++++++++++++++++++++++++++++++++*/

.bg-white {
  background-color: #fff !important;
}

.bg-buchtel-blue {
  background-color: var(--buchtel-blue) !important;
}

.bg-prezi-gold {
  /*background-color: var(--prezi-gold);*/
  background-color: var(--prezi-gold) !important;
}

.bg-bright-blue {
  background-color: var(--bright-blue) !important;
}

.bg-kangaroo-blue {
  background-color: var(--kangaroo-blue) !important;
}

.bg-daylily {
  background-color: var(--daylily) !important;
}

.bg-polymer-pink {
  background-color: var(--polymer-pink) !important;
}

.bg-zippy-green {
  background-color: var(--zippy-green) !important;
}

.bg-blossom-blue {
  background-color: var(--blossom-blue) !important;
}

.bg-ohio-orange {
  background-color: var(--ohio-orange) !important;
}

.bg-lux-yellow {
  background-color: var(--lux-yellow) !important;
}

.bg-light-gray {
  background-color: var(--light-gray) !important;
}

/*+++++++++++++++++++++++++++++++++++++++++WIDGET - MEGA/CTA MENU+++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.show-for-sr,
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.site-header__logo svg {
  width: 188px;
  height: 80px;
  position: absolute;
  top: 20px;
  z-index: 1001;
}

#site_logo {
  fill: var(--buchtel-blue) !important;
  transition: background-color 1s ease-in-out;
}

#site_logo:hover,
#site_logo a:hover {
  fill: var(--prezi-gold) !important;
}

/*+++++++++++++++++++++++++BREADCRUMBS++++++++++++++++++++++++++++++++++++++++++++++++*/

#hero-bread-crumbs {
  background-color: var(--buchtel-blue);
}

.breadcrumbs-active {
  font-family: open-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 800 !important;
  color: var(--white) !important;
  text-decoration: none;
}

.breadcrumbs,
.breadcrumbs:visited,
.breadcrumbs:active,
.breadcrumbs:link {
  font-family: open-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 800 !important;
  color: var(--white) !important;
  text-decoration: underline;
  text-decoration-thickness: 3px !important;
}
.breadcrumbs:hover {
  color: var(--prezi-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 3px !important;
}
.landing-breadcrumb-wrapper {
  padding: 100px 0px 100px 0px;
}

@media print, screen and (max-width: 1000px) {
  .landing-breadcrumb-wrapper {
    padding: 100px 0px 100px 5%;
  }
}
.landing-breadcrumb {
  border-bottom: 1px solid rgba(120, 144, 156, 0.411);
  max-width: 400px;
  padding-bottom: 10px !important;
  font-size: var(--font-sml);
}

/* Stack links vertically on mobile */
@media (max-width: 768px) {
  #home-hero-bread-crumbs .pb-4 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; 
  }
  
  #home-hero-bread-crumbs .arrow-link {
    margin-right: 0 !important; 
  }
}
/*+++++++++++++++++++++++++BREADCRUMBS++++++++++++++++++++++++++++++++++++++++++++++++*/

.cta-menu {
  z-index: 1;
}

.cta-menu-dropdown:hover {
  background-color: var(--buchtel-blue);
  color: #fff !important;
  text-decoration: none !important;
}

.cta-menu-link,
.cta-menu-link a:visited,
.cta-menu-link a:active,
.cta-menu-link a:link {
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  font-weight: 400 !important;
  color: var(--buchtel-blue) !important;
  text-decoration: none !important;
}

.cta-menu-link:hover {
  text-decoration: underline !important;
}

.cta-menu-btn {
  background-color: var(--kangaroo-blue);
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  display: inline-block;
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700!important;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 10px 20px 10px 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0.6em;
}

.cta-resources-menu {
  border-radius: 0;
  width: 300px;
}
.cta-resources-menu {
  padding: 0 !important;
  width: 200px;
}
.cta-resources-menu-link,
.cta-resources-menu-link:visited,
.cta-resources-menu-link:active,
.cta-resources-menu-link:link {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  word-wrap: break-word; /* Deprecated but still works */
  overflow-wrap: break-word; /* Modern equivalent */
  color: var(--buchtel-blue);
  white-space: wrap;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 1000px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .cta-menu-dropdown {
    padding-right: 15px !important;
  }
  .dropdown-toggle::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    border: 0px solid #fff;
  }

  .mega-menu-wrapper {
    background-color: #fff;
    display: none;
    min-height: 300px;
    width: 100%;
    position: absolute;
  }
}
@media only screen and (min-width: 1000px) {
  .main-mobile-menu {
    display: none;
  }
}
/*+++++++++++++++++++++++++*/

/* Mega menu base */

.main-menu::after {
  content: "" !important;
  font-size: 22px;
  padding-right: 30px;
}

.main-menu,
.main-menu:visited,
.main-menu:active,
.main-menu:link {
  font-size: clamp(1rem, 0.732rem + 0.714vw, 1.375rem);
  padding-right: 0.01vw !important;
  padding-left: 0.01vw !important;
  font-weight: 650;
  letter-spacing: 0.25px;
  color: var(--buchtel-blue) !important;
  text-decoration: none;
}

.main-menu:hover {
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 3px !important;
  text-decoration-color: var(--prezi-gold);
}

.main-menu-section-header {
  background-color: var(--buchtel-blue) !important;
  height: 45px;
  font-weight: 600;
  padding: 12px 10px 0px 20px !important;
  font-size: 1em;
}

.main-menu-links {
  font-size: 0.9em;
  font-weight: 525;
  color: var(--kangaroo-blue) !important;
  font-family: open-sans, sans-serif;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.main-menu-links:hover {
  text-decoration: underline !important;
  color: var(--bright-blue) !important;
}

.main-menu-overview,
.main-menu-overview:visited,
.main-menu-overview:active,
.main-menu-overview:link {
  font-size: clamp(1rem, 0.732rem + 0.714vw, 1.375rem);
  font-weight: 900;
  color: var(--buchtel-blue) !important;
  font-family: open-sans, sans-serif;
  text-decoration: none !important;
}
.main-menu-overview:hover {
  color: var(--bright-blue) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 3px !important;
}

.dropdown-menu {
  left: 0 !important;
  width: 100%;
}
#1UAblue_nav_secondary-navigation{
    margin-left: calc((100vw - 1140px) / 2);
    background:var(--buchtel-blue);
}
.side-bar-menu-container{
    /*margin-left: calc((100vw - 1140px) / 2);
    background:var(--buchtel-blue);*/
}

/*++++++++++++++++++++++++++++++++++++ALIGN SIDEBAR MENU++++++++++++++++++++++++++++ */
.side-bar-menu-container{
  position: relative;
}

@media (min-width: 576px) {
  .side-bar-menu-container{
    margin-left: calc((100vw - 540px) / 2);
  }
  .side-bar-btn{
      left: 72.8%;
  }
}

@media (min-width: 768px) {
  .side-bar-menu-container{
    margin-left: calc((100vw - 720px) / 2);
  }
  .side-bar-btn{
      left: 72.8%;
  }
}

@media (min-width: 992px) {
  .side-bar-menu-container{
    margin-left: calc((100vw - 960px) / 2);
  }
  .side-bar-btn{
      left: 72.8%;
  }
}

@media (min-width: 1200px) {
  .side-bar-menu-container{
    margin-left: calc((100vw - 1140px) / 2);
  }
  .side-bar-btn{
      left: 72.8%;
  }
}

@media (min-width: 1400px) {
  .side-bar-menu-container{
    margin-left: calc((100vw - 1320px) / 2);
  }
  .side-bar-btn{
      left: 72.8%;
  }
}

/*++++++++++++++++++++++++++++++++++++ALIGN SIDEBAR MENU++++++++++++++++++++++++++++ */
.side-bar-menu {
  width: 100%;
  padding: 0px;
}
.side-bar-menu-item {
  background-color: var(--xlight-gray);
  border: 0px solid #ccc;
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
}

.side-bar-menu-item,
.side-bar-menu-item a:visited,
.side-bar-menu-item a:active,
.side-bar-menu-item a:link {
  text-decoration: none;
  font-size: var(--font-sml);
  font-weight: 700;
  padding-right: 50px;
  overflow: hidden;
}
.side-bar-btn {
  position: absolute;
  top: 0;
  left: 72.8%;
  width: 80.5px;
  min-height: 62px;
  padding: 6px;
  height: 100%;
  border: 0px solid #333;
  background-color: var(--xlight-gray);
}
.side-bar-btn:hover {
  background-color: var(--kangaroo-blue);
  color: var(--white) !important;
}

.side-bar-menu-item:hover,
.side-bar-menu-item:hover a {
  background-color: var(--kangaroo-blue);
  color: var(--white) !important;
}

.side-bar-btn-active {
  background-color: var(--buchtel-blue);
  height: 100% !important;
  color: var(--white) !important;
  width: 80.5px;
}
.side-bar-sub-menu-item {
  background-color: var(--buchtel-blue);
  border-top: 1px solid #333;
  width: 100%;
  padding: 10px;
}
.side-bar-menu-item,
.side-bar-sub-menu-item a:visited,
.side-bar-sub-menu-item a:active,
.side-bar-sub-menu-item a:link {
  text-decoration: none;
  font-size: var(--font-sml);
  font-weight: 700;
  color: var(--white);
}
.side-bar-sub-menu {
  position: relative;
  margin-top: -5px;
}
.side-bar-sub-menu-item:hover {
  background-color: var(--kangaroo-blue) !important;
}
.side-bar-sub-btn {
  position: absolute;
  top: 0;
  left: 83.15%;
  width: 67px;
  min-height: 65px;
  height: 100%;
  background-color: var(--buchtel-blue) !important;
  color: white;
  border: 0px solid #333;
}
.side-bar-sub-btn:hover {
  background-color: var(--kangaroo-blue) !important;
}

@media print, screen and (max-width: 1640px) {
  .side-bar-btn {
    left: 78.6%;
    width: 67px;
  }
  .side-bar-btn-active {
    left: 78.6%;
    width: 67px;
  }
  .side-bar-sub-btn {
    left: 80%;
    width: 67px;
  }
  .side-bar-sub-btn-active {
    left: 80%;
    width: 66px;
  }
}
@media print, screen and (max-width: 1000px) {
  .side-bar-mobile-title {
    padding-right: 40px;
  }
  .side-bar-mobile-toggler {
    border-radius: 0px;
    padding: 10px;
    width: 100%;
  }
  .side-bar-btn {
    left: 83.12%;
    width: 67px;
  }
  .side-bar-btn-active {
    width: 67px;
  }
  .side-bar-sub-btn {
    width: 67px;
  }
  .side-bar-container {
    margin: 0px;
    padding: 0px;
  }
  .side-bar-wrapper {
    margin: 0px;
    padding: 0px;
  }
  #1UAblue_nav_secondary-navigation{
      margin-left: 0px;
  }
}
/*++++++++++++++++++++MENU MOBILE+++++++++++++++++++++++++++++++++++*/

@media print, screen and (max-width: 1000px) {
  .dropdown-menu,
  #site_logo {
    left: 6px !important;
    width: 100%;
    top: -60%;
    z-index: unset;
  }
  #site_logo {
    left: 6px !important;
    width: 30%;
    position: fixed;
    top: 10px;
    z-index: unset;
  }
  .site-header__logo {
    width: 70%;
  }
  .cta-menu {
    background-color: transparent !important;
    order: 2;
    padding: 0px;
    margin: 0px;
  }
  .main-menu-container {
    order: -1;
    padding: 0px;
  }
  .main-menu-mobile-container {
    padding: 0 !important;
    margin-top: 5em;
  }
  #header {
    display: flex;
    flex-direction: column;
    /* This stacks elements vertically */
    scroll-behavior: smooth;
  }
  .main-menu-toggler {
    position: fixed;
    top: 10px;
    right: 50px;
  }

  .main-mobile-menu {
    height: 50px;
    width: 50px;
    border-left: #ccc solid 1px;
    font-size: 16px;
    float: right;
    padding: 8px 0px 8px 8px;
  }
  .main-mobile-menu:after {
    font-family: "Font Awesome 6 Pro";
    content: "\e59e";
    display: inline-block;
    margin: auto 0;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid #fff;
  }
  .main-mobile-menu-minus:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f068";
    display: inline-block;
    margin: auto 0;
    padding-left: 5px;
    padding-top: 2px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid #fff;
    color: var(--white);
  }
  .main-menu {
    display: inline-block !important;
    font-size: 1.3em;
    font-family: "open sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 8px 0px 8px 15px;
    margin-left: 10px;
  }
  a.main-menu {
    color: var(--buchtel-blue);
  }
  .main-menu::after {
    content: "" !important;
    border: 0px solid #fff !important;
  }
  .main-menu-li {
    display: inline !important;
    background-color: #f8f8f8;
    border: #ccc solid 1px;
  }
  .main-menu-overview {
    display: none;
  }
  .main-menu-overview-text {
    display: none;
  }
  .mobile-search {
    display: block !important;
    position: fixed;
    top: 3%;
    right: 120px;
  }
  .main-menu-dropdown {
    background-color: var(--buchtel-blue);
    margin: 0px !important;
    margin-top: 0px !important;
  }
  li.main-menu-dropdown {
    margin-top: 0px !important;
  }
  .main-menu-section-header {
    padding: 0px !important;
    font-size: 1.2em !important;
    color: var(--blossom-blue) !important;
    margin-top: 1em;
  }
  .main-menu-links,
  .main-menu-links:visited {
    font-size: 1em;
    color: var(--white) !important;
  }
  a:hover .main-menu-links {
    text-decoration: underline !important;
    text-decoration-thickness: 3px !important;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1020;
    border-bottom: 1px solid #ccc;
  }
  .search-menu-li {
    display: none;
  }
  .form-field {
    width: 100px;
  }
  /* Bubble Styling */
  .bubble {
    position: fixed !important;
    left: 5% !important;
    width: 270px !important;
    right: 270px !important;
    z-index: 1000;
  }
  .cta-menu-btn {
    width: 100%;
    margin-bottom: 2px;
    margin-left: 0px;
  }
  .cta-menu-link {
    margin-left: 0px;
    padding: 6px 0px 6px 6px !important;
  }
  .main-menu-toggler {
    right: 4px;
  }
  .mobile-menu-hr {
    border-top: 1px solid var(--light-gray);
  }
}

/*++++++++++++++++++++MENU MOBILE+++++++++++++++++++++++++++++++++++*/

/* +++++++++SEARCH FORM++++++++++++ */

/* Input Field Styling */

.form-field {
  /*background: url(|https://www.google.com/cse/static/images/1x/en/branding.png|) left center no-repeat rgb(255, 255, 255); 
*/
}

.input-field {
  font-size: 1.2em;
  height: 3em;
  border-radius: 0px;
}

.input-field input {
  width: 80%;
  padding: 10px;
  border: 0px solid #ccc;
  border-radius: 0px;
  outline: none;
}

/* Bubble Styling */

.bubble {
  position: absolute;
  top: 40px;
  /* Adjust position above the input */
  background-color: var(--kangaroo-blue);
  /* Red background for error */
  color: white;
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  left: 72%;
  width: 30%;
}

/* Bubble Arrow */

.bubble::after {
  content: "";
  position: absolute;
  top: -20px;
  /* Position arrow below bubble */
  left: 85%;
  /* Adjust arrow position */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: transparent transparent var(--kangaroo-blue) transparent;
}

.search-btn {
  border: 0px #fff solid;
}

.mobile-search {
  display: none;
}

/* +++++++++SEARCH FORM++++++++++++ */

/*+++++++++++++++++++++++++++++++++++++++++WIDGET - MEGA/CTA MENU+++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++FOOTER++++++++++++++++++++++++++++++++++*/

#footer_logo {
  width: 100%;
  height: 100%;
  fill: #fff;
  padding: 0px;
  transition: background-color 1s ease-in-out;
}

#footer_logo:hover,
#footer_logo a:hover {
  fill: var(--prezi-gold) !important;
}

.footer-container {
  padding: 50px 10px 20px 10px;
}

.sock-container {
  padding: 40px 10px 20px 10px;
}

/*++++++++++++++++++++++++++++++++++++++++SOCIAL MEDIA++++++++++++++++++++++++++++++++++++++*/

.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

.social-media li {
  display: inline-block;
}

.social-media a {
  display: block;
  margin: 0;
  -webkit-transition: color 150ms cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: color 150ms cubic-bezier(1, 0.63, 0.47, 0.8);
  font-size: 1.875rem;
  font-weight: 400;
}

.social-media-white a, 
.social-media-white{
  color: var(--white);
}

.social-media-white li:hover {
  color: rgb(157, 147, 98) !important;
}
 
.social-media-blue{
  color: var(--buchtel-blue);
}

@media print, screen and (max-width: 1000px) {
  .footer-container .flex-container-nowrap {
    display: block;
  }
  .footer-container .flex-item {
    margin-top: 2em;
  }
  .footer-container .flex-item-8 {
    max-width: 500px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++SOCIAL MEDIA+++++++++++++++++++++++++++++++++++++++*/

/* ++++++++++++++++++++++++BOOTSTRAP OVERRIDES/STYLES+++++++++++++++++++++++++++++++++++++   */

.btn {
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  display: inline-block;
  position: relative;
  line-height: 1;
  text-decoration: none !important;
  font-family: "open sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 20px 15px 20px;
}

.btn-primary,
.btn-primary a:visited,
.btn-primary a:active,
.btn-primary a:link,
.btn-primary a:hover,
.btn-primary a:focus {
  --bs-btn-color: #ffffff !important;
  --bs-btn-bg: var(--buchtel-blue);
  --bs-btn-border-color: var(--buchtel-blue);
  --bs-btn-hover-color: var(--buchtel-blue) !important;
  --bs-btn-hover-bg: var(--blossom-blue);
  --bs-btn-hover-border-color: var(--bright-blue);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--buchtel-blue);
  --bs-btn-active-border-color: var(--buchtel-blue);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  color: #fff !important;
  text-decoration: none !important;
}

.btn:hover,
a.btn:hover,
.btn:link:hover{
    text-decoration: none !important;
}

.btn-primary:hover {
  color: var(--buchtel-blue) !important;
  --bs-btn-color: var(--buchtel-blue) !important;
}

.reverse-text .btn-primary:hover{
    border-color: var(--white)!important;

}

.btn-reverse,
.btn-reverse:visited,
.btn-reverse:active,
.btn-reverse a:link,
.btn-reverse:link,
.btn-reverse:focus {
  --bs-btn-color: var(--buchtel-blue) !important;
  --bs-btn-bg: var(--white);
  --bs-btn-border-color: var(--buchtel-blue);
  --bs-btn-hover-color: #ffffff !important;
  --bs-btn-hover-bg: var(--kangaroo-blue);
  --bs-btn-hover-border-color: var(--white);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--buchtel-blue);
  --bs-btn-active-bg: var(--white);
  --bs-btn-active-border-color: var(--buchtel-blue);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  border: 2px solid transparent;
}

.btn-reverse:hover {
  color: var(--white) !important;
  border-color: var(--white) !important;
  background: transparent!important;
}

@media print, screen and (max-width: 1000px) {
  .btn {
    width: 100%!important;
  }
  .btn-lg {
    padding: 10px 30px !important;
    margin: 1em 0 0 0 !important;
    text-transform: uppercase;
  }
}
.btn-lg,
.btn-lg a:visited,
.btn-lg a:active,
.btn-lg a:link,
.btn-lg a:focus {
  font-size: clamp(0.75rem, 0.375rem + 1vw, 1.25rem) !important;
  padding: 20px 40px !important;
  margin: 0 0.5em 0 0;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 3.5rem !important;
}

.mb-9 {
  margin-bottom: 4rem !important;
}

.mb-sm {
  margin-bottom: 2rem !important;
}

.mb-md {
  margin-bottom: 4rem !important;
}

.mb-lg {
  margin-bottom: 6rem !important;
}

.mb-xlg {
  margin-bottom: 8rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 3.5rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

.mt-sm {
  margin-top: 2rem !important;
}

.mt-md {
  margin-top: 4rem !important;
}

.mt-lg {
  margin-top: 6rem !important;
}

.mt-xlg {
  margin-top: 8rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 3.5rem !important;
}

.pt-9 {
  padding-top: 4rem !important;
}

.pt-sm {
  padding-top: 2rem !important;
}

.pt-md {
  padding-top: 4rem !important;
}

.pt-lg {
  padding-top: 6rem !important;
}

.pt-xlg {
  padding-top: 8rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 3.5rem !important;
}

.pb-9 {
  padding-bottom: 4rem !important;
}

.pb-sm {
  padding-bottom: 2rem !important;
}

.pb-md {
  padding-bottom: 4rem !important;
}

.pb-lg {
  padding-bottom: 6rem !important;
}

.pb-xlg {
  padding-bottom: 8rem !important;
}
.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.p-9 {
  padding: 4rem !important;
}
/* ++++++++++++++++++++++++Forms+++++++++++++++++++++++++++++++++++++   */
.form-label {
  color: var(--buchtel-blue);
  font-family: "open sans", sans-serif;
  font-weight: 900;
}
.page-link,
.page-link:visited,
.page-link:active,
.page-link:link,
.page-link:focus {
  text-decoration: none;
  color: var(--buchtel-blue);
}
a.page-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px !important;
  background-color: var(--kangaroo-blue);
  color: var(--white) !important;
}
.active.page-item a:link {
  color: var(--white) !important;
  list-style-type: none !important;
}
.active.page-item {
  color: var(--white) !important;
  list-style-type: none !important;
}
.page-item {
  list-style-type: none !important;
}
/* ++++++++++++++++++++++++BOOTSTRAP OVERRIDES/STYLES+++++++++++++++++++++++++++++++++++++   */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++FLEX GRID+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.flex-container,
.flex-container-nowrap {
  display: flex;
  flex-wrap: wrap;
  /*Ensures wrapping on smaller screens */
  gap: 20px;
  /*Adds space between divs
      -webkit-box-pack: justify; 
      justify-content: space-between;*/
}

.flex-container-nowrap {
  flex-wrap: nowrap;
  /*Ensures wrapping on smaller screens */
}

@media print, screen and (max-width: 1000px) {
  .flex-container-nowrap {
    flex-wrap: wrap;
    /*Ensures wrapping on smaller screens */
  }
}

.flex-item,
.flex-item-1,
.flex-item-2,
.flex-item-3,
.flex-item-4,
.flex-item-5,
.flex-item-6,
.flex-item-7,
.flex-item-8,
.flex-item-9,
.flex-item-10,
.flex-item-11 {
  /*flex: 1 1 calc(16.66% - 18px);  Responsive width (6 per row) */
  min-width: 200px;
  /*Minimum width for smaller screens */
  /*background-color: #f8f9fa;
      border: 1px solid #ddd;*/
  flex: 1;
  margin: 0;
  padding: 0px;
}

.flex-item-1 {
  flex: 1 1 calc((100% / 1) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-2 {
  flex: 1 1 calc((100% / 21) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-3 {
  flex: 1 1 calc((100% / 3) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-4 {
  flex: 1 1 calc((100% / 4) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-5 {
  flex: 1 1 calc((100% / 5) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-6 {
  flex: 1 1 calc((100% / 6) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-7 {
  flex: 1 1 calc((100% / 7) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-8 {
  flex: 1 1 calc((100% / 8) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-9 {
  flex: 1 1 calc((100% / 9) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-10 {
  flex: 1 1 calc((100% / 10) - 20px);
  /*Responsive width (6 per row) */
}

.flex-item-11 {
  flex: 1 1 calc((100% / 11) - 20px);
  /*Responsive width (6 per row) */
}

.min-width-fit {
  min-width: fit-content;
}
.flexgap-sml {
  column-gap: 10px !important;
}
.flexgap-md {
  column-gap: 25px !important;
}
.flexgap-lg {
  flex-wrap: wrap;
  column-gap: 55px !important;
}
.flexgap-xlg {
  column-gap: 100px !important;
}

p a:link {
  position: relative;
  color: #000000;
}

.reverse-text a:link {
  color: var(--white) !important;
  border: 2px solid transparent;
}

p a:link:hover {
  border-radius: 1px;
  background-color: rgba(157, 147, 98, 0.5);
  transition: ease all 0.2s;
  text-decoration-thickness: 3px !important;
}

.uablue--card__item__link p a:link:hover{
      background-color: none!important;
}

.reverse-text a.btn:link:hover {
  background-color: transparent;
  border-color: var(--white);
}

.accordion-button.collapsed {
  border-radius: 0 !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++FLEX GRID+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ADDITIONAL HOVER+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a.arrow-link.hover-prezi-gold:hover::after,
.arrow-link.hover-prezi-gold:hover::after {
  color: var(--zippy-green) !important;
}

a.arrow-link.hover-daylily:hover::after,
.arrow-link.hover-daylily:hover::after {
  color: var(--zippy-green) !important;
}

a.arrow-link.hover-zippy-green:hover::after,
.arrow-link.hover-zippy-green:hover::after {
  color: var(--prezi-gold) !important;
}

a.arrow-link.hover-lux-yellow:hover::after,
.arrow-link.hover-lux-yellow:hover::after {
  color: var(--kangaroo-blue) !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ADDITIONAL HOVER+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Widget MObile customization+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Extra small devices (portrait phones, less than 576px) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and lower) */
@media (max-width: 992px) {
    .col-lg-12.vertical-border-left-zippy-green {
    display: flex;
    flex-direction: column;
  }
  
  .col-lg-12.vertical-border-left-zippy-green a {
    margin-bottom: 1rem; /* Add spacing between stacked links */
  }
  
  .col-lg-12.vertical-border-left-zippy-green a:last-child {
    margin-bottom: 0; /* Remove margin from last link */
  }

    figure.checkerboard-img {       
    width:100vw!important;
    }

    .checkerboard .checker-row {
    margin-bottom: 3rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}


/* Restore bullet points for unordered lists */
ul:not(#header *, .nav, .checkerboard *, .navbar-nav, .icon-list, .list.comma-separate, .dropdown-menu, .pagination) {
  list-style-type: disc!important;
  padding-left: 2rem !important; /* or 40px */
}

.icon-list{
    list-style-type: none!important;
}

/* Restore nested list styles */
ul:not(#header *, .nav, .navbar-nav) ul {
  list-style-type: circle!important;
}

ul:not(#header *, .nav, .navbar-nav) ul ul {
  list-style-type: square!important;
}

/* Remove bullets from arrow-link items */
ul:not(#header *, .nav) li:has(.arrow-link) {
    list-style-type: none !important;
}

.checkerboard ul{
    padding:0!important;
    padding-left:0!important;
}

.list-reset{
    padding:0!important;
    padding-left:0!important;
    list-style-type: none !important;    
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Widget MObile customization+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.top-alert {
  padding: 3em 0;
  margin-bottom: 0;
  background-color: #970202;
  color: #fff !important;
}

.top-alert h2 {
  color: #fff !important;
  font-size: 2rem;
}

.top-alert a {
    color: #fff !important;
}

.top-alert p a:link:hover {
    background-color: rgba(43, 42, 39, 0.5)!important;
}

#topcontrol {
  z-index: 2;
  background: #a89968 url(images/scrollUpArrow.png) no-repeat center 0;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  position: fixed;
  bottom: -100px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

/* Hide on mobile (screens smaller than 992px) */
.desktop-only {
  display: none;
}

@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

/* Hide on desktop (screens 992px and larger) */
.mobile-only {
  display: block;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}