@import url("https://fonts.googleapis.com/css2?family=Moul&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.unused_vars {
  color: black;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #194e6c;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Moul";
  font-weight: 200;
  font-style: normal;
}

h3 {
  font-size: 0.8rem;
}

.h3_nonbreaking {
  font-family: "Moul";
  font-weight: 200;
  font-style: normal;
  font-size: 0.8rem;
}

p,
a {
  font-family: "Roboto";
}

a {
  background-color: none;
  text-decoration: none;
  color: #ff7000;
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.3s;
}
a:hover {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.unused {
  color: #ff7000;
}

.background {
  background-color: #194e6c;
}

.site_columns {
  display: grid;
  grid-template-areas: "leftgutter contentcolumn rightcontent";
  grid-template-columns: auto minmax(240px, 900px) auto;
  justify-content: stretch;
  align-content: center;
}
.site_columns > article {
  grid-area: contentcolumn;
  justify-self: stretch;
  justify-content: center;
}

.main_body_color {
  background-color: white;
}

.main_body {
  display: grid;
  grid-template-columns: minmax(240px, 900px);
  justify-content: center;
  align-content: center;
  padding-bottom: 2rem;
}
.main_body > * {
  color: black;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.9rem;
}

.admin_menu {
  display: grid;
  grid-template-areas: "leftmenu rightmenu";
  grid-template-columns: minmax(260px, 480px) minmax(50px, 480px);
  justify-content: stretch;
  align-content: center;
  grid-template-columns: minmax(360px, 900px);
  grid-template-areas: "rightmenu";
}
.admin_menu > article {
  grid-area: leftmenu;
  justify-self: left;
  padding: 0.5rem 1.5rem;
}
.admin_menu > article > * {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.9rem;
  color: whitesmoke;
  padding: 0.5rem;
}
.admin_menu > aside {
  grid-area: rightmenu;
  justify-self: right;
  padding: 0.5rem 2rem;
}
.admin_menu > aside > * {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.9rem;
  color: whitesmoke;
  padding: 0.25rem;
}
.admin_menu > aside {
  padding: 0.5rem 2rem;
}
.admin_menu > aside > * {
  padding: 0.1rem;
}

.fitcontent {
  width: -moz-min-content !important;
  width: min-content !important;
}

.log_filter {
  grid-template-columns: 10rem;
  padding: 0.5rem 2rem;
  align-items: left;
  background-color: #f5f5f5;
  border-bottom: 1px solid #003b5c;
}

.log_filter > a {
  font-family: "Roboto";
  font-size: medium;
  background-color: #ff7000;
  color: whitesmoke;
  border: none;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  height: 1rem;
}
.log_filter > a:hover, .log_filter > a:focus {
  background-color: #999;
  cursor: pointer;
}

.log_filter > * {
  display: inline;
  font-family: "Moul";
  font-weight: 300;
  font-size: 1rem;
  position: bottom left;
  color: black;
}

.log_filter > select {
  font-family: "Roboto";
  font-size: 1rem;
  color: black;
  padding: 0.5rem;
  border: 1px solid #999;
  border-radius: 4px;
  width: 10rem;
  float: none;
}

.log_filter > select.account {
  width: 3rem;
}

.log_filter > select.fit_content {
  width: -moz-min-content !important;
  width: min-content !important;
  min-width: 3rem;
}

.header_column_height {
  height: 150px;
}

.header_body {
  display: grid;
  grid-template-columns: minmax(240px, 900px);
  justify-content: center;
  align-content: center;
  padding: 2rem 2rem;
  margin-bottom: 2rem;
}
.header_body > article > a > img.site_logo {
  width: 40px;
  height: 100px;
  position: relative;
  z-index: 1;
}
.header_body > article > h1 {
  font-size: 1.95rem;
  padding-top: 1rem;
  padding-left: 4rem;
  position: relative;
  top: -8.3rem;
}
.header_body > article > p {
  font-size: 0.9rem;
  font-weight: 400;
  padding-left: 4rem;
  position: relative;
  top: -9.1rem;
}
.header_body > * {
  color: whitesmoke;
}

.footer_menu_color {
  background-color: #003b5c;
}

.footer_menu {
  display: grid;
  grid-template-columns: minmax(240px, 900px);
  justify-content: center;
  align-content: center;
  padding: 0;
  grid-template-columns: max-content max-content max-content;
  justify-content: center;
}
.footer_menu > * {
  color: whitesmoke;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.9rem;
  padding: 0.5rem;
}
.footer_menu > a:hover {
  background-color: #ff7000;
  border-radius: 0px;
  padding: 0.5rem 0.5rem;
}

.copyright {
  display: grid;
  grid-template-columns: minmax(240px, 900px);
  justify-content: center;
  align-content: center;
  padding: 0.5rem;
  grid-template-columns: 300px;
}
.copyright > div {
  justify-self: center;
}
.copyright > * {
  color: whitesmoke;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.75rem;
}

.button_submit {
  right: 35px;
  bottom: 1rem;
  top: 30vh;
  width: 9rem;
  height: 3rem;
  border: none;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  background-color: #999;
  color: whitesmoke;
  background-color: #999;
}
.button_submit:hover, .button_submit:focus {
  background-color: #ff7000;
  color: whitesmoke;
  cursor: pointer;
}
.button_submit:hover, .button_submit:focus {
  opacity: 1;
}
.button_status {
  float: none;
  clear: none;
  margin-top: 1rem;
  top: 30vh;
  width: 9rem;
  height: 3rem;
  border: none;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  background-color: #999;
  color: whitesmoke;
  top: 0vh;
}
.button_status:hover, .button_status:focus {
  background-color: #ff7000;
  color: whitesmoke;
  cursor: pointer;
}
.button_agree {
  position: absolute;
  right: 35px;
  bottom: 1rem;
  top: 30vh;
  width: 9rem;
  height: 3rem;
  border: none;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  background-color: #999;
  color: whitesmoke;
  top: 5vh;
  background-color: #ff7000;
}
.button_agree:hover, .button_agree:focus {
  background-color: #ff7000;
  color: whitesmoke;
  cursor: pointer;
}
.button_agree:hover, .button_agree:focus {
  background-color: #da3c30;
  opacity: 1;
}
.button_yes {
  position: absolute;
  right: 35px;
  bottom: 1rem;
  top: 30vh;
  width: 9rem;
  height: 3rem;
  border: none;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  background-color: #999;
  color: whitesmoke;
  background-color: #ff7000;
}
.button_yes:hover, .button_yes:focus {
  background-color: #ff7000;
  color: whitesmoke;
  cursor: pointer;
}
.button_yes:hover, .button_yes:focus {
  background-color: #da3c30;
  opacity: 1;
}
.button_no {
  position: absolute;
  left: 2.5rem;
  bottom: 0.25rem;
  top: 30vh;
  width: 9rem;
  height: 3rem;
  border: none;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  background-color: #999;
  color: whitesmoke;
}
.button_no:hover, .button_no:focus {
  background-color: #ff7000;
  color: whitesmoke;
  cursor: pointer;
}
.button_close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #999;
}
.button_close:hover, .button_close:focus {
  color: #ff7000;
  cursor: pointer;
  opacity: 1;
}

