/*!
Theme Name: ehs-digital-solutions
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ehs-digital-solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ehs-digital-solutions is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  max-width: 100vw;
  overflow-x: clip;
  width: 100%;
  margin: 0;
  padding: 0;
  //overflow-y: visible;
  height: 100%;:where(.is-layout-flex) { gap: 0.5em; }

}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  // overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  // overflow-y: visible;
  position: static;
  height: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  //background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
/*iframe,*/
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- 
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. 
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}*/

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  background-color: white;
  width: 100%;
  border: none;
  padding: 0rem;
  border-radius: none;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/**
* 
* CUSTOM STUFFFFF
*
*/
body {
  //background: #f8f9fa;
  /*font-size: 20px;
	line-height: 30px;*/
}

header {
  height: 5rem;
}
nav {
  height: 5rem;
}

body,
p,
a,
li {
  font-family: "Source Sans Pro", sans-serif;
}

.site-footer {
  background: #00505c;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.hero h1 {
  font-size: 4.5rem;
  text-shadow: 2px 2px 4px #3f3c30;
  color: #fff !important;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}

.hero p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  text-shadow: 2px 2px 4px #3f3c30;
  color: white;
  text-align: center;
}

.site-footer .site-footer__bottom {
  margin: 0;
  padding: 15px;
  border: 0;
}

.site-footer__bottom {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}

.site-footer .site-footer__bottom h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: normal;
}

.site-footer h2 {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer .site-footer__bottom .block {
  padding: 15px;
}

.site-footer .nav-link {
  padding: 0 0 0.35rem 0;
}
.site-footer a {
  color: #ffffff;
}
#bottom-menu a:hover,
#bottom-menu a:focus,
#global-footer a:hover,
#global-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.site-footer .nav .nav-link:hover,
.site-footer .nav .nav-link:focus {
  text-decoration: underline;
}

.post,
.page {
  margin: 0;
}
/*
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
li.nav-item a {
  text-decoration: none;
}*/
#block-footerguides-menu {
  line-height: 24px;
}

.site-footer__bottom ul li {
  list-style: none;
}

.container {
  /*position: relative;*/
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-full-width {
  color: white;
  background-color: #00505c;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-top: 0.1em;
  padding-bottom: 2em;
}

#page-wrapper {
  display: flex;
  height: 100vh;
  flex-direction: column;
}

#brand-bar,
#global-footer {
  flex-shrink: 0;
}
#brand-bar {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  background-color: #8c1515;
  font-weight: 400;
  height: 40px;
}

#brand-bar #login {
  text-align: right;
  margin-top: 8px;
}

#brand-bar a {
  font-weight: 400 !important;
  color: #e3dfd5;
  text-decoration: none;
  border-bottom: 0;
}

#brand-bar a {
  font-weight: 400 !important;
  color: #e3dfd5;
  text-decoration: none;
  border-bottom: 0;
}

#brand-bar #top-logo img {
  display: block;
  margin: 10px 0 6px 0;
  width: 153px;
  max-width: none;
}

#top-logo {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.main-header:before {
  content: " ";
  display: block;
  position: absolute;
  background: #00505c;
}

.main-header {
  background-image: url("bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  height: 23em;
}
/*
#navbar-main {
  /*position: absolute;
  z-index: 50;
  /*top: 0;
	left: 0;
  background: rgba(244, 244, 244, 0.9);
  width: 100%;
  padding: 0.5rem 1rem;
}

#navbar-main a {
  text-decoration: none;
  background-color: transparent;
  color: black;
}

.navbar-brand {
  font-size: 1.5em;
  white-space: normal;
  padding-top: 14px;
  margin-right: 3rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-brand img {
  /*border-right: 1px solid #000;
  padding-right: 0.25em;
  margin-right: 0.05em;
  margin-top: -3px;
  width: 260px;
}*/

nav#block-footerconnect ul.nav {
  flex-direction: column;
}

#global-footer {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  padding: 20px 0;
  background-color: #8c1515;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  width: auto;
}

#global-footer a {
  /*font-weight: 400;*/
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
}

#global-links {
  font-size: 17px;
}

#global-links li {
  margin: 0 17px 0 0;
}

#global-policy-links li {
  margin: 0 15px 0 0;
}

#global-policy-links a {
  font-weight: 300;
}

#global-policy-links li a {
  font-weight: 300 !important;
}

#bottom-logo {
  padding-top: 10px;
}

#bottom-menu {
  min-height: 65px;
}

#bottom-menu ul {
  margin: 0;
  padding: 5px 0 0 0px;
  line-height: 1em;
}

#bottom-menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  line-height: 1.5em;
}

#global-footer a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
}

#global-footer img {
  width: 120px;
}

#copyright {
  font-weight: 300;
}

#global-footer .vcard {
  margin-top: 0;
}

.vcard .adr {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

ol.abc {
  list-style: lower-alpha !important;
  margin-left: 0;
}

/*.cols {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-top: -0.75rem;
}

.col {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 0.75rem;
}*/

.col-1 {
  flex-basis: 8.333%;
}
.col-2 {
  flex-basis: 16.666%;
}
.col-3 {
  flex-basis: 25%;
}
.col-4 {
  flex-basis: 33.333%;
}
.col-5 {
  flex-basis: 41.666%;
}
.col-6 {
  flex-basis: 50%;
}
.col-7 {
  flex-basis: 8.333%;
}
.col-8 {
  flex-basis: 58.33%;
}
.col-9 {
  flex-basis: 75%;
}
.col-10 {
  flex-basis: 83.333%;
}
.col-11 {
  flex-basis: 91.666%;
}
.col-12 {
  flex-basis: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/**********************************************************************/
/*****************************MODULE STYLINGS**************************/
/*****MODULE STYLINGS*************MODULE STYLINGS*********************/
/*********************************************************************/
/***********MODULE STYLINGS******************************************/

/****CAROUSEL STYLING***/

#slide-1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#slide-2 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#slide-3 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.slides-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
  width: 100vw;
  height: 60vh;
}

.slide {
  position: absolute;

  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

  width: calc(100% / 3);
  width: 100vw;
}

.slides-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slide-text-box__text--title {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 2rem !important;
  line-height: 2.1rem !important;
  text-align: left !important;
  //margin-bottom: 0.7rem;
  color: white;
}

.slide-text-box__text--subtitle {
  font-family: "Source Sans 3", serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  color: white;
  font-size: 1.2rem !important;
  line-height: 1.3rem !important;
  text-align: left !important;
  padding-bottom: 0;
}

.hero-text-box {
  position: absolute;
  bottom: 5%;
  left: 2%;

  max-width: 90vw;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem 4rem;

  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
}
.hero-text-box__title {
  font-size: 2.2rem !important;
  font-family: "Source Sans 3", sans-serif !important;
  text-align: left !important;
  font-weight: 800 !important;
}
.hero-text-box__paragraph {
  font-size: 1.5rem !important;
  text-align: left;
}

.hero-text-box > .primary-button {
  max-width: 10rem;
}

.slide-text-box {
  width: 40%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  position: absolute;
  top: -48vh;
  left: 4rem;
  max-width: 37rem;
  min-width: 20.625rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}

.slide-text-box-relative-container {
  position: relative;
}
.slide-row-text-area {
  padding: 0;

  height: auto;
}

.slide-row-button-area {
  padding: 0;
  margin: 0;
  width: 100%;

  height: auto;
}

#report-now {
}
/****End carousel styling**/

.phone-number {
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
  white-space: nowrap;
  text-decoration: none; /* Removes underline */
  -webkit-text-fill-color: #fff; /* Ensures font color stays white on iOS */
}

.alert-relative-container {
  position: sticky;
  top: 5%;
  z-index: 1000;

  padding: 0;
}

