#AtlWidget_Widget {
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  /*width: 100%;*/
  background-color: #1785cf;
  border: 4px solid #1785cf;
 border-radius: .5em;
}

#AtlWidget_Inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #666;
  display: inline-block;
  font-family: 'Segoe UI', Arial, sans-serif;
}

#AtlWidget_Scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: scroll;
  white-space: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}
#AtlWidget_Scroll::-webkit-scrollbar { display: none; }

#AtlWidget_Header,
#AtlWidget_Footer {
  background-color: #1785cf;
  color: white;
  font-family: 'Segoe UI', Arial, sans-serif;
}

#AtlWidget_Footer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#AtlWidget_Footer a:hover {
  text-decoration: underline;
}

#AtlWidget_Footer {
  margin: 0;
  padding: 0;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .5em;
  text-align: center;
}

#AtlWidget_Header {
  margin: 0;
  padding: 0;
  padding-bottom: .5em;
  color: white;
}

.AtlWidget_Row:after {
  content: '';
  display: table;
  clear: both;
}

.AtlWidget_FlexItem,
a.AtlWidget_FlexItem
{
  height: 200px;
  width: 320px;
  border: 2px solid white;
  border-radius: .25em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display:  inline-flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #000;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: .25em;
}

.AtlWidget_FlexItem::before {
  content: "";
  position: absolute;
  inset: -15px; 
  z-index: -1;
  background-image: var(--event-img);
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(5px) brightness(0.6);
  filter: blur(5px) brightness(0.6);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.AtlWidget_FlexItem::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--event-img);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

a.AtlWidget_FlexItem:hover { opacity: .8; }

.AtlWidget_FlexTitle
{
  padding: .5em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .8));
  font-weight: bold;
  text-shadow: 1px 1px black;
  white-space: normal;
  text-align: center;
  color: white;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  border-radius: .25em;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  margin-bottom: .5em;
}

.AtlWidget_FlexTitle span
{
  display: block;
  font-size: .8rem;
}

.AtlWidget_FlexHeader {
  z-index: 4;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px black;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AtlWidget_FlexHeaderLeft,
.AtlWidget_FlexHeaderRight {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: auto;
  font-size: 0.85rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, .8);
  border-bottom-left-radius: .25em;
  padding: 0.3em 0.5em;
  text-shadow: 1px 1px black;
}
.AtlWidget_FlexHeaderLeft {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: .25em;
  margin-right: auto;
  margin-left: 0;
}

#AtlWidget_Scroll_Left_Button,
#AtlWidget_Scroll_Right_Button {
  width: 25px;
  cursor: pointer;
 display: none;
}

#AtlWidget_Scroll_Right_Button {
  margin-right: .2em;
}

#AtlWidget_Scroll_Left_Button {
  margin-left: .2em;
  right: unset;
  left: 0;
  z-index: 2;
}

.AtlWidget_Button {
  background-color: #6ed0f7;
  border-radius: .25em;
}

.AtlWidget_Button_Info {
  background-color: #1785cf;
  border-radius: .25em;
  padding: .5em;
  color: white;
}

a.AtlWidget_Button_Info,
a.AtlWidget_Button_Info:visited {
  color: white;
  text-decoration: none;
}
a.AtlWidget_Button_Info:hover { text-decoration: underline; }

.AtlWidget_Button_Info svg {
  width: 24px;
  height: 24px;
}

a.AtlWidget {
  color: white;
  text-decoration: none;
}

.AtlWidget_Top_Text {
  width: 100%;
  /*font-size: 1.4em;*/
  line-height: 1.4em;
  font-size: clamp(.7rem, calc(.7rem + 2vw), 3rem);
  text-align: left;
}

.AtlWidget_Top_Text img {
  height: 1.4em;
  margin-left: .2em;
  margin-right: .2em;
  vertical-align: bottom;
}

#AtlWidget_Modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

#AtlWidget_ModalContent {
  background-color: white;
  margin: 5% auto;
  padding: 0;
  border: 4px solid #1785cf;
  border-radius: .5em;
  width: 90%;
  max-width: 800px;
  box-shadow: 5px 5px 10px #00000057;
}

#AtlWidget_ModalClose {
  color: white;
  float: right;
  font-size: 1.2rem;
  font-weight: bold;
}

#AtlWidget_ModalClose:hover,
#AtlWidget_ModalClose:focus {
  color: #6ed0f7;
  text-decoration: none;
  cursor: pointer;
}

#AtlWidget_ModalHeader,
#AtlWidget_ModalFooter {
  background-color: #1785cf;
  color: white;
  font-family: 'Segoe UI', Arial, sans-serif;
  padding: .25em;
}

#AtlWidget_ModalFooter a {
  text-decoration: none;
  font-weight: bold;
}

#AtlWidget_ModalBody {
  font-family: 'Segoe UI', Arial, sans-serif;
  padding: 1em;
  padding-top: 0;
  /*font-size: 0.8rem;*/
  font-size: clamp(.7rem, calc(.7rem + 2vw), 1.2rem);
}

#AtlWidget_ModalFooter {
  clear: both;
  text-align: center;
  font-size: small;
}

#AtlWidget_ModalNav {
  padding: .2em;
  display: flex;
  align-items: center;
  justify-content: left;
}

#AtlWidget_ModalClose {
  margin-left: auto;
}

#AtlWidget_ModalBodyHeader {
  margin:0;
  padding: 1em;
  font-family: 'Segoe UI', Arial, sans-serif;
}

#AtlWidget_ModalDuration {
  margin: 0;
  padding: 0;
  font-size: clamp(.7rem, calc(.7rem + 2vw), 1.4rem);
}

#AtlWidget_ModalLocation {
  margin: 0;
  padding: 0;
  font-size: clamp(.7rem, calc(.7rem + 2vw), 1rem);
  font-weight: bold;
}

#AtlWidget_ModalTitle {
  margin: 0;
  padding: 0;
  margin-top: .5em;
  font-size: clamp(.9rem, calc(.9rem + 2vw), 1.6rem);
}

#AtlWidget_ModalLocation svg,
#AtlWidget_ModalHeader svg {
  display: inline-block;
  vertical-align: middle;
}

#AtlWidget_ModalImage {
  width: 100%;
  height: auto;
  max-height: 400px;
  background-color: black;
  object-fit: contain;
  border-bottom: 2px solid #1785cf;
}

@media (min-width: 600px) {
  .AtlWidget_Top_Text {
    font-size: 1.7em;
    line-height: 1.7em;
  }
  .AtlWidget_Top_Text img { height: 1.7em; }
}

.AtlWidget_Hidden { display: none; }

#AtlWidget_Middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

#AtlWidget_ModalClose svg,
#AtlWidget_ModalNavLeft svg,
#AtlWidget_ModalNavRight svg {
  width: 16px;
  height: 16px;
}
#AtlWidget_ModalClose,
#AtlWidget_ModalNavLeft,
#AtlWidget_ModalNavRight { cursor: pointer; }

#AtlWidget_ModalFooter a { color:white; }

#AtlWidget_Expand {
  cursor: pointer;
  text-align:center;
 display: none;
}

#AtlWidget_Footer_Nav {
  display: flex;
  justify-content: space-between;
}

#AtlWidget_Footer_Nav svg,
#AtlWidget_Expand svg {
  width: 24px;
  height: 24px;
 display: none;
}

.AtlWidget_Map {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}