.cta_dual {
  background-color: #ff7000;
  color: whitesmoke;
  padding: 0.25rem;
}

.main_menu_color {
  background-color: #003b5c;
}

.main_menu {
  display: grid;
  grid-template-areas: "leftmenu rightmenu";
  grid-template-columns: minmax(260px, 480px) minmax(50px, 480px);
  justify-content: stretch;
  align-content: center;
  color: whitesmoke;
  /* this centers the menu
          > article {
              justify-self: right;
          }
          > aside {
              justify-self: left;
          }
  */
}
.main_menu > article {
  grid-area: leftmenu;
  justify-self: left;
  padding: 0.5rem 1.5rem;
}
.main_menu > article > * {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.9rem;
  color: whitesmoke;
  padding: 0.5rem;
}
.main_menu > aside {
  grid-area: rightmenu;
  justify-self: right;
  padding: 0.5rem 2rem;
}
.main_menu > aside > * {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.9rem;
  color: whitesmoke;
  padding: 0.25rem;
}
.main_menu > aside {
  padding: 0rem 2rem;
}
.main_menu > aside > a.tooltip .tooltiptext {
  left: -160%;
}
.main_menu > aside > a.tooltip > svg {
  top: 0px;
}
.main_menu > article > a:hover,
.main_menu > aside > a:hover:not(.tooltip) {
  background-color: #ff7000;
  border-radius: 0px;
  padding: 0.55rem 0.5rem;
}

.error_color {
  background-color: #da3c30;
}

.error_bar {
  display: grid;
  grid-template-columns: minmax(240px, 900px);
  justify-content: center;
  align-content: center;
  padding: 0.5rem 2rem;
}
.error_bar > * {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.9rem;
  color: whitesmoke;
}

.message_color {
  background-color: #009933;
}

.message_bar {
  display: grid;
  grid-template-columns: minmax(240px, 900px);
  justify-content: center;
  align-content: center;
  padding: 0.5rem 2rem;
}
.message_bar > * {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.9rem;
  color: whitesmoke;
}

.message-shrink {
  animation: shrink 3.5s 4.5s forwards;
}

@keyframes shrink {
  from {
    height: 1;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
    display: none;
  }
}
.confirm_color {
  background-color: silver;
}

.cookie_hide {
  display: none;
}

.confirm_bar {
  display: grid;
  grid-template-columns: minmax(240px, 900px);
  justify-content: center;
  align-content: center;
  padding: 0.5rem 2rem;
  display: inline-block;
}
.confirm_bar > p {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.8rem;
  color: black;
}
.confirm_bar > a {
  top: 30vh;
  width: 9rem;
  height: 3rem;
  border: none;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  background-color: #999;
  color: whitesmoke;
  height: 1rem;
  font-size: small;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 2rem;
  margin-right: 1rem;
  background-color: #ff7000;
}
.confirm_bar > a:hover, .confirm_bar > a:focus {
  background-color: #ff7000;
  color: whitesmoke;
  cursor: pointer;
}
.confirm_bar > a:hover, .confirm_bar > a:focus {
  background-color: #da3c30;
  opacity: 1;
}

.confirm-shrink {
  animation: shrink 2.5s 0s forwards;
}