.alert-bar-permanent {
  font-size: 0.7rem;
  background-color: #e50808;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.2);

  padding: 0rem 1rem;
  width: 100vw;
  position: absolute;

  display: flex;
  color: white;

  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.alert-col-left {
  flex-basis: 2%;
  font-size: 2rem;
}
.alert-col-middle {
  flex-basis: 15%;

  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 900;
}

.alert-col-right {
  flex-basis: 65%;

  font-size: 0.9rem;
  line-height: 1.1rem;
}

.alert-ex-col {
  flex-basis: 5%;
}

.alert-ex-icon {
  background: none;
  border: none;
  position: absolute;
  top: 0.5rem;
  right: 0;
  cursor: pointer;
}

.alert-ex-icon > i:hover {
  color: black;
}

.primary-button {
    padding: 1rem 3rem;
    color: white !important;           /* always white, even on <a> visited state */
    font-weight: bold;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    background-color: #279989;
    text-decoration: none;
    transition: background-color 0.5s ease;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;             /* gives <a> its block-level margin/padding behavior */
    margin-bottom: 1rem;               /* restores the bottom spacing lost when switching from <button> */
}

.secondary-button {
  padding: 1rem 3rem;
  margin: 2rem 0rem;
  color: #279989;
  font-weight: bold;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  text-decoration: none;
  border: 2px #279989 solid;
  font-size: 1rem;
  max-width: 15rem;
  transition: background-color 0.5s ease;
  text-align: center;
  background-color: none;
  cursor: pointer;
}

.secondary-button:visited {
  color: #279989;
  background-color: #279989;
}

.secondary-button:hover {
  color: white;
  background-color: #279989;
}

.primary-button:hover {
  //border: 2px #279989 solid;
  box-shadow: inset 0 0 0 2px #279989;
  background-color: white;
  color: #279989;
}
.secondary-button--red {
  color: #8c1515;
  border-color: #8c1515;
  background-color: white;
}
.secondary-button--red:hover {
  background-color: #8c1515;
}

.secondary-button--red:visited {
  color: white;
  background-color: #8c1515;
}

.secondary-button--greenblue {
  color: #009a9e;
  border-color: #009a9e;
  background-color: white;
}
.secondary-button--greenblue:hover {
  background-color: #009a9e;
}

.secondary-button--greenblue:visited {
  background-color: #009a9e;
  color: white;
}

.hero-path {
  stroke-width: 1px;
  fill: none;
}

#path1 {
  stroke: green;
}

#path2 {
  stroke: blue;
}

#path3 {
  stroke: red;
}

.svg-hero-path {
  overflow: visible;
  position: fixed;
  width: 50vw;
  height: 80vh;
  padding: 1.1px;
}

.module-hero__container {
  width: 100vw;
  height: 100vh;
  clip-path: polygon(36% 26%, 66% 25%, 55% 81%, 19% 83%);
}

.module-hero__img {
  height: 100vh;
  width: 100vw;
  background-image: url("image-8.png"); /** can't find **/
  background-position: center;
  position: absolute;
  top: -10%;
  right: -20%;
  background-size: cover;
}

.module-hero__text {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.module-hero__text--title {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.9rem;
  line-height: 3rem;

  // border: 2px black solid;
}

.module-hero__text--subtitle {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

.philosophie {
  position: relative;
}

.philosophie .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0rem 10rem;
  //outline: 1px solid red;
}

.philosophie .wrapper {
  height: 100vh;
  width: 100%;
}

.point article {
  flex-basis: 40%;
  margin-right: auto;
}

.point img {
  flex-basis: 30%;
  max-width: 35vw;
  height: auto;
}
.highlight-one {
  background-image: linear-gradient(#ffe781, #ffe781);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1rem 0.5rem 0.3rem 0.8rem;
  transition: background-size 1s ease-in;
}

.highlight-two {
  background-image: linear-gradient(#c1e3d6, #c1e3d6);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1rem 0.5rem 0.3rem 0.8rem;
  transition: background-size 1s ease-in;
}

.active-highlight {
  background-size: 100% 100%;
}

.module-section {
  width: auto;
  padding: 4rem;
  font-size: 1.3rem;
  max-width: 100vw;
  overflow-x: hidden;
}
.module-section__two-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.module-section__two-column__left-col {
  flex-basis: 40%;
}
.module-section_h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 2.32rem;
}
.module-section__two-column__right-col {
  flex-basis: 50%;
  margin-left: 2rem;
}

#module-list {
  background-color: #f4f4f4;
}

.module-section__list {
  list-style-type: none;
  line-height: 1.6rem;
  font-size: 1.4rem;
  padding: 3rem;
  background-color: white;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.2);
}

.fa-list-icons {
  font-size: 1.5rem;
  color: #006b81;
  margin-right: 0.5rem;
}

.module-section__two-column__left-col--background-img {
  background-image: url("sample-form.png");
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 10rem 2rem;
  color: white;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.4);
}

.animated-img-border {
  position: absolute;
  top: 20px; /* 20px from the top edge */
  left: 20px; /* 20px from the left edge */
  width: calc(
    100% - 40px
  ); /* Adjust width to account for the border distance */
  height: calc(
    100% - 40px
  ); /* Adjust height to account for the border distance */
  border: 2px solid #82caed; /* Example border style */
  transition: width 1s, height 1s; /* Example transition */
}

.about-su-intro {
  text-align: center;
  font-weight: 100;
  margin-bottom: 3rem;
}
.about-su__item {
  margin-bottom: 3rem;
}

.about-su {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.module-section__video {
  display: flex;
  flex-direction: row;
  width: auto;
}

.module-section__video__video-layout__video-thumbnail {
  width: 35rem;
  height: auto;
}

.title_column {
  flex-basis: 35%;
  margin-left: 2rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  //border: 2px solid blue;
}
.video_column {
  flex-basis: 65%;
  height: 40vh;
  //border: 2px solid green;
}

.video_column > iframe {
  width: 100% !important;
  height: 100% !important;
  //border: 1px solid red;
}

.text-body-serif {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.text-yellow-supetitle {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(48, 48, 48);
  border-bottom: 1px solid #ffdf36;
  width: 50%;
}

.module-section__title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
}

.module-section__subtitle {
  margin-top: 0.7rem;
  font-weight: 400;
  font-size: 1.1rem;
}
.module-section__video > .video_column > video {
  width: 100%;
  height: auto;
}
.module-section__body-video {
  margin-top: 0rem;
  font-weight: 100;
  font-family: "Source Sans 4", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.module-section__video__video-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  z-index: 100;
}
.module-section__video__video-layout__video-col {
  flex-basis: 55%;
  z-index: 96;
  margin-bottom: 4rem;
}
.module-section__video__video-layout__call-out {
  flex-basis: 45%;
  background-color: white;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  z-index: 90;
  margin-bottom: 3rem;
  margin-right: -7rem;
  border-left: 5px solid #ffdf36;
}

.module-section__video__video-layout__call-out__triangle {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;

  border-left: 60px solid #ffdf36;
}

.module-section__video__video-layout__call-out__text {
  font-size: 1.1rem;
  font-weight: 200;
  z-index: 95;
}
.module-section__video__video-layout__subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  z-index: 91;
}

.module-section__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1030px;
}
.yellow-bar {
  width: 110vw;
  height: 22rem;
  position: absolute;
  background-color: #ffdf36;
  left: -100px;
  bottom: -10px;
  z-index: 0;
}

