
:root {

  --font-family: "Plus Jakarta Sans", sans-serif;
  --color-1: #F2EDDA;
  --color-2: #E4E7E0;
  --color-3: #DCFF54;
  --color-4: #1D2A3A;
  --color-5: #EDF8FD;
  --color-6: #1A1F2A;

  --bg-primary: 26,31,42;
  --bg-primary-text: #fff;

  --link-color: #2688ff;

  --gray-1: #F2F2F2;
  --gray-2: #E6E6E6;

  --border-radius-1: 5px;
  --border-radius-2: 10px;
  --border-radius-3: 15px;

  --border-width-default: 1px;
  --border-color-default: #E6E6E6;

  --bold-font-weight: 600;

  --form-input-border-color: #e5e7eb;
  --form-input-border-color-focus: #191919;
  --form-input-border-color-invalid: rgba(239, 68, 68);

  --form-input-border-width: 2px;
  --form-input-border-width-small-screens: 0 0 1px 0 ;

  --form-input-border-radius: 0.25rem;
  --form-input-border-radius-small-screens: 0;

  --form-input-padding-small-screens: 0.5rem 0rem;
  --form-input-padding: 0.75rem;

  --form-input-height: 50px;
  --form-input-width: 100%;

  --form-label-font-size: 1.25rem;
  --form-bold-font-weight: 600; 

}


html {
  font-family: var(--font-family);
}

.format_roam_email {
  padding: 0 10px;
}
.format_roam_email ul {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.format_roam_email ul li ul {
  margin: 0px 0 5px 15px !important;
}
.format_roam_email ul li ul li {
  list-style: disc;
}
.format_roam_email .rm-bold {
  font-weight: 600;
}
.format_roam_email ul li ul li p {
  margin: 0px !important;
}



.format_roam {
}
.format_roam > ul,
.format_roam > li {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.format_roam .rm-bold {
  font-weight: 600;
}
.format_roam img {
  max-width: 600px;
  margin: 0 auto 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  cursor: pointer;
}
.format_roam ul li.w-full > ul > li > p > img{
  max-width: 100%;
}

.format_roam ul li p {
  margin: 0 0 20px 0;
}
.format_roam ul li p a{
  color: #6B61F6;
  text-decoration: underline;
} 

.format_roam > .stream-post > ul > li > ul  {
  list-style: disc;
  margin: -15px 0 25px 0;
}


.format_roam > ul > li  ul  {
  list-style: disc;
}

.format_roam > ul > li > ul  {
  margin: 0px 0 25px 0;
}

.format_roam ul li ul li {
  margin-left: 12px;
}

.format_roam ul li ul li pre {
  margin-left: -12px;
}
.format_roam ul li ul li p {
  margin: 0 0 6px 0;
}

.format_roam h1 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.format_roam h2 {
  font-size: 1.35rem;
  margin: 10px 0px 3px 0px;
}
.format_roam h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px 0px 3px 0px;
}

.format_roam .gallery-portrait {
}
.format_roam .gallery-portrait ul {
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.format_roam .gallery-portrait img {
  width: 100%;
}
.format_roam .gallery-portrait iframe {
  height: 410px;
  width: 100%;
}

.format_roam hr {
  margin: 20px 0;
}

.format_roam code {
  font-size: .85em;
  background: #eee;
  border-radius: 5px;
  padding: 2px 5px;
}


.format_roam .gallery-portrait {
}
.format_roam .gallery-portrait ul {
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.format_roam .gallery-portrait img {
  width: 100%;
}
.format_roam .gallery-portrait iframe {
  height: 410px;
  width: 100%;
}

.format_roam ::marker {
  color: #cbd5e1;
}



.compact-container {
  width: 100%;
  max-width: 1100px;
}


#toasts-container {
  max-width: 300px;
  position: fixed;
  top: 10px;
  right: 10px;
}

#toasts-container .toast {
  transform: translateY(-120%);
  position: fixed;
}

#toasts-container .toast-animate-in { 
  position: relative;
  transition: 0.5s;
  transform: translateY(0%);
}

#toasts-container .toast-animate-out {
  transform: translateX(120%);
  transition: 0.5s;
}

.gallery-post-content > ul > li > p {
  margin-bottom: 15px;
}

.gallery-post-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7; 
  margin-bottom: 20px;
  padding: 15px 0;
}

.gallery-post-content h2 a {
  color: #000;
}

.gallery-post-content img {
  margin-bottom: 20px;
  border-radius: 4px;
  cursor: pointer;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gallery-post-content img:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.gallery-post-content .rm-iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.gallery-post-content .rm-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-post-content .extended-height-iframe .rm-iframe-container {
  padding-bottom: 96%  !important;
}

body:-webkit-full-page-media  {
  background-color: white;
}

.gallery-post-content .rm-bold {
  font-weight: bold;
}

.bg-navy-1 {
  background-color: #130d68
}

.text-navy-1 {
  color: #130d68
}

.day-link {
  padding-top: 5px;
}

.day-link.active {
  background-color: #191919;
  color: #fff;
}

#content-cards .padder {
  width: calc(50vw - 440px);
}

.content-card {
  width: 100vw;
  opacity: 0.2;
  transition: opacity 0.3s;
}

.content-card.active {
  opacity: 1;
}

@media (min-width: 768px) {
  .content-card {
    width: 768px;
  }
}

#stream-switcher {
  z-index: 10;
  position: fixed;
  width: 200px;
  right: calc(50vw - 620px);
  top: 300px;
  max-height: 520px;
  overflow-x: scroll;
}