@keyframes shrink {
  from {
    height: 1;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.filters-wrap {
  display: none;
  animation: grow 0.5s 0s forwards;
}

@keyframes grow {
  from {
    height: 0px;
  }
  to {
    height: -moz-max-content;
    height: max-content;
  }
}
.filters {
  display: grid;
  grid-template-areas: "a b c";
  grid-template-columns: minmax(5rem, 23rem) minmax(6rem, 23rem) minmax(12rem, 23rem);
  padding: 0.2rem 2rem;
  align-items: left;
  border-bottom: 1px solid #003b5c;
  animation: fadeIn 1.5s 0s forwards;
  opacity: 0;
  align-items: baseline;
}

.filters > article {
  font-size: 0.8rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.filters > p {
  font-size: 0.7rem;
}

.filters > p > a {
  font-size: 0.6rem;
  color: #ff7000;
}

.filters > *,
.filters > p > * {
  font-family: "Moul";
  color: black;
  position: bottom left;
}

.unused_icons {
  color: #ff7000;
}

svg {
  position: relative;
  top: 5px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
  color: black;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  border: 2px solid black;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -2.5rem;
  left: 0%;
  opacity: 1;
}
.tooltip .tooltiptext.below {
  top: 2.5rem;
}

.tooltip .tooltiptext.alittlehigher {
  top: -3rem;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.title_subnav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, auto));
  grid-gap: 1rem;
  padding: 1.5rem 2rem 0.5rem 2rem;
  border-bottom: 1px solid #003b5c;
  margin-bottom: 1rem;
}
.title_subnav > article {
  font-family: "Moul";
  font-weight: 200;
  font-size: 1rem;
  color: black;
}
.title_subnav > article > sub {
  position: inline;
  margin-left: 2rem;
}
.title_subnav > div {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.7rem;
  color: black;
}
.title_subnav > div > a {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.8rem;
  color: black;
  padding-left: 0.25rem;
}
.title_subnav > div > a:hover {
  color: #ff7000;
}
.title_subnav > sub {
  display: block;
  grid-area: 2/1/span 2;
  padding: 0.25rem 1.5rem 0.25rem 0rem;
  border-top: 1px solid #003b5c;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.title_subnav > sub > a {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.8rem;
  position: bottom left;
  color: black;
  padding: 0.25rem 0.8rem 0.25rem 0rem;
}
.title_subnav > sub > a.current {
  background-color: #ff7000;
  color: whitesmoke;
  border-radius: 0px;
  cursor: pointer;
}
.title_subnav > sub > a.done {
  color: #A0A0A0;
  border-radius: 0px;
  /*&:hover {
          background-color: $color_textlight;
          color: $color_textlight; 
          border-radius: 0px;
          cursor: pointer;
        }*/
}
.title_subnav > aside {
  border-bottom: 1px solid #003b5c;
  margin-bottom: 2rem;
}

.paragraph {
  font-family: "Roboto";
  padding: 0.5rem 2rem;
}
.paragraph > h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5 {
  font-family: "Moul";
}
.paragraph h3 > a {
  top: 30vh;
  width: 9rem;
  height: 3rem;
  border: none;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  background-color: #999;
  color: whitesmoke;
  height: 1rem;
  width: -moz-max-content;
  width: max-content;
  padding: 0.1rem 0.5rem;
  font-size: small;
}
.paragraph h3 > a:hover, .paragraph h3 > a:focus {
  background-color: #ff7000;
  color: whitesmoke;
  cursor: pointer;
}
.paragraph h3 > a:hover, .paragraph h3 > a:focus {
  cursor: pointer;
}
.paragraph > a {
  color: #ff7000;
}
.paragraph > a.button {
  display: block;
  margin-top: 2rem;
  width: -moz-max-content;
  width: max-content;
  min-width: 7rem;
  padding: 0rem 0.5rem;
  height: 3rem;
  line-height: 3rem;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  background-color: #ff7000;
  color: whitesmoke;
}
.paragraph > a.button:hover, .paragraph > a.button:focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}
.paragraph > *.mini {
  width: 8rem !important;
  padding: 0rem 0.5rem !important;
  float: none !important;
}
.paragraph > *:not(a):not(h1):not(h3):not(h4) {
  font-family: "Roboto";
  font-size: 1rem;
  position: bottom left;
  color: black;
}
.paragraph > ol {
  list-style: lower-latin;
  list-style-position: inside;
  padding-inline-start: 3rem;
}
.paragraph > ol > li {
  padding-block-start: 1rem;
  font-size: 0.9rem;
}

textarea.short {
  height: 2rem !important;
}

select.skinny {
  width: 3rem !important;
}

select.smaller {
  width: 3rem;
  margin-top: 0rem !important;
  margin-right: 1rem;
  height: 1.5rem;
  font-size: 0.8rem;
  padding: 0.2rem;
}

.form-container {
  display: grid;
  background-color: white;
}

.responsive-form {
  display: grid;
  gap: 0.5rem;
  max-width: 800px;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}
.responsive-form.nopadding {
  padding: 0rem;
}

.form-container > .responsive-form > sub {
  display: grid;
  grid-template-columns: auto, 1fr, auto;
  grid-template-areas: "a b c";
  background-color: #999;
  width: 100%;
  margin-bottom: 15px;
}
.form-container > .responsive-form > sub > h3 {
  grid-area: a;
  color: white;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
}
.form-container > .responsive-form > sub.cta_background {
  background-color: whitesmoke;
}

.form-group,
.form-group-15,
.form-group-25 {
  display: grid;
  gap: 0.15rem;
  margin-top: 0.25rem;
}

.hidden {
  visibility: hidden;
}

.form-group > p > a {
  color: black;
}

.form-group > p > b {
  font-weight: bold;
}

.form-group.dependent {
  display: none;
}

.form-image-group {
  display: inline;
  align-items: baseline;
  gap: 0.25rem;
}

.form-image-group > img {
  width: 10rem;
  aspect-ratio: 1;
}

.form-image-group > a {
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  background-color: #ff7000;
  color: whitesmoke;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  top: -1rem;
  left: -5rem;
}

.form-image-group > a:hover {
  background-color: #999;
}