.module-section__su17vs__cols {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.module-section__su17vs__col {
  background-color: white;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
  margin: 0rem 1.7rem;
  position: relative;
}

.module-section__su17vs__background {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.module-section__su17vs__red {
  flex-grow: 1;
  flex-basis: 50%;
}

.module-section__su17vs__su17b {
  flex-grow: 1;
  flex-basis: 50%;
}

.module-section__su17vs__img {
  height: 30rem;
  width: auto;
  //flex-basis: 20%;
}

.module-section__su17vs__text {
  flex-basis: 80%;
  padding: 1.5rem;
}

.module-section__su17vs__text__title {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  font-size: 2rem;
}

.module-section__su17vs__red__text__subtitle {
  font-size: 1rem;
  font-weight: normal;
  color: #8c1515;
}

.module-section__su17vs__su17b__text__subtitle {
  font-size: 1rem;
  font-weight: normal;
  color: #009a9e;
}

.module-section__su17vs__floater {
  position: absolute;
  background-color: white;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  top: 10rem;
  left: 2rem;
  width: 90%;
  font-size: 1.1rem;
  height: 55%;
}

.module-section__su17vs__red__floater__text {
  margin-bottom: 2rem;
}

.module-section__su17vs__su17b__floater__text {
  margin-bottom: 2rem;
}

.module-section__su17vs__red__floater__text > ul {
  margin: 0;
}

.module-section__su17vs__title {
  text-align: right;
  padding: 2rem 0rem;
  width: auto;
}

.module-section__what-to-expect {
  margin-bottom: 3rem;
  //max-width: 1030px;
}
#role-cards {
  max-width: 1300px;
  align-self: center;
}
.module-section__subtitle--salmon {
  font-weight: 900;
  font-size: 1.1rem;
  color: #e04f39;
}
.module-section__body {
  margin-top: 1rem;
  font-weight: 100;
  font-family: "Source Sans 4", sans-serif;
}
#what-to-expect {
  background-color: white;
  padding: 4rem;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
  margin: 1rem;
}

.hover-left-line {
  height: 5px;
  width: 0%;
  background-color: #e04f39;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hover-right-line {
  height: 0%;
  width: 5px;
  background-color: #e04f39;
  position: absolute;
  bottom: 0;
  right: 0;
}

.module-section__what-to-expect__tiles-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.module-section__what-to-expect__tile {
  margin: 0.7rem;
  position: relative;
  cursor: pointer;
}
.module-section__what-to-expect__tile__backdrop {
  border: 2px solid #e04f39;
  height: 14rem;
  width: 13rem;
  //position: absolute;
  //top: 0.3rem;
  //left: 0.3rem;
  margin: 0.2rem 0rem 0rem 0.2rem;
}

.module-section__what-to-expect__tile__tile-card {
  padding: 1rem;
  background-color: white;
  border: 2px solid #e04f39;
  height: 14rem;
  width: 13rem;
  position: absolute;
  top: 0;
  left: 0;
}

.module-section__what-to-expect__tile__subtitle {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 0.95rem;
  color: #e04f39;
  margin: 0;
}
.module-section__what-to-expect__tile-line {
  border-top: 0.8px solid black;
  margin-bottom: 0.8rem;
  margin-top: 0.4;
}

.module-section__what-to-expect__tile__title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: black;
  margin: 0rem;
  padding: 0;
}
.module-section__what-to-expect__tile__learn-more {
  margin-top: 0rem;
  font-weight: 200;
  color: #e04f39;
  text-decoration: underline;
  font-size: 0.7rem;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.what-to-expect__white-blocker-top {
  background-color: white;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  z-index: 3000;
}

.what-to-expect__white-blocker-bottom {
  background-color: white;
  position: fixed;

  bottom: 0;
  left: 0;
  width: 100%;
  height: 19px;
  z-index: 3000;
}

.module-section__what-to-expect__tile-expanded {
  background-color: white;
  box-shadow: 0px 0px 242px 200px rgba(222, 222, 222, 0.75);
  width: 90vw;
  outline: 1px solid #e04f39;
  outline-offset: -20px;
  margin: 1rem;
  padding: 2rem 4rem 4.5rem 4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  max-height: 70vh;
  overflow: hidden;
}

.expanded-hidden {
  visibility: hidden;
}

.module-section__what-to-expect__tile-expanded__cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  z-index: 2000;
  position: relative;
  overflow-y: scroll;
  height: 65vh;
  padding-bottom: 5rem;
}

.module-section__what-to-expect__tile-expanded__left {
  flex-basis: 30%;
  align-self: center;
}

.module-section__what-to-expect__tile-expanded__right {
  margin-left: 2rem;
  flex-basis: 70%;
}

.module-section__what-to-expect__tile-expanded-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
}

.module-section__what-to-expect__tile-expanded__body,
.module-section__what-to-expect__tile-expanded__body > ul > li {
  font-size: 1.1rem;
  font-family: "Source Sans 4", sans-serif;
  font-weight: 300;
  z-index: 2000;
}

a {
  color: #e04f39;
}

a:hover {
  color: #ff634a;
}

.module-section__what-to-expect__tile-expanded-supratitle {
  font-size: 0.8rem;
  font-weight: 700;
  color: #e04f39;
}

.module-section__what-to-expect__tile-expanded__border-box {
  /*
  position: absolute;
  top: 20px; /* 20px from the top edge 
  left: 20px; /* 20px from the left edge 
  width: calc(
    100% - 40px
  ); /* Adjust width to account for the border distance 
  height: calc(
    100% - 40px
  ); /* Adjust height to account for the border distance 
  border: 1px solid #e04f39; /* Example border style 
  transition: width 1s, height 1s; /* Example transition 
  z-index: 0;*/
}

.module-section__what-to-expect__tile-expanded__border-box__ex {
  position: absolute;
  border-left: 1px solid #e04f39;
  border-bottom: 1px solid #e04f39;
  color: #e04f39;
  width: 3rem;
  height: 3rem;
  top: 20px;
  right: 20px;
  font-size: 0.9rem;
  padding: 0.3rem;
  cursor: pointer;
  background: none;
  border-right: none;
  border-top: none;
  z-index: 1000;
}

.module-section__what-to-expect__tile-expanded__border-box__ex:hover {
  background-color: #e04f39;
  color: white;
  border: none;
}

.module-section__what-to-expect__tile-expanded__border-box__left-arrow {
  position: absolute;
  color: #e04f39;
  background-color: white;
  width: 2rem;
  height: 3rem;
  top: 50%;
  left: 10px;
  font-size: 0.9rem;
  padding: 0.3rem 0rem;
  transition: 0.2s ease;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

.module-section__what-to-expect__tile-expanded__border-box__left-arrow:hover {
  transform: translateX(-2px);
}
.module-section__what-to-expect__tile-expanded__body {
  z-index: 1001;
}
.module-section__what-to-expect__tile-expanded__body,
.module-section__what-to-expect__tile-expanded__body a {
  pointer-events: auto; /* Ensure this is set */
}

.module-section__what-to-expect__tile-expanded__border-box__right-arrow {
  position: absolute;
  color: #e04f39;
  background-color: white;
  width: 2rem;
  top: 50%;
  right: 10px;
  font-size: 0.9rem;
  padding: 0.3rem 0rem;
  transition: 0.2s ease;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

.module-section__what-to-expect__tile-expanded__border-box__right-arrow:hover {
  transform: translateX(2px);
}

#what-to-expect {
  position: relative;
}

/********FAQ SECTION************/
.module-section_FAQ_col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#FAQ {
  max-width: 1300px;
  align-self: center;
}

.module-section_FAQ_col_left {
  flex-basis: 40%;
  margin: 1rem;
  padding: 2rem;
}

.module-section_FAQ_help-block {
  margin: 1rem 0rem;
  padding: 1rem 1.5rem;
  background-color: #f3fbfb;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
}

.module-section_FAQ_col_right {
  flex-basis: 60%;
  margin: 3rem 2rem 2rem 2rem;
  padding: 2rem;
}

.module-section_FAQ_title {
  font-size: 3rem;
  font-weight: 900;
}

.module-section_FAQ_subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7rem;
  color: #009a9e;
  margin-top: -1.4rem;
}

.accordion-title {
  font-weight: 500;
  font-size: 1.2rem;
  padding-bottom: 0.3rem;
  line-height: 1.4rem;
  padding-left: -1rem;
}

.accordion-menu {
  cursor: pointer;
  user-select: none;
  background: none;
  border: none;
  text-align: left;
  border-bottom: 1px solid #009a9e;
  border-radius: 0px;
  padding-bottom: 0.5rem;
}