.form-button-group {
  display: inline-grid;
  grid-template-columns: auto, 1fr, 1fr, auto;
  grid-template-areas: "a b c";
  gap: 0.5rem;
  padding: 2rem 0rem;
}

label {
  font-family: "Roboto";
  font-size: 1rem;
  color: black;
}
label.smaller {
  font-size: 0.8rem;
  position: relative;
  top: 0.2rem;
}

label-15 {
  font-family: "Roboto";
  font-size: 1rem;
  color: black;
}
label-15 > sub {
  display: inline;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.7rem;
  color: black;
  padding-left: 2.5rem;
}
label-15 > sub > a {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.6rem;
  color: black;
  padding-left: 0.5rem;
}
label-15 > sub > a:hover {
  color: #ff7000;
}

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
input[type=datetime-local],
input[type=date],
input[type=time],
input[type=submit],
textarea {
  font-family: "Roboto";
  font-size: 1rem;
  color: black;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #999;
  border-radius: 4px;
}

textarea {
  height: 6rem;
}

input[type=submit] {
  top: 85%;
  min-width: 9rem;
  width: -moz-max-content;
  width: max-content;
  height: 3rem;
  border: none;
  font-weight: 400;
  font-size: medium;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  background-color: #ff7000;
  color: whitesmoke;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}

button {
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  background-color: #ff7000;
  color: whitesmoke;
  font-size: 2rem;
  cursor: pointer;
}

select {
  font-family: "Roboto";
  font-size: 1rem;
  color: black;
  float: left;
  clear: left;
  background-color: white;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #999;
  border-radius: 4px;
}

.form-group-narrow > select {
  width: 3rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}

.form-group-checkbox {
  display: inline;
  width: 25rem;
}

.form-group-25 > input[type=date],
.form-group-25 > input[type=time],
.form-group-25 > input[type=text],
.form-group-25 > input[type=email],
.form-group-25 > input[type=password],
.form-group-25 > select {
  width: 25rem;
}

.form-group-25 > select {
  margin-top: -0.5rem;
  margin-right: 1rem;
}

.form-group-15 > input[type=date],
.form-group-15 > input[type=time],
.form-group-15 > input[type=text],
.form-group-15 > input[type=email],
.form-group-15 > input[type=password],
.form-group-15 > select {
  width: 15rem;
}

.form-group-15 > select {
  margin-top: -0.5rem;
  margin-right: 1rem;
}

input[type=file]::file-selector-button {
  font-family: "Roboto";
  font-size: 1rem;
  color: black;
  position: relative;
  left: 1rem;
  width: 9rem;
  height: 3rem;
  margin-right: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background-color: #999;
  transition: background 0.2s ease-in-out;
  color: black;
  font-family: "Roboto";
  font-size: medium;
  text-align: center;
  cursor: pointer;
  opacity: 0.9;
}

input[type=file]::file-selector-button:hover {
  opacity: 1;
}

input[type=file] {
  font-family: "Roboto";
  font-size: 1rem;
  color: black;
  width: 300px;
  max-width: 100%;
  color: #ff7000;
  padding: 5px;
  background: whitesmoke;
  border-radius: 10px;
  border: 1px solid #999;
}

input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.drop-container {
  padding: 2rem 2rem;
  border: 4px dotted black;
  border-radius: 0.5rem;
  background-color: #999;
  margin-top: 20px;
  width: 25rem;
}

.drop-container > p {
  font-family: "Moul";
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 7rem;
}

.drop-title {
  font-family: "Moul";
  font-size: 1rem;
  font-weight: 400;
  padding: 2rem 0.5rem;
}

/* ROUND SWITCH CHECKBOX */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkboxSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.checkboxSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .checkboxSlider {
  background-color: #64c633;
}

input:focus + .checkboxSlider {
  box-shadow: 0 0 1px #64c633;
}

input:checked + .checkboxSlider:before {
  transform: translateX(26px);
}

/* round sliders */
.checkboxSlider.round {
  border-radius: 34px;
}

.checkboxSlider.round:before {
  border-radius: 50%;
}

.partialheight > li > figure > img {
  max-height: 540px !important;
  aspect-ratio: 1;
}

.small {
  max-width: 16rem !important;
}

.full {
  grid-template-columns: repeat(auto-fit, minmax(240px, 800px)) !important;
}
.full > li > figure {
  max-height: 720px !important;
}
.full > li > p > a {
  color: #ff7000 !important;
}