.accordion-content {
  margin-top: 0.2rem;
  height: 0;
  overflow: hidden;
}
.accordion-content > p {
  font-family: "Source Sans 4", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}

.accordion-content > ul > li {
  font-family: "Source Sans 4", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}

.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}

.accordion-menu > i {
  margin-left: 0.2rem;
}

/*****Anchor links*****/
.anchor-links-mobile {
  display: none;
}

.anchor-links {
  display: flex;

  flex-direction: row;
  justify-content: space-between;
  font-weight: 400;
  text-decoration: none;
  font-family: "Roboto Mono", monospace;
  margin: 0rem;
  width: 100%;
  padding: 1rem 6rem;
  background-color: white;
  box-shadow: 0px 33px 30px -21px rgba(0, 0, 0, 0.06);
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 3rem; /* Stick to the top of the viewport */
  z-index: 2000; /* Ensure it's on top if needed */
}
.anchor-link-style {
  text-decoration: none;
  color: black;
  font-family: "Roboto Mono", monospace;
}

.anchor-link-style:hover {
  color: #2d716f;
}

.anchor-link-style:visited {
  color: black;
}

.container-for-highlight {
  position: relative;
  height: 100%;
  width: 100%;
}

.anchor-links__anchor {
  position: relative;
}

.anchor-highlight {
  display: flex !important;
  position: absolute;
  top: 1rem;
  left: 5.5rem;
  height: 2rem;
  width: 8rem;
  background-color: #b6eaea;
  transition: all 0.3s ease;
}

/********************/
/****************detailes button***/
.details-button {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10001;
  max-width: 5rem;
  font-size: 0.7rem;
  padding: 1rem;
  align-items: center;
  cursor: pointer;
}
/****************/