.image_copy {
  display: grid;
  padding: 0.5rem 2rem;
}
.image_copy > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 360px));
  grid-gap: 1rem;
}
.image_copy > ul.smallul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 400px));
  grid-gap: 1rem;
}
.image_copy > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: 0.5rem;
  padding-bottom: 20px;
  min-width: 16rem;
}
.image_copy > ul > li > figure {
  min-height: 3.75rem;
  max-height: 480px;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  display: inline;
}
.image_copy > ul > li > figure > sub {
  height: 15.75rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 501px) {
  .image_copy > ul > li > figure > sub {
    width: 24.4%;
    height: -moz-min-content;
    height: min-content;
  }
}
@media only screen and (max-width: 500px) {
  .image_copy > ul > li > figure > sub {
    width: 48%;
    height: -moz-min-content;
    height: min-content;
  }
}
.image_copy > ul > li > figure > sub:first-of-type {
  border-top-left-radius: 0.5rem;
}
.image_copy > ul > li > figure > sub:last-of-type {
  border-top-right-radius: 0.5rem;
}
.image_copy > ul > li > figure > sub > a > img {
  width: 100%;
  aspect-ratio: 1;
}
.image_copy > ul > li > figure > img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  aspect-ratio: 1;
}
.image_copy > ul > li > figure > figcaption {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "a b c";
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 99.5%;
}
.image_copy > ul > li > figure > figcaption > h3 {
  grid-area: a;
  color: white;
  padding: 0.75rem;
  font-size: 1.25rem;
}
.image_copy > ul > li > figure > figcaption > aside,
.image_copy > ul > li > figure > figcaption > aside > a,
.image_copy > ul > li > figure > figcaption > aside > s {
  grid-area: c;
  padding: 1rem;
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.8rem;
  position: bottom right;
  color: whitesmoke;
}
.image_copy > ul > li > figure > figcaption > aside > s {
  text-decoration: line-through;
  text-decoration-thickness: 4px;
  text-decoration-color: #da3c30;
}
.image_copy > ul > li > sub {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "a b c";
  background-color: #999;
  width: 100%;
  margin-bottom: 15px;
}
.image_copy > ul > li > sub > h3 {
  grid-area: a;
  color: white;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
}
.image_copy > ul > li > sub > article {
  grid-area: a;
  padding: 0.5rem 0.75rem;
  font-family: "Moul";
  color: white;
  font-size: 0.85rem;
}
.image_copy > ul > li > sub > article > a {
  font-family: "Moul";
  color: white;
  font-size: 0.85rem;
}
.image_copy > ul > li > sub > aside {
  grid-area: c;
  padding: 0.5rem 2rem;
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.85rem;
  position: bottom right;
  color: whitesmoke;
}
.image_copy > ul > li > sub > aside > a {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.85rem;
  position: bottom right;
  color: whitesmoke;
}
.image_copy > ul > li > sub > aside > s {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.85rem;
  position: bottom right;
  color: whitesmoke;
  text-decoration: line-through;
  text-decoration-thickness: 4px;
  text-decoration-color: #da3c30;
}
.image_copy > ul > li > sub.cta_background {
  background-color: whitesmoke;
}
.image_copy > ul > li > a > .anchor {
  padding: 0rem;
  margin: 0rem;
  height: 0px;
}
.image_copy > ul > li > a:not(.anchor) {
  font-weight: 400;
  font-size: medium;
  border-radius: 4px;
  background-color: #ff7000;
  color: whitesmoke;
  width: auto;
  min-height: 3rem;
  display: inline-block;
  padding: 0rem 2rem;
  margin: 0.5rem;
  line-height: 3rem;
}
.image_copy > ul > li > a:not(.anchor):hover, .image_copy > ul > li > a:not(.anchor):focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}
.image_copy > ul > li > a:not(.anchor).button_noop {
  background-color: #999;
}
.image_copy > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 0.75rem;
  color: black;
}
.image_copy > * {
  color: black;
}