@media screen and (max-width: 950px) {
  /********FAQ SECTION************/
  .module-section_FAQ_col {
    display: flex;
    flex-direction: column;
  }

  .module-section_FAQ_col_right {
    flex-basis: 60%;
    margin: 1rem;
    padding: 2rem;
  }
  /********************/

  .module-hero__text {
    font-size: 2rem;
    line-height: 2rem;
    z-index: 101;
  }
  .module-hero__text--title {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .module-hero__text--subtitle {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

  * {
    box-sizing: border-box;
  }

  .point article {
    width: 100%;
    margin-right: auto;
    order: 2;
  }

  .point img {
    /*flex-basis: 30%;*/
    margin: 8rem 1rem 1rem 1rem;

    // border: 2px solid black;
    order: 1;
    z-index: 0;
  }
  .highlight-one {
    background-image: linear-gradient(#ffe781, #ffe781);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem 0.5rem 0.3rem 0.8rem;
    transition: background-size 1s ease-in;
  }

  .highlight-two {
    background-image: linear-gradient(#c1e3d6, #c1e3d6);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem 0.5rem 0.3rem 0.8rem;
    transition: background-size 1s ease-in;
  }

  /********LIST RESPONSIVE SECTION************/
  .module-section {
    width: auto;
    padding: 1rem;
    font-size: 1.3rem;
  }
  .module-section__two-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .module-section_h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 2.32rem;
  }
  .module-section__two-column__right-col {
    margin-left: 0rem;
  }

  #module-list {
    background-color: #f4f4f4;
  }

  .module-section__list {
    list-style-type: none;
    line-height: 1.6rem;
    font-size: 1.4rem;
    padding: 3rem;
    margin: 0;
    margin-bottom: 1rem;
    background-color: white;
    box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.2);
  }

  .fa-list-icons {
    font-size: 1.5rem;
    color: #006b81;
    margin-right: 0.5rem;
  }

  .module-section__two-column__left-col--background-img {
    background-image: url("sample-form.png");
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 2rem 2rem;
    margin: 2rem 0rem;
    color: white;
    box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.4);
  }

  /**************STANFORD APPROACH SECTION***************/

  /**********RESPONSIVE VIDEO SECTION************/
  .yellow-bar {
    width: 120vw;
  }
  .module-section__video__two-column {
    display: flex;
    flex-direction: column;
    margin: 1rem 1rem;
    align-items: flex-start;
    justify-content: space-around;
    z-index: 99;
  }

  .module-section__video__two-column__right {
    padding: 2rem;
    width: 100%;
    flex-basis: 100%;
    margin: 1.5rem 0;
    background-color: white;
    box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
  }

  .module-section__body--serif {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  .module-section__body-video {
    margin-top: 0.5rem;
  }

  .text-yellow-supetitle {
    font-size: 1rem;
    font-weight: bold;
    color: #ecbb27;
  }

  .module-section__title {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: bold;
    font-family: "Source Serif 4", serif;
  }

  .module-section__subtitle {
    margin-top: 0.5rem;
    font-weight: 400;
  }

  .module-section__video__video-layout {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    z-index: 100;
  }
  .module-section__video__video-layout__video-col {
    flex-basis: 55%;
    z-index: 96;
    margin-bottom: 2rem;
  }
  .module-section__video__video-layout__call-out {
    flex-basis: 45%;
    background-color: white;
    box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
    padding: 2rem 4rem 2rem 2rem;
    z-index: 90;
    margin-bottom: 3rem;

    border-left: 5px solid #ffdf36;
  }

  /*****************RESPONSIVE SU17VS*****************/

  .module-section__su17vs__cols {
    flex-direction: column;
  }
  .module-section__su17vs__col {
    margin: 1rem 0rem;
    width: 100%;
  }

  .module-section__su17vs__background {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
  }

  .module-section__su17vs__red {
    flex-grow: 1;
    flex-basis: 50%;
  }

  .module-section__su17vs__su17b {
    flex-grow: 1;
    flex-basis: 50%;
  }

  .module-section__su17vs__img {
    height: 30rem;
    width: auto;
    /*flex-basis: 20%;*/
  }

  .module-section__su17vs__text {
    flex-basis: 80%;
    padding: 1.5rem;
  }

  .module-section__su17vs__text__title {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 800;
    font-size: 2rem;
  }

  .module-section__su17vs__red__text__subtitle {
    font-size: 1rem;
    font-weight: normal;
    color: #8c1515;
  }

  .module-section__su17vs__su17b__text__subtitle {
    font-size: 1rem;
    font-weight: normal;
    color: #009a9e;
  }

  .module-section__su17vs__floater {
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    top: 10rem;
    left: 2rem;
    width: 90%;
    font-size: 1.1rem;
    height: 55%;
  }

  .module-section__su17vs__red__floater__text > ul {
    margin: 0;
  }

  .module-section__su17vs__title {
    text-align: right;
    padding: 2rem 0rem;
    width: auto;
  }

  .module-section__what-to-expect__tile-expanded__cols {
    flex-direction: column;
    margin: 1rem;
    //transform: scale(0.7);
    align-items: center;
    justify-content: space-around;
    height: 90vh;
    position: relative;
    z-index: 2000;
  }

  .module-section__what-to-expect__tile-expanded {
    margin: 0;
    padding: 2rem 1.3rem 1.3rem 1rem;
    overflow: hidden;
    max-height: 86vh !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    z-index: 1001;
  }

  .module-section__what-to-expect__tile-expanded__left {
    flex-basis: 0%;
  }

  .module-section__what-to-expect__tile-expanded__right {
    margin: 0;
    flex-basis: 100%;
  }

  .module-sectino__what-to-expect__tile-expanded__img {
    height: 0;
  }
}

/**media query to handle nav bar, must clean up later **/

@media screen and (max-width: 1035px) {
  .slide-text-box {
    width: 90% !important;
    top: -57vh;
  }
}

@media screen and (max-width: 820px) {
  .video_column {
    flex-basis: 65%;
    //height: 40vh;
    //border: 2px solid green;
  }

  .video_column > iframe {
    width: 95vw !important;
    height: 40vh !important;
    //border: 1px solid red;
  }

  .primary-navbar__home-link > a {
    text-decoration: none !important;
    font-size: 1.2rem;
    padding-right: 0.5rem;
  }

  .primary-navbar__home-link > a:hover {
    text-decoration: underline;
    font-size: 1.2rem;
    color: black;
  }

  .primary-navbar__home-link > a:visited {
    text-decoration: none !important;
    font-size: 1.2rem;
    color: black;
  }

  .primary-navbar__link {
    display: none;
  }
  body {
    overflow-x: hidden;
  }

  .anchor-links {
    display: none;
  }

  .anchor-links-mobile {
    display: flex;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s;
    transition: max-height 0.8s;

    transition-timing-function: ease;
  }

  .anchor-links-mobile--expanded {
    display: flex;
    max-height: 100rem;
    opacity: 1;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 400;
    text-decoration: none;
    font-family: "Roboto Mono", monospace;
    margin: 0rem;
    width: 100vw;
    padding: 1rem 1rem;
    background-color: white;
    box-shadow: 0px 33px 30px -21px rgba(0, 0, 0, 0.06);

    position: absolute;
    top: 4rem; /* Stick to the top of the viewport */
    z-index: 2000; /* Ensure it's on top if needed */
  }
  .anchor-link-style {
    text-decoration: none;
    color: black;
  }

  .anchor-link-style:visited {
    color: black;
  }

  .container-for-highlight {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .anchor-links__anchor {
    position: relative;
  }

  .anchor-highlight {
    display: none !important;
  }

  /****mobile--nav*/
  header {
    height: 3.75rem;
  }
  nav {
    height: 3.75rem;
  }

  .primary-navbar-container {
    height: 100%;
  }

  .primary-navbar {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    background-color: white;
    box-shadow: 0px 33px 30px -21px rgba(0, 0, 0, 0.06);
    justify-content: flex-start;
    align-items: center;
    padding: 0px 0.5rem !important;
    margin: 0;
    // border: 2px solid green;
    height: 7vh;
  }

  .primary-navbar__logo {
    //border: 2px solid blue;
    padding: 0;
    margin: 0;
  }
  .primary-navbar__logo-img {
    width: 5rem;
    padding: 0;
    margin: 0;
  }

  .primary-navbar__left-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
    align-items: center;
    // border: 2px solid blue;
    width: auto;
    height: auto;
    padding: 0px !important;
  }

  .primary-navbar__mobile-menu {
    display: flex !important;
    height: 3rem;
    width: 3rem;
    //border: 1px solid black;
    justify-content: center;
    align-items: center;
  }

  .primary-navbar__link > a {
    padding: 0rem 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: black;
    text-decoration: none;
    list-style: none;

    transition: font-size 0.5s;
    transition-timing-function: ease;
  }

  .primary-navbar__cta {
    display: none;
  }

  .primary-navbar__cta > a {
    display: none;
  }

  .primary-navbar__cta > a:visited {
    color: white;
    text-decoration: none;
  }
  .primary-navbar__cta--mobile {
    display: flex;

    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3rem;
    border-radius: 20%;
    background-color: #279989;
  }

  .primary-navbar__cta--mobile > a {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .primary-navabr-cta--mobile-icon {
    width: 2rem;
    display: block !important;
  }

  /**Alert Bar Mobile**/
  .alert-bar-permanent {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
  }

  .alert-ex-col {
    align-self: flex-end;
  }
  .alert-col-middle {
    flex-grow: 2;
  }
  .alert-col-right {
    flex-grow: 4;
  }

  /*******VIDEO MOBILE ADJUST***/
  .module-section__video {
    flex-direction: column;
  }

  .vertical_line {
    display: none;
  }
  .video_subtitle {
    display: none;
  }

  .video_column {
    order: 2;
  }
  .title_column {
    order: 1;
    margin: 0;
    color: black !important;
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin-bottom: 0.2rem;
  }
  .title_column > h1 {
    margin: 0;
  }

  /***HERO MOBILE ADJUST***/

  .slide-text-box {
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    position: absolute !important;
    top: -48vh;
    left: 5%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slide-text-box-relative-container {
    position: relative;
  }
  .slide-row-text-area {
    padding: 0;

    height: auto;
  }

  .slide-row-button-area {
    padding: 0;
    margin: 0;
    width: 100%;

    height: auto;
  }

  /********Grid Mobile**************/
  .about-su {
    margin: 0;
    padding: 0.5rem;
    width: 100vw;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, minmax(9.0625rem, 1fr));
    grid-auto-rows: 9.0625rem;
  }

  .gallery {
    width: 100%;
  }

  .item1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .item2 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .item2--expanded {
    grid-row: span 3;
  }
  .item3 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .item4 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .item5 {
    grid-column: span 1;
    grid-row: span 1;
  }

  /**ROLES EXPANDED CARDS MOBILE **/
  .module-section__what-to-expect__tile-expanded__left {
    height: 0;
  }

  .module-section__what-to-expect__tile-expanded-title {
    margin: 0.3rem 0rem;
    font-size: 1.5rem;
    line-height: 1.65rem;
  }

  .module-section__what-to-expect__tile-expanded__body,
  .module-section__what-to-expect__tile-expanded__body > ul > li {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .module-hero__text {
    font-size: 2rem;
    line-height: 2rem;
    z-index: 101;
  }
  .module-hero__text--title {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .module-hero__text--subtitle {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

  * {
    box-sizing: border-box;
  }

  .philosophie {
    position: relative;
  }

  .philosophie .point {
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    text-align: center;

    /*outline: 1px solid red;*/
  }

  .philosophie .wrapper {
    height: 80vh;
    width: 100%;
    /* transform: scale(1.2);*/
  }

  .point article {
    width: 100%;
    margin-right: auto;
    order: 2;
  }

  .point img {
    /*flex-basis: 30%;*/
    margin: 1rem 1rem 1rem 1rem;
    height: 1000px;
    // border: 2px solid black;
    order: 1;
    z-index: 0;
  }
}
/**********************************************************************/
/*****************************MODULE STYLINGS**************************/
/*****MODULE STYLINGS*************MODULE STYLINGS*********************/
/*********************************************************************/
/***********MODULE STYLINGS******************************************/

/************MAIN PAGE*************/
.hero-main {
  margin: 6rem 4rem 0rem 4rem;
}
.hero-main__row {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hero-main__left-col {
  flex-basis: 45%;
}

.hero-main__right-col {
  flex-basis: 45%;
  position: relative;
}

.hero-main__images {
  position: absolute;
  top: 0;
  right: 0;
}

hero-main__background-image {
  position: relative;
}

.hero-main__tiles-image {
  position: absolute;
  top: 0;
  right: 0;
}

.hero-main__title {
}

.modules-timeline-folder {
  margin: 2rem;
  padding: 2rem;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
  background-color: white;
  height: 100vh;
  overflow: auto;
}
.modules-timeline-folder__tabs {
  position: relative;
}
.modules-timeline-folder__tabs__highlight {
  position: absolute;
  top: 0rem;
  left: 0rem;
  height: 1.5rem;
  width: 4rem;
  background-color: #ffdf36;
  transition: all 0.3s ease;
}
.modules-timeline-folder__tabs__line {
  height: 0.2px;
  width: 90%;
  background-color: black;
  position: absolute;
  top: 1.7rem;
  left: 8%;
}
.modules-timeline-folder__tabs__title {
  background: none; /* Remove default button styling */
  border: none; /* Remove default button styling */
  padding: 0; /* Adjust padding as needed */
  font: inherit; /* Inherit font styles */
  color: inherit; /* Inherit text color */
  cursor: pointer; /* Show pointer cursor on hover */
}

.modules-timeline-folder__tabs__titles {
  display: flex;
  flex-direction: row;
  font-family: "Roboto Mono", monospace;
  font-size: 0.8rem;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.modules-timeline-folder__body {
  display: none;
  margin-top: 2rem;
}

.modules-timeline-folder__body-timeline {
  display: block;
}

.modules-timeline-folder__timeline-text {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.modules-timeline-folder__body__left {
  flex-basis: 50%;
}
.modules-timeline-folder__body__right {
  margin-left: 1rem;
  flex-basis: 50%;
}

.modules-timeline-folder__body__h1 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.9rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.modules-timeline-folder__body__buttons {
  margin-top: 2.5rem;
}

.modules-timeline-folder__button {
  padding: 1rem 3rem;

  color: white;
  font-weight: bold;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  background-color: #279989;
  text-decoration: none;
  transition: background-color 0.5s ease;
}

.modules-timeline-folder__button:hover {
  color: white;
  background-color: #2fa393;
}

.modules-timeline-folder__button:visited {
  color: white;
  background-color: #2fa393;
}

.modules-timeline-folder__body__p {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-top: 1rem;
}

.modules-timeline-folder__body__h2 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 3.7rem;
}

.timeline-icon {
  color: #009a9e;
  font-size: 0.8rem;
}

.modules-timeline-folder__body__timeline {
  margin: 2rem 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  position: relative;
}

.modules-timeline-folder__body__timeline__right {
  position: relative;
}

.modules-timeline-folder__body__timeline__line {
  width: 1px;
  height: 100%;
  background-color: #009a9e;
  position: absolute;
  left: 0.56rem;
}

.modules-timeline-folder__body__timeline__right__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.modules-timeline-folder__body__timeline__right__item__text__date {
  font-size: 0.7rem;
  color: grey;
  letter-spacing: 0.1rem;
}

.modules-timeline-folder__body__timeline__right__item__text__phase {
  font-size: 1rem;
  color: black;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 61rem;
  margin: 2rem 0rem;
}

.timeline-row-1 {
  display: flex;
  flex-direction: row;
}

.timeline-row-title {
  flex-basis: 15%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  border-top: 1px solid #e9e9e9;
  font-weight: 200;
}

.timeline-row-year {
  flex-basis: 15%;
  border-right: 1px dashed rgb(163, 163, 163);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.year-labels {
  flex-basis: 15%;

  position: relative;
}

.year-labels-2026 {
  flex-basis: 10%;
  position: relative;
}

.year-labels-text {
  position: absolute;
  left: -1rem;
  font-family: "Roboto Mono", monospace;
  font-size: 0.8rem;
}

.timeline-row-icon--completed {
  position: absolute;
  top: -0.5rem;
  left: -0.75rem;
  opacity: 1;
  //font-size: 0.84rem;
}

.timeline-row-month {
  height: 100%;
  width: 100%;
  flex-basis: 8.33%;
}

.timeline-row-2026 {
  flex-basis: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.timeline-row-month--rad-block {
  height: 90%;
  width: 100%;
  flex-basis: 8.33%;
  background-color: #8c1515;
}

.timeline-row-month--incident {
  height: 90%;
  width: 100%;
  flex-basis: 8.33%;
  background-color: #67afd2;
}
.timeline-row-month--data-integration {
  height: 90%;
  width: 100%;
  flex-basis: 8.33%;
  background-color: #67afd2;
}
.timeline-row-month--compliance-cal {
  height: 90%;
  width: 100%;
  flex-basis: 8.33%;
  background-color: #67afd2;
}

.timeline-row-month--permit-auth {
  height: 90%;
  width: 100%;
  flex-basis: 8.33%;
  background-color: #8ab8a7;
}
.timeline-row-month--rec-int {
  height: 90%;
  width: 100%;
  flex-basis: 8.33%;
  background-color: #8ab8a7;
}
.timeline-row-month--inspections {
  height: 90%;
  width: 100%;
  flex-basis: 8.33%;
  background-color: #8ab8a7;
}
.timeline-row-month--chem-manag {
  height: 90%;
  width: 100%;
  flex-basis: 8.33%;
  background-color: #8ab8a7;
}

.timeline-row-1.timeline-row-1--lighter
  > .timeline-row-year
  > .timeline-row-month:nth-child(odd) {
  background-color: rgb(244, 244, 244);
}
.timeline-row-1.timeline-row-1--lighter
  > .timeline-row-year
  > .timeline-row-month:nth-child(even) {
  background-color: white;
}

.timeline-row-1.timeline-row-1--darker
  > .timeline-row-year
  > .timeline-row-month:nth-child(odd) {
  background-color: rgb(236, 236, 236);
}

.timeline-row-1.timeline-row-1--darker
  > .timeline-row-year
  > .timeline-row-month:nth-child(even) {
  background-color: rgb(252, 252, 252);
}

.timeline-row-month--rad-block--left {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #8c1515;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  color: white;
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}

.timeline-row-month--rad-block--right {
  height: 90%;
  width: 100%;
  flex-basis: 49.98%;
  background-color: #8c1515;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}

.timeline-row-month--incident-center {
  height: 90%;
  width: 100%;
  flex-basis: 74.97%;
  background-color: #67afd2;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}

.timeline-row-month--incident-left {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #67afd2;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}

.timeline-row-month--data-integration-center {
  height: 90%;
  width: 100%;
  flex-basis: 41.65%;
  background-color: #67afd2;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}

.timeline-row-month--data-integration-left {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #67afd2;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}

.timeline-row-month--compliance-cal-left {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #67afd2;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}
.timeline-row-month--compliance-cal-right {
  height: 90%;
  width: 100%;
  flex-basis: 33.32%;
  background-color: #67afd2;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}

.timeline-row-month--permit-auth-left {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #8ab8a7;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}
.timeline-row-month--permit-auth-right {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #8ab8a7;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}

.timeline-row-month--rec-left {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #8ab8a7;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}
.timeline-row-month--rec-right {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #8ab8a7;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}

.timeline-row-month--inspections-left {
  height: 90%;
  width: 100%;
  flex-basis: 100%;
  background-color: #8ab8a7;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}

.timeline-row-month--inspections-right {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #8ab8a7;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}
.timeline-row-month--chem-manag-left {
  height: 90%;
  width: 100%;
  flex-basis: 100%;
  background-color: #8ab8a7;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: left;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  position: relative;
}

.timeline-row-month--chem-manag-right {
  height: 90%;
  width: 100%;
  flex-basis: 24.99%;
  background-color: #8ab8a7;
  padding: 0.5rem;
  color: white;
  font-size: 0.6rem;
  text-align: right;
  letter-spacing: 0.07rem;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
}

.modules-timeline-folder__body__ul {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.modules-timeline-folder__body-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modules-timeline-folder__body-flex-right {
  flex-basis: 35%;
  margin: 0rem 4rem;
  padding: 1rem 2rem;
  background-color: white;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  height: 70%;
  margin-top: 2rem;
}
.status-title {
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.08rem;
  font-weight: 800;
  text-align: right;
  font-size: 0.7rem;
  color: grey;
}

.modules-timeline-folder_body-flex-left {
  flex-basis: 65%;
}

.modules-timeline-folder__body__content-text {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-top: 1rem;
}

.status-bar-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.status-icon {
  flex-basis: 10%;
}

.status-bar {
  flex-basis: 90%;
  background-color: #8c1515;
  border-radius: 1rem;
  width: 100%;
  height: 20px;
  border: 2px solid white;
  box-shadow: 0 0px 0px 3px rgba(140, 21, 21, 1);
  margin: 1rem 0;
}

.status-bar--not-started {
  flex-basis: 90%;
  background-color: white;
  border-radius: 1rem;
  width: 100%;
  height: 20px;
  border: 2px solid white;
  box-shadow: 0 0px 0px 3px rgba(138, 184, 167, 1);
  margin: 1rem 0;
}

.status-bar--in-progress {
  flex-basis: 90%;

  border-radius: 1rem;
  width: 100%;
  height: 20px;
  border: 2px solid #67afd2;

  margin: 1rem 0;
}

.status-bar__in-progress-fill {
  background-color: #67afd2;
  width: 66.7%;
  height: 100%;
  border-radius: 1rem;
  border: 2px solid white;
}

.status-bar-text {
  font-size: 1.2rem;
  padding-left: 0.3rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.status-bar-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 200;
  font-family: "Roboto Mono", monospace;
}

/****NAVIGATION BAR STYLING****/

nav {
  position: fixed;
  width: 100vw;
  top: 0; /* Stick to the top of the viewport */
  z-index: 2000;
  transition: all 0.3s ease;
}

@media (min-width: 1300px) {
  .slide-text-box {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .about-su {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #module-list {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  #video-announcement {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  #su17-vs-su17b {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  #what-to-expect {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  #FAQ {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.primary-navbar-container {
  height: 100%;
}

.primary-navbar {
  width: 100vw;
  position: fixed;
  top: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  background-color: white;
  box-shadow: 0px 33px 30px -21px rgba(0, 0, 0, 0.06);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 4rem 1.1rem 8rem;

  transition: padding 0.5s;
  transition-timing-function: ease;
}
.primary-navbar__mobile-menu {
  display: none;
}
.primary-navabr-cta--mobile-icon {
  display: none;
}

.primary-navbar__logo-img {
  width: 15rem;
  transition: width 0.5s;
  transition-timing-function: ease;
}

.primary-navbar__left-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style-type: none;
  align-items: center;
  padding-top: 0.5rem;
  height: 100%;
  transition: padding-top 0.5s;
  transition-timing-function: ease;
}

.primary-navbar__link > a {
  padding: 0rem 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: black;
  text-decoration: none;
  list-style: none;

  transition: font-size 0.5s;
  transition-timing-function: ease;
}

.primary-navbar__cta {
  margin: 0.2rem 1.5rem;
}

.primary-navbar__cta > a {
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  padding: 0.8rem 1.5rem;

  background-color: #279989;
  color: white;

  transition: font-size 0.5s;
  transition-timing-function: ease;
}

.primary-navbar__cta > a:hover {
  background-color: #1d7f72;
}

.primary-navbar__cta > a:visited {
  color: white;
  text-decoration: none;
}
.primary-navbar__link:hover {
}

.hidden-brand-bar {
  display: none;
}

.primary-navbar--scrolled {
  width: 100vw;
  align-items: center;
  display: flex;
  flex-direction: row;
  background-color: rgb(246, 246, 246);
  box-shadow: 0px 33px 30px -21px rgba(0, 0, 0, 0.06);
  justify-content: space-between;
  align-items: center;

  padding: 0.5rem 4rem 0.8rem 8rem;
  margin-bottom: 08rem;
}
.primary-navbar__logo-img--scrolled {
  width: 10rem;
}

.primary-navbar__left-navigation--scrolled {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style-type: none;
  align-items: center;
  padding-top: 0.25rem;
}

.primary-navbar__link--scrolled > a {
  padding: 0rem 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: black;
  text-decoration: none;
  list-style: none;
}

.primary-navbar__cta--scrolled {
  margin: 0rem 0.75rem;
}

.primary-navbar__cta--scrolled > a {
  padding: 0.4rem 0.75rem;

  background-color: #b1040e;
  color: white;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.primary-navbar__cta--scrolled > a:hover {
  background-color: #9e020a;
}

/****************************************/
/**************GALLERY MOSaIC GRID ****************/
.gallery {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  grid-auto-rows: 12.5rem;
  max-width: 1030px;
}

.gallery-item {
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.item1 {
  grid-row: span 2;
  background-image: url("mosaic1.jpg");
  transition: grid-row 0.3s ease, background-image 0.3s ease;
}

.item2 {
  grid-column: span 2;
  background-image: url("mosaic2.jpg");
  transition: grid-row 0.3s ease, background-image 0.3s ease;
}

.item3 {
  background-image: url("mosaic3.jpg");
  transition: grid-row 0.3s ease, background-image 0.3s ease;
}

.item4 {
  background-image: url("mosaic4.jpg");
  transition: grid-row 0.3s ease, background-image 0.3s ease;
}

.item5 {
  grid-column: span 2;
  background-image: url("mosaic5.jpg");d
  transition: grid-row 0.3s ease, background-image 0.3s ease;
}

.mosaic-title {
  color: white;
  font-size: 1.5rem;
  line-height: 1.7rem;
  padding: 1rem 0.5rem;
  margin-top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    175deg,
    rgba(0, 0, 0, 0.8293340773809523) 0%,
    rgba(0, 0, 0, 0) 49%
  );
  width: 100%;
  height: 100%;

  transition: color 0.3s ease, background-color 0.3s ease, font-size 0.3s ease,
    padding 0.3s ease, padding 0.3s ease;
}

.mosaic-paragraph-hidden {
  display: none;
}

.mosaic-paragraph {
  transition: font-size 0.3s ease, font-weight 0.3s ease, font-size 0.3s ease,
    padding 0.3s ease;
}

.item1--expanded {
  grid-column: span 2;
  grid-row: span 2;
  background-image: url("mosaic1-expanded.jpg");
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  background-position: -2rem 50%;
  background-repeat: no-repeat;
}

.item2--expanded {
  grid-column: span 3;
  grid-row: span 2;
  background-image: url("mosaic2-expanded.jpg");
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);

  background-repeat: no-repeat;
  background-position: -3rem 50%;
}

.item2--expanded--mobile {
  grid-column: span 3;
  grid-row: span 3;
  background-image: url("mosaic2-expanded.jpg");
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);

  background-repeat: no-repeat;
  background-position: -3rem 50%;
}

.item3--expanded {
  grid-column: span 2;
  grid-row: span 2;
  background-image: url("mosaic3-expanded.jpg");
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  background-position: -2rem 50%;
  background-repeat: no-repeat;
}

.item4--expanded {
  grid-column: span 2;
  grid-row: span 2;
  background-image: url("mosaic4-expanded.jpg");
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  background-position: -2rem 50%;
  background-repeat: no-repeat;
}

.item5--expanded {
  grid-column: span 2;
  grid-row: span 2;
  background-image: url("mosaic5-expanded.jpg");
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  background-position: -2rem 50%;
  background-repeat: no-repeat;
}

.mosaic-title--expanded {
  color: black;
  font-size: 1.5rem;
  line-height: 1.7rem;
  padding: 1rem 1rem 0.5rem 4.75rem;
  text-align: left;
  background: none;
  height: auto;
}

.mosaic-paragraph--expanded {
  font-size: 1.2rem;

  font-weight: 100;
  padding: 0rem 1rem 0rem 4.75rem;
  line-height: 1.3rem;
  text-align: left;
}

.module-section_toolbox_title {
  font-size: 3rem;
  font-weight: 900;
}

.module-section_toolbox_preview {
  width: 80vw;
  height: auto;
}
#toolbox {
  max-width: 1300px;
  align-self: center;
}

/*******************************
**INCIDENT TRIAGE PAGE STYLING************************/
.triage-page-container {
  display: flex;
  flex-direction: column;
  margin: 4rem 3rem;
  width: auto;
  height: 100vh;
}
.question-p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.triage-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  font-style: italic;
}

.triage-page-form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  height: 30rem;
  width: auto;
  background-color: #f9f9f9;
  max-width: 55rem;
}

.triage-page-answer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.triage-page-answer > button {
  position: relative;
}

.triage-page-answer > button > ul {
  list-style-type: circle;
  text-align: left;
  padding-left: 1.5rem;
  height: auto;
  line-height: 1.4rem;
  font-size: 1.3rem;
  font-family: "Source Sans Pro", sans-serif;
}

.not-sure {
  list-style-type: none;
  font-size: 0.8rem;
  padding-top: 0.5rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.not-sure:hover {
  text-decoration: underline;
  color: #00505c;
}

.triage-page-answer > button {
  border: none;
  background-color: white;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
  height: 15rem;
  width: 40%;
  display: flex;
  flex-direction: row;
  padding: 0;
  align-items: center;
  cursor: pointer;
}

.triage-page-answer > button:hover {
  box-shadow: 0px 0px 60px -19px rgba(0, 0, 0, 0.25);
}

.triage-page-answer-left > .triage-button-img {
  flex-basis: 35%;
  height: 100%;
  background-image: url("PersonIncident2-scaled.jpg");  /* can't get this img */
  background-size: cover;
  background-position: 35% 90%;
  background-repeat: no-repeat;
}

.triage-page-answer-right > .triage-button-img {
  flex-basis: 35%;
  height: 100%;
  background-image: url("Students-Biking-scaled.jpg");   /* can't get this img */
  background-size: cover;
  background-position: 18% 90%;
  background-repeat: no-repeat;
}

.triage-page-answer > .triage-page-answer-left--small {
  height: 3rem;
  width: auto;
  min-width: 10rem;
  padding: 0.5rem 1rem;
  text-align: center;
  font-family: "Roboto", monospace;
  font-size: 0.93rem;
  border-radius: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  border: 2px solid #1d7f72;
  color: #1d7f72;
  font-weight: 900;
  border-radius: 0;
}
.triage-page-answer > .triage-page-answer-right--small {
  height: 3rem;
  min-width: 10rem;
  width: auto;
  padding: 0.5rem 1rem;
  text-align: center;
  font-family: "Roboto", monospace;
  font-size: 0.93rem;
  border-radius: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  border: 2px solid #1d7f72;
  color: #1d7f72;
  font-weight: 900;
  border-radius: 0;
}

.triage-page-answer > .triage-page-answer-left--small:hover {
  background-color: #1d7f72;
  color: white;
  font-weight: 400;
}

.triage-page-answer > .triage-page-answer-right--small:hover {
  background-color: #1d7f72;
  color: white;
  font-weight: 400;
}

#second-question {
  display: block;
}

.box-label-hover {
  position: absolute;
  display: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  background-color: #8c1515;
  width: 0;
  height: 0;
  padding: 1rem;
  border-top-right-radius: 100%;
}
.box-label-text {
  font-size: 1rem;
  color: white;
  font-weight: bold;
  text-align: left;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  max-width: 35%;
}

.box-label-hover--blue {
  background-color: #00505c;
}

.button-description-hover {
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  width: auto;
  padding-left: 0.5rem 0rem;
  display: none;
  overflow: hidden;
  white-space: nowrap;

  align-items: center;
  height: 3rem;
  display: flex;
  justify-content: center;
}

.triage-page-answer-left--small p,
.triage-page-answer-right--small p,
.button-description-hover p {
  margin: 0; /* Remove any default margins */
  line-height: 2.9; /* Ensure consistent line height */
}

.redirectMessage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.loading-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  max-width: 40rem;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 2rem;
}

.triage-page-answer-left--small:focus,
.triage-page-answer-right--small:focus {
  background-color: #8ab8a7;
}

/***triage page mobile ***/
@media screen and (max-width: 670px) {
  .triage-page-answer {
    flex-direction: column;
  }
  #second-question-answer-box {
    flex-direction: column !important;
    gap: 10px;
  }

  #second-question-a {
    order: -1;
  }

  #redirectMessage {
    flex-direction: column !important;
  }

  dotlottie-player {
    height: 40%;
    width: auto;
  }

  .triage-page-answer > button {
    width: 90%;
  }
  .triage-page-form-group {
    height: auto;
  }

  #first-question-b {
    margin-top: 1rem;
  }
  .triage-page-container {
    height: auto;
  }
}

/***********************************************************
******TOOLBOX PLUGIN STYLING********************************
***********************************************************/
.toolbox {
  background-color: white;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
}

.toolbox__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  gap: 1rem;
}

.toolbox__cardblock {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.toolbox__title {
  font-size: 3rem;
  margin: 0;
}

.toolbox__subtitle {
  margin: 0 0 0.5rem 0;
  font-weight: 100;
  font-family: "Source Sans 4", sans-serif;
}

.toolbox__search {
  border-top: 0 !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #279989 !important;
  width: 70%;
  padding: 1rem 0;

  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}
.toolbox__search:focus {
  outline: none; /* Remove default outline */
}

.toolbox__search::placeholder {
  color: #888; /* Placeholder text color */
  opacity: 1; /* Fully visible placeholder */
}

.toolbox__hct__checklist {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1rem;
}

.toolbox__hct__checklist label input {
  display: none;
}

.toolbox__hct__check-span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}

/* Custom Checkbox Style */
.toolbox__hct__check-span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Width of the custom checkbox */
  height: 20px; /* Height of the custom checkbox */
  border: 2px solid #279989; /* Border color */
  border-radius: 0; /* Rounded corners */
  background-color: white; /* Background color */
  transition: background-color 0.3s ease; /* Smooth transition */
}

/* Checkbox checked state */
.toolbox__hct__checklist
  label
  input:checked
  + .toolbox__hct__check-span::before {
  background-color: #279989; /* Background color when checked */
  border-color: #279989; /* Border color when checked */
  border-radius: 15px;
  width: 30px; /* Width of the custom checkbox */
  height: 30px; /* Height of the custom checkbox */
}

/* Checkbox checked initials */
.toolbox__hct__checklist
  label
  input:checked
  + .toolbox__hct__check-span::after {
  content: attr(data-initials);
  position: absolute;
  left: 0px; /* Positioning the initials */
  top: -1px; /* Positioning the initials */
  width: 30px; /* Width of the initials */
  height: 30px; /* Height of the initials */
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 500;
}

.toolbox__hct__title {
  font-size: 1rem;
  color: #279989;
  margin: 0;
}

.toolbox__hct__subtitle {
  font-size: 1.5rem;
  margin: 0;
}

.toolbox__card {
  background-color: white;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.1);
  /*margin: 1rem 1rem 0 0;
  /*width: 14rem;
  height: 15rem;*/
  min-width: 13rem;
  max-width: 16rem;
  flex-grow: 1;
  flex-basis: 0;

  overflow: hidden;
  text-decoration: none;
  color: black;
  transition: box-shadow 0.2s ease-in-out, background-color 0.35s ease-in-out,
    opacity 0.4s ease, transform 0.4s ease; /* Duration and easing */
  border: 1px solid #f1f1f1;
}

/* When hiding the card */
.toolbox__card.hidden {
  opacity: 0;
  transform: scale(0.95); /* Slight shrinking effect */
  pointer-events: none; /* Prevent interaction with hidden cards */
}

.toolbox__card:visited {
  color: black;
}

.toolbox__card:hover {
  color: black;
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.15);
  background-color: #f4fbfb;
}

.toolbox__card__desc-container {
  position: relative;
  padding: 1rem;
  margin: 0;
}

.toolbox__card__desc-container::before {
  content: "";
  position: absolute;
  top: -0.55rem;
  left: 50%; /* Start from the middle */
  transform: translateX(-50%); /* Center the border */
  width: 70%; /* Set the width of the top border (adjust as needed) */
  height: 0; /* No height, we just want a border */
  border-top: 3px solid #279989;
  transition: width 0.3s ease-in-out; /* Duration and easing */
}

.toolbox__card__desc-container:hover::before {
  width: 100%; /* Set the width of the top border (adjust as needed) */
}

.toolbox__btn-download {
  background-color: #279989;
  padding: 0.4rem;
  border-radius: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: -1.75rem;
  right: 0rem;
  text-align: center;
  line-height: 1.3rem;
}

.toolbox__btn-download:hover {
  background-color: #279989;
}

.toolbox__card__thumbnail {
  width: 100%;
  height: 9rem;
  object-fit: cover;
  object-position: bottom center;
  margin: 0;
}

.toolbox__card__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.toolbox__card__subtitle {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1rem;
}

.toolbox__card__audience-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 1rem 0rem;
}

.toolbox__card__user-label {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #279989;
  font-size: 0.8rem;
  line-height: 0.3rem;
  color: white;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #toolbox-right-column {
    display: none;
  }
}