.image_copy_list {
  display: grid;
  padding: 0.5rem 2rem;
}
.image_copy_list > ul {
  display: inline-block;
}
.image_copy_list > ul > li,
.image_copy_list > ul > a > li {
  display: flex;
  flex-direction: row;
  border: 1px solid #E2E2E2;
  border-radius: 0.5rem;
  margin-top: 1rem;
  width: 100%;
}
.image_copy_list > ul > li > figure,
.image_copy_list > ul > a > li > figure {
  min-width: 8rem;
  width: 180px;
  max-height: 180px;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
.image_copy_list > ul > li > figure > img,
.image_copy_list > ul > a > li > figure > img {
  width: 100%;
  aspect-ratio: 1;
}
.image_copy_list > ul > li > figure > figcaption,
.image_copy_list > ul > a > li > figure > figcaption {
  display: grid;
  grid-template-columns: repeat(1fr);
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.image_copy_list > ul > li > figure > figcaption > h3,
.image_copy_list > ul > a > li > figure > figcaption > h3 {
  color: whitesmoke;
  padding: 0.5rem;
  font-size: 0.75rem;
}
.image_copy_list > ul > li > p,
.image_copy_list > ul > a > li > p {
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  color: black;
  width: 55%;
  text-align: left;
}
.image_copy_list > ul > li > a > .anchor,
.image_copy_list > ul > a > li > a > .anchor {
  padding: 0rem;
  margin: 0rem;
  height: 0px;
}
.image_copy_list > ul > li > a:not(.anchor),
.image_copy_list > ul > a > li > a:not(.anchor) {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff7000;
  padding: 0.5rem 2rem;
  margin: 0.5rem;
  color: whitesmoke;
  height: 1.5rem;
  min-width: 6rem;
  cursor: pointer;
}
.image_copy_list > ul > li > a:not(.anchor):hover, .image_copy_list > ul > li > a:not(.anchor):focus,
.image_copy_list > ul > a > li > a:not(.anchor):hover,
.image_copy_list > ul > a > li > a:not(.anchor):focus {
  background-color: #999;
  cursor: pointer;
}
.image_copy_list > ul > a.preview {
  display: block;
  border-radius: 4px;
  border: none;
  color: whitesmoke;
  background-color: #999;
  padding: 0rem 2rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 2rem;
  font-weight: 400;
  font-size: medium;
  position: relative;
  top: -2.5rem;
  left: 60%;
}
.image_copy_list > ul > a.preview:hover, .image_copy_list > ul > a.preview:focus {
  background-color: #ff7000;
  cursor: pointer;
}
.image_copy_list > * {
  color: black;
}

.image_copy_mini_list {
  display: grid;
  padding: 0.5rem 2rem;
}
.image_copy_mini_list > ul {
  display: inline-block;
}
.image_copy_mini_list > ul > li,
.image_copy_mini_list > ul > a > li {
  display: flex;
  flex-direction: row;
  border: 1px solid #E2E2E2;
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-bottom: -2rem;
  width: 100%;
}
.image_copy_mini_list > ul > li > figure,
.image_copy_mini_list > ul > a > li > figure {
  width: 160px;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  position: relative;
}
.image_copy_mini_list > ul > li > figure > img,
.image_copy_mini_list > ul > a > li > figure > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.image_copy_mini_list > ul > li > figcaption,
.image_copy_mini_list > ul > a > li > figcaption {
  display: inline;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-top-right-radius: 0.5rem;
}
.image_copy_mini_list > ul > li > figcaption > h3,
.image_copy_mini_list > ul > a > li > figcaption > h3 {
  color: whitesmoke;
  padding: 0.5rem;
  font-size: 0.75rem;
}
.image_copy_mini_list > ul > a.preview {
  display: block;
  border-radius: 4px;
  border: none;
  color: whitesmoke;
  background-color: #999;
  padding: 0rem 2rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 2rem;
  font-weight: 400;
  font-size: medium;
  position: relative;
  top: -1.5rem;
  left: 47%;
}
.image_copy_mini_list > ul > a.preview:hover, .image_copy_mini_list > ul > a.preview:focus {
  background-color: #ff7000;
  cursor: pointer;
}
.image_copy_mini_list > * {
  color: black;
}

a > .image_copy > ul > li > p {
  text-align: left;
}

.drag_drop > .image_copy > ul > li.short {
  padding-bottom: 0px;
}
.drag_drop > .image_copy > ul > li.short P {
  padding-top: 10px;
  padding-bottom: 10px;
}

.drag_drop_list {
  display: grid;
  grid-template-columns: minmax(30vw, 40vw) 3rem minmax(30vw, 40vw);
  grid-template-areas: "a b c";
}
.drag_drop_list > .list1 {
  grid-area: a;
  border: 1px solid #E2E2E2;
  border-radius: 0.5rem;
  padding-bottom: 20px;
}
.drag_drop_list > .list2 {
  grid-area: c;
  border: 1px solid #E2E2E2;
  border-radius: 0.5rem;
  padding-bottom: 20px;
}
.drag_drop_list > .list1 > article,
.drag_drop_list > .list2 > article {
  font-family: "Moul";
  color: black;
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
}

.image_copy_event {
  display: grid;
  padding: 0.5rem 2rem;
}
.image_copy_event > ul {
  display: grid;
  grid-gap: 1rem;
}
.image_copy_event > ul > li {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 50%));
  overflow: hidden;
  border: 1px solid #E2E2E2;
  border-radius: 0.5rem;
}
.image_copy_event > ul > li > figcaption {
  display: grid;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.image_copy_event > ul > li > figcaption.subsection {
  background-color: #ff7000;
  border-left: 1px solid #E2E2E2;
  height: -moz-min-content;
  height: min-content;
}
.image_copy_event > ul > li > figcaption.subsection > div {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.7rem;
  color: whitesmoke;
  padding: 1rem 1.1rem;
}
.image_copy_event > ul > li > figcaption.subsection > div > a {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.8rem;
  color: whitesmoke;
  margin-left: 1rem;
}
.image_copy_event > ul > li > figcaption.subsection > div > a:hover, .image_copy_event > ul > li > figcaption.subsection > div > a:focus {
  color: black;
  cursor: pointer;
}
.image_copy_event > ul > li > figcaption.bottombar {
  height: 2rem;
}
.image_copy_event > ul > li > figcaption > h3 {
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
}
.image_copy_event > ul > li > figcaption > .h4 {
  font-family: "Moul";
  font-weight: 200;
  font-style: normal;
  display: inline;
  color: whitesmoke;
  padding: 0.7rem 1.1rem;
  font-size: 1rem;
}
.image_copy_event > ul > li > figcaption > .content {
  padding: 1rem;
  background-color: white;
  font-family: "Roboto";
  color: black;
}
.image_copy_event > ul > li > figcaption > .content > a:not(.link) {
  display: block;
  border-radius: 4px;
  border: none;
  color: whitesmoke;
  background-color: #ff7000;
  padding: 0rem 2rem;
  margin: 1rem 0rem;
  height: 3rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 3rem;
  font-weight: 400;
  font-size: medium;
}
.image_copy_event > ul > li > figcaption > .content > a:not(.link):hover, .image_copy_event > ul > li > figcaption > .content > a:not(.link):focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}
.image_copy_event > ul > li > figcaption > .content.oneandahalf {
  line-height: 1.5;
}
.image_copy_event > ul > li > figcaption > span > sub {
  margin-left: 3rem;
}
.image_copy_event > ul > li > figcaption > span > sub.empty {
  display: inline-block;
  height: 24px;
}
.image_copy_event > ul > li > figcaption > p {
  background-color: white;
}
.image_copy_event > ul > li > figcaption > p > a:not(.link) {
  display: block;
  border-radius: 4px;
  border: none;
  color: whitesmoke;
  background-color: #ff7000;
  padding: 0rem 2rem;
  margin: 1rem 2rem;
  height: 3rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 3rem;
  font-weight: 400;
  font-size: medium;
}
.image_copy_event > ul > li > figcaption > p > a:not(.link):hover, .image_copy_event > ul > li > figcaption > p > a:not(.link):focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}
.image_copy_event > ul > li > figcaption > sub {
  position: inline;
  margin-left: 2rem;
}
.image_copy_event > ul > li > figure {
  position: relative;
}
.image_copy_event > ul > li > figure > img {
  aspect-ratio: 1;
  width: 100%;
}
.image_copy_event > ul > li > figure > figcaption {
  display: grid;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.image_copy_event > ul > li > figure > figcaption.subsection {
  background-color: #ff7000;
  border-left: 1px solid #E2E2E2;
  height: -moz-min-content;
  height: min-content;
}
.image_copy_event > ul > li > figure > figcaption.subsection > div {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.7rem;
  color: whitesmoke;
  padding: 1rem 1.1rem;
}
.image_copy_event > ul > li > figure > figcaption.subsection > div > a {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.8rem;
  color: whitesmoke;
  margin-left: 1rem;
}
.image_copy_event > ul > li > figure > figcaption.subsection > div > a:hover, .image_copy_event > ul > li > figure > figcaption.subsection > div > a:focus {
  color: black;
  cursor: pointer;
}
.image_copy_event > ul > li > figure > figcaption.bottombar {
  height: 2rem;
}
.image_copy_event > ul > li > figure > figcaption > h3 {
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
}
.image_copy_event > ul > li > figure > figcaption > .h4 {
  font-family: "Moul";
  font-weight: 200;
  font-style: normal;
  display: inline;
  color: whitesmoke;
  padding: 0.7rem 1.1rem;
  font-size: 1rem;
}
.image_copy_event > ul > li > figure > figcaption > .content {
  padding: 1rem;
  background-color: white;
  font-family: "Roboto";
  color: black;
}
.image_copy_event > ul > li > figure > figcaption > .content > a:not(.link) {
  display: block;
  border-radius: 4px;
  border: none;
  color: whitesmoke;
  background-color: #ff7000;
  padding: 0rem 2rem;
  margin: 1rem 0rem;
  height: 3rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 3rem;
  font-weight: 400;
  font-size: medium;
}
.image_copy_event > ul > li > figure > figcaption > .content > a:not(.link):hover, .image_copy_event > ul > li > figure > figcaption > .content > a:not(.link):focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}
.image_copy_event > ul > li > figure > figcaption > .content.oneandahalf {
  line-height: 1.5;
}
.image_copy_event > ul > li > figure > figcaption > span > sub {
  margin-left: 3rem;
}
.image_copy_event > ul > li > figure > figcaption > span > sub.empty {
  display: inline-block;
  height: 24px;
}
.image_copy_event > ul > li > figure > figcaption > p {
  background-color: white;
}
.image_copy_event > ul > li > figure > figcaption > p > a:not(.link) {
  display: block;
  border-radius: 4px;
  border: none;
  color: whitesmoke;
  background-color: #ff7000;
  padding: 0rem 2rem;
  margin: 1rem 2rem;
  height: 3rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 3rem;
  font-weight: 400;
  font-size: medium;
}
.image_copy_event > ul > li > figure > figcaption > p > a:not(.link):hover, .image_copy_event > ul > li > figure > figcaption > p > a:not(.link):focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}
.image_copy_event > ul > li > figure > figcaption > sub {
  position: inline;
  margin-left: 2rem;
}
.image_copy_event > ul > li > p {
  padding: 1rem;
  border-left: 1px solid #E2E2E2;
}
.image_copy_event > ul > li > p > span {
  display: block;
  font-family: "Moul";
  font-weight: 200;
  font-style: normal;
  font-size: 0.8rem;
}
.image_copy_event > ul > li > p > sub {
  display: block;
  background-color: #999;
  width: 100%;
  height: 0.1rem;
  margin: 0.5rem 0rem;
}
.image_copy_event > ul > li > p > a:not(.link) {
  display: block;
  border-radius: 4px;
  border: none;
  color: whitesmoke;
  background-color: #ff7000;
  padding: 0rem 2rem;
  margin: 1rem 0rem;
  height: 3rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 3rem;
  font-weight: 400;
  font-size: medium;
}
.image_copy_event > ul > li > p > a:not(.link):hover, .image_copy_event > ul > li > p > a:not(.link):focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}
.image_copy_event > ul > li > p > a:not(.link).button_noop {
  background-color: #999;
}

.image_copy_event2 {
  display: grid;
  padding: 0.5rem 2rem;
}
.image_copy_event2 > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 360px));
  grid-gap: 1rem;
}
.image_copy_event2 > ul.smallul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 400px));
  grid-gap: 1rem;
}
.image_copy_event2 > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: 0.5rem;
  padding-bottom: 20px;
  min-width: 16rem;
}
.image_copy_event2 > ul > li > figure {
  min-height: 3.75rem;
  max-height: 480px;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  display: inline;
}
.image_copy_event2 > ul > li > figure > sub {
  width: 196.5px;
  height: 15.75rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.image_copy_event2 > ul > li > figure > sub:first-of-type {
  border-top-left-radius: 0.5rem;
}
.image_copy_event2 > ul > li > figure > sub:last-of-type {
  border-top-right-radius: 0.5rem;
}
.image_copy_event2 > ul > li > figure > sub > a > img {
  width: 100%;
  aspect-ratio: 1;
}
.image_copy_event2 > ul > li > figure > img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  aspect-ratio: 1;
}
.image_copy_event2 > ul > li > figure > figcaption {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "a b c";
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 99.5%;
}
.image_copy_event2 > ul > li > figure > figcaption > h3 {
  grid-area: a;
  color: white;
  padding: 0.75rem;
  font-size: 1.25rem;
}
.image_copy_event2 > ul > li > figure > figcaption > aside,
.image_copy_event2 > ul > li > figure > figcaption > aside > a,
.image_copy_event2 > ul > li > figure > figcaption > aside > s {
  grid-area: c;
  padding: 1rem;
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.8rem;
  position: bottom right;
  color: whitesmoke;
}
.image_copy_event2 > ul > li > figure > figcaption > aside > s {
  text-decoration: line-through;
  text-decoration-thickness: 4px;
  text-decoration-color: #da3c30;
}
.image_copy_event2 > ul > li > sub {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "a b c";
  background-color: #999;
  width: 100%;
  margin-bottom: 15px;
}
.image_copy_event2 > ul > li > sub > h3 {
  grid-area: a;
  color: white;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
}
.image_copy_event2 > ul > li > sub > article {
  grid-area: a;
  padding: 0.5rem 0.75rem;
  font-family: "Moul";
  color: white;
  font-size: 0.85rem;
}
.image_copy_event2 > ul > li > sub > article > a {
  font-family: "Moul";
  color: white;
  font-size: 0.85rem;
}
.image_copy_event2 > ul > li > sub > aside {
  grid-area: c;
  padding: 0.5rem 2rem;
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.85rem;
  position: bottom right;
  color: whitesmoke;
}
.image_copy_event2 > ul > li > sub > aside > a {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.85rem;
  position: bottom right;
  color: whitesmoke;
}
.image_copy_event2 > ul > li > sub > aside > s {
  font-family: "Moul";
  font-weight: 300;
  font-size: 0.85rem;
  position: bottom right;
  color: whitesmoke;
  text-decoration: line-through;
  text-decoration-thickness: 4px;
  text-decoration-color: #da3c30;
}
.image_copy_event2 > ul > li > sub.cta_background {
  background-color: whitesmoke;
}
.image_copy_event2 > ul > li > a > .anchor {
  padding: 0rem;
  margin: 0rem;
  height: 0px;
}
.image_copy_event2 > ul > li > a:not(.anchor) {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff7000;
  padding: 0rem 2rem;
  margin: 0.5rem;
  color: whitesmoke;
  width: -moz-max-content;
  width: max-content;
  height: 3rem;
  line-height: 3rem;
}
.image_copy_event2 > ul > li > a:not(.anchor):hover, .image_copy_event2 > ul > li > a:not(.anchor):focus {
  background-color: #999;
  color: whitesmoke;
  cursor: pointer;
}
.image_copy_event2 > ul > li > a:not(.anchor).button_noop {
  background-color: #999;
}
.image_copy_event2 > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 0.75rem;
  color: black;
}
.image_copy_event2 > * {
  color: black;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(63, 63, 63, 0.5);
  padding: 1rem 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  overflow: auto;
}
.modal-content {
  border-style: solid !important;
  border: #ff7000 4px;
  position: relative;
  background-color: white;
  top: 5%;
  width: 60%;
  min-width: 350px;
  min-height: 20rem;
  border-radius: 4px;
  padding: 2.5rem 0.5rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  line-height: 1.5rem;
  margin-bottom: 10rem;
  font-size: 0.9rem;
  font-family: "Roboto";
}
.modal-content-help {
  border-style: solid !important;
  border: #ff7000 4px;
  position: relative;
  background-color: white;
  top: 0%;
  left: 0%;
  width: 90vw;
  height: -moz-max-content;
  height: max-content;
  min-width: 350px;
  border-radius: 4px;
  padding: 1rem 0.5rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  line-height: 1.5rem;
}
.modal-content > :not(.preview) {
  height: 40%;
}
.modal_container {
  padding: 0.5rem 2rem;
  vertical-align: text-top;
  text-align: left;
  color: black;
}
.modal_container > ol {
  list-style: lower-latin;
  list-style-position: inside;
  padding-inline-start: 3rem;
}
.modal_container > ol > li {
  padding-block-start: 1rem;
  font-family: "Roboto";
  font-size: 0.9rem;
}

body {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  background-color: #194e6c !important;
}

.img {
  width: 200px;
  display: block;
}

@page {
  size: auto;
  margin: 0mm;
}
@media print {
  .pagebreak {
    page-break-before: always;
  }
}
table {
  text-align: left;
  position: relative;
  top: 10px;
  border-collapse: collapse;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: small;
  margin-bottom: 20px;
}

td,
th {
  border: 1px solid #E2E2E2;
  padding: 10px;
  font-weight: normal;
  font-variant: small-caps;
}

.athlete {
  width: 200px;
  vertical-align: bottom;
}

.record {
  width: 300px;
}

.rank {
  width: 50px;
}

.total {
  background: #EEE;
}

.final {
  background: #CCC;
}

th {
  background: #DDD;
  color: black;
  border-radius: 0;
  position: sticky;
  top: 0;
  padding: 10px;
  font-weight: bold;
}

tfoot > tr {
  font-weight: normal;
  background: #DDD;
  color: #333;
}

tbody > tr:hover {
  background-color: #eee;
}

.rotate {
  writing-mode: sideways-lr;
  vertical-align: bottom;
  width: 60px;
}

.error_content {
  display: inline-grid;
  grid-template-areas: "a b c";
  padding: 0.5rem 2rem;
  align-items: baseline;
}

.error_content > * {
  color: #ff7000;
}

.error_content > article {
  grid-area: a;
  font-family: "Moul";
  font-weight: 200;
  font-size: 4rem;
  padding-right: 2rem;
}

.error_content > aside {
  grid-area: b;
  font-family: "Moul";
  font-weight: 200;
  font-size: 1.5rem;
}

.error_content > p {
  grid-area: 2/a/2/c;
  font-size: 1rem;
}/*# sourceMappingURL=mm.css.map */